f5043f6a64
2008-05-30 00:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/estack.c * declare hb_stack as static variable when HB_STACK_MACROS is disabled to be sure that non extern code will access hb_stack It's very important to eliminate such code before we add MT support.
Przemyslaw Czerpak
2008-05-29 22:15:25 +00:00
f42f92f69c
2008-05-29 20:56 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak - HB_NO_BCC_MAX_OPENFILES_HACK - no longer used.
Viktor Szakats
2008-05-29 19:06:15 +00:00
bcd588a9f5
2008-05-29 20:38 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/dateshb.c * source/rtl/datesx.c % Reworked to be a bit faster than non-HB_FAST_STOD. - Removed HB_FAST_STOD build time option, because it wasn't safe. It caused reaching into undefined buffers when passed string was shorter than 8 chars.
Viktor Szakats
2008-05-29 18:39:35 +00:00
f4f6d4a691
2008-05-29 20:20 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/vm/hvm.c * Minor formatting.
Viktor Szakats
2008-05-29 18:21:36 +00:00
6898da8511
2008-05-29 19:31 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * common.mak * source/vm/Makefile * source/vm/mainwin.c * source/vm/estack.c + source/vm/extrap.c * source/vm/hvm.c * Rearranged/cleaned up exception handlers. * Renamed OS/2 one to comply with namespace rules. * Moved from estack.c/mainwin.c to extrap.c and hvm.c. * win32 ex.handler now enabled by default at HVM startup. * win32 ex.handler now writes exception info into hb_ex.log. * win32 ex.handler now pops up a MessageBox() by default. We should consider removing this but currently the default Windows handler kicks in anyway, which is also a GUI dialog. ; TODO: A common way to log these errors across all platforms. ; NOTE: HB_INCLUDE_WINEXCHANDLER is not used by Harbour anymore. ; NOTE: Please test OS/2
Viktor Szakats
2008-05-29 17:38:35 +00:00
4c522aa507
typo
Viktor Szakats
2008-05-29 16:20:39 +00:00
05de32a8d7
2008-05-29 17:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmysql/make_gcc.sh * contrib/hbmysql/make_b32.bat * contrib/hbmysql/make_vc.bat * contrib/make_b32_all.bat * contrib/make_gcc_all.sh * contrib/hbfbird/make_gcc.sh * contrib/hbfbird/make_b32.bat * contrib/hbfbird/make_vc.bat * contrib/hbapollo/make_gcc.sh * contrib/hbapollo/make_b32.bat * contrib/hbapollo/make_vc.bat * contrib/make_vc_all.bat * contrib/hbhpdf/make_gcc.sh * contrib/hbhpdf/make_b32.bat * contrib/hbhpdf/make_vc.bat * contrib/hbpgsql/make_gcc.sh * contrib/hbpgsql/make_b32.bat * contrib/hbpgsql/make_vc.bat * contrib/rddads/make_gcc.sh * contrib/rddads/make_b32.bat * contrib/rddads/make_vc.bat * contrib/hbfimage/make_gcc.sh * contrib/hbfimage/make_b32.bat * contrib/hbfimage/make_vc.bat * contrib/hbgd/make_b32.bat * contrib/hbgd/make_gcc.sh * contrib/hbgd/make_vc.bat * Changed envvars pointing to external packages to comply with our own rules: APOLLO_DIR -> HB_DIR_APOLLO FIREBIRD_DIR -> HB_DIR_FIREBIRD FREEIMAGE_DIR -> HB_DIR_FREEIMAGE GD_DIR -> HB_DIR_GD MYSQL_DIR -> HB_DIR_MYSQL PDFLIB_DIR -> HB_DIR_PDFLIB PGSQL_DIR -> HB_DIR_PGSQL ADS_DIR -> HB_DIR_ADS LIBHARU_DIR -> HB_DIR_LIBHARU (same rule for <package>_INC -> HB_INC_<package>) Sorry folks, but you'll need to update your env. (I can send a 'gsar' script to help that) + Added option for non-GNU BCC/VC contrib makes to accept HB_INC_<package> format envvars to specify the include dir only, so that we're now in sync with the non-GNU GCC build system (make_gcc.sh). ; TODO: HB_LIB_<package> (or HB_BIN_<package>) is still to be done any .dll/.lib handling.
Viktor Szakats
2008-05-29 15:41:22 +00:00
e9afeddcdb
2008-05-29 17:02 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tget.prg * ::picture(), ::PutMask(), ::unTransform() moved next to each other for easier editing/fixing.
Viktor Szakats
2008-05-29 15:08:08 +00:00
779bae8d93
typo in ChangeLog entry
Viktor Szakats
2008-05-29 12:55:58 +00:00
aaf872a602
corrections to ChangeLog entry
Viktor Szakats
2008-05-29 10:02:34 +00:00
63d35fa484
2008-05-29 11:45 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * tests/rto_get.prg + Some tests added.
Viktor Szakats
2008-05-29 09:48:52 +00:00
20a09256ce
2008-05-28 18:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/hbzlib/ChangeLog * harbour/source/hbzlib/zutil.c * harbour/source/hbzlib/gzio.c * harbour/source/hbzlib/zutil.h * harbour/source/hbzlib/zconf.h * use _WINCE macro instead of _WIN32_WCE to detect WinCE builds defining _WIN32_WCE interacts with header files and should be left for user to specify exact WinCE version
Przemyslaw Czerpak
2008-05-28 16:42:35 +00:00
4662f73fd3
2008-05-28 16:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour-ce-spec * harbour/harbour-w32-spec * harbour/harbour.spec * harbour/make_rpmce.sh * harbour/make_rpmw32.sh * harbour/make_rpm.sh * removed --with zlib switch - now zlib will be created in all builds * added hbzlib library * added hbmzip library - MiniZIP wrapper to manage ZIP files
Przemyslaw Czerpak
2008-05-28 14:37:33 +00:00
5961b204c8
2008-05-28 14:42 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/bld.bat * bin/bld_os2.cmd + Added hbzlib + Added hbpcre for OS/2.
Viktor Szakats
2008-05-28 12:44:07 +00:00
31bd015517
2008-05-28 14:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * common.mak * include/Makefile + include/hbzlib.ch + include/hbzlib.h * include/hbextern.ch + source/rtl/hbzlib.c * source/rtl/Makefile * contrib/make_b32_all.bat * contrib/make_vc_all.bat * contrib/make_gcc_all.sh * contrib/Makefile + contrib/hbmzip + contrib/hbmzip/Makefile + contrib/hbmzip/common.mak + contrib/hbmzip/make_b32.bat + contrib/hbmzip/make_vc.bat + contrib/hbmzip/make_gcc.sh + contrib/hbmzip/hbmzip.ch + contrib/hbmzip/ioapi.c + contrib/hbmzip/zip.c + contrib/hbmzip/unzip.c + contrib/hbmzip/ioapi.h + contrib/hbmzip/crypt.h + contrib/hbmzip/zip.h + contrib/hbmzip/unzip.h + contrib/hbmzip/hbmzip.c + contrib/hbmzip/readme.txt + contrib/hbmzip/tests + contrib/hbmzip/tests/bld_b32.bat + contrib/hbmzip/tests/bld_vc.bat + contrib/hbmzip/tests/myzip.prg + contrib/hbmzip/tests/myunzip.prg + Added hbzlib.h which is a simple wrapper to source/hbzlib/zlib.h. * Moved ZLIB specific Harbour wrappers and header from /contrib/hbzlib to /source/rtl. + Added /contrib/hbmzip lib based on /contrib/hbzlib. Copy + modify was used to keep the repo history. hbmzip contains all the MiniZip parts from former /contrib/hbzlib. New hbmzip header file: hbmzip.ch + Added new Harbour level zip functions to hbextern.ch. ; TODO: Remove /contrib/hbzlib, add core hbzlib to lib lists.
Viktor Szakats
2008-05-28 12:39:33 +00:00
62010a5a1d
2008-05-28 13:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/hbzlib/adler32.c * source/hbzlib/ChangeLog * source/hbzlib/compress.c * source/hbzlib/crc32.c * source/hbzlib/deflate.c * source/hbzlib/gzio.c * source/hbzlib/infback.c * source/hbzlib/inffast.c * source/hbzlib/inflate.c * source/hbzlib/inftrees.c * source/hbzlib/trees.c * source/hbzlib/uncompr.c * source/hbzlib/zconf.h * source/hbzlib/zutil.c + Added modified ZLIB sources, with many tweaks to compile cleanly under Harbour. Thanks to Przemek for it.
Viktor Szakats
2008-05-28 11:37:26 +00:00
cd95343116
2008-05-28 12:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tget.prg % Flow cleanup.
Viktor Szakats
2008-05-28 10:31:34 +00:00
ceeff3c354
2008-05-28 11:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tget.prg ! Fixed ::unTransform() padding for strings with @R picture. (Edmer Issue #1) ! Fixed ::unTransform() to not use the "Chr( 1 )" hack to remove certain chars from string. (there is still one such remaining) ! Fixed ::unTransform() padding with zero decimals for numerics. This cleared some differences in rto_get.prg. ! Fixed ::toDecPos() to not crash with non-numeric vars. - Removed some XBase++ specific code which is not needed for Harbour. - Removed some other unnecessary code dealing with '.'/',' swapping. % Minor cleanups. ; WARNING! Please test these with real code, as we have no extensive regression test suite for the above code parts.
Viktor Szakats
2008-05-28 10:19:43 +00:00
2c051a4220
2008-05-28 11:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbrdddbf.h * harbour/include/hbapirdd.h * harbour/source/rdd/workarea.c * harbour/source/rdd/dbcmd.c * harbour/source/rdd/dbf1.c * harbour/source/rdd/dbfcdx/dbfcdx1.c * harbour/source/rdd/dbffpt/dbffpt1.c * harbour/source/rdd/usrrdd/usrrdd.c * harbour/contrib/rddads/ads1.c * harbour/contrib/hbbmcdx/bmdbfcdx1.c + added ULONG ulConnection parameter to DROP() and EXISTS() RDD node methods + added 4-th parameter with ulConncetion index to [HB_]DROP() and [HB_]EXISTS() functions
Przemyslaw Czerpak
2008-05-28 09:48:57 +00:00
4ee46dc32d
2008-05-27 22:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_deb.sh ! fixes suggested by Guy Roussin
Przemyslaw Czerpak
2008-05-27 20:49:46 +00:00
77394377fb
2008-05-27 17:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/idle.c * updated included header files * removed unnecessary separated code for MacOSX * small modification in comment
Przemyslaw Czerpak
2008-05-27 15:12:00 +00:00
4761f7a5af
2008-05-27 09:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbapi.h * source/vm/hvm.c * source/vm/cmdarg.c + Added support for internal switch format: --hb:<internal switch> //hb:<internal switch> Both are equivalent to original CA-Cl*pper: //<internal switch>
Viktor Szakats
2008-05-27 07:46:37 +00:00
e81d9dc3e8
2008-05-27 04:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak - No longer explicily defining WIN32, __WIN32__, __WINDOWS__ macros.
Viktor Szakats
2008-05-27 02:15:42 +00:00
81e4af2571
2008-05-27 04:10 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat32/_windlg.c * contrib/hbole/ole2.c * contrib/hbfbird/firebird.c * contrib/hbziparch/zipnew.cpp * contrib/hbziparch/hbcomprs.c * contrib/hbnf/dispc.c * contrib/gtwvg/wvtutils.c * contrib/hbfimage/fi_winfu.c * contrib/hbfimage/fi_wrp.c ! MSVC error and warnings fixes. ; TOFIX: Several of them remain. Some contribs don't compile (gtwvg, hbole, hbw32) at all in C++ mode.
Viktor Szakats
2008-05-27 02:11:29 +00:00
8b06380b17
2008-05-27 03:10 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/bld.bat + MSVC now sets the lib dir globally, so lib names don't need to contain the path anymore.
Viktor Szakats
2008-05-27 01:23:22 +00:00
8fe45da932
2008-05-27 03:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/tbrowse.prg ! fixed cursor positioning when it's moved faster then record buffer refreshed. It should also fix flickering problem reported by Viktor - please test.
Przemyslaw Czerpak
2008-05-27 01:08:45 +00:00
3e913b6607
fixed bogus English sentence
Viktor Szakats
2008-05-26 15:05:41 +00:00
9b8db0c3de
2008-05-26 12:23 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbclipsm/gauge.c ! Fixed GPF in GaugeNew(). Old bug. (leak and non-function was a misreport, it was indeed this GPF. Now it works correctly.)
Viktor Szakats
2008-05-26 10:24:44 +00:00
b5d578680c
2008-05-26 12:13 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbapi.h * source/vm/extend.c + Added hb_retc_null() which is equivalent to hb_retc( NULL ) and will return an empty string. I opted for this because hb_retc( NULL ) usage is not compatible with CA-Cl*pper _retc(), so it might create problems when writing C code intended for both Clipper and Harbour.
Viktor Szakats
2008-05-26 10:15:27 +00:00
2940317c15
2008-05-26 11:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmsql/make_b32.bat * contrib/hbmsql/make_vc.bat * contrib/hbmsql/msql.c + Now automatically setting _OS_WIN32, no need to use special CFLAGS anymore.
Viktor Szakats
2008-05-26 09:28:55 +00:00
e324ff7f7e
2008-05-25 14:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbclipsm/date.c ! Fixed internal error in MDY(), DMY(). Thanks Petr. ! DMY() extra space removed.
Viktor Szakats
2008-05-25 12:59:17 +00:00
0c01e25a1f
2008-05-25 02:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt + Uploaded Przemek's detailed 1.1.1 Harbour change listing. ; I've actually committed this accidentally a few days ago, without noticing. I apologize for doing so, and I'm now at least correcting the missing ChangeLog description. (plus those few minor typos I've mentioned on the list)
Viktor Szakats
2008-05-25 00:28:39 +00:00
1301c3d8c8
2008-05-24 14:55 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/gtwvg/wvtutils.c * Uncommitted previous changes. - hb_arraySet( a, hb_itemPut*(x,*) ) + hb_arraySet*( a,* ) * harbour/contrib/gtwvg/wvtclass.c * CLASS TBrowseWVG() - ::DoConfigure() + ::SetVisible() This method override is more appropriate for the purpose.
Pritpal Bedi
2008-05-24 22:00:00 +00:00
242c235e68
2008-05-23 21:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/compiler/hbfunchk.c ! Typo in message.
Viktor Szakats
2008-05-23 19:27:16 +00:00
ed0c708a3d
2008-05-23 08:00 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/gtwvg/wvtclass.prg * Class TBrowseWVG - METHOD ColumnsSep + METHOD DoConfigure Optimized population of ::aColumnsSep. Thanks Viktor pointing to this direction.
Pritpal Bedi
2008-05-23 14:55:33 +00:00
fafa98d30e
2008-05-23 10:57 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * harbour.spec + Added one missing HU translation.
Viktor Szakats
2008-05-23 08:59:02 +00:00
74daaf9623
2008-05-23 10:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/wvtclass.prg + TBrowseWVT class moved to contrib core, to make it available for all WVT apps.
Viktor Szakats
2008-05-23 08:46:06 +00:00
8a50c19c2b
2008-05-22 19:00 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/gtwvg/tests/demowvg.prg + CLASS TBrowseWVG FROM TBrowse Subclassed TBrowse to retreive <::aColumnsSep> for WVG browsers to paint column separator lines. Now Wvt*class prompt of main menu works like a charm.
Pritpal Bedi
2008-05-23 02:12:23 +00:00
4c8d9d70fa
Lorenzo Fiorini
2008-05-22 10:19:12 +00:00
e253c3d8a7
Lorenzo Fiorini
2008-05-22 10:18:38 +00:00
43c3c2eeb1
2008-05-22 10:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch * source/rdd/dbcmdx.c + Added dbPack() and dbZap() XBase++ compatibility functions.
Viktor Szakats
2008-05-22 09:12:40 +00:00
0acdac82ce
Lorenzo Fiorini
2008-05-22 08:05:32 +00:00
b6555367a8
2008-05-22 08:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * hbwhat32/_winsys.c * hbwhat32/_wincomm.c ! Warnings.
Viktor Szakats
2008-05-22 06:40:53 +00:00
addea6d04e
2008-05-22 08:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) - contrib/hbmisc/dbftools.c * contrib/hbmisc/common.mak * contrib/hbmisc/Makefile - Removed to avoid collision with similar file in hbct. Notice the content was also similar, except that in hbct it was updated and extended. There was also FIELDTYPE() implemented which was colliding with function with the same name in core.
Viktor Szakats
2008-05-22 06:09:35 +00:00
2c87717c47
2008-05-21 19:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rdd/dbdrop.c * source/rdd/dbexists.c % Minor opt in source layout.
Viktor Szakats
2008-05-21 17:31:50 +00:00
7c50ab9b8a
fix to prev (whitespace)
Viktor Szakats
2008-05-21 15:53:37 +00:00
24ec421a42
2008-05-21 17:45 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * harbour.spec + Added HU translation (cpwin).
Viktor Szakats
2008-05-21 15:50:34 +00:00
ce4dc8486c
2008-05-21 16:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.mak * make_vc.mak * make_vcce.mak + Added HBDOC_LIBS to specify external libs for HBDOC. Only for non-GNU B32/VC/VCCE builds! For non-GNU GCC it's probably LDFLAGS, for GNU it's probably LDLIBS. NOTE: Use full path for the libs. Such dependency is anything by good though (the core build depends on a contrib lib, the contrib lib depends on the core build), so consider this a temporary solution. Moving HBDOC to the contrib area is one possibility, dropping it is another one. ; There is quite a big mess regarding these envvars depending on the type of make system, platform, compiler, etc, that it's almost impossible to document or understand, so maybe it'd be worth a review after the release, and sync all these external flag and dir envvars.
Viktor Szakats
2008-05-21 14:42:04 +00:00
e950f77eba
duplicate entry removed
Viktor Szakats
2008-05-21 12:15:26 +00:00
f02145dc30
2008-05-21 15:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/bld.bat * bin/bld_os2.cmd ! Removed trailing backslash from default Harbour bin dirs.
Viktor Szakats
2008-05-21 11:45:42 +00:00
a1f50d4447
2008-05-20 20:31 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/hb-func.sh * added HB_USR_LIBS set during build time to list of predefined libs in hb* scripts
Przemyslaw Czerpak
2008-05-20 18:31:54 +00:00
004c05d648
2008-05-20 17:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbvpdf/hbvpdft.prg ! Fixed include filename to be in lower case. Reported by Lorenzo.
Viktor Szakats
2008-05-20 15:19:12 +00:00
23b990ca02
cleaned
Viktor Szakats
2008-05-20 13:02:09 +00:00
bba714a4cb
SVN header
Viktor Szakats
2008-05-20 12:53:29 +00:00
ed3349623c
2008-05-20 13:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/hbvpdf + contrib/hbvpdf/common.mak + contrib/hbvpdf/hbvpdf.prg + contrib/hbvpdf/hbvpdf.ch + contrib/hbvpdf/make_gcc.sh + contrib/hbvpdf/tests + contrib/hbvpdf/tests/fonts.dat + contrib/hbvpdf/tests/files + contrib/hbvpdf/tests/files/color.tif + contrib/hbvpdf/tests/files/test.txt + contrib/hbvpdf/tests/files/color.jpg + contrib/hbvpdf/tests/pdf_demo.prg + contrib/hbvpdf/tests/tstpdf.prg + contrib/hbvpdf/tests/bld_b32.bat + contrib/hbvpdf/tests/bld_vc.bat + contrib/hbvpdf/hbvpdft.prg + contrib/hbvpdf/make_b32.bat + contrib/hbvpdf/make_vc.bat + contrib/hbvpdf/Makefile + Added Viktor K's pure Clipper pdf lib. + Added Pritpal's OOP version. + Added make files, reorged dir layout, named files to avoid collision. + Added minor #define tweak to compile as-is. * Renamed pdf.ch to hbvpdf.ch for above reasons, if this hurts anybody, I will correct it. ! Fixed unused vars and a few other things. ; TOFIX: - ShellExecute(), GetDeskTopWindow() dependencies commented out. - fonts.dat dependency is a PITA, so this file should be moved inside the .prg somehow. - There are some hard-wired non porable things like acrobat executable path.
Viktor Szakats
2008-05-20 11:39:39 +00:00
0480992036
2008-05-20 09:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat32/wincorec.c ! Removed old-style Clipper comment from C code.
Viktor Szakats
2008-05-20 07:21:25 +00:00
d0a2b04f79
2008-05-20 08:20 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbmisc/numtxthu.prg * contrib/hbmisc/numtxten.prg + Updated.
Viktor Szakats
2008-05-20 06:28:49 +00:00
596a78e343
2008-05-19 18:35 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat32/Makefile * contrib/hbwhat32/common.mak + contrib/hbwhat32/wincorec.c * contrib/hbwhat32/wincore.prg ! Got rid of begindump/enddump ; No more begindump/enddump in repo.
Viktor Szakats
2008-05-19 16:39:04 +00:00
603c54d4bf
2008-05-19 18:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbtpathy/common.mak * contrib/hbtpathy/Makefile * contrib/hbtpathy/telepath.prg + contrib/hbtpathy/tpcommon.c ! Got rid of begindump/enddump
Viktor Szakats
2008-05-19 16:33:28 +00:00
f549502d5d
2008-05-19 16:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt + Added first round of whatsnew update.
Viktor Szakats
2008-05-19 14:44:21 +00:00
4344be35f1
2008-05-19 11:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/adsfunc.c + ADSSTMTSETTABLELOCKTYPE() + ADSVERIFYSQL() (for ACE 6.20 or upper) + ADSCREATEFTSINDEX() (for ACE 7.00 or upper) ; Thanks to Brian Hays for these functions.
Viktor Szakats
2008-05-19 10:00:53 +00:00
e22b4776db
2008-05-19 09:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/Makefile ! Spaces to TABs.
Viktor Szakats
2008-05-19 07:27:37 +00:00
ee0b22a815
2008-05-19 09:16 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/xhb/usrrdd.ch + contrib/xhb/math.ch + contrib/xhb/classex.ch * contrib/xhb/Makefile * contrib/xhb/common.mak + Some more xhb compatibility.
Viktor Szakats
2008-05-19 07:23:52 +00:00
e4331383f1
2008-05-19 09:01 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tget.prg % Minor code optimization.
Viktor Szakats
2008-05-19 07:03:21 +00:00
372cb2113a
fix to prev
Viktor Szakats
2008-05-18 23:02:19 +00:00
78dd7402e0
2008-05-19 00:53 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/harupdf.c ! Fixed HPDF_READFROMSTREAM() to not directly write into the variable buffer. The function will now return the status code instead of buffer length. The latter can be determined using Len().
Viktor Szakats
2008-05-18 22:55:03 +00:00
533502db49
2008-05-19 00:07 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/harupdf.c ! Fixed to use garbage collector to automatically free HPDF_Doc pointers. The rest of pointers seem to be handled automatically by internal memory manager of libharu. Also note that leaks wouldn't be reported by Harbour, because libharu currently uses memory via std C calls, not via hb_x*() functions.
Viktor Szakats
2008-05-18 22:12:20 +00:00
33765f3c18
2008-05-18 22:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/harupdf.c ! Added one TOFIX. ! Fixed some casts.
Viktor Szakats
2008-05-18 20:42:07 +00:00
fc2826546d
2008-05-18 22:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/harupdf.c + Calling hb_fsNameConv() in filename parameters. Thanks Petr for the suggestion. ! Changed hb_parnl()/hb_retnl() calls to hb_parptr()/hb_retptr() where a "handle" (which is a memory pointer) is passed. ; TOFIX: Some of these calls should be changed to the GC version to avoid leaks by bad or interrupted program code.
Viktor Szakats
2008-05-18 20:29:45 +00:00
ecf8f4fa60
2008-05-18 20:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/harupdf.c ! Fixed GPFs. Thanks to Petr Chornyj.
Viktor Szakats
2008-05-18 18:17:18 +00:00
b930248840
2008-05-18 19:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbhpdf/tests/harupdf.prg ! "\" -> hb_OSPathSeparator().
Viktor Szakats
2008-05-18 17:10:49 +00:00
7fed843928
2008-05-18 18:58 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + contrib/rddads/tests/datad.prg + Added new test program for ADS DD/SQL functionality. Kindly sent by Brian Hays. NOTE: The code will show some errors on SQL execution. I couldn't investigate, but it does the same with older versions of rddads, too.
Viktor Szakats
2008-05-18 17:01:15 +00:00
a95ca6ab8b
2008-05-16 19:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcomp.h * harbour/include/hbcompdf.h * harbour/source/compiler/hbmain.c * harbour/source/compiler/complex.c * harbour/source/compiler/harbour.y * harbour/source/compiler/harbour.yyc ! moved function related variables and structures from HB_COMP to PFUNCTION - it fixes many different problems which can appear in some code, also the recent Mindaugas' example ! initialize statement value in error action to avoid valgrind/CodeGuard warning reports when syntax error appear in some complex statements
Przemyslaw Czerpak
2008-05-16 17:27:20 +00:00
6cb1bc6211
2008-05-16 09:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/tbrowse.prg + HIDDEN -> PROTECTED
Viktor Szakats
2008-05-16 07:42:37 +00:00
2f707a4e15
2008-05-15 17:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg/gtwvg.c * harbour/source/rtl/gtwvt/gtwvt.c ! fixed memory corruption caused by missing ASCII-0 terminator when window title is retrieve
Przemyslaw Czerpak
2008-05-15 15:58:46 +00:00
2b2ad88096
2008-05-15 12:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/rddads.h ! Fix to previous commit to avoid warning. (and again)
Viktor Szakats
2008-05-15 10:38:27 +00:00
8fa512be12
minor to prev
Viktor Szakats
2008-05-15 10:35:57 +00:00
2fab505cf4
2008-05-15 11:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/rddads.h ! Fix to previous commit to avoid warning.
Viktor Szakats
2008-05-15 10:23:04 +00:00
091a633259
2008-05-15 09:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/rddads/rddads.h ! Fixed to not allow to override to a higher lib version of the one of ACE lib. This applies to both ADS_LIB_VERSION and the compatibility ADS_REQUIRE_VERSION. ! Fixed so that ADS_LIB_VERSION override always takes precedence over ADS_REQUIRE_VERSION.
Viktor Szakats
2008-05-15 07:43:59 +00:00