112 lines
4.2 KiB
Plaintext
112 lines
4.2 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>
|
|
*/
|
|
|
|
2002-09-09 16:48 UTC+0300 Chen Kedem <niki@actcom.co.il>
|
|
* 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 <tomaz.zupan@orpo.si>
|
|
* contrib/odbc/todbc.prg
|
|
+ Added recordset caching.
|
|
|
|
2002-09-07 14:38 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
|
* 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 <culikr@uol.com.br>
|
|
* source/rtl/tget.prg
|
|
Added missing Caption DATA and init to ""
|
|
|
|
2002-09-05 21:15 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
|
|
* 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 <harbour_ar@yahoo.com.ar>
|
|
* 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 <ron@ronpinkas.com>
|
|
* 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 <ron@ronpinkas.com>
|
|
* 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 <maurilio.longo@libero.it>
|
|
* 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 <maurilio.longo@libero.it>
|
|
* 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 <dholm@jsd-llc.com>
|
|
* 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 <marcobra@elart.it>.
|
|
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
|