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
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
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
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
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
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
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
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
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
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
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
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
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
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