* harbour/source/vm/hvm.c
! fixed memory leak I introduced changing Ryszard modifications
* harbour/ChangeLog
+ harbour/ChangeLog.015
* new ChangeLog file created
* harbour/harbour.spec
* harbour/bin/hb-func.sh
* some modification in xhb* scripts building - adding passing
predefined compiler and linker switches
52 lines
1.6 KiB
Plaintext
52 lines
1.6 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
|
|
- 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
|