Commit Graph

  • a3805daf7e 2009-06-16 18:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * include/hbextern.ch + Added HB_WAEVAL(). Viktor Szakats 2009-06-16 16:39:43 +00:00
  • f3577a269a 2009-06-16 16:59 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * contrib/hbwin/win_misc.c + Added these functions: WIN_HINSTANCE() -> <ptr> WIN_HPREVINSTANCE() -> <ptr> WIN_NCMDSHOW() -> <nNum> Viktor Szakats 2009-06-16 15:00:49 +00:00
  • 82de9188f3 2009-06-16 11:25 UTC-0300 Antonio Carlos Pantaglione <toninho@fwi.com.br> * contrib/hbwin/wapi_winuser.c ! Parameters numbers in WAPI_CREATEWINDOWEX Antonio Carlos Pantaglione 2009-06-16 14:14:17 +00:00
  • 20c62d1431 2009-06-16 16:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapirdd.h * harbour/source/rdd/wafunc.c + added HB_ERRCODE hb_rddEvalWA( PHB_ITEM pBlock ) Przemyslaw Czerpak 2009-06-16 13:59:12 +00:00
  • 461276accd 2009-06-16 15:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/ttable.prg ! Typo fixed. Reported by newsgroup user. Viktor Szakats 2009-06-16 13:43:07 +00:00
  • c6b45e7bd5 2009-06-16 15:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/uhttpd2/socket.c ! Including winsock2.h to avoid missing macro SD_BOTH on MSVC and POCC (maybe more) compilers. Viktor Szakats 2009-06-16 13:10:17 +00:00
  • 0a25e75b8f 2009-06-16 15:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added preliminary support for autosetup for several more compilers: win/watcom, win/pocc, win/pocc64, wce/poccarm, dos/djgpp, dos/watcom. Only these were tested: dos/djgpp, win/watcom, win/pocc. This means it's now possible to "bundle" DJGPP, watcom or pocc _compiler tools_ with Harbour and hbmk2 will be able to detect them, or user can choose between them using -arch/-comp switches, then hbmk2 will just be able to use them "as is", without the need to change anything on the environment. zero-conf usage in essence, just like we already had for mingw family. ; NOTE: Before the release I'll rethink placement of these tools inside the Harbour directory tree. Currently they are detected in the Harbour root dir, but with multiple compilers this is not ideal. Viktor Szakats 2009-06-16 13:05:23 +00:00
  • 01162d9200 2009-06-16 13:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbct/token1.c % use explicit constant value instead of HB_MKULONG() macro Przemyslaw Czerpak 2009-06-16 11:27:55 +00:00
  • c2092fff60 2009-06-16 09:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Two optional envvars got some super extra clarification. Viktor Szakats 2009-06-16 07:14:50 +00:00
  • d234bc24f5 2009-06-16 08:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/vm/thread.c * HB_MUTEXQUEUEINFO() returning logical var. ! HB_MUTEXQUEUEINFO() resetting ref params with 0 in case of error. Viktor Szakats 2009-06-16 06:55:21 +00:00
  • 4dbccf8ead 2009-06-16 08:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * source/vm/thread.c * examples/uhttpd2/umain.prg * Replaced HB_MUTEXWAITERSCOUNT() with HB_MUTEXQUEUEINFO( hMutex, [ @nWaitersCount ], [ @nQueueLength ] ) ; Please review. Viktor Szakats 2009-06-16 06:51:12 +00:00
  • fed9d75a4c 2009-06-16 08:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + If HB_COMPILER is mingw/mingw64/pocc64, architecture will automatically be win, regardless of the platform hbmk2 is run on. Viktor Szakats 2009-06-16 06:03:59 +00:00
  • b6ce92dab3 2009-06-16 00:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to always turn off -mt mode for dos targets. Viktor Szakats 2009-06-15 22:40:42 +00:00
  • 9b6e0fe4a0 2009-06-15 15:09 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/generator/hbqtgen.prg ! Stipped off code to generate in-build sources. Now following files resides in the SVN permanently: hbqt.h hbqt_slots.h hbqt_slots.cpp hbqt_base.cpp moc_slots.cpp Pritpal Bedi 2009-06-15 22:13:51 +00:00
  • 4037666eb6 2009-06-15 23:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * examples/uhttpd2/socket.c * Minor formatting. Viktor Szakats 2009-06-15 21:05:57 +00:00
  • 3700d9e4dc 2009-06-15 20:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.txt * examples/dbu/readme.txt * examples/rl/readme.txt * Minor typo. + Added direct download link to superlib on Phil's site. I hope Phil doesn't mind. I've also left the link for the whole page. Viktor Szakats 2009-06-15 18:56:14 +00:00
  • c73804dc7a 2009-06-15 20:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * source/vm/thread.c + Added HB_MUTEXWAITERSCOUNT() to core. (slightly rewritten using local functions) Viktor Szakats 2009-06-15 18:45:17 +00:00
  • d3e965d9a2 2009-06-15 20:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/uhttpd2/uwidgets.prg * examples/uhttpd2/uhbext.prg * examples/uhttpd2/app.prg + examples/uhttpd2/umutex.c * Embedded C moved to separate file. % Using Harbour's hb_HGetDef() instead of local version. Viktor Szakats 2009-06-15 18:37:38 +00:00
  • 131fd93c5f 2009-06-15 20:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/uhttpd2/socket.c * Minor updates. Viktor Szakats 2009-06-15 18:33:53 +00:00
  • d765ece0bb zap Viktor Szakats 2009-06-15 18:29:05 +00:00
  • 7fec598cbd 2009-06-15 20:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + examples/uhttpd2 + examples/uhttpd2/umain.prg + examples/uhttpd2/files + examples/uhttpd2/files/main.js + examples/uhttpd2/files/main.css + examples/uhttpd2/uhttpd2.hbp + examples/uhttpd2/uwidgets.prg + examples/uhttpd2/carts.dbf + examples/uhttpd2/uhbext.prg + examples/uhttpd2/app.prg + examples/uhttpd2/socket.c + examples/uhttpd2/items.dbf + examples/uhttpd2/readme.txt + examples/uhttpd2/users.dbf + Added contribution of Mindaugas Kavaliauskas: small-footprint multithreading http server with session model. Read the whole description in readme.txt. Viktor Szakats 2009-06-15 18:22:09 +00:00
  • 91bd1aee41 2009-06-15 18:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg - Deleted hb_DirBase() DJGPP hack after Przemek's fix. - Deleted gcc compiler command line hack after Przemek's fix. Viktor Szakats 2009-06-15 18:02:57 +00:00
  • 69941dbb06 2009-06-15 18:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/fstemp.c * harbour/source/rtl/filesys.c * convert '/' to '\' in hb_fTempCreate*()/CurDir() functions in DJGPP builds Przemyslaw Czerpak 2009-06-15 16:29:58 +00:00
  • 4466f9da49 2009-06-15 08:41 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/apig.ch * harbour/contrib/hbxbp/gra.ch * harbour/contrib/hbxbp/hbxbp.hbc * harbour/contrib/hbxbp/xbp.ch - Copyright notice where not applicable. Pritpal Bedi 2009-06-15 15:43:15 +00:00
  • 685f3c6511 2009-06-15 16:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed extension-less parameters not recognized as .prg on dos platform. (they were picked as libs due to extension match with empty dynamic lib extension) Thanks to Przemek for the report. Viktor Szakats 2009-06-15 14:33:30 +00:00
  • 662b1d25d0 2009-06-15 15:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacy.prg + Added legacy CREATEOLEOBJECT() call support. (untested) Viktor Szakats 2009-06-15 13:46:04 +00:00
  • 9d353c511a 2009-06-15 15:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added skip=yes|no option support to .hbc files. skip=yes will cause the rest of the .hbc file to be skipped from processing. + Now .hbc files are recognized even in libs= lines. + Showing error message when a referred .hbc cannot be found. Viktor Szakats 2009-06-15 13:43:32 +00:00
  • 7bf93bff46 2009-06-15 15:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/mainstd.c * forced '\' in argv[0] instead of '/' in DJGPP builds * disabled using SHELL envvar and forced COMSPEC in system() function in DJGPP builds (it effects __run() and hb_run() .prg functions) Przemyslaw Czerpak 2009-06-15 13:09:53 +00:00
  • 7cf87dea67 2009-06-15 14:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacyco.c * contrib/hbwin/legacy.prg ! Fixed typos in prev. (Thanks EMG) Viktor Szakats 2009-06-15 12:46:55 +00:00
  • 32236d01db 2009-06-15 13:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacy.prg * contrib/hbwin/legacyco.c ! Added support for legacy TOLEAUTO():hObj var access/assign. ! Fixed CREATEOBJECT() to return legacy TOLEAUTO class. ! Fixed CREATEOBJECT() to accept legacy param list. ! Fixed GETACTIVEOBJECT() to return legacy TOLEAUTO class. ! Fixed GETACTIVEOBJECT() to accept legacy param list. ; Please test. Viktor Szakats 2009-06-15 11:41:13 +00:00
  • 8fe54aeb52 2009-06-15 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/bnch_win.bat * bin/postinst.bat * bin/hb-mkimp.bat * bin/hb-mkdyn.bat * mpkg_dos.bat * mpkg_win.bat * Minor adjustment to prev. Viktor Szakats 2009-06-15 09:46:21 +00:00
  • 89eb6c5dd9 2009-06-15 11:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/bnch_win.bat * bin/postinst.cmd * bin/postinst.bat * bin/hb-mkimp.bat * bin/hb-mkdyn.bat * mpkg_dos.bat * mpkg_win.bat + Added display of error message if run on non-NT systems. * Some formatting. Viktor Szakats 2009-06-15 09:41:48 +00:00
  • efb85b04d2 2009-06-15 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/legacy.prg ! Trying to implement TOLEAUTO():NEW() compatibility interface. Crash is gone, but I'm not sure the app now behaves perfectly. Someone please review/test. Viktor Szakats 2009-06-15 08:39:38 +00:00
  • 94dd785f2a 2009-06-15 00:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/Makefile Pritpal Bedi 2009-06-15 08:13:08 +00:00
  • 8276f66f37 minor Viktor Szakats 2009-06-15 08:07:25 +00:00
  • 40fe00e3c3 2009-06-15 10:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - utils/hbextern + examples/hbextern - examples/hbextern/make_c5x.bat * examples/hbextern/hbextern.prg + examples/hbextern/hbextern.hbp - examples/hbextern/Makefile * hbextern tool moved to examples. - Deleted Clipper build batch file. + Added hbmk2 build file. Viktor Szakats 2009-06-15 08:06:36 +00:00
  • 14a20274a0 2009-06-15 00:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/generator/hbqtgen.prg + Added -inbuids switch which generate these sources only: hbqt_slots.h hbqt.h hbqt_base.cpp hbqt_slots.cpp moc_slots.cpp hbqtgen.exe -O..\ -inbuilds Pritpal Bedi 2009-06-15 07:56:07 +00:00
  • a8633e7b1b 2009-06-15 01:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog * Marked TOFIX/TODO as DONE. Viktor Szakats 2009-06-14 23:53:06 +00:00
  • 19cc018359 2009-06-14 21:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapirdd.h * harbour/include/hbusrrdd.ch * harbour/contrib/rddsql/sddodbc/odbcdd.c * harbour/contrib/rddads/ads1.c * harbour/source/rdd/workarea.c * harbour/source/rdd/sdf1.c * harbour/source/rdd/delim1.c * harbour/source/rdd/dbf1.c * changed HB_FT_DAYTIME to HB_FT_TIMESTAMP Przemyslaw Czerpak 2009-06-14 19:40:43 +00:00
  • 10de04c2fa 2009-06-14 21:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/pp/Makefile ! fixed / used as directory separator in $(RM) command with non *nix like shells * restored wildcard hack for some dynamic shortcut redirectors, f.e. DOSEMU Przemyslaw Czerpak 2009-06-14 19:10:30 +00:00
  • 5c80afaa36 2009-06-14 20:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/Makefile - contrib/hbwin/legacyc.c + contrib/hbwin/legacycd.c + contrib/hbwin/legacyco.c * Mimicing old layout to avoid potential symbol collisions with certain 3rd parties. Viktor Szakats 2009-06-14 18:46:32 +00:00
  • a255567515 2009-06-14 19:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Updated. Viktor Szakats 2009-06-14 17:59:01 +00:00
  • 19378689bc 2009-06-14 09:03 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/gtqtc/gtqtc.cpp * harbour/contrib/gtqtc/gtqtc.h * harbour/contrib/gtqtc/moc_gtqtc.cpp * harbour/contrib/gtqtc/tests/demoqtc.prg ! Just here and there. Pritpal Bedi 2009-06-14 16:05:39 +00:00
  • 5d2a6931be 2009-06-14 14:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg/wvgwin.c ! fixed wrongly used & operator Przemyslaw Czerpak 2009-06-14 12:40:11 +00:00
  • ed8f2896b3 2009-06-14 13:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/pp/Makefile ! Fixed (almost) to delete include/hbverbld.h on clean. Keeping this file there hid DOS build problems when using Windows host. ; TOFIX: Filename in delete command for all platforms. ; TOFIX: HB_CHANGELOG value for DOS builds. It's currently broken for MS-DOS hosts. To avoid these problems we should use 'CHANGES' instead of 'ChangeLog'... ; TOFIX: I applied Przemek's patch to make_gnu.sh wrongly, and have no idea how to fix it. Viktor Szakats 2009-06-14 11:25:07 +00:00
  • 940d327510 2009-06-14 11:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpmenubar.prg * contrib/hbxbp/xbpdialog.prg * contrib/hbxbp/xbptoolbar.prg * contrib/hbxbp/xbpparthandler.prg * contrib/hbxbp/xbppushbutton.prg ! Removed rest of GTWVG header references.Copied a few used #defines from it directly to the source with TOFIX note. Viktor Szakats 2009-06-14 09:19:32 +00:00
  • 11ef2641d9 2009-06-14 11:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbp.ch * contrib/hbxbp/xbpwindow.prg * contrib/hbxbp/xbppushbutton.prg ! Removed another GTWVG header reference. Copied a few used #defines from it directly to the source with TOFIX note. ! Removed hb_toout() commented function. ! Moved hb_tooutdebug() to xbp.ch which fixes unprotected reference in one of the sources, creating unresolved external on other platforms. Viktor Szakats 2009-06-14 09:15:32 +00:00
  • 7bdc50bff9 2009-06-14 11:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpdialog.prg ! Removed GTWVG header from source. :( Viktor Szakats 2009-06-14 09:08:50 +00:00
  • 72dddc6416 2009-06-14 11:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpgeneric.prg ! Removed inline C with Windows-only debug code. Please don't readd it as it makes it difficult to test on other platforms. See instruction how to make this in portable way in: 2009-06-13 20:29 UTC+0200 Viktor Szakats Viktor Szakats 2009-06-14 09:07:22 +00:00
  • 91ee50158b 2009-06-14 11:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_slots.cpp ! Removed windows.h. I can't keep up with removing these windows headers :( Please don't add them. Viktor Szakats 2009-06-14 09:04:05 +00:00
  • 8cff1ae469 2009-06-14 10:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * source/vm/hashfunc.c + Added HB_HGETDEF( <hHash>, <xKey>[, <xDefault> ] ) -> <value> This function will return <xDefault> when <xKey> isn't found in the hash table. If <xDefault> isn't passed, it will return NIL. Viktor Szakats 2009-06-14 08:38:37 +00:00
  • a488c63131 2009-06-14 00:02 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + harbour/contrib/hbxbp/gra.ch * harbour/contrib/hbxbp/Makefile * harbour/contrib/hbxbp/xbp_temp.prg * harbour/contrib/hbxbp/xbpdialog.prg * harbour/contrib/hbxbp/xbpgeneric.prg + harbour/contrib/hbxbp/xbppushbutton.prg + harbour/contrib/hbxbp/xbptoolbar.prg * harbour/contrib/hbxbp/xbpwindow.prg Pritpal Bedi 2009-06-14 07:05:32 +00:00
  • 2551b5e6be 2009-06-14 04:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + utils/hbmk2/examples/minigui.hbc + Added project config for HMG Extended. Viktor Szakats 2009-06-14 02:51:37 +00:00
  • d602974c8b 2009-06-14 04:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/examples/oohg.hbc * Updated after testing it. Viktor Szakats 2009-06-14 02:32:17 +00:00
  • 657ac73dfb 2009-06-14 03:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/examples/xhgtk.hbc * Updated hbmk2 make file xhgtk. Also sent this and xhgtk.hbp to Rodrigo Moreno to consider uploading them files to xhgtk repository. It makes building the lib and using the lib very simple on all platforms/compilers. Viktor Szakats 2009-06-14 01:39:52 +00:00
  • bf9bb05cf7 2009-06-13 16:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/appevent.ch * harbour/contrib/hbxbp/tests/demoxbp.prg * harbour/contrib/hbxbp/xbpdialog.prg * harbour/contrib/hbxbp/xbpgeneric.prg * harbour/contrib/hbxbp/xbpwindow.prg ! Added more constructs. Now demoxbp.prg is compilable as is with both compilers and we can exerience differences. Note, I have not implemented kbeP_Close event and keyboard modifiers, so quiting the demo is : Harbour - press 'Q' Xbase++ - press upper 'Q' or X button. Pritpal Bedi 2009-06-14 00:06:23 +00:00
  • f5465a83c1 2009-06-14 01:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/rddsql/sddmy/tests/hbmk.hbm - contrib/rddsql/sddmy/tests/sddmy.hbc + contrib/rddsql/sddmy/sddmy.hbc - contrib/rddsql/tests/rddsql.hbc + contrib/rddsql/sddodbc/tests/hbmk.hbm - contrib/rddsql/sddodbc/tests/sddodbc.hbc + contrib/rddsql/sddodbc/sddodbc.hbc + contrib/rddsql/tests/hbmk.hbm + contrib/rddsql/rddsql.hbc * Rearranged according to new .hbc/.hbm layout. Layout: in 'tests' where final app are residing, I've added an automatically processed hbmk2 option file: hbmk.hbm. This file refers to the .hbc file belonging to the SDD: sdd*.hbc, residing in the parent dir. This file in turn refers to the .hbc file belonging to the main RDDSQL: rddsql.hbc, resising in the parent dir. so this is the reference chain when issuing hbmk2 <test.prg> in one of the test dirs: hbmk.hbm -> sdd*.hbc -> rddsql.hbc Viktor Szakats 2009-06-13 23:57:38 +00:00
  • a86b317284 2009-06-14 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbblat/hbblat.hbc * contrib/hbhpdf/hbhpdf.hbc * contrib/hbwin/hbwin.hbc * contrib/hbqt/hbqt.hbc * contrib/hbxbp/hbxbp.hbc + Added incpaths settings to not rely on GNU Make 'install' feature to find appropriate lib headers. Viktor Szakats 2009-06-13 23:48:33 +00:00
  • 1de11ac355 2009-06-14 00:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/gtwvg.c * contrib/gtwvg/wincallb.c * contrib/gtwvg/wvgcore.c * contrib/gtwvg/wvgcuig.c * contrib/gtwvg/wvgutils.c * contrib/gtwvg/wvgwin.c * contrib/hbbmcdx/bmdbfcdx.c * contrib/hbbtree/hb_btree.c * contrib/hbclipsm/environ.c * contrib/hbclipsm/gauge.c * contrib/hbclipsm/num.c * contrib/hbclipsm/status.c * contrib/hbct/addascii.c * contrib/hbct/asciisum.c * contrib/hbct/ascpos.c * contrib/hbct/atadjust.c * contrib/hbct/atnum.c * contrib/hbct/atrepl.c * contrib/hbct/bitnum.c * contrib/hbct/charevod.c * contrib/hbct/charlist.c * contrib/hbct/charmirr.c * contrib/hbct/charmix.c * contrib/hbct/charone.c * contrib/hbct/charonly.c * contrib/hbct/charop.c * contrib/hbct/charrepl.c * contrib/hbct/charsort.c * contrib/hbct/charsprd.c * contrib/hbct/charswap.c * contrib/hbct/color.c * contrib/hbct/count.c * contrib/hbct/ctc.c * contrib/hbct/ctmath2.c * contrib/hbct/ctnet.c * contrib/hbct/ctpad.c * contrib/hbct/ctstr.c * contrib/hbct/ctstrfil.c * contrib/hbct/ctwfunc.c * contrib/hbct/datetime.c * contrib/hbct/dattime2.c * contrib/hbct/disk.c * contrib/hbct/expand.c * contrib/hbct/files.c * contrib/hbct/finan.c * contrib/hbct/justify.c * contrib/hbct/keyset.c * contrib/hbct/lton.c * contrib/hbct/maxline.c * contrib/hbct/misc1.c * contrib/hbct/num1.c * contrib/hbct/numat.c * contrib/hbct/numcount.c * contrib/hbct/numline.c * contrib/hbct/pos1.c * contrib/hbct/pos2.c * contrib/hbct/posdiff.c * contrib/hbct/print.c * contrib/hbct/range.c * contrib/hbct/relation.c * contrib/hbct/remove.c * contrib/hbct/replace.c * contrib/hbct/screen1.c * contrib/hbct/screen2.c * contrib/hbct/setrc.c * contrib/hbct/strdiff.c * contrib/hbct/strswap.c * contrib/hbct/tab.c * contrib/hbct/token1.c * contrib/hbct/token2.c * contrib/hbct/trig.c * contrib/hbct/video.c * contrib/hbct/wordrepl.c * contrib/hbct/wordtoch.c * contrib/hbcurl/hbcurl.c * contrib/hbcurl/hbcurlm.c * contrib/hbfbird/firebird.c * contrib/hbfimage/fi_wrp.c * contrib/hbgd/gdwrp.c * contrib/hbgt/ascposgt.c * contrib/hbgt/atdiff.c * contrib/hbgt/bitflags.c * contrib/hbgt/charmixg.c * contrib/hbgt/chrcount.c * contrib/hbgt/chrfirst.c * contrib/hbgt/chrtotal.c * contrib/hbgt/strcount.c * contrib/hbgt/strcspn.c * contrib/hbgt/strdiffg.c * contrib/hbgt/strleft.c * contrib/hbgt/strpbrk.c * contrib/hbgt/strright.c * contrib/hbmisc/dates2.c * contrib/hbmisc/hb_f.c * contrib/hbmisc/stringsx.c * contrib/hbmysql/mysql.c * contrib/hbmzip/hbmzip.c * contrib/hbnf/caplock.c * contrib/hbnf/chdir.c * contrib/hbnf/color2n.c * contrib/hbnf/ftattr.c * contrib/hbnf/fttext.c * contrib/hbnf/getenvrn.c * contrib/hbnf/mkdir.c * contrib/hbnf/n2color.c * contrib/hbnf/numlock.c * contrib/hbnf/peek.c * contrib/hbnf/poke.c * contrib/hbnf/prtscr.c * contrib/hbnf/putkey.c * contrib/hbnf/rmdir.c * contrib/hbodbc/odbc.c * contrib/hbqt/hbqt_qradiobutton.cpp * contrib/hbqt/qth/QRadioButton.qth * contrib/hbsqlit3/hbsqlit3.c * contrib/hbssl/ssl.c * contrib/hbssl/sslciph.c * contrib/hbtip/utils.c * contrib/hbwin/legacyc.c * contrib/hbwin/olecore.c * contrib/hbwin/wapi_commctrl.c * contrib/hbwin/wapi_winbase.c * contrib/hbwin/wapi_winuser.c * contrib/hbwin/win_dll.c * contrib/hbwin/win_misc.c * contrib/hbwin/win_prn1.c * contrib/hbwin/win_prn2.c * contrib/hbwin/win_prt.c * contrib/rddads/ads1.c * contrib/rddads/adsfunc.c * contrib/rddads/adsmgmnt.c * contrib/xhb/datesxhb.c * contrib/xhb/fparse.c * contrib/xhb/freadlin.c * contrib/xhb/hbcomprs.c * contrib/xhb/hboutdbg.c * contrib/xhb/txtline.c * contrib/xhb/xhbarr.c * contrib/xhb/xhbcopyf.c * contrib/xhb/xhbfunc.c * contrib/xhb/xhbsave.c * contrib/xhb/xhbtrim.c * contrib/xhb/xstrdel.c * IS*() -> HB_IS*() macro rename. (pass 3 - final) Viktor Szakats 2009-06-13 22:57:48 +00:00
  • e094b59e07 2009-06-14 00:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/hbdoc/hbdfrdln.c * examples/hbgf/hbgfos2/os2pm.c * examples/hbgf/hbgfwin/winapi.c * examples/hbmake/hbmakec.c * examples/hboleold/win_ole.c * examples/hbwhat/whtbmp.c * examples/hbwhat/whtcdlg.c * examples/hbwhat/whtclpb.c * examples/hbwhat/whtcomm.c * examples/hbwhat/whtdate.c * examples/hbwhat/whtdc.c * examples/hbwhat/whtdir.c * examples/hbwhat/whtdlg.c * examples/hbwhat/whtdraw.c * examples/hbwhat/whtfont.c * examples/hbwhat/whticon.c * examples/hbwhat/whtilst.c * examples/hbwhat/whtinet.c * examples/hbwhat/whtini.c * examples/hbwhat/whtkbrd.c * examples/hbwhat/whtmenu.c * examples/hbwhat/whtmeta.c * examples/hbwhat/whtmisc.c * examples/hbwhat/whtmous.c * examples/hbwhat/whtmsg.c * examples/hbwhat/whtprn.c * examples/hbwhat/whtrect.c * examples/hbwhat/whtrgn.c * examples/hbwhat/whtscrlb.c * examples/hbwhat/whtseria.c * examples/hbwhat/whtshell.c * examples/hbwhat/whtsock.c * examples/hbwhat/whtsys.c * examples/hbwhat/whttab.c * examples/hbwhat/whttbar.c * examples/hbwhat/whttext.c * examples/hbwhat/whtwnd.c * examples/hbwhat/wincorec.c * examples/uhttpd/socket.c * IS*() -> HB_IS*() macro rename. (pass 2) Viktor Szakats 2009-06-13 22:47:30 +00:00
  • e4ddd5f914 2009-06-13 23:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/hbxbp.hbc + Added gtgui as default GT on win/wce systems. Viktor Szakats 2009-06-13 22:44:34 +00:00
  • a613de0049 2009-06-13 15:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/tests/demoxbp.prg ! Added AppSys() call as it is required for Xbase++ to flag that application is GUI one. Pritpal Bedi 2009-06-13 22:29:49 +00:00
  • 93762e9fc7 2009-06-13 15:26 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/xbp_temp.prg + Added missing functions. Pritpal Bedi 2009-06-13 22:27:39 +00:00
  • 497a6f50a7 2009-06-13 14:28 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/xbp.ch * harbour/contrib/hbxbp/xbpdialog.prg * harbour/contrib/hbxbp/xbpgeneric.prg * harbour/contrib/hbxbp/xbpmenubar.prg * harbour/contrib/hbxbp/xbpwindow.prg Pritpal Bedi 2009-06-13 21:49:34 +00:00
  • 122ceae207 2009-06-13 14:19 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/generator/hbqtgen.prg * harbour/contrib/hbqt/generator/qt45.qtp Pritpal Bedi 2009-06-13 21:27:13 +00:00
  • dd6e92c7d8 2009-06-13 20:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbblat/syntax.txt + contrib/hbblat/readme.txt * Renamed. Viktor Szakats 2009-06-13 18:55:06 +00:00
  • bd69c68625 2009-06-13 20:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbxbp/hbqt.ch * contrib/hbqt/Makefile + contrib/hbqt/hbqt.ch * Moved hbqt.ch under hbqt library. Viktor Szakats 2009-06-13 18:44:56 +00:00
  • 3219e88ed7 2009-06-13 13:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/achoice.prg ! Partially reverted this commit: https://sourceforge.net/apps/trac/harbour-project/changeset/10605 After this change, activating DBU menus with all items disabled (f.e. F7/F8) caused app hang. This line: nUserFunc := iif( nMode != AC_NOITEM,; Do( xUserFunc, nMode, nPos, nPos - nAtTop ), NIL ) Was now changed back to this: nUserFunc := Do( xUserFunc, nMode, nPos, nPos - nAtTop ) ac_test2.prg still seem to function fine after this, but I'd kindly like to ask Vladislav Lavrecky to make tests again, maybe we need another fix here. Viktor Szakats 2009-06-13 11:56:32 +00:00
  • b491ab27bb 2009-06-12 17:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * mpkg_deb.sh ! Applied patch to recent change to only accept QT libs on or above version 4.5.0. Patch submitted by Guy Roussin. Viktor Szakats 2009-06-12 15:50:37 +00:00
  • 994eff4250 2009-06-12 14:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.txt * examples/dbu/readme.txt * examples/rl/readme.txt + Added workaround for hbformat needing quotes around wildcarded input filenames on *nix systems. Viktor Szakats 2009-06-12 12:50:40 +00:00
  • 0f918fcc7d 2009-06-12 12:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.txt + Added separate hbformat line for *.c files. NOTE: Indeed, passing both *.c and *.prg in command line doesn't work. + Added unpack instructions. Viktor Szakats 2009-06-12 10:27:26 +00:00
  • 0357e36960 2009-06-12 12:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/superlib/readme.txt * examples/dbu/readme.txt * examples/rl/readme.txt * Added -l option to patch command line. This is needed because hbformat trims line ending space which by default confuses patch. [ for dbu52.dif this caused three failed HUNKs in dbu.prg ] % Merged patch options '-l -N -i' into '-lNi'. Viktor Szakats 2009-06-12 10:11:15 +00:00
  • 6969aa63c2 2009-06-12 13:30 UTC+0300 Alexander Kresin <alex at belacy.belgorod.su> * utils/hbformat/hbformat.prg ! EOL handling fixed * utils/hbformat/hbformac.c * EOF dropped now Alexander S.Kresin 2009-06-12 09:27:24 +00:00
  • 74585bd192 2009-06-12 11:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to autodetect special *nix dir layout in case HB_INSTALL_PREFIX envvar is set. % Removed an unreachable error message. Viktor Szakats 2009-06-12 09:10:13 +00:00
  • caeeac68d5 2009-06-12 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/debug/dbgentry.c * contrib/xhb/hbxml.c * contrib/hbbtree/hb_btree.c % hb_itemRelease( hb_itemReturn() ) -> hb_itemReturnRelease() Viktor Szakats 2009-06-12 09:03:14 +00:00
  • b3ae940405 2009-06-12 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-mkimp.bat * Renamed 'owatcom' to 'watcom'. (missed from prev) Viktor Szakats 2009-06-12 07:41:07 +00:00
  • a12807edfe 2009-06-12 09:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/man/hbmk.1 * doc/whatsnew.txt * INSTALL * bin/hb-mkdyn.bat * external/libhpdf/Makefile * make_gnu.bat * utils/hbmk2/hbmk2.pt_BR.po * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.prg * utils/hbmk2/examples/contribf.hbc * source/vm/Makefile * contrib/gtalleg/Makefile * contrib/hbqt/Makefile * contrib/hbxbp/Makefile * contrib/gtqtc/Makefile * contrib/gtwvg/Makefile * contrib/hbssl/Makefile * config/dos/global.cf - config/dos/owatcom.cf + config/dos/watcom.cf - config/win/owatcom.cf + config/win/watcom.cf - config/linux/owatcom.cf + config/linux/watcom.cf - config/os2/owatcom.cf + config/os2/watcom.cf * Renamed 'owatcom' to 'watcom'. Please adjust your make files, or just let them autodetect. Viktor Szakats 2009-06-12 07:28:53 +00:00
  • 59e635228f 2009-06-12 00:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * mpkg_win.nsi * Updated sf.net hosted apps links (phpBB forum and Trac) after todays site update. Old links will also work indefinitely. Viktor Szakats 2009-06-11 22:41:51 +00:00
  • dcd9c722ff update sqlite bugreport link in previous ChangeLog entry Viktor Szakats 2009-06-11 22:31:22 +00:00
  • b104f85321 2009-06-12 00:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/sqlite3/sqlite3.c * external/sqlite3/Makefile ! Fixed DJGPP compilation, with extra cmdline macro. There are still some missing symols at link phase. Submitted as bug: 'sqlite - Ticket #3910' http://www.sqlite.org/cvstrac/tktview?tn=3910 + Enabled sqlite3 lib for dos platform. It also compiles with owatcom. Viktor Szakats 2009-06-11 22:29:00 +00:00
  • 4617ce252c 2009-06-11 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbsqlit3/Makefile + Enabled for DOS platform. Viktor Szakats 2009-06-11 19:50:14 +00:00
  • 4b17624bbf 2009-06-11 21:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/gtdos/Makefile * source/rtl/gtwin/Makefile * source/rtl/gtos2/Makefile * source/rtl/gtgui/Makefile * source/rtl/gtwvt/Makefile + Added architecture protection. Just a step to make them all self detecting. Viktor Szakats 2009-06-11 19:05:34 +00:00
  • 0c5fc764f2 2009-06-11 22:57 UTC+0300 Alexander Kresin <alex at belacy.belgorod.su> * source/debug/tbrwtext.prg ! Bug fixed in Search() method. Alexander S.Kresin 2009-06-11 18:56:23 +00:00
  • 71604bbfa3 2009-06-11 17:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL - Deleted link to clc newgroup. Viktor Szakats 2009-06-11 15:48:11 +00:00
  • f153a84d32 2009-06-11 17:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed C++ support for dos/djgpp. exe name was wrong. Viktor Szakats 2009-06-11 15:15:57 +00:00
  • bbe30929d8 2009-06-11 19:10 UTC+0300 Alexander Kresin <alex at belacy.belgorod.su> * utils/hbformat/hbformat.prg * utils/hbformat/hbformat.ini * if "nEol" option is 0, the EOL is set to OS default value * new option added - lFCaseLow ( default - no ). If yes, the file name is converted to lower case. * A limitation for file mask has been introduced - *.* is rejected now ( it may be dangerous ). Alexander S.Kresin 2009-06-11 15:09:58 +00:00
  • cd67076cf6 2009-06-11 13:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * external/libpng/Makefile ! Fixed to properly link with DJGPP. Viktor Szakats 2009-06-11 11:05:16 +00:00
  • 4259e6ca3d 2009-06-11 11:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Further cleanups in pocc examples. Viktor Szakats 2009-06-11 09:05:52 +00:00
  • 1817ad2b29 2009-06-11 10:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbxbp/tests/hbqt.hbc + contrib/hbxbp/tests/hbmk.hbm + contrib/hbxbp/hbxbp.hbc * Sorted out hbmk2 make files. Viktor Szakats 2009-06-11 08:18:46 +00:00
  • 1c88611400 2009-06-11 00:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + harbour/contrib/hbxbp Pritpal Bedi 2009-06-11 08:04:26 +00:00
  • e493c06d8e 2009-06-11 10:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Revised links section. + Added User Forums, removed user mailing list. ; I'm not sure if we should link to comp.lang.clipper. Viktor Szakats 2009-06-11 08:01:34 +00:00
  • 58bbdad1b4 2009-06-11 00:34 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/generator/hbqtgen.prg * harbour/contrib/hbqt/generator/qt45.qtp * harbour/contrib/hbqt/hbqt.h Pritpal Bedi 2009-06-11 07:38:52 +00:00
  • 059939de5f 2009-06-11 08:24 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Stripped "\devl" from all examples dirs. + Adjusted all examples dir to use default installation paths where possible. + Adjusted examples dir to not include a version number. + Added OS/2 Watcom example (untested) ; These makes example much more readily usable and avoid some more potential confusion. Viktor Szakats 2009-06-11 06:25:39 +00:00
  • 8875ec290f 2009-06-10 23:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) Viktor Szakats 2009-06-10 21:49:10 +00:00
  • 054d4e1873 2009-06-10 21:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed windows/dos cross-compilation. The error is very strange, it occures only when calling gcc in compiler mode with @script file. See comment in source, maybe someone has an idea. Anyway now it's possible to bundle DOS libs in the unified Windows build and create DOS apps/libs with it, using this command: hbmk2 hello.prg -arch=dos [needs DJGPP in PATH] (I couldn't make owatcom work on DOS, but that may also work along the same lines) + Added support for static lib generation for dos/djgpp. + Added support for static lib generation for os2/gcc. (untested) Where are our OS/2 developers? Viktor Szakats 2009-06-10 19:13:26 +00:00
  • de8c2e9544 2009-06-10 20:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * doc/en-EN/Makefile * config/dos/global.cf * config/dos/install.cf * config/doc.cf ! Fixes to prev. Nothing is simple in the world of DOS. 'copy' restored for general purpose to avoid idiotic and unavoidable Microsoft xcopy message: "Does destination specify a file name or directory name on the target (F = file, D = directory)?" * Using xcopy for install purposes only. * Change the way above idiotic message is avoided. Made the hack local to Makefile. It doesn't work either way, but at least it lets it run. Viktor Szakats 2009-06-10 18:13:53 +00:00
  • 74897c3b20 2009-06-10 19:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/global.cf ! Typo in prev. Viktor Szakats 2009-06-10 17:44:44 +00:00
  • 6243be7d28 2009-06-10 19:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/global.cf ! Fixed to use xcopy instead of copy to 'install' files. This means long filenames (and also casing) will be retained. This also means that now 'install' actually works. It may also mean that creating a DJGPP build isn't anymore possible on a pure DOS system, I can't remember when xcopy was introduced. Anyway I think it's better to have this requirement than not having a proper DOS build at all (since long years). This also means that our DOS release cannot even be *used* in pure DOS environment, since our long filenames will be chopped when extracting the distro .zip. Only final .exes are able to run under DOS. We still have the option to implement full short name support, but I'm not sure this has any importance anymore. If we don't want to do this, we can finally lift some restrictions which tied our hands so far, based on the fact that DOS builds cannot even be created and run on real DOS. So, this means: - We may use long filenames as distro name. - We may convert DOS platform as a target only platform, similar to WinCE/ARM. - If we do the above, we may even embed our DOS libs in Windows distro, and build DOS apps using hbmk2 hello.prg -arch=dos - We may use long filename anywhere in our tree. (but we must check first if long names are also supported for headers, dirnames and source names) If you have an opinion, please tell. Viktor Szakats 2009-06-10 17:38:18 +00:00
  • ffac52b2a2 2009-06-10 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + examples/hbmsql/tests/hbmk.hbm - examples/hbmsql/tests/hbmsql.hbc + examples/hbmsql/hbmsql.hbc * hbmk2 make file rearrangement continued. Viktor Szakats 2009-06-10 11:20:16 +00:00
  • 484d339668 2009-06-10 13:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/gtalleg/tests/hbmk.hbm - contrib/gtalleg/tests/gtalleg.hbc + contrib/gtalleg/gtalleg.hbc + contrib/hbqt/tests/hbmk.hbm - contrib/hbqt/tests/hbqt.hbc + contrib/hbqt/hbqt.hbc + contrib/hbwin/tests/hbmk.hbm - contrib/hbwin/tests/hbwin.hbc + contrib/hbwin/hbwin.hbc + contrib/hbblat/tests/hbmk.hbm - contrib/hbblat/tests/hbblat.hbc + contrib/hbblat/hbblat.hbc + contrib/hbhpdf/tests/hbmk.hbm - contrib/hbhpdf/tests/hbhpdf.hbc + contrib/hbhpdf/hbhpdf.hbc * Experimental round of rearranging hbmk2 make files to give a more generic layout. This means that in 'tests' dir there now will only be an automatically processed .hbm file, which adds some extra options to the hbmk2 command line, in these case, they will add a reference to the contrib lib config file (.hbc), now moved to the contrib root, it's proper place. * Separated test program extra lib requirements from contrib lib requirements in hbblat and hbhpdf. ; TODO: Do this for the rest of contribs. Viktor Szakats 2009-06-10 11:17:59 +00:00