151 lines
4.5 KiB
Plaintext
151 lines
4.5 KiB
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* Use this format for the entry headers:
|
|
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
|
|
For example:
|
|
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
|
*/
|
|
|
|
2004-03-17 8:14 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
|
|
* contrib/rdd_sys/ads1.c
|
|
* reuploaded to CVS (somehow it didn't get through the last time)
|
|
|
|
2004-03-11 16:01 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
|
|
* contrib/rdd_sys/ads1.c
|
|
* NTX compatibility fix in adsOrderListFocus() to keep current order if
|
|
selected one fails
|
|
|
|
2004-03-10 10:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
|
* source/rdd/dbfcdx/dbfcdx1.c
|
|
! Initialization code fixed.
|
|
|
|
2004-03-09 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
|
* hrbdll.vc
|
|
* file has been updated due to adding source/rtl/hbrandom.c.
|
|
* include/hbapiitm.h
|
|
* source/rdd/itemapi.c
|
|
* source/rdd/dbf1.c
|
|
* source/rdd/workarea.c
|
|
* source/rdd/dbfcdx/dbfcdx1.c
|
|
* more synchronization with xHarbour's RDD.
|
|
|
|
2004-03-09 10:15 UTC-0800 Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca>
|
|
* hrbdll.bc
|
|
* Added reference to missing hbrandom.c. Can a MSVC user sync hrbdll.vc?
|
|
|
|
2004-03-09 13:50 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
|
|
+ source/rtl/altd.prg
|
|
+new file with ALTD() procedure code
|
|
|
|
* hrbdll.bc
|
|
* hrbdll.vc
|
|
* makefile.bc
|
|
* makefile.nt
|
|
* makefile.vc
|
|
* source/rtl/Makefile
|
|
*added a reference to rtl/altd.prg
|
|
|
|
* source/common/hbffind.c
|
|
*fixed to compile correctly with HB_OS_UNIX
|
|
|
|
* include/hbcomp.h
|
|
* include/hbexpra.c
|
|
* include/hbexprb.c
|
|
* include/hbexprop.h
|
|
* include/hbpcode.h
|
|
* source/common/expropt1.c
|
|
* source/compiler/expropta.c
|
|
* source/compiler/exproptb.c
|
|
* source/compiler/genc.c
|
|
* source/compiler/harbour.c
|
|
* source/compiler/harbour.y
|
|
* source/compiler/hbfix.c
|
|
* source/compiler/hbgenerr.c
|
|
* source/compiler/hbpcode.c
|
|
* source/macro/macro.y
|
|
* source/macro/macroa.c
|
|
* source/macro/macrob.c
|
|
* source/vm/hvm.c
|
|
+added missing support for @¯o and @M->memvar
|
|
+added new pcode HB_MACROPUSHREF (all sources have to be
|
|
recompiled)
|
|
|
|
* source/debug/dbgtwin.prg
|
|
* source/debug/debugger.prg
|
|
*fixed procedures callstack when modules with/without debug info
|
|
are linked together
|
|
*fixed the debugger activation when ALTD() is used in
|
|
a module with no debug info (the debugger shows up
|
|
on the first line with debug info after the ALTD()
|
|
is called)
|
|
|
|
NOTICE:
|
|
Some compilers may require that the debug library has to
|
|
be specified as an object file in order to get the
|
|
debugger linked in.
|
|
|
|
2004-03-08 19:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
|
|
|
+ ChangeLog
|
|
+ Started a new ChangeLog.
|
|
* source/rtl/ChangeLog.014
|
|
* Renamed old ChangeLog, due to file size.
|
|
|
|
* include/hbapifs.h
|
|
* include/hbmath.h
|
|
* include/hbrddcdx.h
|
|
* include/hbrdddbf.h
|
|
* include/hbrddntx.h
|
|
* include/hbrdddbt.h
|
|
* include/hbrddfpt.h
|
|
* include/hbset.h
|
|
|
|
+ source/rtl/hbrandom.c
|
|
* source/rtl/Makefile
|
|
* source/rtl/filesys.c
|
|
* source/rtl/set.c
|
|
* source/rdd/dbf1.c
|
|
* source/rdd/dbfntx/dbfntx1.c
|
|
* source/rdd/dbfcdx/dbfcdx1.c
|
|
* source/rdd/dbfcdx/dbfcdx1.h
|
|
* source/rdd/dbffpt/dbffpt1.c
|
|
|
|
* Changes in DBF RDD, DBFCDX RDD, DBFFPT RDD, made by Przemyslaw Czerpak
|
|
and Giancarlo Niccolai, has been borrowed from xHarbour.
|
|
|
|
* makefile.bc
|
|
* makefile.nt
|
|
* makefile.vc
|
|
* make files has been updated due to adding source/rtl/hbrandom.c.
|
|
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
|