* include/hbcomp.h
* include/hbexpra.c
* source/compiler/Makefile
* source/compiler/expropta.c
* source/compiler/genc.c
* source/compiler/harbour.c
* source/compiler/harbour.y
* source/compiler/hbgenerr.c
* all compiler structures are deallocated on exit now
131 lines
4.3 KiB
Plaintext
131 lines
4.3 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 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
|
*/
|
|
* fixed <-x-> match marker
|
|
|
|
2006-02-17 10:10 UTC+0100 Ryszard Glab <rglab//imid.med.pl>
|
|
* include/hbcomp.h
|
|
* source/compiler/Makefile
|
|
* source/compiler/cmdcheck.c
|
|
|
|
* source/compiler/harbour.y
|
|
* source/compiler/hbident.c
|
|
* even more fixes to memory leaks in the compiler
|
|
(all compiler structures are deallocated on exit now, really :)
|
|
|
|
|
|
2006-02-16 14:40 UTC+0100 Ryszard Glab <rglab//imid.med.pl>
|
|
* include/hbcomp.h
|
|
* include/hbexpra.c
|
|
* source/compiler/Makefile
|
|
* source/compiler/expropta.c
|
|
|
|
* source/compiler/harbour.c
|
|
* source/compiler/harbour.y
|
|
* source/compiler/hbgenerr.c
|
|
* all compiler structures are deallocated on exit now
|
|
|
|
|
|
2006-02-15 20:24 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)
|
|
* harbour/hrbdll.bc
|
|
* harbour/hrbdll.vc
|
|
* harbour/makefile.bc
|
|
* harbour/makefile.nt
|
|
* harbour/makefile.vc
|
|
* harbour/makefile64.nt
|
|
* harbour/source/codepage/Makefile
|
|
+ harbour/source/codepage/cp_tpl.c
|
|
+ harbour/source/codepage/cpbg866.c
|
|
+ harbour/source/codepage/cpbgiso.c
|
|
+ harbour/source/codepage/cpbgwin.c
|
|
+ harbour/source/codepage/cpeldos.c
|
|
+ harbour/source/codepage/cpelwin.c
|
|
+ harbour/source/codepage/cpesdos.c
|
|
+ harbour/source/codepage/cpesmwi.c
|
|
+ harbour/source/codepage/cpeswin.c
|
|
+ harbour/source/codepage/cpgedos.c
|
|
+ harbour/source/codepage/cpgewin.c
|
|
+ harbour/source/codepage/cphu852.c
|
|
+ harbour/source/codepage/cphuiso.c
|
|
+ harbour/source/codepage/cphuwin.c
|
|
+ harbour/source/codepage/cppl852.c
|
|
+ harbour/source/codepage/cppliso.c
|
|
+ harbour/source/codepage/cpplmaz.c
|
|
+ harbour/source/codepage/cpplwin.c
|
|
+ harbour/source/codepage/cppt850.c
|
|
+ harbour/source/codepage/cpptiso.c
|
|
+ harbour/source/codepage/cpru866.c
|
|
+ harbour/source/codepage/cprukoi.c
|
|
+ harbour/source/codepage/cpruwin.c
|
|
+ harbour/source/codepage/cpsl437.c
|
|
+ harbour/source/codepage/cpsl852.c
|
|
+ harbour/source/codepage/cpsliso.c
|
|
+ harbour/source/codepage/cpslwin.c
|
|
+ harbour/source/codepage/cpsrwin.c
|
|
- harbour/source/codepage/cdp_tpl.c
|
|
- harbour/source/codepage/cdpbg866.c
|
|
- harbour/source/codepage/cdpbgiso.c
|
|
- harbour/source/codepage/cdpbgwin.c
|
|
- harbour/source/codepage/cdpeldos.c
|
|
- harbour/source/codepage/cdpelwin.c
|
|
- harbour/source/codepage/cdpesdos.c
|
|
- harbour/source/codepage/cdpesmwi.c
|
|
- harbour/source/codepage/cdpeswin.c
|
|
- harbour/source/codepage/cdpgedos.c
|
|
- harbour/source/codepage/cdpgewin.c
|
|
- harbour/source/codepage/cdphu852.c
|
|
- harbour/source/codepage/cdphuiso.c
|
|
- harbour/source/codepage/cdphuwin.c
|
|
- harbour/source/codepage/cdppl852.c
|
|
- harbour/source/codepage/cdppliso.c
|
|
- harbour/source/codepage/cdpplmaz.c
|
|
- harbour/source/codepage/cdpplwin.c
|
|
- harbour/source/codepage/cdppt850.c
|
|
- harbour/source/codepage/cdpptiso.c
|
|
- harbour/source/codepage/cdpru866.c
|
|
- harbour/source/codepage/cdprukoi.c
|
|
- harbour/source/codepage/cdpruwin.c
|
|
- harbour/source/codepage/cdpsl437.c
|
|
- harbour/source/codepage/cdpsl852.c
|
|
- harbour/source/codepage/cdpsliso.c
|
|
- harbour/source/codepage/cdpslwin.c
|
|
- harbour/source/codepage/cdpsrwin.c
|
|
* Renamed codepage files (cdp*.c -> cd*.c)
|
|
* Updated init code for all remaining codepages.
|
|
|
|
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
|