Commit Graph

  • 1b9c4e7386 2008-08-26 08:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ! Some liblists synced with xhb / hbmake. Viktor Szakats 2008-08-26 06:11:14 +00:00
  • fae2a5f489 2008-08-26 02:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/hbcrypt.c * contrib/hbw32/tprinter.c * contrib/hbw32/w32_ole.c * contrib/hbw32/w32_prn.c * contrib/hbfbird/tests/testapi.c * contrib/hbziparch/hbziparc.c * contrib/hbziparch/hbzipnew.cpp * contrib/hbhpdf/harupdf.c * contrib/hbfimage/fi_winfu.c * contrib/hbfimage/fi_wrp.c * contrib/hbgf/hbgfw32/win32.c * contrib/hbgf/hbgfos2/os2pm.c * source/rtl/filesys.c * utils/hbtest/rt_miscc.c * // -> ANSI comments. ; NOTE: hbwhat32 and gtwvg remain with //. Viktor Szakats 2008-08-26 00:45:47 +00:00
  • 4e4a523edf 2008-08-26 00:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.bat * make_vcce.bat * make_vc.mak - make_vcce.mak % make_vcce functionality merged into make_vc. * make_vcce.bat changed to a stub calling make_vc.bat. ; WinCE builds can be triggered using envvars: set HB_BUILD_WINCE=yes set HB_CC_NAME=vcce Please update your environment and test WinCE builds after this change. Viktor Szakats 2008-08-25 22:49:32 +00:00
  • dc77fb782d Added some notes to previous ChangeLog entry. Viktor Szakats 2008-08-25 21:38:45 +00:00
  • 8fc1cbd0c3 2008-08-25 23:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/cmdline.txt * doc/hrb_faq.txt * doc/en/cmdline.txt * doc/en/dir.txt * doc/en/file.txt * doc/en/set.txt * doc/es/cmdline.txt * doc/es/dir.txt * doc/es/file.txt * doc/whatsnew.txt * contrib/hbct/disk.c * contrib/hbodbc/odbc.txt * contrib/hbwhat32/whtmapi.c * contrib/hbwhat32/whtsys.c * contrib/hbwhat32/whtinet.c * contrib/hbziparch/hbziparc.c * contrib/hbnf/chdir.c * contrib/hbnf/tempfile.prg * contrib/hbnf/ftisprn.c * contrib/hbnf/getenvrn.c * contrib/hbnf/mkdir.c * contrib/hbnf/rmdir.c * contrib/hbpgsql/readme.txt * contrib/hbclipsm/environ.c * contrib/hbclipsm/tests/testenv.prg * contrib/hbgd/tests/gdtest.prg * contrib/hbgd/tests/test_out.prg * contrib/hbgd/tests/gdtestcl.prg * contrib/hbgd/tests/testdpi.prg * contrib/hbgd/tests/counter.prg * contrib/hbtip/thtml.prg * contrib/hbvpdf/hbvpdf.prg * contrib/hbvpdf/tests/pdf_demo.prg * contrib/hbvpdf/hbvpdft.prg * contrib/examples/guestbk/guestbk.prg * contrib/examples/pe/editorlo.c * utils/hbdoc/genos2.prg * utils/hbdoc/hbdoc.prg * utils/hbmake/hbmake.prg ! Filename casing fixes. (nothing critical) Viktor Szakats 2008-08-25 21:36:00 +00:00
  • a0dbcc4b5b 2008-08-25 22:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.h ! Fixed OS_UNIX_COMPATIBLE + Small comments added. ; NOTE: I'd like to do the following global renames: HB_WINCE -> HB_OS_WIN_CE HB_OS_WIN_32 -> HB_OS_WIN Opinions? Especially on the latter. Viktor Szakats 2008-08-25 21:06:51 +00:00
  • 90207c5539 2008-08-25 22:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vcce.mak ! Do not explicitly #define HB_WINCE. This should be autodetected in hbsetup.h. Viktor Szakats 2008-08-25 20:49:54 +00:00
  • 7eedaf89c6 2008-08-25 22:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.h * source/common/hbver.c - Removed HB_OS_MAC support. It was nothing more than a simple detection and a static version string, so we didn't lose much. Viktor Szakats 2008-08-25 20:36:31 +00:00
  • 709e84952d 2008-08-25 22:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vcce.mak ! Attempt to fix /MANIFEST:NO warnings for MSVC 6.0. ! Attempt to fix WinCE .dll linking error. ; Jose, another test would be great. Viktor Szakats 2008-08-25 20:27:30 +00:00
  • 1183a2c1d9 2008-08-25 21:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vcce.mak ! Fixed system library list to not contain gdi32.lib. This lib was previously used for harbour.dll generation, so I wonder if it was correct, but probably not. It would be great if someone could try an MSVC WinCE .dll build using the option: set HB_BUILD_DLL=yes Viktor Szakats 2008-08-25 19:56:41 +00:00
  • 72a78ca8a3 2008-08-25 20:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/w32/mingw32.cf % -mno-cygwin options removed. No longer needed. If someone wants to compile a mingw build using cygwin, this option should be explicitly specified as C_USR/L_USR and 'gcc' should be used as a compiler. But this setup is barely supported in Harbour, so don't expect it work. (Rather, install MinGW) Viktor Szakats 2008-08-25 18:45:12 +00:00
  • 1404afd589 2008-08-25 20:36 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ! Harbour executable detection cleanups and fix to look into current dir and detect Darwin as a Unix platform. (usable state is still very far) Viktor Szakats 2008-08-25 18:37:34 +00:00
  • d5b327f248 2008-08-25 20:14 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbw32/w32_ole.c * removed hack with malloc()/free() directly used to avoid memory leak reports - it's not necessary in Harbour. Przemyslaw Czerpak 2008-08-25 18:16:02 +00:00
  • d90dfb210c 2008-08-25 19:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.h ! Fixed problem where Darwin autodetection went wrong between 1.0.0rc2 -> 1.0.0. * HB_OS_DARWIN added to the HB_OS_UNIX detection list. (no functional difference, just makes it more clear.) % HB_OS_OS2_EMX removed. It was unused. Viktor Szakats 2008-08-25 18:04:02 +00:00
  • 7ecef08518 2008-08-25 18:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbver.c ! Fix to commit '2008-07-11 18:20 UTC+0200' which effectively disabled Vista/2008 detection for everything but MSVC (>1400) compilers. Viktor Szakats 2008-08-25 16:29:01 +00:00
  • 632b1ad7e1 2008-08-25 17:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * utils/hbmake/Makefile * utils/hbmake/bld_b32.bat * utils/hbmake/bld_vc.bat * utils/hbmake/hbmake.prg - utils/hbmake/hbmutils.prg * hbmutils.prg merged into hbmake.prg. Viktor Szakats 2008-08-25 15:14:13 +00:00
  • 7a30e55c52 2008-08-25 17:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbdoc/bld_vc.bat * utils/hbdoc/bld_b32.bat * utils/hbmake/bld_b32.bat * utils/hbmake/bld_vc.bat + Harbour option: /w2 - Harbour option: /gc0 (now default) Viktor Szakats 2008-08-25 15:06:44 +00:00
  • bfbfe2421d 2008-08-25 16:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * utils/hbmake/Makefile * utils/hbmake/bld_b32.bat * utils/hbmake/bld_vc.bat * utils/hbmake/hbmake.prg * utils/hbmake/hbmutils.prg * utils/hbmake/tmake.prg - utils/hbmake/ft_funcs.prg - utils/hbmake/tmake.prg ! Applied patches sent by Bill Robertson. ft_funcs.prg got replaced by standard file handling functions and HB_FREADLINE(), EOL handling fixes, typos and other fixes. Many thanks Bill. * Eliminated STATIC var in tmake.prg * Merged tmake.prg into hbmake.prg. (this was the easiest way to make the new s_aEOL variable available to this module.) ; Please test. Viktor Szakats 2008-08-25 14:51:39 +00:00
  • c9fde7451a 2008-08-25 16:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/macro.c * harbour/source/vm/hvm.c ! fixed _FIELD indirectly used as alias, f.e.: ? ("_FIELD")->NAME or: M->var := "_FIELD" ? ("&var")->NAME Przemyslaw Czerpak 2008-08-25 14:02:59 +00:00
  • d1b94f5e7e 2008-08-25 14:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/cmdarg.c ! hb_hInstance, hb_hPrevInstance, s_iCmdShow, s_WinMainParam vars marked as 'static', hb_ prefix changed to s_. NOTE: This may pose a problem if some 3rd party code was relying on the names or the fact that these vars were exported by incident (since they were not declared in any Harbour headers.) [INCOMPATIBLE] Viktor Szakats 2008-08-25 12:47:02 +00:00
  • a4032c77b3 2008-08-25 14:12 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak * make_vcce.mak % Cleaned list of system libraries for VC. winspool.lib removed, the rest documented. * Syncing between VC and VCCE. ; NOTE: WinCE system lib list didn't get anything removed (just added), but nevertheless pls test it. Viktor Szakats 2008-08-25 12:19:06 +00:00
  • b29525039b 2008-08-25 14:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/tests/rddtest/rddmktst.prg * harbour/tests/rddtest/adscl52.prg * harbour/tests/rddtest/adscl53.prg * harbour/tests/rddtest/ntxcl52.prg * harbour/tests/rddtest/ntxcl53.prg * harbour/tests/rddtest/cdxcl52.prg * harbour/tests/rddtest/rddtst.prg * harbour/tests/rddtest/cdxcl53.prg * added copyright note. It's my code. Przemyslaw Czerpak 2008-08-25 12:10:47 +00:00
  • e2f4c0e50a 2008-08-24 21:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbw32/w32_ole.c * contrib/hbole/ole2.c ! 64-bit fix for MessageBox() Harbour level functions. * Formatting. Viktor Szakats 2008-08-24 18:57:23 +00:00
  • d6bf134432 2008-08-24 20:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbole/ole2.c ! Fixed GPF reported by Guillermo. (introduced in 1.0.0rc2 when switching from parnl to parptr as 64-bit cleanup, two calls were missed from the update). ! Fixed another potential problem. Viktor Szakats 2008-08-24 18:41:23 +00:00
  • 2d78528f42 2008-08-24 18:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/compiler/cmdcheck.c * source/compiler/hbusage.c * Changed default .c code generation option to -gc0 (from -gc2). So now the default is 'compact' (faster/smaller) instead of 'verbose' (good to inspect/debug how Harbour pcode works). Viktor Szakats 2008-08-24 16:19:41 +00:00
  • 55ae11bfcd 2008-08-24 13:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/runner.c * source/vm/fm.c * source/common/hbver.c * source/rtl/hbgtcore.c * source/rtl/gtwvt/gtwvt.c * source/rdd/dbfntx/dbfntx1.c * source/rdd/workarea.c * source/rdd/wacore.c * source/rdd/sdf1.c * source/rdd/dbfcdx/dbfcdx1.c * source/rdd/delim1.c * source/rdd/dbf1.c * source/rdd/wafunc.c * source/rdd/dbffpt/dbffpt1.c * source/compiler/hbmain.c * source/compiler/fixflex.c * source/compiler/gencobj.c * source/compiler/genc.c * source/compiler/harbour.yyc * source/compiler/harbour.y * contrib/hbct/disk.c * contrib/hbwhat32/whtcdlg.c * contrib/gtwvg/gtwvg.c * contrib/rddads/adsfunc.c * contrib/rddads/ads1.c * contrib/hbbmcdx/bmdbfcdx.c * contrib/examples/pp/hbppcomp.c * hb_strncpy()/hb_strncat() size parameter changed from CONSTANT to 'sizeof( dest ) - 1', where applicable. ! hbct/VOLUME() buffer overrun fixed. ; NOTE: dbfntx1.c has a couple of places where I wasn't sure of the intention, so I left them unchanged. Viktor Szakats 2008-08-24 11:21:08 +00:00
  • 8e9c21c6df 2008-08-24 11:47 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/spd.c ! strcpy() -> hb_strncpy() Patch by Xavi. Many thanks. Viktor Szakats 2008-08-24 09:53:15 +00:00
  • bcdbc92bae 2008-08-23 12:52 UTC-0500 Teo Fonrouge (teo/at/windtelsoft/dot/com) * harbour.spec * added missing contrib libs needed to build rpm packages: libhbmsql.a, libhbsqlit3.a, libhbtpathy.a Teo Fonrouge 2008-08-23 17:52:21 +00:00
  • 647a4ec957 2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbwince.c ! strcpy() -> hb_strncpy() ; TOFIX: Only spd.c and dbgentry.c have some remaining strcpy() calls. Viktor Szakats 2008-08-23 17:01:47 +00:00
  • 13234efbb0 typo Viktor Szakats 2008-08-23 15:12:03 +00:00
  • 22835dc3a6 2008-08-23 16:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/multifnc/t0.prg * tests/multifnc/t1.prg * tests/multifnc/t2.prg * source/rdd/usrrdd/example/exmemo.prg * source/rdd/usrrdd/example/exhsx.prg * source/rdd/usrrdd/example/exfcm.prg * source/rdd/usrrdd/example/exrlx.prg * contrib/xhb/hbsyslog.c * contrib/rddado/tests/mysql3.prg * contrib/rddado/tests/access1.prg * contrib/rddado/tests/access2.prg * contrib/rddado/tests/mysql1.prg * contrib/hbpgsql/tests/tstpgrdd.prg ! SVN headers. Viktor Szakats 2008-08-23 15:02:49 +00:00
  • 5c3718eeba 2008-08-23 16:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbgt/Makefile * contrib/hbgt/common.mak - contrib/hbgt/strdiff.c + contrib/hbgt/strdiffg.c - contrib/hbgt/charmix.c + contrib/hbgt/charmixg.c - contrib/hbgt/asciisum.c + contrib/hbgt/asciisgt.c - contrib/hbgt/ascpos.c + contrib/hbgt/ascposgt.c * contrib/hbgf/hbgfos2/Makefile - contrib/hbgf/hbgfos2/tmenuitm.prg + contrib/hbgf/hbgfos2/tmenuit.prg ! Some files renamed to collide with each other on non-GNU make systems. Viktor Szakats 2008-08-23 14:46:28 +00:00
  • af1c0c48c7 2008-08-23 13:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + contrib/hbnf/tests/ftgete.prg + Added test. Viktor Szakats 2008-08-23 11:11:57 +00:00
  • 23221548b4 2008-08-23 11:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/pp/hbpp.c * source/vm/cmdarg.c * source/vm/memvars.c * source/rtl/dates.c * source/rtl/fstemp.c * source/rtl/gtchrmap.c * source/rtl/gtcrs/gtcrs.c * source/rtl/gtpca/gtpca.c * source/rtl/gtstd/gtstd.c * source/rdd/dbf1.c * source/rdd/dbfntx/dbfntx1.c * contrib/hbct/disk.c * contrib/hbfbird/firebird.c * contrib/hbw32/w32_ole.c * contrib/xhb/hboutdbg.c * contrib/examples/pp/hbppcore.c * strncpy() -> hb_strncpy() * strncat() -> hb_strncat() ! In most of these places the terminating zero was not explicitly set by the caller before. Viktor Szakats 2008-08-23 10:43:25 +00:00
  • b70cbd6a34 2008-08-22 22:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbtest/rt_array.prg + Added failing test case of doing AEval() and resizing the evaluated array in the eval codeblock. Viktor Szakats 2008-08-22 20:56:09 +00:00
  • 44048fc8a8 2008-08-22 17:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/make_gcc_all.sh + Added darwin autodetection. Viktor Szakats 2008-08-22 15:04:57 +00:00
  • 888ba4ff67 2008-08-22 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtalleg/ssf.h ! Fixed to compile with BCC. Viktor Szakats 2008-08-22 12:57:04 +00:00
  • b75d095edb 2008-08-22 11:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtalleg/gtalleg.c * GFX_* -> HB_GFX_* ; (untested) Viktor Szakats 2008-08-22 09:31:48 +00:00
  • 532c0e4ef5 2008-08-22 11:20 UTC+0100 JF Lefebvre (MAFACT) (jfl at mafact dot com) Jean-Francois Lefebvre 2008-08-22 09:24:54 +00:00
  • cad422fc97 2008-08-22 09:32 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/vm/debug.c * source/vm/hvm.c * source/vm/Makefile + source/vm/debugold.c + Added some HB_DBG_*() functions for compatibility with certain 3rd party libs. They are marked with HB_LEGACY_LEVEL, and will be removed (pbly at 1.1.0), so everyone is encouraged to use __DBG*() version for Harbour versions above 0x010000 (or not use them at all, if this is possible). If these functions are indeed needed for some functionality, it'd be good to hear about it, maybe there is a solution which doesn't require internals. Viktor Szakats 2008-08-22 07:35:01 +00:00
  • 36633f27b1 2008-08-22 08:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * make_b32.mak * make_gcc.mak * make_vc.mak * make_vcce.mak * utils/hbdoc/Makefile * utils/hbdoc/bld_b32.bat * utils/hbdoc/bld_vc.bat * utils/hbdoc/hbdoc.prg * utils/hbmake/Makefile * utils/hbmake/bld_b32.bat * utils/hbmake/bld_vc.bat * utils/hbmake/hbmake.prg % Reduced executable size of hbmake and hbdoc (by 20%) by excluding unused libs and RDD stuff. % Optimized local non-GNU make files to work faster and generate faster executables. Viktor Szakats 2008-08-22 06:52:56 +00:00
  • 465dfb999d 2008-08-21 18:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * common.mak * utils/hbdoc/Makefile * utils/hbdoc/bld_b32.bat * utils/hbdoc/bld_vc.bat - utils/hbdoc/fclass1.prg - utils/hbdoc/ffile1.prg * utils/hbdoc/ft_funcs.prg * utils/hbmake/Makefile * utils/hbmake/bld_vc.bat * utils/hbmake/bld_b32.bat - utils/hbmake/fclass1.prg - utils/hbmake/ffile1.prg * utils/hbmake/ft_funcs.prg * utils/hbmake/pickarry.prg - utils/hbmake/prb_stak.prg - utils/hbmake/pickfile.prg % Removed unused modules. % Replaced module with simple constructs. * Merged file handling classes and functions into one file, for easier syncing. Viktor Szakats 2008-08-21 16:53:13 +00:00
  • 3510c12d3e 2008-08-21 18:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbdoc/fclass1.prg * utils/hbdoc/ffile1.prg * utils/hbdoc/ft_funcs.prg * utils/hbmake/fclass1.prg * utils/hbmake/tmake.prg * utils/hbmake/ffile1.prg * utils/hbmake/ft_funcs.prg * utils/hbmake/pickarry.prg * utils/hbmake/pickfile.prg * utils/hbmake/hbmutils.prg * utils/hbmake/hbmake.prg * Cleanups. ! Fixed open bug from previous commit (hopefully). Viktor Szakats 2008-08-21 16:20:02 +00:00
  • 8235137004 2008-08-21 14:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbcomp.h * Minor formatting (alignment). Viktor Szakats 2008-08-21 12:53:11 +00:00
  • 4c4120985a 2008-08-21 10:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/dbinfo.ch * include/dbstruct.ch * include/hbgtinfo.ch * include/hblang.ch * include/setcurs.ch ! Added "also used from C code" comments. Viktor Szakats 2008-08-21 09:12:17 +00:00
  • ba2734dab9 2008-08-20 23:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/mtpl_b32.mak * contrib/mtpl_gcc.mak * contrib/mtpl_vc.mak ! Added -km switch to contribs by default. This way it's synced with the GNU-make system, too. Viktor Szakats 2008-08-20 21:09:16 +00:00
  • 6293d45a2c 2008-08-20 19:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/debug/dbgentry.c ! HB_DBG_*() -> __DBG*(). ; I somehow completely missed this file from recent update, thanks Bill. Viktor Szakats 2008-08-20 17:09:04 +00:00
  • 55801b18c4 2008-08-20 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/longdev.prg * tests/hbpptest/hbpptest.prg * tests/testcgi.prg * tests/foreach.prg * tests/onidle.prg * tests/tstchbx.prg * tests/codebl.prg * tests/tstdbi.prg * tests/vmasort.prg * tests/tstasort.prg * tests/testbrw.prg * tests/inkeytst.prg * tests/testrdd2.prg * tests/keywords.prg * tests/testhtml.prg * tests/readhrb.prg * tests/stripem.prg * tests/wvtext.prg * tests/testpre.prg * tests/seconds.prg * tests/fsplit.prg * tests/mousetst.prg * contrib/hbmysql/tmysql.prg * contrib/hbct/numconv.prg * contrib/hbct/ctmisc.prg * contrib/hbodbc/todbc.prg * contrib/hbapollo/tests/apollo.prg * contrib/hbnf/acctyear.prg * contrib/hbnf/acctadj.prg * contrib/hbnf/nwsem.prg * contrib/hbnf/week.prg * contrib/hbnf/acctmnth.prg * contrib/hbnf/savearr.prg * contrib/hbnf/madd.prg * contrib/hbnf/mouse1.prg * contrib/hbnf/month.prg * contrib/hbnf/findith.prg * contrib/hbnf/acctweek.prg * contrib/hbnf/pegs.prg * contrib/hbnf/acctqtr.prg * contrib/hbnf/nooccur.prg * contrib/hbnf/dayofyr.prg * contrib/hbnf/menu1.prg * contrib/hbnf/sqzn.prg * contrib/hbnf/asum.prg * contrib/hbnf/aavg.prg * contrib/hbnf/any2any.prg * contrib/hbnf/adessort.prg * contrib/hbnf/amedian.prg * contrib/hbnf/blink.prg * contrib/hbnf/qtr.prg * contrib/hbnf/aredit.prg * contrib/hbnf/xbox.prg * contrib/hbnf/ftround.prg * contrib/hbnf/invclr.prg * contrib/hbnf/tempfile.prg * contrib/hbnf/diskfunc.prg * contrib/hbnf/mouse2.prg * contrib/hbnf/daytobow.prg * contrib/hbnf/anomatch.prg * contrib/hbnf/datecnfg.prg * contrib/hbnf/tbwhile.prg * contrib/hbnf/year.prg * contrib/hbnf/elapsed.prg * contrib/hbnf/dfile.prg * contrib/hbnf/clrsel.prg * contrib/hbmisc/twirler.prg * contrib/hbmisc/fileread.prg * contrib/hbmisc/stringp.prg * contrib/hbgf/hbgfw32/winctrl.prg * contrib/hbgf/hbgfw32/form.prg * contrib/hbgf/hbgfos2/winctrl.prg * contrib/hbgf/hbgfos2/tform.prg * contrib/hbtip/httpcln.prg * contrib/hbvpdf/hbvpdf.prg * contrib/hbvpdf/hbvpdft.prg * contrib/examples/guestbk/guestbk.prg * contrib/examples/pe/editorhi.prg * Some more general code cleanups ( if() -> iif() ). Viktor Szakats 2008-08-20 11:04:28 +00:00
  • b65f6352ba fix to prev Viktor Szakats 2008-08-20 09:58:46 +00:00
  • 35ad1b2ae4 2008-08-20 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/onidle.prg * tests/codebloc.prg * tests/keywords.prg * tests/wvtext.prg * tests/test_all.prg * tests/ainstest.prg * doc/es/compiler.txt * doc/es/file.txt * contrib/hbct/numconv.prg * contrib/hbct/tests/expomant.prg * contrib/hbwhat32/whatutil.prg * contrib/hbwhat32/winrbar.prg * contrib/hbwhat32/wintabs.prg * contrib/hbwhat32/wincomm.prg * contrib/hbwhat32/wincdlg.prg * contrib/hbwhat32/wintbar.prg * contrib/hbwhat32/_wininet.c * contrib/hbwhat32/wincore.prg * contrib/hbw32/w32_ole.c * contrib/hbapollo/tests/apollo.prg * contrib/hbnf/dispmsg.prg * contrib/hbnf/fttext.c * contrib/hbnf/mouse1.prg * contrib/hbnf/menu1.prg * contrib/hbnf/sleep.prg * contrib/hbnf/xbox.prg * contrib/hbnf/popadder.prg * contrib/hbnf/mouse2.prg * contrib/hbnf/pchr.prg * contrib/hbhpdf/tests/harupdf.prg * contrib/gtwvg/wvgclass.prg * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/wvgpaint.prg * contrib/rddads/tests/testmg.prg * contrib/hbclipsm/tests/testgaug.prg * contrib/hbfimage/tests/fitest.prg * contrib/hbmisc/twirler.prg * contrib/hbtip/httpcln.prg * contrib/hbtip/ftpcln.prg * contrib/hbvpdf/hbvpdft.prg * utils/hbmake/hbmake.prg * Some more general code cleanups. * iif(), quote char, #include, filename-casing, = usage cleanups, hardcoded absolute paths, non-ASCII drawing chars in source. Using mixed-case filenames to #include .ch files breaks on non-WinDOS platforms. Viktor Szakats 2008-08-20 09:56:47 +00:00
  • 824a7170e6 2008-08-20 10:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbdoc/hbdoc.prg * utils/hbdoc/gentrf.prg * utils/hbmake/hbmake.prg * Some more general code cleanups. Viktor Szakats 2008-08-20 08:22:37 +00:00
  • 8254dcab3e 2008-08-20 10:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmzip/hbmzip.c * contrib/hbmzip/readme.txt ! Typos. Viktor Szakats 2008-08-20 08:10:03 +00:00
  • ef0acc114a Removed TODOs Viktor Szakats 2008-08-19 15:22:50 +00:00
  • a035a9e221 2008-08-19 17:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/en/string.txt * doc/en/rddord.txt * doc/hbmake.txt * More cleanups, formatting (filename casing, CA-Cl*pper, etc). Viktor Szakats 2008-08-19 15:18:13 +00:00
  • 6514d5fb49 2008-08-19 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/en/string.txt * doc/en/rddord.txt * doc/en/treport.txt * doc/en/memvar2.txt * doc/en/terminal.txt * doc/en/rddmisc.txt * doc/en/setmode.txt * doc/en/rdddb.txt * doc/en/tbrowse.txt * doc/en/set.txt * doc/en/sayget.txt * doc/es/treport.txt * ChangeLog * utils/hbtest/rt_misc.prg * More cleanups, formatting (filename casing, CA-Cl*pper, etc). Viktor Szakats 2008-08-19 15:07:28 +00:00
  • f415036a18 2008-08-19 16:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/en/diskspac.txt * doc/en/string.txt * doc/en/rddord.txt * doc/en/terminal.txt * doc/en/rddmisc.txt * doc/en/datetime.txt * doc/en/array.txt * doc/en/rdddb.txt * doc/en/menu.txt * doc/en/file.txt * doc/en/eval.txt * ChangeLog * contrib/hbodbc/todbc.prg * contrib/hbodbc/tests/odbcdemo.prg * contrib/hbtpathy/readme.txt * utils/hbmake/pickfile.prg * More cleanups, formatting (filename casing, CA-Cl*pper, etc). Viktor Szakats 2008-08-19 14:17:51 +00:00
  • b2594752b3 2008-08-19 14:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_deb.sh * Removed wrong comment recently added. (we will need to fix hbfimage compilation anyway) Viktor Szakats 2008-08-19 13:11:22 +00:00
  • 5532416d15 2008-08-19 11:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/w32/install.cf * doc/man/hbdoc.1 * doc/en/tlabel.txt * doc/en/set.txt * doc/en/readme.txt * doc/hbmake.txt * doc/es/tlabel.txt * doc/es/rdd.txt * doc/es/hbpplib.txt * doc/es/treport.txt * doc/es/dirstruc.txt * doc/es/dir.txt * doc/es/file.txt * doc/es/readme.txt * doc/whatsnew.txt * source/rtl/setkey.c * source/rtl/tclass.prg * source/compiler/cmdcheck.c * contrib/hbmysql/utils/dbf2mysq.prg * contrib/hbw32ddr/readme.txt * contrib/hbodbc/odbc.txt * contrib/hbodbc/readme.txt * contrib/hbwhat32/_wincdlg.c * contrib/hbtpathy/ChangeLog * contrib/hbsqlit2/tests/hbsqlite.prg * contrib/hbapollo/ChangeLog * contrib/hbnf/byteneg.prg * contrib/hbnf/savearr.prg * contrib/hbnf/fttext.c * contrib/hbnf/restsets.prg * contrib/hbnf/byt2bit.prg * contrib/hbnf/byt2hex.prg * contrib/hbnf/ftint86.ch * contrib/hbnf/byteand.prg * contrib/hbnf/bytexor.prg * contrib/hbnf/byteor.prg * contrib/hbnf/origin.c * contrib/hbnf/bitset.prg * contrib/hbnf/popadder.prg * contrib/hbnf/menutonf.prg * contrib/hbnf/ftattr.c * contrib/hbnf/isbit.prg * contrib/hbnf/putkey.c * contrib/hbnf/getenvrn.c * contrib/hbnf/bytenot.prg * contrib/hbnf/savesets.prg * contrib/hbnf/tbwhile.prg * contrib/hbnf/ftmenuto.ch * contrib/hbnf/bitclr.prg * contrib/hbnf/readme.txt * contrib/rddads/doc/en/adsfuncs.txt * contrib/rddads/doc/en/readme.txt * contrib/rddads/readme.txt * contrib/hbgd/ChangeLog * contrib/hbgd/readme.txt * contrib/hbmisc/hb_f.c * contrib/hbtip/utils.c * contrib/hbbtree/doc/hb_btree.txt * contrib/examples/guestbk/guestbk.txt * contrib/examples/hscript/readme.txt * utils/hbdoc/genos2.prg * utils/hbdoc/genng.prg * utils/hbdoc/genasc.prg * utils/hbdoc/genchm.prg * utils/hbdoc/genhpc.prg * utils/hbdoc/html.prg * utils/hbdoc/ft_funcs.prg * utils/hbdoc/hbdoc.prg * utils/hbdoc/genpdf1.prg * utils/hbdoc/gentrf.prg * utils/hbdoc/genrtf.prg * utils/hbmake/checks.prg * utils/hbmake/ft_funcs.prg * utils/hbmake/radios.prg * utils/hbmake/hbmake.prg ! Some more filename casing related cleanups. Viktor Szakats 2008-08-19 10:50:19 +00:00
  • 56e978010a 2008-08-17 17:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbstack.h * include/hbsetup.h * include/hbapi.h * source/rtl/filesys.c * contrib/gtwvg/tests/demowvg.prg * contrib/hbct/tests/ctwtest.prg * contrib/hbgd/ChangeLog * contrib/hbodbc/sql.ch * contrib/rddads/ads.ch * contrib/rddads/ads1.c ! Some more filename casing related cleanups. Viktor Szakats 2008-08-17 15:48:25 +00:00
  • 097ae961f2 2008-08-17 17:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/examples/guestbk/guestbk.ini * contrib/examples/guestbk/testcgi.prg * contrib/examples/hscript/hscript.prg * contrib/examples/pp/hbppdef.h * contrib/examples/pp/hbpptbl.c * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/wvgclass.prg * contrib/hbapollo/tests/apollo.prg * contrib/hbgd/ChangeLog * contrib/hbgt/doc/gendoc.bat * contrib/hbmisc/doc/gendoc.bat * contrib/hbvpdf/hbvpdf.prg * contrib/hbvpdf/hbvpdft.prg * contrib/hbwhat32/_winclpb.c * contrib/hbwhat32/_windate.c * contrib/hbwhat32/_windc.c * contrib/hbwhat32/_windir.c * contrib/hbwhat32/_windraw.c * contrib/hbwhat32/_wingdi.c * contrib/hbwhat32/_winmisc.c * contrib/hbwhat32/_winpen.c * contrib/hbwhat32/_winprn.c * contrib/hbwhat32/_winrect.c * contrib/hbwhat32/_winrgn.c * contrib/hbwhat32/_winsock.c * contrib/hbwhat32/_wintbar.c * contrib/hbwhat32/import.ch * contrib/hbwhat32/sqltypes.ch * contrib/hbwhat32/windebug.prg * contrib/hbwhat32/winerror.prg * contrib/hbwhat32/winini.prg * contrib/hbwhat32/winrbar.prg * contrib/hbwhat32/winstruc.ch * contrib/hbwhat32/wintbar.prg * contrib/hbziparch/hbziparc.c * contrib/rddads/doc/gendoc.bat * doc/cmdline.txt * doc/dirstruc.txt * doc/en/cmdline.txt * doc/en/dbstrux.txt * doc/en/dir.txt * doc/en/file.txt * doc/en/rddord.txt * doc/es/dbstrux.txt * doc/es/file.txt * doc/es/hbpplib.txt * doc/howtomak.txt * doc/hrb_faq.txt * doc/windll.txt * include/dbinfo.ch * source/debug/dbghelp.prg * source/vm/classes.c * source/vm/hvm.c * tests/keywords.ch * tests/output.prg * tests/statics1.prg * tests/statics2.prg * tests/test_all.prg * tests/testcgi.prg * tests/testpre.prg * tests/testrdd2.prg * utils/hbmake/hbmake.prg * utils/hbmake/hbmutils.prg ! Some filename casing related fixes, cleanups. * Some non-ASCII drawing chars in comments changed to ASCII ones. Viktor Szakats 2008-08-17 15:04:11 +00:00
  • 01630ab48c 2008-08-17 09:48 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbapirdd.h * include/hbsetup.h + Added the most commonly used old #defines for compatibility: - HARBOUR_MAX_RDD_DRIVERNAME_LENGTH - HARBOUR_MAX_RDD_ALIAS_LENGTH - OS_UNIX_COMPATIBLE - OS_PATH_DELIMITER Please try not to use these anymore, as they will be removed in version 1.1. Viktor Szakats 2008-08-17 07:48:39 +00:00
  • 3a41ed1d2b 2008-08-17 08:59 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/dirstruc.txt * Updated to reflect current state. [Chen Kedem] Viktor Szakats 2008-08-17 07:39:25 +00:00
  • 0ef9ccad3a typo Viktor Szakats 2008-08-16 14:27:40 +00:00
  • 6bfdf01a17 2008-08-16 16:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_gcc.mak * make_vc.mak * make_vcce.mak * include/hbdefs.h * source/vm/mainwin.c * source/vm/hvm.c * source/hbpcre/_hbconf.h * source/hbzlib/ChangeLog * source/hbzlib/zconf.h * utils/hbmake/hbmake.prg * __EXPORT__ -> HB_DYNLIB Viktor Szakats 2008-08-16 14:23:37 +00:00
  • 56f2fd871a 2008-08-16 16:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/os2/gcc.cf % Cleaned include path for OS/2/GCC. David, please test it if it still builds successfully. Viktor Szakats 2008-08-16 14:16:55 +00:00
  • 101656ac01 2008-08-16 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/linux1st.txt + Added some quick openSUSE package requirement information. Viktor Szakats 2008-08-16 11:21:56 +00:00
  • 5121a86d46 2008-08-16 03:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_rpm.sh * harbour.spec ! Added hbsqlit3, hbmsql to the contrib list. ! Added hbhpdf (libharu) detection and build. ; Untested Viktor Szakats 2008-08-16 01:10:58 +00:00
  • daf666a118 missed from previous ChangeLog entry Viktor Szakats 2008-08-16 00:22:07 +00:00
  • 3c38398a5d 2008-08-16 02:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmzip/hbmzip.c ! Fixed potential GPF in executable type detection. Fixes GCC 4.3.1 warnings in openSUSE 11. Viktor Szakats 2008-08-16 00:21:13 +00:00
  • f881dc96ed 2008-08-14 18:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * ChangeLog + Added entry for yesterday's syncing/tagging. Viktor Szakats 2008-08-14 16:20:25 +00:00
  • fe6e74b765 2008-08-14 00:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh ! updated SunOS and HPUX library list ! allow to set startup .prg function in DJGPP builds Przemyslaw Czerpak 2008-08-13 22:08:53 +00:00
  • 6f8533f95b 2008-08-13 16:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt * More minor adjustments. Viktor Szakats 2008-08-13 14:35:42 +00:00
  • afb2bef63c 2008-08-13 15:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/hpux/gcc.cf * harbour/config/sunos/gcc.cf ! fixed typo in comment Przemyslaw Czerpak 2008-08-13 13:30:56 +00:00
  • ab5eedbb2f 2008-08-13 13:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt * Minor adjustments, typo fixes. Viktor Szakats 2008-08-13 12:00:47 +00:00
  • 4db4261c73 2008-08-13 05:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg/gtwvg.h ! added missing defines for DMC builds Przemyslaw Czerpak 2008-08-13 03:50:50 +00:00
  • 215e18e9bd 2008-08-13 05:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * 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/macro/macrolex.c * harbour/source/hbpcre/pcrecomp.c * harbour/source/compiler/hbpcode.c * harbour/contrib/hbmisc/spd.c * harbour/contrib/hbsqlit3/sqlite3/sqlite3.c * pacified warnings Przemyslaw Czerpak 2008-08-13 03:31:00 +00:00
  • 8dead0812d 2008-08-13 04:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbodbc/odbc.c ! Some recently updated code now conditionally restored to pre-ODBC 3.0 versions to support compilers (namely __DMC__) with old ODBC headers. I couldn't find out how to point DMC to newer (SDK) ODBC headers, but as soon as we do, we can remove this workaround. There is a similar problem with MSVC6. Viktor Szakats 2008-08-13 02:19:00 +00:00
  • b7124c21a8 missed two files from last ChangeLog entry Viktor Szakats 2008-08-13 01:58:30 +00:00
  • a47418cddd 2008-08-13 03:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fixed one possible minor bug (synced from gtwvg.c), when pressing the mouse button for mark&select. Viktor Szakats 2008-08-13 01:51:45 +00:00
  • 22d11af751 2008-08-13 03:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtwvt/gtwvt.c ! use HB_PTRDIFF for handle to number casting Przemyslaw Czerpak 2008-08-13 01:25:23 +00:00
  • ba11d8dcf8 2008-08-13 02:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_b32.bat * make_b32.mak - Removed dummy option HB_BUILD_MODE. Viktor Szakats 2008-08-13 00:37:43 +00:00
  • 9baaa07952 2008-08-13 01:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt * Extended releases notes/issues section. Viktor Szakats 2008-08-12 23:12:36 +00:00
  • 990ac68465 2008-08-12 22:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/w32/dm.cf * updated for central library directory used by Harbour - not tested Przemyslaw Czerpak 2008-08-12 20:50:38 +00:00
  • de95db55b4 2008-08-12 21:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/linux1st.txt * Some further updates. [1.0] Viktor Szakats 2008-08-12 19:04:19 +00:00
  • aac58d19f7 2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + config/w32/dm.cf + Digital Mars .cf file added. Some cleanups done, and TOFIX added besides the following: ; TOFIX: This file comes from xhb, and it needs to be updated to create core and contrib .lib files in central dir. Until then it doesn't work. Ryszard, if you see this, could you take a look? Viktor Szakats 2008-08-12 18:55:25 +00:00
  • f69a79100e 2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/linux1st.txt * Updated with hbgf package requirement information. [1.0] Viktor Szakats 2008-08-12 17:32:06 +00:00
  • 17d9c12bde marked 1.0 sync Viktor Szakats 2008-08-12 14:50:55 +00:00
  • decc532b0a 2008-08-12 16:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/Makefile - doc/hbpplib.txt - Removed obsolete file. [1.0] Viktor Szakats 2008-08-12 14:11:20 +00:00
  • 4038644450 2008-08-12 14:06 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_rpmw32.sh * harbour/make_rpmce.sh ! fixed release number setting for empty harbour release string Przemyslaw Czerpak 2008-08-12 12:07:22 +00:00
  • d5d2bffef2 2008-08-12 13:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/Makefile ! Fixed to find libharu headers in its current default location. (tested on Ubuntu with .tar.gz package from libharu.org.) [1.0] Viktor Szakats 2008-08-12 11:10:05 +00:00
  • 9f5256957e 2008-08-12 13:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_xmingw.sh * harbour/make_xmingwce.sh ! cleanup and some minor fixes * synced behavior of both scripts in few places Przemyslaw Czerpak 2008-08-12 11:02:16 +00:00
  • 73e3341849 2008-08-12 12:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsfunc.c ! Fixed GCC warning (Ubuntu/GCC422 + ACE 9.00.0.0) ; TOFIX: These ones still remain: ../../ads1.c: In function 'adsInfo': ../../ads1.c:2792: warning: format '%ld' expects type 'long int', but argument 5 has type 'UNSIGNED32' ../../ads1.c:2792: warning: format '%ld' expects type 'long int', but argument 6 has type 'UNSIGNED32' ../../ads1.c:2792: warning: format '%ld' expects type 'long int', but argument 5 has type 'UNSIGNED32' ../../ads1.c:2792: warning: format '%ld' expects type 'long int', but argument 6 has type 'UNSIGNED32' ../../adsfunc.c: In function 'HB_FUN_ADSVERSION': ../../adsfunc.c:1617: warning: format '%ld' expects type 'long int', but argument 4 has type 'UNSIGNED32' ../../adsfunc.c:1617: warning: format '%ld' expects type 'long int', but argument 5 has type 'UNSIGNED32' ../../adsfunc.c:1617: warning: format '%ld' expects type 'long int', but argument 4 has type 'UNSIGNED32' ../../adsfunc.c:1617: warning: format '%ld' expects type 'long int', but argument 5 has type 'UNSIGNED32' ../../adsfunc.c:1620: warning: format '%ld' expects type 'long int', but argument 5 has type 'UNSIGNED32' ../../adsfunc.c:1620: warning: format '%ld' expects type 'long int', but argument 6 has type 'UNSIGNED32' ../../adsfunc.c:1620: warning: format '%ld' expects type 'long int', but argument 5 has type 'UNSIGNED32' ../../adsfunc.c:1620: warning: format '%ld' expects type 'long int', but argument 6 has type 'UNSIGNED32' [1.0] Viktor Szakats 2008-08-12 10:06:21 +00:00
  • 75348f64df 2008-08-12 10:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/lang/msgcskam.c * source/lang/msgcs852.c * source/lang/msgcsiso.c * source/lang/msgcswin.c ! Typo fixed (by Vojtech Obrdlik). Viktor Szakats 2008-08-12 08:56:47 +00:00
  • ec292a1652 Marked changes merged with 1.0 Viktor Szakats 2008-08-11 22:21:30 +00:00
  • 58eb834210 typo Viktor Szakats 2008-08-11 19:35:39 +00:00
  • 53d1817e97 2008-08-11 21:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbsetup.h * config/hpux/gcc.cf * config/linux/gcc.cf * config/os2/gcc.cf * config/bsd/gcc.cf ! Never force the platform from the make files, rather rely on the autodetection in hbsetup.h. Compiling default parts of the software should only rely on manually set macros if there is no reasonable chance to make the detection automatic. ! HB_OS_LINUX, HB_OS_HPUX autodetection supposedly made more robust. Viktor Szakats 2008-08-11 19:33:46 +00:00
  • d5ff01d9ab added missing ChangeLog entry: Viktor Szakats 2008-08-11 18:50:04 +00:00
  • 764aa93fb1 2008-08-11 20:41 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/spd.c ! Fix to SQL_SPRINTF() by Xavi. Viktor Szakats 2008-08-11 18:42:01 +00:00
  • 9318911322 2008-08-11 19:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_xmingw.sh ! Fixed to look for hbpp in the path, like it does for harbour. Viktor Szakats 2008-08-11 17:44:49 +00:00
  • 6c360386f0 2008-08-11 18:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * config/rules.cf % Removed unnecessary -I option from Harbour command line. Viktor Szakats 2008-08-11 16:34:06 +00:00