172 lines
4.9 KiB
Plaintext
172 lines
4.9 KiB
Plaintext
Wed May 05 18:51:06 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* include/ctoharb.h:
|
|
* source/rtl/arrays.c:
|
|
* source/rtl/files.c:
|
|
* source/rtl/transfrm.c:
|
|
* source/vm/dynsym.c:
|
|
Replaced C++-style comments (//) with C-style commens (/* */).
|
|
|
|
Wed May 05 18:36:53 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* include/ctoharb.h:
|
|
* include/dates.h:
|
|
* include/extend.h:
|
|
* include/init.h:
|
|
* include/itemapi.h:
|
|
* include/pcode.h:
|
|
* include/set.h:
|
|
* include/setcurs.ch:
|
|
* include/types.h:
|
|
* source/compiler/harbour.c:
|
|
* source/compiler/harbour.l:
|
|
* source/compiler/harbour.y:
|
|
* source/rtl/arrays.c:
|
|
* source/rtl/classes.c:
|
|
* source/rtl/codebloc.c:
|
|
* source/rtl/console.c:
|
|
* source/rtl/dates.c:
|
|
* source/rtl/environ.c:
|
|
* source/rtl/errorapi.c:
|
|
* source/rtl/extend.c:
|
|
* source/rtl/files.c:
|
|
* source/rtl/itemapi.c:
|
|
* source/rtl/math.c:
|
|
* source/rtl/set.c:
|
|
* source/rtl/strcmp.c:
|
|
* source/rtl/strings.c:
|
|
* source/rtl/transfrm.c:
|
|
* source/tools/datesx.c:
|
|
* source/tools/genobj.c:
|
|
* source/tools/io.c:
|
|
* source/tools/mathx.c:
|
|
* source/tools/stringsx.c:
|
|
* source/vm/dynsym.c:
|
|
* source/vm/hvm.c:
|
|
Added a comment with the CVS Id keyword.
|
|
|
|
Wed May 05 18:28:28 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* makefile.b16:
|
|
* makefile.b32:
|
|
Added explicit rules to compile harbour.o from harbour.c.
|
|
Don' know why these were necessary, but it seems people had
|
|
problems without them.
|
|
|
|
Wed May 05 16:29:19 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* include/pcode.h:
|
|
* source/vm/hvm.c:
|
|
* source/compiler/harbour.y:
|
|
Replaced _AND and _OR with AND_ and OR_.
|
|
Under gcc, these two identifiers are defined out.
|
|
Also, got rid of a few warnings.
|
|
|
|
* source/rtl/files.c:
|
|
Implemented a macro trick to allow compilation of
|
|
FOPEN, FREAD and FWRITE.
|
|
Turned off HAVE_POSIX_IO for gcc; it doesn't seem to work.
|
|
Restructured the code so that when HAVE_POSIX_IO is not defined,
|
|
there are no warnings.
|
|
|
|
Wed May 05 15:30:49 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* source/harbour.y:
|
|
* source/compiler/harbour.c:
|
|
Replaced main() with harbour_main(), and added a separate
|
|
harbour.c with just the main() function.
|
|
|
|
* makefile.b16:
|
|
* makefile.b32:
|
|
* makefile.vc:
|
|
Updated these files to reflect the new source/compiler/harbour.c
|
|
file.
|
|
|
|
* .cvsignore:
|
|
Added this file with the patterns CVS will ignore while
|
|
processing.
|
|
|
|
* config/bin.cf:
|
|
* config/c.cf:
|
|
* config/dir.cf:
|
|
* config/global.cf:
|
|
* config/install.cf:
|
|
* config/lib.cf:
|
|
* config/prg.cf:
|
|
* config/test.cf:
|
|
* config/win32/gcc.cf:
|
|
* config/win32/global.cf:
|
|
* config/win32/msvc.cf:
|
|
* config/win32/rules.cf:
|
|
* Makefile:
|
|
* source/Makefile:
|
|
* source/compiler/Makefile:
|
|
* source/rtl/Makefile:
|
|
* source/vm/Makefile:
|
|
* tests/Makefile:
|
|
This is the GNU-make based build system.
|
|
|
|
Wed May 05 09:24:22 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* include/Set.ch:
|
|
* tests/working/block2.PRG:
|
|
Added back these files. They can't be renamed through CVS on NT,
|
|
and the repository will have to be updated by some other means.
|
|
|
|
Wed May 05 09:19:23 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
|
|
|
* include/Set.ch:
|
|
* tests/working/block2.PRG:
|
|
Removed these files in preparation to move them to lowercase.
|
|
|
|
* ChangeLog:
|
|
Added this file.
|
|
* source/pp/pragma.c
|
|
* contrib/dot/pp_harb.ch
|
|
* tests/inline_c.prg
|
|
* STOPDUMP renamed as ENDDUMP (with Ron permission)
|
|
|
|
2001-12-21 08:40 UTC-0300 Luiz Rafael Culik <culik@sl.conex.net>
|
|
* utils/hbmake/hbmake.prg
|
|
* small fix
|
|
|
|
2001-12-21 07:50 UTC-0300 Luiz Rafael Culik <culik@sl.conex.net>
|
|
* source/rtl/filesys.c
|
|
* hb_fsmkdir,hb_fsChdir,hb_fsRmdir,hb_fsDelete,hb_fsRename,hb_fsCurdirBuff()
|
|
now use Win32 API calls
|
|
* utils/hbmake/hbmake.prg
|
|
! Disabled profile
|
|
* utils/hbmake/hbmutils.prg
|
|
* An small clean up
|
|
* ChangeLog
|
|
* Renamed to ChangeLog.012 and started an new one
|
|
2006-02-15 13:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
|
* harbour/source/vm/hvm.c
|
|
! fixed memory leak I introduced changing Ryszard modifications
|
|
|
|
need such functionality yet
|
|
+ harbour/ChangeLog.015
|
|
* harbour/source/vm/debug.c
|
|
|
|
* harbour/harbour.spec
|
|
* harbour/bin/hb-func.sh
|
|
* some modification in xhb* scripts building - adding passing
|
|
predefined compiler and linker switches
|
|
* harbour/source/vm/hvm.c
|
|
* minor code cleanup
|
|
|
|
2006-09-03 18:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
|
* harbour/include/hbapicls.h
|
|
* harbour/source/vm/classes.c
|
|
* harbour/source/vm/hvm.c
|
|
* harbour/tests/overload.prg
|
|
+ added support for overloading [] in assignment operation
|
|
|
|
2006-09-03 16:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
|
* harbour/ChangeLog
|
|
+ harbour/ChangeLog.016
|
|
* new ChangeLog file created
|
|
* harbour/include/hbver.h
|
|
* updated version number to 0.47.0
|
|
* tagged CVS as build47
|