19991004-18:42 GMT+1

This commit is contained in:
Viktor Szakats
1999-10-04 16:58:44 +00:00
parent d675fffc2d
commit eb8beff0d0
13 changed files with 31 additions and 14 deletions

View File

@@ -1,8 +1,25 @@
19991004-18:42 GMT+1 Victor Szel <info@szelvesz.hu>
* include/classes.ch -> include/hbclass.ch
include/external.ch -> include/hbextern.ch
include/memvars.ch -> include/hbmemvar.ch
source/debug/debugger.prg
source/debug/tbrwtext.prg
source/rtl/tbcolumn.prg
source/rtl/tbrowse.prg
source/rtl/tget.prg
source/rtl/tgetlist.prg
tests/working/classch.prg
source/runner/stdalone/hbrun.prg
source/rtl/memvarbl.prg
source/rtl/menuto.prg
* Non-Clipper compatible Harbour .CH filenames prefixed with "HB" to avoid
possible name collisions with existing header files.
19991004-18:06 GMT+1 Victor Szel <info@szelvesz.hu>
+ source/rtl/mlcount.c
source/rtl/Makefile
doc/funclist.txt
+ MLCOUNT() added
+ MLCOUNT() added
(thanks to Ignacio Ortiz de Zúniga <ignacio@fivetech.com>)
- source/runner/stdalone/runner.prg
- Removed (now for sure)
@@ -39,7 +56,7 @@
* libs directory name changed to lib, the win16 and win32
subdirs have been removed.
* win32 dir is no longer needed, since now the windows terminal.lib
is named termwin.lib.
is named termwin.lib.
! HARBOUR_USE_GTAPI defines changed to HARBOUR_USE_WIN_GTAPI
; !!! PLEASE TEST THESE WITH BORLAND AND MSVC !!! (or wait a bit more
since more changes are coming)
@@ -233,7 +250,7 @@ NOTE: You have to recompile all PRG sources!
* the basic documentation for harbour compiler
*source/rtl/console.c
* hb_cursor_enum -> HB_cursor_enum
* hb_cursor_enum -> HB_cursor_enum
19991001-00:25 EDT Paul Tucker <ptucker@sympatico.ca>
* makefile.vc

View File

@@ -33,10 +33,10 @@
*
*/
#include "hbclass.ch"
#include "hbmemvar.ch"
#include "box.ch"
#include "classes.ch"
#include "inkey.ch"
#include "memvars.ch"
#include "common.ch"
#xcommand MENU [<oMenu>] => [ <oMenu> := ] TDbMenu():New()

View File

@@ -33,7 +33,7 @@
*
*/
#include "classes.ch"
#include "hbclass.ch"
#include "common.ch"
#include "fileio.ch"

View File

@@ -34,7 +34,7 @@
*/
#include "common.ch"
#include "memvars.ch"
#include "hbmemvar.ch"
/* $DOC$
* $FUNCNAME$

View File

@@ -27,7 +27,7 @@
#include "color.ch"
#include "common.ch"
#include "inkey.ch"
#include "memvars.ch"
#include "hbmemvar.ch"
#include "setcurs.ch"
static aLevel := {}

View File

@@ -33,7 +33,7 @@
*
*/
#include "classes.ch"
#include "hbclass.ch"
#include "common.ch"
CLASS TBColumn

View File

@@ -33,7 +33,7 @@
*
*/
#include "classes.ch"
#include "hbclass.ch"
#include "color.ch"
CLASS TBrowse

View File

@@ -33,7 +33,7 @@
*
*/
#include "classes.ch"
#include "hbclass.ch"
#include "color.ch"
#include "common.ch"

View File

@@ -33,7 +33,7 @@
*
*/
#include "classes.ch"
#include "hbclass.ch"
#include "common.ch"
#include "getexit.ch"
#include "inkey.ch"

View File

@@ -2,9 +2,9 @@
// $Id$
//
// Testing Harbour classes.ch commands
// Testing Harbour hbclass.ch commands
#include "classes.ch"
#include "hbclass.ch"
//--------------------------------------------------------------------//