diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8d4c404489..4a500eabfd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -90,6 +90,88 @@ * harbour/make_vcce.mak * Minor cleanup +2007-11-21 05:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/harbour-ce-spec + * harbour/harbour-w32-spec + * harbour/harbour.spec + * harbour/make_rpmce.sh + * harbour/make_rpmw32.sh + * harbour/make_rpm.sh + * changed --without adsrdd to --with adsrdd + now ADS* RDDs are not created by default + + * harbour/make_rpm.sh + * set '--with adsrdd' when ${HOME}/ads/acesdk/ace.h or + /usr/local/ads/acesdk/ace.h exists + + * harbour/contrib/rdd_ads/Makefile + + added ${HOME}/ads/acesdk/ace.h as alternative ace.h location + + * harbour/source/rdd/hbsix/sxini.prg + ! fixed typo + +2007-11-20 19:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/bin/hb-func.sh + ! fixed using -o in hbcc + + * harbour/contrib/rdd_ads/rddads.h + ! small hack for Linux compilation and compilers which do not set + unix macro + + * harbour/contrib/rdd_ads/Makefile + * added /usr/local/ads/acesdk to include directory list + Viktor the side effect of removing ace.h from our repository is + blocking ADS* RDDs compilation by people who do not have ACE + installed - I expect it will be serious problem in creating BETA4 + binaries because not all people who create them have ACE installed + or even want to install it and without these RDDs for many users + new Harbour version will be unusable. + + * harbour/source/rtl/seconds.c + ! fixed stupid typo in milliseconds calculation + + * harbour/contrib/xhb/hbchksum.c + * harbour/contrib/xhb/hbcomprs.c + * harbour/contrib/xhb/hbcomprs.h + ! use hb_retclenAdopt() instead of hb_retclenAdoptRaw() + + svn:keywords Id + svn:eol-style native + TOFIX - these files have to be removed or changed to avoid name conflicts + with ZLIB - personally I vote to add real ZLIB wrapper and only xHarbour + compatible .prg functions when they are necessary. Probably only: + HB_COMPRESS(), HB_UNCOMPRESS(), HB_COMPRESSBUFLEN() + and maybe: + HB_COMPRESSERROR(), HB_COMPRESSERRORDESC() + In xHarbour: + HB_CHECKSUM( [, ] ) -> + is exactly the same function as in Harbour: + HB_ADLER32( [, ] ) -> + with the exception to bug with negative values fixed in Harbour only. + +2007-11-20 17:02 UTC+0100 Miguel Angel Marchuet Frutos + * contrib/xhb/common.mak + + Added some missing lines (suggested by Juan Gálvez) + +2007-11-20 13:45 UTC+0100 Miguel Angel Marchuet Frutos + * contrib/bmdbfcdx/bmdbfcdx1.c + * synced with dbfcdx as nedded + +2007-11-19 20:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/examples/dbu/bld_b32.bat + * Now the non-GNU build batch file will look for + DBU source in the original CA-Cl*pper installation, + if specified (using 'set CLIPPER_DIR=C:\CLIPPER5\'). + +2007-11-19 20:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + + contrib/rdd_ads/test + + contrib/rdd_ads/test/testmg.prg + - contrib/rdd_ads/testmg.prg + * Moved. + + * contrib/rdd_ads/make_b32.bat + * contrib/rdd_ads/make_vc.bat + * contrib/rdd_ads/adsmgmnt.c + - contrib/rdd_ads/ace.h + Non-GNU make files standardized. You'll need to set these envvars to tell the package (Advantage Client Engine) location (and version): set ADS_DIR=C:\ads\acesdk