20000207-12:22 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-07 15:36:27 +00:00
parent 2b29c78c3e
commit cc8e4e3ee7
3 changed files with 6 additions and 4 deletions

View File

@@ -17,6 +17,8 @@
* Mouse coordinate variables renamed and exported.
* MCOL()/MROW() in mousewin.c modified to use the exported coordinate
variables.
* MPRESENT() now always returns .T. for Win32, which is not correct, but
better than .F.
20000207-12:22 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/rtl/math.c

View File

@@ -47,7 +47,7 @@
* hb_outstd(), HB_OUTSTD(), HB_PCOL(), HB_PROW(), hb_setpos(),
* HB_SETPOS(), HB_SETPRC(), HB_SCROLL(), and hb_consoleInitialize()
*
* Copyright 1999 Victor Szel <info@szelvesz.hu>
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* hb_consoleGetNewLine()
* HB_DISPOUTAT()
* HB_SETPOSBS()
@@ -1155,8 +1155,8 @@ HARBOUR HB___ACCEPTSTR( void )
}
/* ------------------------------------------------- */
/* Copyright (C) 1999 Victor Szel <info@szelvesz.hu> */
/* ------------------------------------------------- */
/* Copyright (C) 1999-2000 Victor Szakats <info@szelvesz.hu> */
/* --------------------------------------------------------- */
/* $DOC$
* $FUNCNAME$

View File

@@ -6,7 +6,7 @@
* Harbour Project source code:
* Main Harbour initialization functions CLIPINIT()
*
* Copyright 1999 Victor Szel <info@szelvesz.hu>
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify