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 |
|
Luiz Rafael Culik
|
0f62fcf919
|
Added linux makefiles
|
2004-04-03 04:29:41 +00:00 |
|
Luiz Rafael Culik
|
423790ecba
|
Added linux makefiles
|
2004-04-03 04:21:31 +00:00 |
|
Walter Negro
|
88a869f7f8
|
* contrib/hbzlib/zip.c
! Reformating of indentation and eliminating of Tabs simbol
|
2002-06-23 03:46:39 +00:00 |
|
Walter Negro
|
de2c95df12
|
* contrib/hbzlib/zlibapi1.c
! Reformating of indentation and eliminating of Tabs simbol
* Change call to hb_fsSetDevRaw() for hb_fsSetDevMode()
|
2002-06-23 03:45:19 +00:00 |
|
Walter Negro
|
17777e1bf4
|
* contrib/hbzlib/zipfile2.c
! Reformating of indentation and eliminating of Tabs simbol
|
2002-06-23 03:41:58 +00:00 |
|
Walter Negro
|
2fbbbefd5d
|
* contrib/hbzlib/strcomp.c
! Fixed eliminated warning in declaration of var: const char
! Change of hb_retc() + hb_xfree() for hb_retclen_buffer()
|
2002-06-23 03:39:50 +00:00 |
|
Walter Negro
|
03a25523f2
|
* contrib\hbzlib\Makefile
+ Initial Makefile for gnu compilers
|
2002-06-23 03:36:54 +00:00 |
|
Brian Hays
|
16e2ab4a2e
|
2002-01-28 22:52 UTC-0800 Brian Hays <bhays@abacuslaw.com>
|
2002-01-29 06:54:16 +00:00 |
|
Luiz Rafael Culik
|
4700530106
|
See changelog 2002-01-25 22:20 UTC-0300
|
2002-01-26 00:35:47 +00:00 |
|
Luiz Rafael Culik
|
3a1e95b7ba
|
See changelog 2001-12-19 19:00 UTC-0300
|
2001-12-29 20:56:11 +00:00 |
|
Luiz Rafael Culik
|
fd344290c6
|
See changelog 2001-12-12 19:20 UTC -0300
|
2001-12-11 21:07:46 +00:00 |
|
Luiz Rafael Culik
|
3db6b17a54
|
See changelog 2001-12-06 22:40 GMT -3
|
2001-12-07 00:41:45 +00:00 |
|
Andi Jahja
|
03e71f07e1
|
andijahja@cbn.net.id
|
2001-11-20 12:40:49 +00:00 |
|
Luiz Rafael Culik
|
920f3afcb1
|
See changelog 2001-10-27 06:50 GMT -3
|
2001-10-27 09:00:21 +00:00 |
|
Luiz Rafael Culik
|
eaaf08749d
|
See changelog 2001-10-20 07:30 GMT -3
|
2001-10-20 09:39:16 +00:00 |
|
Luiz Rafael Culik
|
11e916bb6b
|
See changelog 2001-10-08 21:30 GMT -3
|
2001-10-09 00:36:02 +00:00 |
|
Luiz Rafael Culik
|
b61a07ef28
|
p
See changelog 2001-09-30 08:20 GMT -3
|
2001-09-30 11:14:21 +00:00 |
|
Luiz Rafael Culik
|
48d4ea2222
|
See changelog 2001-05-20 19:15 GMT -3
|
2001-05-20 22:16:13 +00:00 |
|
Luiz Rafael Culik
|
6a79e0df22
|
See changelog 2001-05-20 13:35 GMT -3
|
2001-05-20 16:36:17 +00:00 |
|
Luiz Rafael Culik
|
5553f51101
|
See changelog 2001-05-19 19:00 GMT -3
|
2001-05-19 22:39:27 +00:00 |
|
Luiz Rafael Culik
|
abd074d0b7
|
See changelog 2001-05-19 19:00 GMT -3
|
2001-05-19 21:59:37 +00:00 |
|
David G. Holm
|
5cc3068f99
|
See ChangeLog entry 2001-04-12 14:20 UTC-0400 David G. Holm <dholm@jsd-llc.com>
|
2001-04-12 18:24:41 +00:00 |
|
Luiz Rafael Culik
|
e7dc6932bd
|
See changelog 2000-08-04 23:15 GMT -3
|
2000-08-05 02:30:27 +00:00 |
|
Luiz Rafael Culik
|
9cb342c575
|
See changelog 2000-08-04 23:15 GMT -3
|
2000-08-05 02:11:18 +00:00 |
|
Maurilio Longo
|
928a23de31
|
2000-08-04 09:20 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
|
2000-08-04 07:23:00 +00:00 |
|
Luiz Rafael Culik
|
2d5b72422b
|
See changelog 2000-08-01 21:20 GMT -3
|
2000-08-02 00:29:34 +00:00 |
|
Patrick Mast
|
b818ca898e
|
2000-07-31 11:23 CET Patrick Mast <eMail@PatrickMast.com>
* contrib/hbzlib/doc/zip.txt
* Changes and corrections.
|
2000-07-31 09:40:23 +00:00 |
|
Luiz Rafael Culik
|
31da53b1cc
|
See changelog 2000-07-31 00:10 GMT -3
|
2000-07-31 03:02:01 +00:00 |
|
Luiz Rafael Culik
|
eb7fbfeebc
|
See changelog 2000-07-24 22:00 GMT -3
|
2000-07-25 00:48:58 +00:00 |
|
Luiz Rafael Culik
|
fc5cb6c683
|
See changelog 2000-7-16-20:30 GMT -3
|
2000-07-16 23:49:59 +00:00 |
|
Luiz Rafael Culik
|
805da1fa94
|
See changelog 20000712-06:30 GMT -3
|
2000-07-12 09:24:19 +00:00 |
|
Luiz Rafael Culik
|
7b1115ddbb
|
See changelog 20000710-22:20 GMT -3
|
2000-07-11 01:17:04 +00:00 |
|
Luiz Rafael Culik
|
03e931e94b
|
See changelog 20000708-22:00 GMT -3
|
2000-07-09 01:01:20 +00:00 |
|
Luiz Rafael Culik
|
e775f6d3dc
|
See changelog 20000628-23:20 GMT -3
|
2000-06-29 02:18:07 +00:00 |
|
Luiz Rafael Culik
|
960c6765cb
|
See changelog 20000627-22:45 GMT -3
|
2000-06-28 01:42:36 +00:00 |
|
Luiz Rafael Culik
|
7c8c973980
|
See changelog 2000-06-24 22:10 GMT -3
|
2000-06-25 01:11:36 +00:00 |
|
Luiz Rafael Culik
|
aa44709394
|
See changelog 20000619-23:05 GMT -3
|
2000-06-20 02:11:09 +00:00 |
|
Luiz Rafael Culik
|
4f04e06be1
|
see changelog 20000531-23:20 GMT -3
|
2000-06-01 02:24:51 +00:00 |
|
Luiz Rafael Culik
|
2c39ddf384
|
*** empty log message ***
|
2000-05-31 02:28:09 +00:00 |
|
Luiz Rafael Culik
|
b1d08bf077
|
see changelog 20000529-21:00 gmt -3
|
2000-05-30 00:01:44 +00:00 |
|
Luiz Rafael Culik
|
4e16d37524
|
See changelog 20000529-21:00 gmt-3
|
2000-05-29 23:59:15 +00:00 |
|
Luiz Rafael Culik
|
e71a9651ba
|
See changelog 20000528-22:50 gmt -3
|
2000-05-28 20:10:00 +00:00 |
|
Luiz Rafael Culik
|
3301c48805
|
see changelog 20000527 -08:33
|
2000-05-27 21:56:45 +00:00 |
|
Luiz Rafael Culik
|
16a39a2c7f
|
See changelog 20000527-08:33 GMT -3
|
2000-05-27 11:35:34 +00:00 |
|