164 lines
5.4 KiB
Plaintext
164 lines
5.4 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>
|
|
*/
|
|
* contrib/libmisc/Makefile
|
|
contrib/libgt/Make_b32.bat
|
|
* Added the Lib prefix from library name
|
|
+ contrib/htmllib/*.prg
|
|
! Fixed all return value checking for the Win32 API
|
|
contrib/htmllib/Makefile.bc
|
|
contrib/htmllib/Makefile
|
|
* Sources and neccessary files to build htmllib-harbour cgi library
|
|
* include/hbcommon.api
|
|
2001-12-25 11:45 UTC+0700 Andi Jahja <harbour@cbn.net.id>
|
|
+ source/compiler/harbour.simple
|
|
add a derivative copy of bison.simple v 1.28 which will be used as
|
|
the standard bison skeleton output parser for the purpose of Harbour
|
|
project in order to have a uniform parser code. Developers are expected
|
|
to use this code and make revision to harbour.y if so required.
|
|
|
|
2001-12-24 21:35 UTC-0300 Luiz Rafael Culik <culik@sl.conex.net>
|
|
* utils/hbmake/hbmake.prg
|
|
* Some minor fixes to both edit mode
|
|
|
|
2001-12-23 10:18 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
|
|
|
* source/rtl/filesys.c
|
|
! Fixed all return value checking for the Win32 API
|
|
calls.
|
|
|
|
* include/hbapi.h
|
|
* include/hbundoc.api
|
|
* Some compatibility #defines moved to its place.
|
|
|
|
2001-12-22 11:30 UTC+0100 Antonio Linares <alinares@fivetech.com>
|
|
* source/vm/dynlibhb.c
|
|
+ New function hb_StartApp() added
|
|
|
|
* source/vm/hvm.c
|
|
* Function hb_StartApp() used from hb_vmProcessSymbols()
|
|
|
|
2001-12-22 07:50 UTC-0300 Luiz Rafael Culik <culik@sl.conex.net>
|
|
* utils/hbmake/hbmake.prg
|
|
* Some alingment of the text on edit mode.
|
|
* utils/hbmake/hbmutils.prg
|
|
* Getsourcefiles() function speed optimized(thanks Victor)
|
|
|
|
2001-12-22 03:30 UTC+0700 Andi Jahja <harbour@cbn.net.id>
|
|
* source/rtl/filesys.c
|
|
* add required C casts
|
|
* include/hbinit.h
|
|
* inconsistent hb_vmProcessSymbols() declaration corrected
|
|
|
|
2001-12-21 17:58 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
|
|
|
* source/rtl/filesys.c
|
|
* source/rtl/philes.c
|
|
* include/hbapifs.h
|
|
! Fixed hb_fsRename() and hb_fsDelete() to return BOOL
|
|
instead of platform specific error codes.
|
|
! All low-level functions returning BOOL now check
|
|
for valid API call return value inside the platform
|
|
spcific branches.
|
|
! hb_fsLock() fixed to not return TRUE when the mode
|
|
parameter was invalid.
|
|
|
|
2001-12-21 16:31 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
|
|
|
+ source/rtl/filehb.c
|
|
* source/rtl/direct.c
|
|
* source/rtl/Makefile
|
|
* makefile.bc
|
|
* makefile.vc
|
|
* Some fixes for FILE().
|
|
|
|
2001-12-21 16:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
|
|
|
+ source/rtl/file.c
|
|
+ source/rtl/direct.c
|
|
* source/rtl/Makefile
|
|
* makefile.bc
|
|
* makefile.vc
|
|
+ New implementation of the DIRECTORY() function, faster
|
|
smaller, much more clean version.
|
|
Please test this as extensively as possible, with special
|
|
regards to attribute filtering.
|
|
+ New implementation of FILE() function, now it
|
|
supports wildcards just like CA-Cl*pper.
|
|
; They are noth using the new multiplatform File Find API.
|
|
Note that it may require some work/testing on some platforms.
|
|
|
|
* source/rtl/filesys.c
|
|
* source/rtl/philes.c
|
|
- Removed old FILE() and hb_fsFile().
|
|
|
|
* source/common/hbffind.c
|
|
! Fixed date handling. The null terminating char was
|
|
missing.
|
|
|
|
2001-12-21 14:37 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
|
|
|
* source/common/hbffind.c
|
|
! Some fixes.
|
|
|
|
* source/rtl/filesys.c
|
|
! Fixed write and read operations returning -1
|
|
on bad file handle and access erros from either
|
|
low and Harbour level functions.
|
|
* Cleaned up the new Win32 API branches.
|
|
|
|
* Renamed to ChangeLog.012 and started an new one * 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
|