/* * $Id$ */ /* Use this format for the entry headers: YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ 2002-09-25 20:00 GMT+0100 Martin Vogel * contrib/libct/color.prg ! fixed initialization bug reported by Marek Horodyski 2002-09-25 13:15 UTC+0300 Gustavo Junior Alves * source/rtl/file.c * source/rtl/filesys.c ! Allow last changes to compile under MSVC ! Change strdup to hb_strdup and rindex (BSD) to strrchr (POSIX) 2002-09-23 11:00 UTC+0300 Gustavo Junior Alves * include/hbapi.h * include/hbset.h * include/set.ch * source/pp/pptable.c * source/rtl/file.c * source/rtl/filesys.c * source/rtl/set.c ! Implement SET FILECASE, DIRCASE and DIRSEPARATOR * source/pp/ppcore.c ! Fix a core dump on HB_TR_DEBUG PrevSquare 2002-09-22 16:40 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed introduced in previous fix :) 2002-09-22 12:25 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed in key append 2002-09-21 12:20 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed, related to seeking while set deleted on is set 2002-09-20 23:55 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed, related to softseek 2002-09-20 14:50 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! Bug fixed in ntxZap() 2002-09-20 12:32 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c * include/hbrddntx.h * Improved algorithm of record append in shared mode - that should result in better speed. * Maximum number of keys in the index page is now Clipper compatible - as I just discovered for myself, in Clipper it is already ( hm... I forgot appropriate English word - is divided by 2 ). 2002-09-19 00:35 UTC-0300 Horacio Roldan * source/rdd/dbfcdx/dbfcdx2.h * source/rdd/dbfcdx/dbfcdx1.c + added function hb_cdxGetTagNumber ! fixed some castings and warnings reported by Larry Sevilla, Luiz and Andy. ! fixed controlling order after ordCreate() ! fixed controlling order after ordListAdd() This fixes the controlling order after: USE name INDEX name SET INDEX TO name INDEX ON key TAG tagname * source/rdd/dbcmd.c ! fix gpf in pack, reported by Jorge Mason. * source/rdd/dbf1.c + added support for DBI_FULLPATH and DBI_SHARED, sent by Gianluca Piemonte. 2002-09-18 16:00 UTC-0400 David G. Holm * source/rdd/dbfcdx/dbfcdx1.c ! Replaced non-existent _SORTSWAPPAGE used in hb_xgrab() type override with the existing, and correct, LPSORTSWAPPAGE. 2002-09-17 21:55 UTC-01 jf lefebvre (mafact) * source/rdd/dbfcdx\dbfcdx1.c ! Added needed typecasting for M$soft C * source/vm/classes.c ! Minor cosmetic change and syncro with xHarbour 2002-09-13 23:30 UTC-0400 David G. Holm * source/rtl/dbdelim.prg ! Bug fix for fields that have an embedded delimiter. 2002-09-13 22:20 UTC-0400 David G. Holm * source/rtl/dbdelim.prg ! Bug fixes for consecutive blank fields in a record and for records that have no delimiters (either because there are no character fields or because all of the character fields are blank). 2002-09-09 16:48 UTC+0300 Chen Kedem * source/common/hbffind.c - Remove redundant line which used FILE_ATTRIBUTE_NOT_CONTENT_INDEXED from hb_fsAttToRaw(). The next line already use the explicit value 0x00002000. Now Harbour complie with Borland BCB 3.0 2002-09-09 14:25 UTC+0100 Tomaz Zupan * contrib/odbc/todbc.prg + Added recordset caching. 2002-09-07 14:38 UTC+0300 Alexander Kresin * source/rdd/dbfntx/dbfntx1.c ! GPF fixed, which appeared after pack operation if dbf became empty. 2002-09-07 00:30 UTC-0300 Luiz Rafael Culik * source/rtl/tget.prg Added missing Caption DATA and init to "" 2002-09-05 21:15 UTC-0300 Luiz Rafael Culik * contrib/rdd_ads/ads1.c ! Fixed Support for Long fields names in adscreate ! Fixed Display for the follow type of fields when ADT format is USED Autoinc -> 10 Double/Curdouble 8(Official Size of field on Database)+2*HB_SET_DECIMALS value 2002-09-05 18:46 UTC-0300 Horacio Roldan * include/hbrddcdx.h * source/rdd/dbfcdx/dbfcdx1.c * source/rdd/dbfcdx/dbfcdx1.h * source/rdd/dbfcdx/dbfcdx2.h + added support for creating big indexes hb_cdxSortSwapSavePage, hb_cdxSortSwapFillPage, hb_cdxSortSwapRecurseDict, hb_cdxSortSwapSendWord hb_cdxSortSwapBuildIndex, hb_cdxSortSwapGetNextKey; + added hb_cdxKeyValCompare ! fixed hb_cdxKeyGetItem for numeric keys ! fixed hb_cdxTagExtNodeWrite ! renamed some structs because td was confused * source/rdd/dbf1.c synched with 2002-08-31 20:38 UTC-0800 Ron Pinkas * source/rdd/dbf1.c ! Fixed hb_dbfLockFile() to release record locks before attempting to lock the file. 2002-08-31 15:24 UTC-0800 Ron Pinkas * source/rdd/dbf1.c ! Fixed hb_dbfLockRecord() to return success when area alread has file lock. 2002-09-04 17:56 UTC+0200 Maurilio Longo * harbour/source/rtl/tbrowse.prg ! Fixed cell padding inside ::DispCell(). Character or memo fields have to be padded right. Number fields have to be padded left. 2002-09-03 19:10 UTC+0200 Maurilio Longo * harbour/source/rtl/teditor.prg ! fixed line splitting when a character is deleted from a line and there is a word wrapping limit. Please note that lines of text are treated differently from the way clipper 5.x treats them, in particular when past EOL there is no deletion from current line * harbour/source/rtl/memoedit.prg ! fixed cursor positiong and shaping when calling an user function 2002-09-02 19:25 UTC-0400 David G. Holm * ChangeLog + Started a new ChangeLog. * source/rtl/ChangeLog.013 + Renamed old ChangeLog, due to file size. * source/rtl/dbdelim.prg ! Code fix to handle the field delimiters, provided by the APPEND FROM code author, Marco Braida . 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