92a56a25c7
2010-04-09 08:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * _EOL -> _CHR_EOL
Viktor Szakats
2010-04-09 06:49:39 +00:00
15823b47ac
2010-04-09 08:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * Makefile ! Fixed to not try to execute hbrun when it doesn't exist (f.e. when building libs only).
Viktor Szakats
2010-04-09 06:37:21 +00:00
b721eddaae
2010-04-08 13:37 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idemisc.prg ! Fixed wrong concataion of path and file when path was empty. This fixes ( partially ) the built .exe detection in hbIDE.
Pritpal Bedi
2010-04-08 20:34:46 +00:00
86a38625eb
2010-04-08 21:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed not propely working filters in some options + situations. (should fix hbrun.hbp problem after recent update) * Cleanups regarding pathsep conversion to native format in some internal routines.
Viktor Szakats
2010-04-08 19:23:50 +00:00
c90dcfc5e3
2010-04-08 18:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/hbide.ch ! Fixed to map CRLF to hb_osNewLine() instead of windows specific Chr( 13 ) + Chr( 10 ). Better would be to rename this to _EOL, and _EOL to _CHR_LF.
Viktor Szakats
2010-04-08 16:12:53 +00:00
e05f487a83
2010-04-08 08:38 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpdialog.prg ! Initiated :clipChildren instance variable on XbpDrawingArea() class. I did not know it could be initialized before creating XbpDialog(). Thanks Shum for the exact code.
Pritpal Bedi
2010-04-08 15:43:13 +00:00
690dd4c849
2010-04-08 17:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpgra.prg ! GraGetRGBIntensity() simplified, optimized and fix to work.
Viktor Szakats
2010-04-08 15:16:16 +00:00
36067bea05
2010-04-08 07:48 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpgra.prg ! GraGetRGBIntensity() function body updated with code sent by Shum after applying formatting and variable declaration optimization. UNTESTED.
Pritpal Bedi
2010-04-08 14:53:13 +00:00
56d7ec14ba
2010-04-08 00:32 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddodbc/sddodbc.c + VARBINARY, LONGVARBINARY type support
Mindaugas Kavaliauskas
2010-04-07 21:33:04 +00:00
7d3a9ee6ad
2010-04-07 09:44 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideprojmanager.prg ! Added some more debug code for *nix users to understand how some files are managed.
Pritpal Bedi
2010-04-07 16:47:47 +00:00
3243192d7f
2010-04-07 17:14 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Fixed my latest ChangeLog entry. (missed Maurilio as contributor, wrote OS X instead of OS/2.)
Viktor Szakats
2010-04-07 15:15:41 +00:00
1bc4607812
2010-04-07 15:29 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour.spec ! fixed to work after moving directories with SDD* drivers
Przemyslaw Czerpak
2010-04-07 13:29:17 +00:00
0749c855ce
2010-04-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + package/harb_os2.ico + Uploaded OS X Harbour icon. Thanks to Vailton Renato.
Viktor Szakats
2010-04-07 13:28:32 +00:00
6e17f4d4d0
2010-04-07 14:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + package/harb_osx.icns + Uploaded OS X Harbour icon. Thanks to Vailton Renato.
Viktor Szakats
2010-04-07 12:37:05 +00:00
c2c8d35b42
2010-04-07 14:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c * src/rtl/gtwvt/gtwvt.c + Added support for setting mouse position.
Viktor Szakats
2010-04-07 12:30:36 +00:00
b7d73ce343
2010-04-07 14:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/fstemp.c ! Fixed HB_DIRTEMP() (and low-level equivalent) returning error/empty-string on *nix targets due to typo.
Viktor Szakats
2010-04-07 12:06:04 +00:00
fc33f10a4d
2010-04-07 10:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - package/harbour.ico + package/harb_win.ico * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.nsi * utils/hbrun/hbrun.rc * utils/hbrun/hbrun.hbp * Renamed .ico to make it obvious that it is a Windows icon file.
Viktor Szakats
2010-04-07 08:38:22 +00:00
5c0a386a80
2010-04-07 05:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbcairo/tests/hellow.c * HB_SETCODEPAGE() -> HB_CDPSELECT() * harbour/contrib/sddodbc/sddodbc.c + BIGINT type support * statement handle alloc/free updated to ODBC 3.x API
Mindaugas Kavaliauskas
2010-04-07 02:55:53 +00:00
9261be47fd
2010-04-06 17:40 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/THbQtUI.prg + Added more hbqt.ch defined constants.
Pritpal Bedi
2010-04-07 00:51:15 +00:00
20d027baaf
2010-04-06 15:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/mt/mttest09.prg ! Fixed to use native core function instead of XPP wrapper. Thanks to Rafa for reporting it.
Viktor Szakats
2010-04-06 13:02:26 +00:00
29af435a3f
2010-04-06 11:15 UTC+0200 Xavi (jarabal/at/gmail.com) * harbour/src/rtl/gtwin/gtwin.c % Reverted back the changes.
Xavi
2010-04-06 09:16:30 +00:00
39d9df33fc
2010-04-06 04:00 UTC+0200 Xavi (jarabal/at/gmail.com) * harbour/src/rtl/gtwin/gtwin.c % Minor corrections to latest fixing.
Xavi
2010-04-06 02:01:49 +00:00
e2ca2f59aa
2010-04-06 03:00 UTC+0200 Xavi (jarabal/at/gmail.com) * harbour/src/rtl/gtwin/gtwin.c ! Fixed CTRL_CLOSE_EVENT according to present project goals.
Xavi
2010-04-06 01:01:13 +00:00
87ebfda410
2010-04-05 09:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/hbpprocess.prg + Implemented ::lDetached functionality to execute a process independent from application's process.
Pritpal Bedi
2010-04-05 16:16:44 +00:00
1b8c78f30b
2010-04-05 11:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/sddodbc/tests/test1.prg ! Fixed relative path to test.mdb after recent relocation. Still doesn't work though: --- Connect: 1 Error SQLBASE/1901 Not connected Called from DBUSEAREA(0) Called from MAIN(14) ---
Viktor Szakats
2010-04-05 09:16:23 +00:00
d0a044d890
2010-04-05 11:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/hbxml.c ! Applied recent heavy leak fixes from xhb project. (with some modifications) * Formatting. % Optimized out two local variables.
Viktor Szakats
2010-04-05 09:04:38 +00:00
a2a6b26104
2010-04-05 00:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/hbide.hbp - contrib/hbide/hbide.rc ! Using portable method to add icon to executable.
Viktor Szakats
2010-04-04 22:16:39 +00:00
ba05bedd93
2010-04-04 07:06 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideenviron.prg ! Fixed wrong variable assign. ! Fixed to accept any path instead of "*.exe". Thanks Barry for the bug.
Pritpal Bedi
2010-04-04 14:11:08 +00:00
3ec6565172
2010-04-03 17:05 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbqplaintextedit.cpp ! Optimization and LineNumbers area refinements.
Pritpal Bedi
2010-04-04 00:13:25 +00:00
c5aecc9eea
2010-04-03 12:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/wacore.c ! fixed GPF when unknown (never used in application code) alias is passed to hb_dbRequest() function - thanks to Shum for the info and code example
Przemyslaw Czerpak
2010-04-03 10:36:27 +00:00
9efec46787
2010-04-02 09:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + config/ren_sfn.prg - external/bzip2/cnv_hb2o.bat - external/bzip2/cnv_o2hb.bat + external/bzip2/ren_sfn.txt - external/libhpdf/cnv_o2hb.bat - external/libhpdf/cnv_hb2o.bat + external/libhpdf/ren_sfn.txt - external/pcre/cnv_o2hb.bat - external/pcre/cnv_hb2o.bat + external/pcre/ren_sfn.txt + Replaced .bat method for converting long filenames to short ones to a .prg script and simple text input file. Also much of the logic is automatized.
Viktor Szakats
2010-04-02 07:41:59 +00:00
9ec9384fa5
2010-04-01 16:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtwin/gtwin.c * harbour/src/rtl/gtwvt/gtwvt.h * harbour/src/rtl/gtwvt/gtwvt.c * modified to use in UNICODE builds current HVM CP if user has not set display CP using HB_SETTERMCP() or HB_SETDISPCP()
Przemyslaw Czerpak
2010-04-01 14:44:19 +00:00
7d3e6212d3
2010-03-29 22:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/os2/gcc.mk + Readded OS/2 windres call in coff mode. Commented the whole thing with NOTE. Seems like windres bug. I left gccomf branch active, maybe they fixed it in those more recent versions.
Viktor Szakats
2010-03-29 20:54:13 +00:00
a6153e5087
2010-03-29 22:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbthread.h * harbour/src/vm/thread.c % use thread local memory to optimize _hb_gettid() % use _hb_gettid() instead of _gettid() in OS2 GCC builds
Przemyslaw Czerpak
2010-03-29 20:43:03 +00:00
8ea115f759
2010-03-29 22:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to always convert pathseps in icon filename to forward slashes.
Viktor Szakats
2010-03-29 20:36:08 +00:00
dae414e1ce
2010-03-29 13:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * config/os2/gcc.mk ! Fixed to not use '-O coff'. It generates strange error. '-O omf' is still used, pls test it.
Viktor Szakats
2010-03-29 11:51:42 +00:00
35ab8e3f83
2010-03-29 09:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * Makefile - bin/postinst.prg + config/postinst.prg * Moved postinst.prg from bin to config dir.
Viktor Szakats
2010-03-29 07:54:12 +00:00
bc73992c1a
2010-03-28 19:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.prg * Corrected double pathseps in one place.
Viktor Szakats
2010-03-28 17:23:00 +00:00
4fab15a350
2010-03-28 13:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/rules.mk ! Added hack to make it build hbpp after latest change. Again hbpp, I couldn't find out what was the real problem, so there may be a better fix.
Viktor Szakats
2010-03-28 11:45:44 +00:00
88750713d3
2010-03-28 12:14 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - bin/postinst.bat * bin/postinst.prg * INSTALL * Moved remaining .bat to .prg. This means that HB_BUILD_PKG now should work with all shells and (cross) build situations. I didn't test these (pls do so), but it's now easy to make necessary tweaks for these platforms in case it's necessary. ; Harbour doesn't use a single line of .bat anymore in the build process.
Viktor Szakats
2010-03-28 10:15:39 +00:00
037260a10b
2010-03-28 11:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/wce/mingwarm.mk * config/win/mingw.mk * config/win/cygwin.mk * config/os2/gcc.mk ! Fixed resource compiler binary name to honor CCPREFIX and friends.
Viktor Szakats
2010-03-28 09:43:41 +00:00
1c4fffba99
2010-03-28 11:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * config/rules.mk + config/res.mk * config/bin.mk * config/wce/global.mk * config/wce/mingwarm.mk * config/wce/poccarm.mk * config/wce/msvcarm.mk * config/common/watcom.mk * config/win/xcc.mk * config/win/mingw.mk * config/win/pocc.mk * config/win/bcc.mk * config/win/watcom.mk * config/win/cygwin.mk * config/win/global.mk * config/win/msvc.mk * config/os2/watcom.mk * config/os2/gcc.mk * config/os2/global.mk + Added support to GNU Make system to compile and link resources on win, wce and os2 platforms.
Viktor Szakats
2010-03-28 09:18:27 +00:00
f9e217ed8d
2010-03-27 18:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat * bin/postinst.prg + Moved shared Harbour tools generation from .bat to .prg. So now it should work on OS/2, cross-builds and all shells in general. (some cmdline tweaks may be required for *nix) + Changed hbrun regeneration (with icon) to better take into account build settings. ; This leaves about 50 (!) total lines of DOS batch code in Harbour, which is quite good for a project of this size.
Viktor Szakats
2010-03-27 17:15:17 +00:00
0361bc6d60
2010-03-27 17:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat * bin/postinst.prg + Moved implib generation logic from .bat to .prg. You may recall this has happened recently, and you're right, but this time it's based on hbmk2 calls. This change means that implib generation is now available for all shells (f.e. msys and cross-build scenarios). (best would be to move to GNU Makefile level though)
Viktor Szakats
2010-03-27 16:43:23 +00:00
67e63c23f3
2010-03-27 17:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Very small cleanup.
Viktor Szakats
2010-03-27 16:02:05 +00:00
f79cd743ca
2010-03-27 13:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmisc/hbmisc.hbc + Added now needed incpaths= option.
Viktor Szakats
2010-03-27 12:44:42 +00:00
41f05c984e
2010-03-27 13:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmisc/Makefile * contrib/hbmisc/blinker.prg + contrib/hbmisc/blinker.ch ! Fixed BLICPUREL(). + Added blinker.ch header. This contains some stuff missing from original Blinker and some runtime mockup/emulation for following linker commands: BLINKER EXECUTABLE SERIAL <"String"> /* Harbour needs double quotes around the string */ BLINKER DEMONSTRATION DATE <YYYYDDMM> BLINKER DEMONSTRATION MINUTES <minute>
Viktor Szakats
2010-03-27 12:27:08 +00:00
8d5967545e
2010-03-26 22:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmisc/Makefile + contrib/hbmisc/blinker.prg + Added Blinker compatible functions. Not tested functionally. Many of the functions are dummies, since many of them is highly MS-DOS specific, but they should help porting Clipper apps. + Added extra functions to control link-time burn in of some values in original Blinker. In Harbour they can be set using these function calls, f.e. called from an INIT PROC: HB_BLIVERNUM( cString ) HB_BLIDEMDTE( dDate ) HB_BLIDEMMIN( nValue )
Viktor Szakats
2010-03-26 21:02:49 +00:00
ef2ba69a11
2010-03-26 13:24 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt.ch ! Included missing constant. Strange, nobody reported. It seems nobody is trying hbIDE, right?
Pritpal Bedi
2010-03-26 20:21:40 +00:00
f8dbcc6826
2010-03-26 17:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpgsql/postgres.c ! PQESCAPEBYTEA(): Fixed wrong size casts. ! PQESCAPEBYTEA(): Fixed to return string with correct length. + PQESCAPEBYTEA(), PQUNESCAPEBYTEA(): Will now RTE if parameter is not string. (to be in sync with PQESCAPEBYTEACONN()) ! PQESCAPEBYTEACONN(): Fixed to return string with correct length.
Viktor Szakats
2010-03-26 16:34:48 +00:00
15d0405e5f
2010-03-26 15:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat ! Correction to ocilib "implib" generation exception.
Viktor Szakats
2010-03-26 14:47:14 +00:00
7b901edeb6
2010-03-26 15:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed decorating implib name in -mkimplib option if the name contained dir component.
Viktor Szakats
2010-03-26 14:44:54 +00:00
b5c0243e6f
2010-03-26 15:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Minor cleanup to use native pathseps in hb_FileExists() call.
Viktor Szakats
2010-03-26 14:06:03 +00:00
2b2e337735
2010-03-26 13:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbssl/ssl.c * contrib/hbssl/x509.c * contrib/hbssl/sslctx.c ! Attempt to fix compilation error using 0.9.8m and 1.0.0betas.
Viktor Szakats
2010-03-26 12:34:21 +00:00
456a5a734e
2010-03-26 10:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/gtwvg.c * contrib/gtwvg/gtwvg.h * contrib/gtwvg/wvgcuig.c * contrib/gtwvg/wvggui.h ! Further cleanup to OLE usage and related headers. ! Deleted some unnecessary headers.
Viktor Szakats
2010-03-26 09:52:47 +00:00
9eda0eec26
2010-03-26 00:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvmall.c ! fixed typo in last commit
Przemyslaw Czerpak
2010-03-25 23:44:10 +00:00
8b5b161083
2010-03-26 00:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvmall.c * harbour/include/hbstack.h * reactivated for tests inline ASM code which can be used to access HVM stack pointer in MT HVM builds. It can be enabled in 32bit desktop windows Harbour builds by setting HB_ASM_TLS build time macro.
Przemyslaw Czerpak
2010-03-25 23:12:28 +00:00
b393b8edff
2010-03-25 23:19 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) ! bin/postinst.bat Fixed to not make unnecessary hbmk2 calls and warnings for unset external components when HB_BUILD_IMPLIB=yes. sf.bet bug #2976700
Viktor Szakats
2010-03-25 22:20:19 +00:00
47327d1293
2010-03-25 21:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvmall.c ! added missing HB_STACK_PRELOAD - the performance of MT HVM on C compilers/platforms which do not support C thread local variables was hardly reduce due to missing above macro, i.e. MinGW builds
Przemyslaw Czerpak
2010-03-25 20:37:39 +00:00
5dd78b404f
2010-03-25 08:03 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/resources/panel_8.png + contrib/hbide/resources/toolsutilities.ui + contrib/hbide/resources/toolsutilities.uic + Added one more dialog to interface "Tools & Utilities" implementation.
Pritpal Bedi
2010-03-25 15:22:47 +00:00
fcaeda7db3
2010-03-25 13:52 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/common/expropt2.c ! fixed stupid c&p typo in timestamp optimization, many thanks to Mindaugas for the information about the bug.
Przemyslaw Czerpak
2010-03-25 12:53:09 +00:00
ab16694f9f
2010-03-25 12:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbsetup.h + use FORCEINLINE defined in compiler header files
Przemyslaw Czerpak
2010-03-25 11:20:45 +00:00
9bf13d9bc0
2010-03-24 21:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/Makefile + sdd libs ordered alphabetically like other contribs.
Viktor Szakats
2010-03-24 20:42:44 +00:00
9b737790da
2010-03-24 10:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/sddmy/tests/hbmk.hbm + contrib/sddfb/tests + contrib/sddfb/tests/hbmk.hbm + contrib/sddpg/tests + contrib/sddpg/tests/hbmk.hbm * contrib/sddsqlt3/tests/hbmk.hbm * contrib/sddoci/tests/hbmk.hbm + Added missing tests dirs. It would be great to add some test.prg's otherwise it's pretty hard to test these libs. ! Sync tests dir .hbm option with rest of contribs.
Viktor Szakats
2010-03-24 09:33:58 +00:00
ee0a524db2
2010-03-23 12:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsql/hbrddsql.h * harbour/contrib/rddsql/sqlbase.c * harbour/contrib/rddsql/sddfb/sddfb.c * harbour/contrib/rddsql/sddmy/sddmy.c * harbour/contrib/rddsql/sddoci/sddoci.c * harbour/contrib/rddsql/sddodbc/sddodbc.c * harbour/contrib/rddsql/sddpg/sddpg.c * harbour/contrib/rddsql/sddsqlt3/sddsqlt3.c * moved SDD backed specific data from SQLCONNECTION and SQLAREA to a separate SDDCONN and SDDDATA structures. This helps to avoid fake type casting and warinings like "break strict-aliasing rules". * 1 -> HB_TRUE * formatting, style ! connection array is now array of connection pointers. This fixes GPF if many connections are created and connection table has to be reallocated
Mindaugas Kavaliauskas
2010-03-23 10:57:11 +00:00
fa396fec40
2010-03-23 08:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Minor (non-functional) corrections to latest additions.
Viktor Szakats
2010-03-23 07:38:29 +00:00
43c09b2983
2010-03-23 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.prg - Deleted hb-mkimp.bat reference. This file is no more.
Viktor Szakats
2010-03-23 00:02:45 +00:00
9737bbea64
2010-03-22 14:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/wafunc.c ! added protection against possible GPF when wrong array with field names is passed to __dbTrans() or relative functions
Przemyslaw Czerpak
2010-03-22 13:23:18 +00:00
556256c6ba
2010-03-22 10:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed implib internal flag handling for msvc targets. ! Fixed path format conversion in implib parameters. + Added support for filters, macros for implib creation parameters.
Viktor Szakats
2010-03-22 09:59:45 +00:00
506e43ffda
2010-03-22 10:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added -trace support to -mkimplib option. * Variables renamed in new code.
Viktor Szakats
2010-03-22 09:37:36 +00:00
e3933c2f25
2010-03-22 02:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - tests/bnch_win.bat - Deleted benchmarking aid.
Viktor Szakats
2010-03-22 01:53:11 +00:00
e808b13bc1
2010-03-22 01:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added undocumented '-mkimplibms' option to allow for users to make bcc implib happy for some .dlls (translated to -a implib.exe option). Ugly solution, needed because bcc chose not to follow standards.
Viktor Szakats
2010-03-22 00:34:28 +00:00
e41a40e72f
2010-03-22 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Finishing touches to -mkimplib option: - Automatic "dressing" of target library name with extension, lib prefix. - More detailed feedback.
Viktor Szakats
2010-03-22 00:04:46 +00:00
504e7698e9
2010-03-22 00:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added experimental -mkimplib= option to "convert" .dll files into import libraries. Syntax tentative. ; TODO: Support for idiotic -a Borland C implib option. If anyone has an idea how to detect when to use -a and when not, I will implement it. If not, I will most probably drop maintaining -a option for bcc and leave it off. This leaves implibs working for most .dlls we currently use, but will break some (blat, curl, cairo, pq, alleg from contrib).
Viktor Szakats
2010-03-21 23:44:16 +00:00
754d04a1f2
2010-03-21 20:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/macro/macro.y + added support for <alias> -> &( <exp> ) in macrocompiler
Przemyslaw Czerpak
2010-03-21 19:01:46 +00:00
f985d48f95
2010-03-21 12:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-mkimp.prg + Finished, tested. This version also adds pocc64 support. It also gives proper feedback.
Viktor Szakats
2010-03-21 11:31:52 +00:00
9d30f3ba4d
2010-03-21 12:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + bin/hb-mkimp.prg + Added .prg rewrite for implib generation. This highly reduces redundancy, drops WinNT and GNU Sed tool requirement, further lowers the amount of non-portable batch sources in SVN. It also opens the door to add automatic implib generation in tools like hbmk2. Not yet tested.
Viktor Szakats
2010-03-21 11:01:31 +00:00
dd856e4f5e
2010-03-20 11:25 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg * contrib/hbide/idefunctions.prg * contrib/hbide/idesaveload.prg + Implemented: auto-loading the last "Re-tagged" functions prototype. It may take some time but it is done at the background, so user will never experience the difference. You can start working on any other aspect of hbIDE.
Pritpal Bedi
2010-03-20 18:28:56 +00:00
a68a05604a
2010-03-20 10:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg + Implemented: auto-save the project's source(s) at "build" time, if some are modified.
Pritpal Bedi
2010-03-20 17:17:14 +00:00
34022516a1
2010-03-20 18:30 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * harbour/ChangeLog ! fixed typo my previous commit. Sorry..
Petr Chornyj
2010-03-20 16:35:33 +00:00
e3556ff9c3
2010-03-20 18:00 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * harbour/bin/postinst.bat ! fixed to not override hbrun if HB_BUILD_SHARED == "yes" * harbour/ChangeLog ! fixed date * harbour/contrib/hbsqlit3/hbsqlit3.c ! fixed usage hb_fsNameConv in SQLITE3_TEMP_DIRECTORY
Petr Chornyj
2010-03-20 16:26:55 +00:00
e8c7e2ad14
2010-03-20 14:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_shell.c ! Inevitable tweaking for Windows API header / compiler idiocy.
Viktor Szakats
2010-03-20 13:33:10 +00:00