Commit Graph

  • 47c7147ae1 2008-09-24 01:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat/tests/whatdemo.prg ! SVN ID. Viktor Szakats 2008-09-23 23:42:07 +00:00
  • f1045db35b 2008-09-24 01:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtsys.c * Added HB_WINCE with GTWVT to the set of defaults. Viktor Szakats 2008-09-23 23:38:08 +00:00
  • 983b6cf980 2008-09-23 16:19 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbwhat + /tests + /tests/whatdemo.prg A demo program, very basic, will be expanded in future, together with gtwvt. Pritpal Bedi 2008-09-23 23:15:25 +00:00
  • fe42f7ca94 2008-09-24 00:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbgtcore.c * harbour/source/rtl/gtsys.c * use GTTRM as default GT in *nixes Przemyslaw Czerpak 2008-09-23 22:45:16 +00:00
  • 15b49556a2 2008-09-24 00:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/memtst.prg + Added #include "simpleio.ch" to allow output redirection. Viktor Szakats 2008-09-23 22:24:26 +00:00
  • 9440cf8e4c 2008-09-23 21:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh * use HB_IMPORT instead of hardcoded attributes in hb* scripts Przemyslaw Czerpak 2008-09-23 19:43:34 +00:00
  • 09b0509b08 2008-09-23 20:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/extrap.c ! Fixed to close .log file before showing MessageBox(). [TOMERGE 1.0] Viktor Szakats 2008-09-23 18:42:29 +00:00
  • 2db644f214 2008-09-23 18:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsmgmnt.c ! Blind fix to ADSMGGETWORKERTHREADACTIVITY() where the first element in list wasn't returned. Please test, I couldn't. Viktor Szakats 2008-09-23 16:57:24 +00:00
  • 2ad4dc0df1 2008-09-23 17:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/os2/gcc.cf * enabled -DTCPV40HDRS in default builds, can be disabled by setting HB_OS2_NEW_TCP=yes environment variable Przemyslaw Czerpak 2008-09-23 15:10:10 +00:00
  • 8138f06023 2008-09-23 07:05 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbwhat/wincorec.c % hb_retptr() => HB_RETWI() Pritpal Bedi 2008-09-23 14:07:11 +00:00
  • 337b4d3602 2008-09-23 06:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbwin/win_ole.c % hb_vmPushDynDym() => hb_vmPushDynSym() Pritpal Bedi 2008-09-23 13:53:11 +00:00
  • c8d341cefb 2008-09-23 15:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/codebloc.c * updated old and not longer valid comment Przemyslaw Czerpak 2008-09-23 13:39:35 +00:00
  • f237b5c86c 2008-09-23 14:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsmgmnt.c * Minor. Viktor Szakats 2008-09-23 12:50:35 +00:00
  • 454b3b49e0 2008-09-23 14:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbole/ole2.c * contrib/hbgf/hbgfwin/winapi.c * contrib/hbgf/hbgfos2/os2pm.c * contrib/hbwin/win_ole.c * contrib/hbwhat/wincorec.c * source/rtl/do.c * source/rdd/workarea.c % hb_vmPushSymbol( hb_dynsymSymbol( p ) ) -> hb_vmPushDynSym( p ) Viktor Szakats 2008-09-23 12:48:23 +00:00
  • b45ddd75e0 2008-09-23 08:45 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br> * contrib/rddads/adsmgmnt.c + ADSMGSETHANDLE( nHandle ) to set an existing connection handle ! ADSMGGETUSERNAMES() that was skipping first user Antonio Carlos Pantaglione 2008-09-23 11:42:39 +00:00
  • a1a7c1cb07 Fix to prev Viktor Szakats 2008-09-23 10:26:19 +00:00
  • fac1ea54e2 Two clarifications to some of my entries. Viktor Szakats 2008-09-23 10:15:17 +00:00
  • ebaa3ee424 2008-09-23 11:27 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/fm.c ! Enabled USE_DL_PREFIX for _MSC_VER compilers. This may be refined, but without this setting MSVS 2008 would give an error on exit and GPF. Viktor Szakats 2008-09-23 09:28:39 +00:00
  • e7fdff1641 2008-09-23 11:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbthread.h % Enabled TLS for _MSC_VER compilers. ; Tested with MSVS 2008 32-bit. Someone pls test with older/other MSVC compilers (especially MSVC6 and WinCE mode) to refine the default setting if needed. Viktor Szakats 2008-09-23 09:25:33 +00:00
  • afd254adc2 2008-09-22 22:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/thread.c ! fixed GPF when hb_threadSelf() was executed from thread without allocated ID object (f.e. main thread) Przemyslaw Czerpak 2008-09-22 20:09:27 +00:00
  • 19b2d7a10e 2008-09-22 16:19 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br> * harbour/contrib/rddads/ads1.c * using AdsCreateIndex61 when ADS_LIB_VERSION >= 610. This functions use ADS_DEFAULT as index page size parameter and force Advantage to compute a page size based on the key size to provide optimal balancing. Antonio Carlos Pantaglione 2008-09-22 19:16:31 +00:00
  • 700a0c4805 2008-09-22 20:54 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/dbfntx/dbfntx1.c * harbour/source/rdd/dbfcdx/dbfcdx1.c * do not allow to close production index by ordBagClear() when strict FP compatibility is set for production index or when _SET_AUTOPEN is enabled. It compatible behavior to ordListClear() function Przemyslaw Czerpak 2008-09-22 18:55:21 +00:00
  • afb1c7cd2d 2008-09-22 20:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/classes.c * harbour/source/rdd/workarea.c * pacified BCC warnings Przemyslaw Czerpak 2008-09-22 18:41:29 +00:00
  • 3876fb6d73 2008-09-22 14:34 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br> % source/rtl/dbedit.prg % source/rtl/dirscan.prg % source/rtl/errorsys.prg % source/rtl/hbini.prg % source/rtl/listbox.prg % source/rtl/objfunc.prg % source/rtl/tbrowse.prg % source/rtl/tclass.prg % source/rtl/tget.prg % source/rtl/tgetlist.prg % Code formating and some local decarations inlined Antonio Carlos Pantaglione 2008-09-22 17:39:16 +00:00
  • f05cbbaaaf 2008-09-22 19:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog ! corrected previous ChangeLog entry: instead of hb_waDetach()/ hb_waRequest() should be db_dbDetach()/hb_dbRequest() Przemyslaw Czerpak 2008-09-22 17:32:36 +00:00
  • 65d6f33e56 2008-09-22 19:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/bld.bat - Removed recently added cw32mt.lib. ; Now, for MT builds 'set HB_USER_LIBS=cw32mt.lib' should be used. Where cw32mt.lib may also be cp32mt.lib, cp32mti.lib, cw32mti.lib depending on other factors. Notice that even this would only work if Harbour was built with 'set HB_BUILD_ST=no'. Viktor Szakats 2008-09-22 17:28:11 +00:00
  • 216164681e 2008-09-22 19:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak * common.mak * source/rtl/hbgtcore.c ! Any messing with HB_GT_LIB and HB_GT_DEFAULT was removed from non-GNU make files, to leave these things to the source code itself (just like in GNU-make). + Added automatic selection of GTWVT from source code, so that it also works in GNU-make. Viktor Szakats 2008-09-22 17:21:44 +00:00
  • 400cb4e34d 2008-09-22 16:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbregex.c * added hack to force linking newer PCRE versions not the one included in BCC RTL when Harbour is compiled without HB_PCRE_REGEX_BCC. If user application will uses regex expressions (directly or indirectly by some RTL functions) then lining it without HBPCE should give link time error that pcre_config() function is missing. Przemyslaw Czerpak 2008-09-22 14:37:51 +00:00
  • d9e592e202 2008-09-22 16:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * harbour/source/vm/estack.c + added support for using stack macros without native compiler TLS support in MT mode. * enabled stack macros by default for OS2 MT builds David, if possible please try speedtst.prg with current MT HVM Przemyslaw Czerpak 2008-09-22 14:15:18 +00:00
  • 934e7f3e8e 2008-09-22 15:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbinet.c ! fixed W32 compilation Przemyslaw Czerpak 2008-09-22 13:24:14 +00:00
  • d12e752d5f 2008-09-21 20:29 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbwhat/*.c;*.prg ! Prefixed every WHAT specific functions with "WHT_" and Windows specific functions with "VWN_" Pritpal Bedi 2008-09-22 03:47:17 +00:00
  • 4be2b3ea73 2008-09-22 04:27 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/hbinet.c ! fixed typo in previous commit which broke MS-Win builds * check hb_vmReaquestQuery() after executing use codeblocks Przemyslaw Czerpak 2008-09-22 02:27:54 +00:00
  • b34b792443 2008-09-22 03:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * harbour/source/vm/estack.c * harbour/source/vm/hvm.c + added support for nested hb_vmUnlock()/hb_vmLock() calls Przemyslaw Czerpak 2008-09-22 01:50:21 +00:00
  • a8aac5cae5 2008-09-22 02:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbvm.h * harbour/source/vm/hvm.c * harbour/source/vm/thread.c + added .prg function hb_threadSelf() -> <pThID> | NIL It returns thread ID pointer variable or NIL when thread was registered without it (main thread and some 3-rd party threads created by C API) Przemyslaw Czerpak 2008-09-22 00:34:52 +00:00
  • c1c574142e 2008-09-21 23:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/source/vm/arrays.c + added hb_arrayGetPtrGC(), hb_arrayGetSymbol(), hb_arraySetSymbol() Przemyslaw Czerpak 2008-09-21 21:04:47 +00:00
  • 2f2dc484a8 2008-09-20 05:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/common.mak * harbour/source/rdd/Makefile ! restored dbdetach.* in makefiles Przemyslaw Czerpak 2008-09-20 03:37:41 +00:00
  • 0705a60aeb 2008-09-19 21:28 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * common.mak * source/rdd/Makefile * removed dbdetach.* from make constructors Teo Fonrouge 2008-09-20 02:17:21 +00:00
  • d94370e84e 2008-09-20 03:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/hvm.c * minor modification: #ifdef ... => #if defined( ... ) Przemyslaw Czerpak 2008-09-20 01:39:17 +00:00
  • e67c40b7de 2008-09-20 00:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/source/rdd/wadetach.c + added .prg functions: hb_waDetach( [<nWorkArea>|<cAlias>], [<xCargo>] ) -> <lSuccess> hb_waRequest( [<cAlias>], [<lFreeArea>], [<@xCargo>], [<lWait>] ) -> <lSuccess> The first one detach workarea from current thread and move it to special hidden holder. Before detaching all relations (parent and child) to detached workarea are cleared. The second one restores area from the holder and attach it to calling thread. + added xBase++ compatible functions DbRelease() / DbRequest() xBase++ users please test. If possible please also check what xBase++ does with relations and active RLOCKs/FLOCK on released WA. Przemyslaw Czerpak 2008-09-19 22:43:02 +00:00
  • 7cc11cf5e2 2008-09-19 22:27 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/set.c ! fixed casting Przemyslaw Czerpak 2008-09-19 20:28:26 +00:00
  • dd5f48d252 2008-09-19 12:21 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net> * contrib/hbbmcdx/bmdbfcdx.c * source/rdd/dbfcdx/dbfcdx1.c ! fixed return value after rt error. * Added rt error as in clipper when OrdkeyVal is greater than 240, with default capabilities as in clipper. code to test it: FUNCTION MAIN() Miguel Angel Marchuet Frutos 2008-09-19 10:24:54 +00:00
  • 3584141c98 2008-09-19 11:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbct/fcopy.prg * contrib/hbnf/dfile.prg * contrib/hbpgsql/pgrdd.prg * contrib/hbtpathy/telepath.prg * contrib/rddado/adordd.prg + Some STATICs converted to THREAD STATIC. Viktor Szakats 2008-09-19 09:02:52 +00:00
  • c534d3775e typo Viktor Szakats 2008-09-19 08:44:58 +00:00
  • 57707cd31e 2008-09-18 22:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/fm.c ! Suppressing warnings for foreign dmalloc.c code for BCC. Viktor Szakats 2008-09-18 20:01:14 +00:00
  • c0d658d6ef 2008-09-18 21:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/Makefile * contrib/xhb/common.mak + contrib/xhb/xhbcopyf.c + contrib/xhb/tests + contrib/xhb/tests/testcp.prg + contrib/xhb/tests/bld_b32.bat + contrib/xhb/tests/bld_vc.bat + Added XHB_COPYFILE() function, which is (more or less) compatible with xhb's extended __COPYFILE() function. Thanks to Toninho for the initial code and hint. Viktor Szakats 2008-09-18 19:32:00 +00:00
  • a6f735db01 2008-09-18 20:41 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/thread.c * detach local parameters passed by reference to hb_threadStart() to avoid possible calling thread HVM stack corruption Przemyslaw Czerpak 2008-09-18 18:42:15 +00:00
  • c92f2bec7b 2008-09-18 19:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/dbfcdx/dbfcdx1.c ! fixed memory leak - Many thanks to Miguel for report Przemyslaw Czerpak 2008-09-18 17:28:39 +00:00
  • 54252ca860 2008-09-18 17:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_rpm.sh * use rpm to test if curl-devel package is installed Przemyslaw Czerpak 2008-09-18 15:25:37 +00:00
  • e233bb9fa3 2008-09-18 15:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c ! Made it compile with a slightly older (~7.15.x) versions of libcurl. Please test. Viktor Szakats 2008-09-18 13:01:47 +00:00
  • b0190e34a0 2008-09-18 14:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak * Synced with BCC to build in ST mode by default. Viktor Szakats 2008-09-18 12:02:27 +00:00
  • d0d7894fdb 2008-09-18 11:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/fileread.prg * Changed to use natic CLASS syntax. Viktor Szakats 2008-09-18 09:48:55 +00:00
  • ed4998676f 2008-09-18 11:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_rpm.sh ! Attempt to detect libcurl. [TOMERGE 1.0] Viktor Szakats 2008-09-18 09:31:32 +00:00
  • aaf182d085 2008-09-18 11:02 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net> * contrib/hbbmcdx/bmdbfcdx.c * source/rdd/dbfcdx/dbfcdx1.c ! fixed generation error when length of key is greater than 256 as Clipper. instead of wait for internal error. * Used defined errors instead of hardcoded numbers. Miguel Angel Marchuet Frutos 2008-09-18 09:01:58 +00:00
  • 932e4f99a6 2008-09-18 07:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/cdpapi.c * explicit casting to char * in 1-st strchr() parameter as workaround for wrong function prototype in DMC header files Przemyslaw Czerpak 2008-09-18 05:56:41 +00:00
  • 86333ba271 2008-09-18 07:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h * use assembler version of atomic inc/dec operation in all x86 based GCC builds - it should noticeable improve OS2 MT build speed, please test. Przemyslaw Czerpak 2008-09-18 05:23:49 +00:00
  • 5ec4b754b9 2008-09-18 01:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/fm.c + harbour/source/vm/dlmalloc.c + added alternative memory manager written by Doug Lea It can be activated by recompiling Harbour with HB_FM_DL_ALLOC macro. Please make test on different platforms with different C compilers. Linux users will not benefit from it because the default GLIBC MM is derived from a version of code. NOTE: the results may strongly depend on total memory allocation and will be different then in simple memory tests. Przemyslaw Czerpak 2008-09-17 23:17:45 +00:00
  • 43499ce1b5 2008-09-17 22:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/rddado/adordd.prg ! Marking one STATIC var as thread STATIC. ; BTW, this should be revised for whole contrib .prg code. Viktor Szakats 2008-09-17 20:16:50 +00:00
  • ab02c791d5 2008-09-17 18:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h + added macros to disable default native compiler TLS support: HB_NO_TLS Przemyslaw Czerpak 2008-09-17 16:39:24 +00:00
  • b203c5c037 2008-09-17 18:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_gcc.sh * contrib/make_gcc_all.sh ! cyg to w32 architecture conversion got uncommented. Viktor Szakats 2008-09-17 16:04:52 +00:00
  • 6735a91d3d Some additions to latest entry Viktor Szakats 2008-09-17 16:01:56 +00:00
  • fd15782dd8 2008-09-17 17:32 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkslib.sh * make_gcc.sh * make_gnu.sh * make_tgz.sh * make_xmingw.sh * make_xmingwce.sh * contrib/make_gcc_all.sh * contrib/mtpl_gcc.sh - Removed unnecessary explicit SunOS detection. - Removed unnecessary explicit Darwin detection (to be tested). Viktor Szakats 2008-09-17 15:54:07 +00:00
  • f182ba5a3f 2008-09-17 14:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkslib.sh * make_xmingwce.sh * make_gcc.sh * make_xmingw.sh * make_gnu.sh * make_tgz.sh + Added SunOS platform detection as an attempt to make make_tgz.sh work on OpenSolaris. ; NOFIX: Still, when trying to use make_tgz.sh in OpenSolaris, I'm getting these errors: --- ld: fatal: library -lharbour: not found ld: fatal: library -lncurses: not found --- gtar: wheel: %s: Invalid group Viktor Szakats 2008-09-17 12:11:41 +00:00
  • 7a29cb3007 2008-09-17 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/memtst.prg * tests/speedtst.prg * Made them compile with < 1.1 Harbour versions. Viktor Szakats 2008-09-17 11:23:42 +00:00
  • 453b0e0cd9 2008-09-17 01:29 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingwce.sh * harbour/make_xmingw.sh + added an option to build utility binaries in cross builds Przemyslaw Czerpak 2008-09-16 23:30:28 +00:00
  • 80829934ea 2008-09-17 01:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * debian/changelog * Synced with 1.0.1. Viktor Szakats 2008-09-16 23:18:21 +00:00
  • 18aa26dfc0 2008-09-16 19:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbtest/rt_class.prg ! fixed description message Przemyslaw Czerpak 2008-09-16 17:12:28 +00:00
  • ca5637d31c 2008-09-16 15:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h * do not use native TLS support in BCC builds when CodeGuard is enabled Przemyslaw Czerpak 2008-09-16 13:58:37 +00:00
  • 61647d6776 2008-09-16 14:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h + added DMC to list of compilers which can use __declspec( thread ) + automatically use TLS for Linux and GLIBC >= 2.6 on x86* machines Przemyslaw Czerpak 2008-09-16 12:49:50 +00:00
  • 4b3851dee7 addition to prev entry Viktor Szakats 2008-09-16 11:03:05 +00:00
  • 999589b735 2008-09-16 13:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbgenerr.c * Most ':' chars removed from Harbour compiler error messages. Few still remain, where I wasn't sure of the exact meaning or final layout of the texts. Warnings are also a TODO yet. Please review. Viktor Szakats 2008-09-16 11:01:24 +00:00
  • 7eca442c36 2008-09-16 12:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * contrib/mtpl_b32.mak ! Removed CG switches. Viktor Szakats 2008-09-16 10:01:52 +00:00
  • 56b4afff23 2008-09-16 05:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/gmake.txt * doc/gtapi.txt * doc/hbmake.txt * doc/windll.txt * Useless changes. Viktor Szakats 2008-09-16 03:18:31 +00:00
  • 04523710aa 2008-09-15 23:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/tests/memtst.prg + added some simple tests for memory manager Przemyslaw Czerpak 2008-09-15 21:09:27 +00:00
  • 359f4c772f 2008-09-15 21:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * contrib/mtpl_b32.mak + Added -vG -Od to debug flags (CodeGuard and no optimization if HB_BUILD_DEBUG is 'yes'). ; I couldn't test it, because I'm getting a fatal error when trying with my BCC build file. Fatal: Unable to open file '.OBJ' Viktor Szakats 2008-09-15 19:07:15 +00:00
  • 21d7545e12 2008-09-15 20:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/multifnc/Makefile * doc/gmake.txt * bin/hb-func.sh * bin/postinst.sh * include/hbdefs.h * source/vm/Makefile * source/vm/vmmt/Makefile ! Changed mingw32 to mingw in remaining places. Viktor Szakats 2008-09-15 18:55:03 +00:00
  • 36ed679f92 2008-09-15 17:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h + added assembler MT version of HB_ATOM_INC/HB_ATOM_DEC operation for x86@32 Przemyslaw Czerpak 2008-09-15 15:54:46 +00:00
  • 3590e186d8 2008-09-15 14:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/bld.bat * bin/bld_os2.cmd * contrib/gtwvg/tests/bld_b32.bat * contrib/hbgd/tests/bld_b32.bat ! Changed CFLAGS to C_USR. Viktor Szakats 2008-09-15 13:02:33 +00:00
  • e75b7f5003 2008-09-15 13:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/tests/speedtst.prg * small update in speedtst.prg. It should be enough to make test and compare MT and ST mode speed. Please make test with different C compiler and send results to devel list. Przemyslaw Czerpak 2008-09-15 11:39:41 +00:00
  • 593aa37a2a 2008-09-15 11:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/bld_b32.bat * tests/bld_vc.bat + Added bld files for tests. Viktor Szakats 2008-09-15 09:17:46 +00:00
  • 26623b9f34 2008-09-15 04:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/pack_src.sh * added file list to archive so it's possible to recreate it later without SVN data Przemyslaw Czerpak 2008-09-15 02:34:44 +00:00
  • 82ac6e7cc6 2008-09-15 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbverdsp.c * Undone prev change. Viktor Szakats 2008-09-14 23:04:00 +00:00
  • 76bb0f05be 2008-09-14 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ! Fixed two typos in last commit. Thanks to Bill Robertson. Viktor Szakats 2008-09-14 20:46:26 +00:00
  • 8e7057547b 2008-09-14 22:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbverdsp.c + Showing MT status on //BUILD screen. Viktor Szakats 2008-09-14 20:44:42 +00:00
  • ca21165e4b 2008-09-14 22:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbsetup.h * accept both settings: HB_FM_STATISTICS and HB_FM_STATISTICS_OFF without errors Przemyslaw Czerpak 2008-09-14 20:16:03 +00:00
  • b4dd3b7bbd ; Synced from 1.0 Viktor Szakats 2008-09-14 18:26:06 +00:00
  • 3b262ebaaa 2008-09-14 20:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/common.ch % IS*() macros now using hb_Is*() functions instead of ValType() calls. Viktor Szakats 2008-09-14 18:19:09 +00:00
  • 6bd3dababd 2008-09-14 19:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak + Now setting 'HB_BUILD_ST = no' will generate an MT build. TODO: Change the default to 'yes' should be the way to go IMO. Viktor Szakats 2008-09-14 18:00:05 +00:00
  • 5323090bc4 2008-09-14 19:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak * make_gcc.mak * A change with the goal to further clean duplicate build controlling options and make the configuration of GNU and non-GNU build systems closer. INCOMPATIBLE. Builders should make the following changes in their configurations and build scripts: - CFLAGS -> C_USR - CLIBFLAGS -> C_USR - LDFLAGS -> L_USR - HARBOURFLAGS -> PRG_USR * BCCDLL_WITH_DYNRT -> HB_BCCDLL_DYNRT Shouldn't this be the default, if it's marked as 'recommended'? ; Basic rules for builders is now pretty simple: C_USR for .c options, L_USR for link options, PRG_USR for .prg options. ; L_USR doesn't work the same way as in GNU-make, yet. ; Also expect, that in the future - even before 1.1 release - these switches might be also standardized to be HB_USR_C, HB_USR_PRG, HB_USR_L, HB_USR_A. Viktor Szakats 2008-09-14 17:22:06 +00:00
  • f093f8045b 2008-09-14 17:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + contrib/hbnf/tests/nftest.prg + Adapted hbnf test program from xhb. Viktor Szakats 2008-09-14 16:00:27 +00:00
  • 41cf7beb92 some INCOMPATIBLE tags added. Viktor Szakats 2008-09-14 14:14:50 +00:00
  • ce6fc90ab4 2008-09-14 16:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/hb-func.sh * source/vm/hvm.c * source/rtl/hbgtcore.c * source/rtl/gtchrmap.c ! Global vars given std names: s_pszLinkedMain -> hb_vm_pszLinkedMain s_defaultGT -> hb_gt_szNameDefault s_szDefaultCharMapFile -> hb_gt_szCharMapFileDefault Viktor Szakats 2008-09-14 14:11:27 +00:00
  • 96dd4b861f 2008-09-14 15:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.ch * Turned off HB_LEGACY_LEVEL by default. Viktor Szakats 2008-09-14 14:01:51 +00:00
  • 03b27f7468 2008-09-14 13:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak * contrib/mtpl_b32.mak * contrib/mtpl_vc.mak + Attempt to add support for L_USR and A_USR in non-GNU make. A_USR is probably wrong, L_USR might also be. Please test. Viktor Szakats 2008-09-14 11:18:46 +00:00
  • 8eb7cf6c9a 2008-09-14 12:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * harbour-ce-spec * make_xmingwce.sh * harbour-w32-spec * bin/bld.bat * make_xmingw.sh * make_gnu.bat * make_gnu.sh * make_tgz.sh * mingw32 -> mingw changes. ! hbw32 -> hbwin fixes. Viktor Szakats 2008-09-14 10:55:33 +00:00
  • 6d5ae85d4f typo Viktor Szakats 2008-09-14 10:42:21 +00:00
  • de22dc4cb6 2008-09-14 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) - config/w32/bcc32.cf + config/w32/bcc.cf - config/w32/mingw32.cf + config/w32/mingw.cf * Cleaning some '32's from HB_COMPILER names. BCC and MinGW 64-bit is coming. ; Please update your build files. INCOMPATIBLE. Viktor Szakats 2008-09-14 10:39:06 +00:00
  • dd31acbb20 2008-09-14 12:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * harbour-ce-spec * harbour-w32-spec * harbour.spec * common.mak * include/hbver.h * Changed version number to 1.1.0 Viktor Szakats 2008-09-14 10:36:50 +00:00
  • 9738d0bef5 ; Merging changes to trunk from branches/harbour-1.0 r9377. Viktor Szakats 2008-09-14 10:19:59 +00:00
  • d99fdee163 2008-09-14 03:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour-ce-spec * harbour/harbour-w32-spec * harbour/harbour.spec + added harbour MT libraries: libfmmt and libhbvmmt Przemyslaw Czerpak 2008-09-14 01:26:34 +00:00
  • 64f97582d9 2008-09-13 18:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbpp.h * harbour/include/hbvm.h * harbour/include/hbcomp.h * harbour/include/hbcompdf.h * harbour/include/hbtrace.h * harbour/include/hbapilng.h * harbour/include/hbinit.h * harbour/source/rtl/langapi.c * harbour/source/pp/ppcore.c * harbour/source/pp/hbpp.c * harbour/source/vm/itemapi.c * harbour/source/vm/hvm.c * harbour/source/common/hbver.c * harbour/source/common/hbtrace.c * harbour/source/common/expropt2.c * harbour/source/compiler/complex.c * harbour/source/compiler/hbident.c * harbour/source/compiler/hbfunchk.c * changed some declarations from 'char *' to 'const char *' and fixed casting for some more pedantic compilers Przemyslaw Czerpak 2008-09-13 16:53:45 +00:00