Przemyslaw Czerpak
78070e00c4
2004-12-31 12:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/include/hbapicdp.h
* harbour/source/codepage/cdp_tpl.c
* harbour/source/codepage/cdpeldos.c
* harbour/source/codepage/cdpelwin.c
* harbour/source/codepage/cdpesdos.c
* harbour/source/codepage/cdpeswin.c
* harbour/source/codepage/cdpgedos.c
* harbour/source/codepage/cdpgewin.c
* harbour/source/codepage/cdphu852.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
* harbour/source/rtl/cdpapi.c
* fix memory leak reported for accented and multi byte CPs
+ harbour/source/codepage/cdpesmwi.c
* added missing Spanish modern CP
* harbour/include/hbstack.h
* harbour/include/hbapiitm.h
* harbour/source/vm/estack.c
* harbour/source/vm/itemapi.c
+ added hb_stackReturnItem()
- removed hb_itemReturnPtr()
* harbour/source/rdd/workarea.c
! fixed possible restoring of scopes in scoped relations after
'SET RELATION TO'
* harbour/source/rdd/dbfcdx/dbfcdx1.c
* harbour/source/rdd/dbfdbt/dbfdbt1.c
* harbour/source/rdd/dbffpt/dbffpt1.c
* use hb_stackReturnItem() instead of direct stack accessing
* harbour/source/rdd/dbfntx/dbfntx1.c
! Fixed opening NTX file in ReadOnly mode
* use hb_stackReturnItem() instead of direct stack accessing
* harbour/source/rtl/filesys.c
* cleaned unnecessary initialization
* harbour/source/vm/memvars.c
* formatting and small fix for calling GC after hb_memvarsRelease()
2004-12-31 11:47:58 +00:00
Przemyslaw Czerpak
e4ac791059
2004-12-28 10:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/harbour.spec
* harbour/hbgtmk.sh
* harbour/make_rpm.sh
* harbour/bin/pack_src.sh
* updated for recent changes in make process
* harbour/contrib/Makefile
* added odbc lib for Linux compilation
* harbour/contrib/btree/Makefile
* changed lib name from hb_btree to hbtree
* harbour/contrib/btree/hb_btree.api
* harbour/contrib/btree/hb_btree.c
* fixed GCC compilation in HB_TR_DEBUG mode
* harbour/contrib/hbzlib/hbzip.h
* harbour/contrib/hbzlib/include/hbzip.h
* harbour/include/hbapi.h
* harbour/include/hbapicdp.h
* harbour/include/hbapierr.h
* harbour/include/hbapifs.h
* harbour/include/hbapigt.h
* harbour/include/hbapiitm.h
* harbour/include/hbapilng.h
* harbour/include/hbapirdd.h
* harbour/include/hbcomp.h
* harbour/include/hbdate.h
* harbour/include/hbdbsort.h
* harbour/include/hberrors.h
* harbour/include/hbexprb.c
* harbour/include/hbexprop.h
* harbour/include/hbhash.h
* harbour/include/hbinit.h
* harbour/include/hbmacro.h
* harbour/include/hbpp.h
* harbour/include/hbrdddel.h
* harbour/include/hbrddntx.h
* harbour/include/hbrddsdf.h
* harbour/include/hbrddwrk.h
* harbour/include/hbset.h
* harbour/include/hbstack.h
* harbour/include/hbtrace.h
* harbour/include/hbvm.h
* harbour/include/hbvmpub.h
* changed #if defined (HB_EXTERN_C) to HB_EXTERN_BEGIN / HB_EXTERN_END
macros for easier manipulation with different ABI
* added HB_IS_BADITEM() macro for debugging
* synced CDP with xHarbour - added basic Unicode support
* synced RDD with xHarbour
* harbour/source/codepage/Makefile
* harbour/source/codepage/cdp_tpl.c
* harbour/source/codepage/cdpeldos.c
* harbour/source/codepage/cdpelwin.c
* harbour/source/codepage/cdpesdos.c
* harbour/source/codepage/cdpeswin.c
* harbour/source/codepage/cdpgedos.c
* harbour/source/codepage/cdpgewin.c
* harbour/source/codepage/cdphu852.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
+ harbour/source/codepage/uc1250.c
+ harbour/source/codepage/uc1251.c
+ harbour/source/codepage/uc1253.c
+ harbour/source/codepage/uc1257.c
+ harbour/source/codepage/uc737.c
+ harbour/source/codepage/uc850.c
+ harbour/source/codepage/uc852.c
+ harbour/source/codepage/uc866.c
+ harbour/source/codepage/uc88591b.c
+ harbour/source/codepage/uc8859_1.c
+ harbour/source/codepage/uc8859_2.c
+ harbour/source/codepage/uckoi8.c
+ harbour/source/codepage/uckoi8u.c
+ harbour/source/codepage/ucmaz.c
* harbour/source/rtl/cdpapi.c
* synced HB CDP API with xHarbour - added basic Unicode support
* harbour/source/common/expropt2.c
* harbour/source/common/hbstr.c
* removed unnecessary initialization to avoid BCC warnings
* harbour/source/compiler/harbour.c
* formatting
hb_compCodeBlockStop() looks like work in progress or is has
some old unused code - Ryszard, can you look at it?
* harbour/source/macro/macro.y
* removed hack for GCC and old Bison versions
* harbour/source/pp/ppcore.c
* removed unnecessary initialization to avoid BCC warnings
* harbour/source/pp/pptable.c
+ added some sets for RDD synchronization with xHarbour
* harbour/source/rdd/dbcmd.c
+ added __RDDGETTEMPALIAS
* harbour/source/rdd/dbf1.c
* harbour/source/rdd/dbfuncs.prg
* harbour/source/rdd/dbnubs.c
* harbour/source/rdd/dbstrux.prg
* harbour/source/rdd/hbdbsort.c
* harbour/source/rdd/rddord.prg
* harbour/source/rdd/workarea.c
* harbour/source/rdd/dbfcdx/dbfcdx1.c
* harbour/source/rdd/dbfdbt/dbfdbt1.c
* harbour/source/rdd/dbffpt/dbffpt1.c
* harbour/source/rdd/dbfntx/dbfntx1.c
* synchronized with xHarbour - still dbcmd.c has to be synced yet
! fixed all known bugs
Alexander, please look at DBFNTX - I hope all is correct.
* harbour/source/vm/codebloc.c
* formatting
* harbour/source/vm/fm.c
+ added HB_PARANOID_MEM_CHECK to force reallocations in hb_xrealloc
and fill allocated and freed memory with HB_MEMFILER (0xff by default)
It's for debugging only.
* harbour/source/vm/hvm.c
! fixed hb_vmTopNumber() declaration for BCC
* use hb_gcCollectAll() at HVM exit instead of hb_gcReleaseAll() to
report allocated and not freed items - It could caused that some
programs begin to report memory leaks.
* harbour/source/vm/itemapi.c
* check for HB_IS_BADITEM inside hb_itemClear() when compiled with
HB_PARANOID_MEM_CHECK for debugging
* harbour/source/vm/memvars.c
* formatting
! fixed pItem initialization in hb_memvarDetachLocal()
BTW - is this really necessary? I copy it form hb_itemUnRef()
but in fact it cannot detect all possible item reference cycles
if they appear - can they appear?
2004-12-28 09:29:30 +00:00
Przemyslaw Czerpak
8f2352f7fe
2004-12-12 02:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
+ harbour/config/hpux/dir.cf
+ harbour/config/hpux/gcc.cf
+ harbour/config/hpux/global.cf
+ harbour/config/hpux/install.cf
* Marcelo's files build files for HPUX borrowed from xHarbour
* harbour/bin/hb-func.sh
* harbour/bin/hb-mkslib.sh
* harbour/bin/postinst.sh
* recent Phil's changes for Darwin and some of mine modifications and
cleanups
* harbour/include/Makefile
+ added some missing header files
* harbour/include/hbapi.h
+ added HB_ITEM_{GET|PUT}_NUMINTRAW() macros
+ added hb_objGetClass()
* harbour/include/hbdefs.h
* redefined multi commands macros to use do {...} while(0) for safe
use in any of C statement
+ added HB_OS_HPUX
* harbour/include/hbsetup.h
+ added HB_OS_HPUX
* harbour/include/hbstack.h
* hb_stackDec(), hb_stackPop(), hb_stackPush() redefined also as macros
when HB_STACK_MACROS is set
+ added function hb_stackIncrease()
* harbour/source/common/hbstr.c
* fixed possible buffer overflow
* harbour/include/hbrdddbf.h
* harbour/source/rdd/dbf1.c
* harbour/source/rdd/workarea.c
* harbour/source/rdd/dbfcdx/dbfcdx1.c
* harbour/source/rdd/dbfdbt/dbfdbt1.c
* harbour/source/rdd/dbffpt/dbffpt1.c
* my recent fixes in xHarbour
* harbour/source/rtl/copyfile.c
* small fix to error message
* harbour/source/rtl/idle.c
+ added HB_IDLESLEEP() and
void hb_idleSleep( double dSeconds )
* harbour/source/rtl/isprint.c
* use hb_xgrab()/hb_xfree() instead of malloc()/free()
* harbour/source/rtl/run.c
* added __WATCOMC__ to C compilers supporting system()
* harbour/source/vm/arrays.c
* cleaned hb_arrayFromStack(), hb_arrayFromParams()
* harbour/source/vm/arrayshb.c
* small fixes to error messages
! improved Clipper compatibility in AFILL()
* harbour/source/vm/asort.c
* separate entry for integer items - conversion to double may
damage big 64bit numbers
* harbour/source/vm/classes.c
+ added USHORT hb_objGetClass( PHB_ITEM pItem )
* harbour/source/vm/dynsym.c
! fixed accessing to uninitialized memory
* harbour/source/vm/estack.c
+ added hb_stackIncrease() and modification for new stack macros
* harbour/source/vm/hvm.c
* fixed some error messages
* some speed improvements
* harbour/source/vm/itemapi.c
* some small optimizations
* harbour/utils/hbtest/rt_misc.prg
* modified file name conversions test results for __PLATFORM__UNIX
2004-12-12 01:56:21 +00:00
Przemyslaw Czerpak
8d5abcdc8f
2004-10-12 01:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/include/hbdefs.h
* harbour/source/rdd/dbf1.c
* harbour/source/rdd/workarea.c
* harbour/source/rdd/dbfcdx/dbfcdx1.c
* foramting some // replaced by /* */
* harbour/source/vm/maindllp.c
* fixed Windows compilation
The BCC and MSC make fiels have to be updated to the folowing changes:
- harbour/contrib/libct/invertwin.prg
+ harbour/contrib/libct/invrtwin.prg
- harbour/source/common/hbffind.c
+ harbour/source/common/hbverdsp.c
- harbour/source/rdd/dbfcdx/dbfcdx1.h
+ harbour/source/rtl/hbffind.c
2004-10-11 23:16:07 +00:00
Luis Krause
f06a99cb8f
2004-03-31 21:45 UTC-0800 Luis Krause Mantilla
2004-04-01 05:40:11 +00:00
Alexander S.Kresin
23220cd380
2004-03-09 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2004-03-09 19:25:23 +00:00
Alexander S.Kresin
e2353dac99
2003-11-05 22:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-11-05 20:03:39 +00:00
Alexander S.Kresin
b9843fdace
2003-04-09 13:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2003-04-09 09:37:55 +00:00
Horacio Dario Roldan Kasimatis
b9e3fadfc0
2002-12-28 09:05 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* source/rdd/workarea.c
! fix to fieldname, reported by Luiz Rafael Culik
2002-12-28 12:05:58 +00:00
Alexander S.Kresin
eadf174bde
2002-11-18 14:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2002-11-18 11:53:21 +00:00
Paul Tucker
08763f7da7
2002-10-21 12:00 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
2002-10-21 16:10:50 +00:00
Horacio Dario Roldan Kasimatis
0c92e34e3b
2002-09-28 01:55 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* include/hbapirdd.h
* include/hbrdddbf.h
* include/hbrddcdx.h
* include/hbrddntx.h
* source/rdd/dbcmd.c
* source/rdd/workarea.c
+ Changed fieldname max length handling,
it is now a workarea property. (set by the RDD)
2002-09-28 04:56:28 +00:00
Horacio Dario Roldan Kasimatis
a108fb3534
2002-08-07 17:58 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* include/hbapirdd.h
* source/rdd/dbcmd.c
* source/rdd/workarea.c
! fixed gpf in dbCloseArea, now relations are
closed if child area is closed, reported by Brian Hays
2002-08-07 21:07:30 +00:00
Alexander S.Kresin
7656deb731
2002-06-27 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2002-06-27 18:25:19 +00:00
Horacio Dario Roldan Kasimatis
42c4ddf4e9
2002-05-01 11:12 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* source/rdd/workarea.c
! fixed bof flags in go bottom with no valid records
2002-05-01 14:13:32 +00:00
Horacio Dario Roldan Kasimatis
d00a2d5cdf
2002-04-24 00:42 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
...
* source/rdd/workarea.c
! fixed bug with set relation to, found by Walter Negro.
2002-04-24 03:54:11 +00:00
Alexander S.Kresin
8d4dacb7ea
2002-02-10 18:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
2002-02-10 15:50:00 +00:00
Andi Jahja
40c423e8bd
andijahja@cbn.net.id
2001-11-05 13:36:41 +00:00
Alexander S.Kresin
0dd0c536a8
2001-11-05 15:38 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-11-05 12:41:37 +00:00
Alexander S.Kresin
8c4c9409d8
2001-10-08 23:12 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-10-08 19:12:44 +00:00
David G. Holm
d3c4dc643b
See ChangeLog entry 2001-06-18 14:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-18 18:04:05 +00:00
Horacio Dario Roldan Kasimatis
7b95e190a5
2001-04-25 17:51 GMT-3 Horacio Roldan <horacioroldan@usa.net>
...
*source/rdd/workarea.c
* patched GPF using valResult.
2001-04-25 20:55:14 +00:00
Ryszard Glab
d82a9ea53c
ChangeLog 2001-03-16 16:10 UTC+0100
2001-03-16 15:01:20 +00:00
Ryszard Glab
4370282dd8
ChangeLog 2001-01-09 16:15 UTC+0100
2001-01-09 15:10:35 +00:00
Brian Hays
15540f9678
2000-12-29 01:30 UTC-0800 Brian Hays <bhays@abacuslaw.com>
2000-12-29 09:27:52 +00:00
Brian Hays
7c54d69bd7
2000-11-28 11:40 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-28 19:45:49 +00:00
Brian Hays
751289b692
2000-11-13 16:18 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-14 00:17:48 +00:00
Brian Hays
0f85576404
2000-11-08 11:28 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-11-08 19:31:27 +00:00
Brian Hays
041501bd84
2000-10-25 23:55 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-10-26 07:06:13 +00:00
Brian Hays
ee2253880c
2000-10-13 0:33 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-10-13 07:38:04 +00:00
Alexander S.Kresin
0aab1805cb
2000-10-10 14:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-10-10 10:56:46 +00:00
Brian Hays
e9b5aec305
2000-10-09 2:01 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-10-09 09:05:19 +00:00
Alexander S.Kresin
dddaba8498
2000-09-27 10:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-09-27 06:23:07 +00:00
Alexander S.Kresin
7d3b4ea8bb
2000-09-21 15:23 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-09-21 11:27:19 +00:00
Alexander S.Kresin
14341112a8
2000-09-21 12:59 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-09-21 09:06:15 +00:00
Brian Hays
4cf49e8927
2000-09-20 11:20 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-09-20 18:21:04 +00:00
Alexander S.Kresin
07ed46173b
2000-09-20 13:12 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-09-20 09:21:40 +00:00
Brian Hays
2a695a6c37
2000-09-14 10:53 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-09-15 05:56:50 +00:00
Bruno Cantero
afc9172d10
2000-09-05 21:30 GMT+1 Bruno Cantero <bruno@issnet.net>
2000-09-05 19:44:25 +00:00
Bruno Cantero
5dd62675ed
2000-09-02 00:08 GMT+1 Bruno Cantero <bruno@issnet.net>
2000-09-01 22:16:56 +00:00
Bruno Cantero
0473817fe2
CHANGELOG: 3000-08-29 22:00 GMT+1 Bruno Cantero <bruno@issnet.net>
2000-08-29 20:16:56 +00:00