8aa4ff9d39
2012-11-20 04:09 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog ! fixed name in recent entries. and configured hbcommit.hb locally in yet another env.
Viktor Szakats
2012-11-20 03:11:04 +00:00
f867f7349a
2012-11-20 03:08 UTC+0100 Firstname Lastname (me domain.net) * contrib/hbgd/gdwrp.c * minor cleanup
Viktor Szakats
2012-11-20 02:09:32 +00:00
fcb0529a28
2012-11-20 02:09 UTC+0100 Firstname Lastname (me domain.net) * bin/commit.hb ! fixed for *nix systems
Viktor Szakats
2012-11-20 01:15:47 +00:00
e6cac4e8a3
2012-11-18 13:27 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbodbc/hbodbc.hbx * contrib/hbodbc/odbc.c - Deleted SQLBINDPARAMETER(). Thus resolving the TOFIX, and after reading more about this function, it serves to bind stmt parameter to C memory buffers, where those bindings remain active for the lifetime of the stmt or the next call to this function. Such behavior is not so much useful for high level languages, and it'd be quite complicated to solve (f.e. by keeping an array or hash around, attached to the stmt handle) compared to what it offers. Anyways, if someone feels like giving it a go, pls do.
Viktor Szakats
2012-11-18 12:33:09 +00:00
ca12db1aae
2012-11-18 13:15 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/commit.hb + support HBCOMMIT_USER envvar to configure commmiter user / e-mail.
Viktor Szakats
2012-11-18 12:19:57 +00:00
bc49ced49b
2012-11-18 12:55 UTC+0100 Viktor Szakats (harbour syenar.net) * website/samples/*.*.html % pointed compatibility .js link to the project's cloud server
Viktor Szakats
2012-11-18 11:57:56 +00:00
ceb5386de5
2012-11-18 12:46 UTC+0100 Viktor Szakats (harbour syenar.net) * src/pp/ppcore.c * src/pp/pplib.c * some uncrustify formattings applied
Viktor Szakats
2012-11-18 11:51:17 +00:00
2a9b27f09b
2012-11-18 02:52 UTC+0100 Viktor Szakats (harbour syenar.net) * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.nsi * changed to launch README. It needs a hefty trick to open such extensionless filename
Viktor Szakats
2012-11-18 01:54:13 +00:00
42dc81fcf7
2012-11-18 02:07 UTC+0100 Viktor Szakats (vszakats syenar.net) - doc/readme.txt + doc/welcome.txt * doc/Makefile * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.nsi * making room for "real" readme.txt
Viktor Szakats
2012-11-18 01:09:06 +00:00
23dbce640c
minor mistake in last entry
Viktor Szakats
2012-11-17 18:19:26 +00:00
ef5378231b
2012-11-17 18:50 UTC+0100 Viktor Szakats (harbour syenar.net) + website/css/shCore.css + website/js + website/js/shBrushHarbour.js + website/js/shCore.js + added components for http://alexgorbatchev.com/SyntaxHighlighter/ a JS based syntax highlighter by Alex Gorbatchev
Viktor Szakats
2012-11-17 17:54:21 +00:00
aa368a8b59
2012-11-17 14:56 UTC+0100 Viktor Szakats (vszakats syenar.net) * contrib/hbodbc/hbodbc.hbp * contrib/hbodbc/odbc.c * contrib/hbodbc/todbc.prg * contrib/hbodbc/tests/testodbc.prg % deleted conditional code dealing with GC pointers without memory management. Not necessary after finishing memory management implementation in 2012-11-16 22:32 UTC+0100 Przemyslaw Czerpak Thanks!
Viktor Szakats
2012-11-17 13:59:32 +00:00
811450629b
2012-11-17 14:23 UTC+0100 Viktor Szakats (vszakats syenar.net) * extras/hbdoc/hbdoc.css * website/css/styles.css % minor optimization
Viktor Szakats
2012-11-17 13:33:12 +00:00
f72a8d6fcd
2012-11-17 14:12 UTC+0100 Viktor Szakats (vszakats syenar.net) * doc/en/lang.txt * doc/en/var.txt ! changed docs for non-existent HB_ISBYREF() to HB_PISBYREF() ! deleted 'include/' references
Viktor Szakats
2012-11-17 13:13:33 +00:00
ab5ebeef3d
2012-11-17 13:52 UTC+0100 Viktor Szakats (vszakats syenar.net) * contrib/hbct/doc/en/charonly.txt * contrib/hbct/doc/en/ctmath2.txt * doc/en/hashes.txt * doc/en/misc.txt ! added missing '()' from the end of function names
Viktor Szakats
2012-11-17 12:53:46 +00:00
9f4537cda1
2012-11-16 22:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/hbodbc/odbc.c ! fixed length of string parameters passed to ODBC functions. This code was using hb_parclen() for strings translated to other encoding by O_HB_PARSTRDEF() - it's a bug - translation may completely change the string length and the final ones can be shorter or longer then value returned by hb_parclen(). The last parameter in these macro is a pointer to HB_SIZE item which may received the size of converted string and this value should be use. If some other code also uses similar hb_parclen()/hb_itemGetCLen() for translated string (i.e. code using hbwinuni.h macros) then it has to be fixed. ! fixed the code to respect manual call to SQLDisconnect() which discards associated statement handles % eliminated repeated calls to extract handles from pointer items ; TOFIX: add protection against calling SQLConnect() with hDbc handle which is already in connected state. Possible solutions: - forbid such operation - execute SQLDisconnect() inside SQLConnect() ; TOFIX: hb_parc() pointer is passed as write buffer inside SQLBindParameter() ; Please make real test. I made this modifications without any real test. I do not have access to any ODBC server here.
Przemyslaw Czerpak
2012-11-16 21:32:48 +00:00
d8b5bc1788
2012-11-16 18:05 UTC+0100 Viktor Szakats (vszakats syenar.net) * extras/httpsrv/home/counter.html * extras/httpsrv/home/testxmldb.html ! restored some .html files that contain JS code
Viktor Szakats
2012-11-16 17:07:24 +00:00
cbe151d887
2012-11-16 18:01 UTC+0100 Viktor Szakats (vszakats syenar.net) + tests/fixcase.hb + added automatic case fixer. It's ugly code and has some hard-coded exception, some of them arbitrary, some due to certain strings causing mis-matches (f.e. JS code embedded in string, or words like "token(s)" and "file(s)")
Viktor Szakats
2012-11-16 17:03:14 +00:00
e89c2b43ce
2012-11-16 17:50 UTC+0100 Viktor Szakats (vszakats syenar.net) * extras/hbvpdf/hbvpdf.hbx ! two more corrections
Viktor Szakats
2012-11-16 16:53:48 +00:00
a7ef583443
2012-11-16 17:44 UTC+0100 Viktor Szakats (harbour syenar.net) * tests/uc16_gen.prg ! restored
Viktor Szakats
2012-11-16 16:44:37 +00:00
bfa8bdc68e
2012-11-16 17:42 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/hbvpdf/hbvpdf.hbx ! correction
Viktor Szakats
2012-11-16 16:43:13 +00:00
d6352a3cf1
2012-11-16 15:07 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbmisc/stringp.prg % use hb_default() instead of local variation named default()
Viktor Szakats
2012-11-16 14:08:34 +00:00
7cafb2d6ff
2012-11-16 14:53 UTC+0100 Viktor Szakats (harbour syenar.net) + contrib/xhb/xhbctbit.c * contrib/xhb/xhb.hbp * contrib/xhb/xhb.hbx + implemented NUM*X() function from xhb, which are there present in CT lib as extensions. In Harbour they are in xhb lib. Adapted types, missing functions, some cleanups and uncrustify.
Viktor Szakats
2012-11-16 13:54:48 +00:00
ff386300ed
2012-11-16 14:12 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/hbvpdf/hbvpdf.hbx + camelcased
Viktor Szakats
2012-11-16 13:13:23 +00:00
8138c588af
2012-11-16 14:01 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/gtwvt/gtwvt.c * src/rtl/gtwvt/gtwvt.h ! made gfx drawing functions work again by disabling compositing on the first drawing call
Viktor Szakats
2012-11-16 13:07:22 +00:00
9ee2eff21c
2012-11-16 13:52 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsql/hbrddsql.h * added missing constant
Mindaugas Kavaliauskas
2012-11-16 11:52:34 +00:00
cdb403f1f2
2012-11-16 13:35 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddfb/sddfb.c ! added missing query execution :), multiple field type/value decoding changes, etc.
Mindaugas Kavaliauskas
2012-11-16 11:36:31 +00:00
7100efa590
2012-11-16 11:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/hbodbc/odbc.c * unlock sub-handle pointer items - it can be safely done because these items are marked as used inside parent item GC mark function. ; This code using pointer items is a little bit more complicated then it has to be. In current code pointer items can keep references only to other pointer items in the form which cannot create cyclic reference. They also do not have any references to codeblocks, arrays, objects, hashes or any other complex items set by user which may create indirectly cyclic reference. In such case it's possible to eliminate all GC mark functions and use directly items allocated by hb_itemNew() without unlocking them with hb_gcUnlock(). By default all items allocated by hb_itemNew() are locked so GC automatically mark them and their GC memory blocks as used. It does not cause any speed or memory overhead so I left it as example for more complicated cases and as base for some potential extensions.
Przemyslaw Czerpak
2012-11-16 10:35:21 +00:00
710c40b8a7
2012-11-16 09:39 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbapi.h * harbour/src/vm/cmdarg.c ! fixed to compile without UNICODE macro + added new C functions: hb_cmdargBaseProgName(), hb_cmdargPushArgs() * marked places which needs TCHAR conversions in MS-Windows builds
Przemyslaw Czerpak
2012-11-16 08:39:35 +00:00
8740095e25
2012-11-16 04:10 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog ! restored/fixed file that got corrupted in 2012-11-15 16:07 UTC+0200 when spaces got converted to tabs.
Viktor Szakats
2012-11-16 03:19:15 +00:00
a22bb91807
2012-11-15 23:08 UTC+0100 Viktor Szakats (harbour syenar.net) * doc/clipper.txt * doc/cmpopt.txt * doc/codebloc.txt * doc/gtapi.txt * doc/hdr_tpl.txt * doc/inet.txt * doc/locks.txt * doc/pp.txt * doc/pragma.txt * doc/todo.txt * doc/tracing.txt * doc/vm.txt * doc/xhb-diff.txt * function name formatting * various minor cleanups and updates/fixes along the way
Viktor Szakats
2012-11-15 22:10:31 +00:00
f62b815211
2012-11-15 22:50 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/doc/en/*.txt * contrib/hbmisc/doc/en/*.txt * contrib/rddads/doc/en/adsfuncs.txt * contrib/rddads/doc/en/readme.txt ! fixed library name references
Viktor Szakats
2012-11-15 21:52:51 +00:00
781419604b
2012-11-15 19:41 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/doc/en/atnum.txt * contrib/hbct/doc/en/ctstr.txt * contrib/hbct/doc/en/token1.txt * contrib/hbct/doc/en/token2.txt * contrib/hbct/doc/en/trig.txt ! some fixes to prev. (my regex is not yet perfect)
Viktor Szakats
2012-11-15 18:42:23 +00:00
873f90f31a
2012-11-15 19:10 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/doc/en/*.txt * contrib/hbgd/doc/en/hbgd.txt * contrib/hbgt/doc/en/hbgt.txt * contrib/hbmisc/doc/en/*.txt * contrib/hbnf/doc/en/*.txt * contrib/hbnf/tests/*.prg * contrib/hbziparc/doc/en/hbziparc.txt * contrib/rddads/doc/en/*.txt * doc/en/*.txt * extras/gtwvw/docs/*.txt * synced casing of .prg level function names with .hbx files, even if those are in docs, comments or strings.
Viktor Szakats
2012-11-15 18:36:05 +00:00
2c407b4160
2012-11-15 18:57 UTC+0100 Viktor Szakats (harbour syenar.net) * doc/en/string.txt ! fixed casing in recent commit in $EXAMPLES$ section ! fixed casing in some strings
Viktor Szakats
2012-11-15 17:59:23 +00:00
5730b9660e
missed entry to changelog
Alexey Myronenko
2012-11-15 16:29:26 +00:00
bcea17e151
2012-11-15 16:07 UTC+0200 Alexey Myronenko (m.oleksa@ukr.net) * doc/en/string.txt + documentaion for HB_AT(), HB_RAT() added/corrected * fixed examples for them - delete allusion for HB_OEMTOANSI(), HB_ANSITOOEM() due to they will disappear after next stable release
Alexey Myronenko
2012-11-15 14:08:09 +00:00
9d85da054a
2012-11-15 13:02 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbformat/hbfmtcls.prg + added new TODO to add space between '!' operator and single (= not parenthesised) arguments.
Viktor Szakats
2012-11-15 12:08:55 +00:00
ac0a616881
2012-11-15 01:20 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbnf/floptst.prg * utils/hbmk2/hbmk2.prg * minor folloup cleanup
Viktor Szakats
2012-11-15 00:21:28 +00:00
6544982c2a
2012-11-14 21:37 UTC+0100 Viktor Szakats (harbour syenar.net) * COPYING * debian/copyright * changed explicit reference to certain CC licensed files to generic wording.
Viktor Szakats
2012-11-14 20:39:08 +00:00
68f7129c35
2012-11-14 21:11 UTC+0100 Viktor Szakats (harbour syenar.net) * COPYING * debian/copyright * INSTALL -> README in two missed places
Viktor Szakats
2012-11-14 20:11:54 +00:00
1d335aa135
2012-11-14 20:49 UTC+0100 Viktor Szakats (harbour syenar.net) - INSTALL + README * config/global.mk * config/postinst.hb * contrib/hbmysql/readme.txt * doc/gmake.txt * NEWS * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.bat * package/winuni/mpkg_win_uni.nsi * package/winuni/RELNOTES * tests/hbdoctst.prg * website/menu/harbour-menu.js * website/news.html * doc/howtorep.txt * 'INSTALL' doc renamed to 'README'. A little disruption, but hopefully it will be more intuitive place to look for. The doc by now contains lots more than installation procedures. This "new" name is also recognized and displayed by several source management web UIs automatically. ; To mailing list admins: Please update the links in the web group headers. Thank you!
Viktor Szakats
2012-11-14 19:53:04 +00:00
240affeef8
2012-11-14 15:00 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.es_PE.po + extensive Spanish translation update from Guillermo Varona Silupú (GVS). Thanks very much.
Viktor Szakats
2012-11-14 14:02:09 +00:00
ecbdfd198f
2012-11-14 13:24 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + lib hinting feature will now re-run the failed linking command to catch its output and analyze it. It will only work if errors are not ignore and quite mode is not enabled. + reenabled lib hinting feature. + show function names with their .hbx casing (instead of full uppercase) ! fixed casing for some internal functions, not present in .hbx.
Viktor Szakats
2012-11-14 12:25:19 +00:00
60f5dfecfb
2012-11-14 03:11 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbdef.c ! HB_DEFAULT(): consider date and timestamp types interchangable. % HB_DEFAULT(): applied optimization from Przemek, so now a hb_pcount() call is saved.
Viktor Szakats
2012-11-14 02:15:23 +00:00
79949e6aad
2012-11-14 02:27 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog * another note missed, this time from 2012-11-13 19:00 UTC+0100 (FI_SETOUTPUTMESSAGE() gained MT support.)
Viktor Szakats
2012-11-14 01:31:22 +00:00
2ec2c4a038
2012-11-14 01:58 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog * added a missed incompatibity note to previous entry.
Viktor Szakats
2012-11-14 01:03:35 +00:00
8cde45726e
2012-11-14 00:46 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbodbc/hbodbc.hbp * contrib/hbodbc/odbc.c * contrib/hbodbc/todbc.prg * contrib/hbodbc/tests/odbccall.prg * contrib/hbodbc/tests/odbcdemo.prg * contrib/hbodbc/tests/testodbc.prg + implemented typed pointers. Automatic memory management is not enabled yet, as it suffers from the same problem in its current form as f.e. HBQT. I hope someone can solve this, maybe it could be a good and simple example for how to solve such problems in general. Memory management code is guarded with _HBODBC_AUTO_MM_ both on .prg and .c level. Also in test code. % cleanups to TODBC() class to not use a temp variable to pass object vars by reference * other minor .prg level cleanups
Viktor Szakats
2012-11-13 23:59:18 +00:00
d6097b6bca
2012-11-13 19:16 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbfoxpro/dll.prg * contrib/hbfoxpro/misc.prg * hbformatted
Viktor Szakats
2012-11-13 18:17:19 +00:00
7b66a2449b
2012-11-13 19:02 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbfimage/fi_wrp.c * contrib/hbgd/gdwrp.c * forgot to uncrustify
Viktor Szakats
2012-11-13 18:03:14 +00:00
4acc58ca6a
2012-11-13 19:00 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbfimage/fi_wrp.c * contrib/hbfimage/tests/fitest.prg ! FI_SETOUTPUTMESSAGE(): fixed/implemented error callback. In previous version it was not working. Now the function accepts both function pointer and codeblock. * adapted/fixed error callback setting in test + added test for error callback
Viktor Szakats
2012-11-13 18:00:52 +00:00
9715f1a858
2012-11-13 17:59 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * minor tweak in hbmk2 examples to better emphasis .hbc files
Viktor Szakats
2012-11-13 17:00:42 +00:00
1afac909a6
2012-11-13 17:55 UTC+0100 Viktor Szakats (harbour syenar.net) - contrib/hbfimage/fi_winfu.c * contrib/hbfimage/fi_wrp.c * contrib/hbfimage/hbfimage.hbp * contrib/hbfimage/tests/fitest.prg * merged and cleaned Windows specific functions with main wrapper source + implemented GC collected pointers for FIBITMAP + implemented typed pointers for FIMULTIBITMAP * FI_UNLOAD() is now a dummy and deprecated with HB_LEGACY_LEVEL4 ! FI_UNLOCKPAGE() fixed: it was checking for wrong parameter type + enabled few tests after adapting them to API changes * FI_GETBACKGROUNDCOLOR() changed to work like the wrapped function; it will now return color in 2nd parameter, if passed by ref. The color is a 4 byte string in the format RGBA. It was a raw pointer before. It's now in sync with FI_SETBACKGROUNDCOLOR(). INCOMPATIBLE. * FI_SETBACKGROUNDCOLOR() fixed to check for color parameter length to avoid GPFs. * minor code rearrangements % deleted no longer necessary FI_UNLOAD() calls from test code ; please test/review
Viktor Szakats
2012-11-13 16:56:45 +00:00
3d4e4f5baa
2012-11-13 12:34 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbwin/win_reg.prg ! fixed WIN_REGGET() for WIN_REG_DWORD_BIG_ENDIAN and WIN_REG_QWORD* values in unicode mode. % minor optimization WIN_REG_QWORD part of above
Viktor Szakats
2012-11-13 11:37:21 +00:00
97d33752ae
2012-11-13 12:16 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gtwvw/gtwvwd.c ! eliminated HB_TCHAR_*() macros ! fixed few missing TEXT()s
Viktor Szakats
2012-11-13 11:17:59 +00:00
edb9111c92
2012-11-13 12:09 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgd/gdbar.prg * contrib/hbgd/gdbarcod.prg ! '2005-2005' in copyright header
Viktor Szakats
2012-11-13 11:11:32 +00:00
339cff7168
2012-11-13 05:38 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgd/gdbar.prg * contrib/hbgd/gdbarcod.prg * contrib/hbgd/hbgd.hbx * contrib/hbgd/tests/barms.prg * contrib/hbgd/tests/bartest.prg * Renamed classes that have confusing and misleading names out of the gd namespace: (f.e. TBarCode class was in gdbar.prg, and TCode in gdbarcod.prg) These were very buggy until recently, so I doubt anybody uses them, anyways it's an INCOMPATIBLE change: class TBarCode -> GDBar class TCode -> GDBarCode
Viktor Szakats
2012-11-13 04:41:27 +00:00
5cac2cd65c
2012-11-13 05:15 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgd/gdwrp.c * formatting cleanups
Viktor Szakats
2012-11-13 04:16:00 +00:00
40e82ed1c0
2012-11-13 04:50 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgd/gdwrp.c * cleaned conversion between Harbour logical to/from int flags * deleted repetitive comments ! fixed to check for proper GC collected pointer type, not just any pointer. This may avoid some GPFs and memory corruption and report them as RTE ! GDIMAGESTRINGFTEX() to allow float numbers for ptsize parameter ! GDIMAGEFILLEDPOLYGON(), GDIMAGEOPENPOLYGON(), GDIMAGEPOLYGON() fixed to not leave uninitialized trash in point coordinates if wrongly formed parameters is passed ! GDIMAGEFILLEDPOLYGON(): fixed buffer overrun if number of points exceeded 50 ; further 700 LOC and 12KB source size reduction
Viktor Szakats
2012-11-13 04:00:41 +00:00
5f78084e6f
ops, C source code is 46KB smaller (not 24KB as written in ChangeLog entry)
Viktor Szakats
2012-11-13 02:09:29 +00:00
2aa3c558ce
2012-11-13 03:03 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbfimage/fi_winfu.c * missed to include it in one of the recent entries: FI_LOADFROMMEM() has been renamed to FI_LOADFROMMEMORY() to be in sync with original FreeImage function name. Update your apps accordingly. INCOMPATIBLE.
Viktor Szakats
2012-11-13 02:04:22 +00:00
9448f6ecd2
2012-11-12 15:36 UTC+0100 Viktor Szakats (harbour syenar.net) * package/harbour.spec * deleted reference to 'hbhttpds' which no longer exists as separate lib since 2012-11-04 14:41 UTC+0100
Viktor Szakats
2012-11-12 14:37:43 +00:00
e80dff8be7
2012-11-12 15:02 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbi18n/hbi18n.prg + converted UI strings to translatable ones % use core functions instead of FileExt()
Viktor Szakats
2012-11-12 14:03:47 +00:00
079aa5c078
2012-11-12 14:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbexpra.c + added compile time error for GETs with complex macros
Przemyslaw Czerpak
2012-11-12 13:08:47 +00:00
c49dc546f9
2012-11-12 13:44 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * utils/hbmk2/hbmk2.es_PE.po * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.pt_BR.po % "-*flag=" options' help text change to include the word 'single' for 'flag' (though 'flag' is not and never was in plural) % moved -prgflag= option downwards in the list to discourage using it by being less visible. In general, nobody needs this flag as all non-hbmk2 flags are automatically passed to Harbour compiler.
Viktor Szakats
2012-11-12 12:47:19 +00:00
dec74da597
2012-11-12 13:19 UTC+0100 Viktor Szakats (harbour syenar.net) - contrib/hbct/ctextern.ch - contrib/hbgd/gdextern.ch - contrib/hbxpp/hbxppext.ch - contrib/rddads/adsextrn.ch - contrib/xhb/xhbextrn.ch % deleted compatibility extern puller headers. To pull externs more efficiently from any contribs, use this line in your source: 'REQUEST __HBEXTERN__<LIBNAME>_' INCOMPATIBLE.
Viktor Szakats
2012-11-12 12:21:57 +00:00
8ab624eb04
2012-11-12 11:50 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/hbgtwvg.ch * contrib/gtwvg/wvgparts.ch * contrib/gtwvg/wvtwin.ch * contrib/hbblat/blatwrp.c * contrib/hbblat/hbblat.ch * contrib/hbgd/gd.ch * contrib/hbmlzo/hbmlzo.ch * contrib/hbodbc/sql.ch * contrib/hbtpathy/telepath.ch * contrib/hbwin/hbsim.ch * contrib/hbwin/hbwin.ch * extras/rddado/adordd.ch * cleanups (removal of () around negative numerics in macros for .ch files not used from C and some alignment, comment cleanup)
Viktor Szakats
2012-11-12 10:52:37 +00:00
3af24b8e15
2012-11-12 02:03 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/rddado/rddado.hbp * extras/rddado/tests/access1.prg * extras/rddado/tests/access2.prg * extras/rddado/tests/mysql1.prg * extras/rddado/tests/mysql3.prg ! added missing link against hbwin lib when building as dynamic lib. It needs the method described in 2010-07-31 01:59 UTC+0200 + added #require to tests so now they can be run as hbrun scripts + added CLS to automatically switch to interactive GT with hbrun
Viktor Szakats
2012-11-12 01:10:56 +00:00
bd2cb051e0
2012-11-12 00:17 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/superlib/superlib.dif ! fixed RAT_EVENT() to not hog the CPU and also to call Harbour's idle loop while waiting for events.
Viktor Szakats
2012-11-11 23:20:05 +00:00
b89b003325
2012-11-11 21:41 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/hbct.hbx * contrib/hbct/scrmark.prg * contrib/hbct/showtime.prg * minor format fixes
Viktor Szakats
2012-11-11 20:42:29 +00:00
6f397a5123
2012-11-11 20:39 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/hbdroid/msginfo.c ! fixed to pass strings to Java in UTF-8 ! additional NULL checks to avoid GPFs ; Anybody remembers how to run/try this thing?
Viktor Szakats
2012-11-11 19:41:00 +00:00
1e9ab7012c
2012-11-11 19:47 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/gfspell.hbx * extras/gfspell/spell.prg * extras/gfspell/spellc.c * final cleanups
Viktor Szakats
2012-11-11 18:49:01 +00:00
78a86226c1
2012-11-11 19:38 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/spell.prg * extras/gfspell/spellc.c * unicode, 64-bit and various other minor cleanups, though this thing just doesn't work at all. XUNFORM() seems to be buggy, maybe it pulls the whole thing down. I'm giving up. I will delete this library if it stays unusable.
Viktor Szakats
2012-11-11 18:40:08 +00:00
92be5b0370
2012-11-11 18:41 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/spell.prg % deleted commented full screen debug trace lines % deleted not operational REDUCE_MEMORY_NEEDS built-time option. It was dead code that didn't even compile and caused RTE when fixed * other formatting
Viktor Szakats
2012-11-11 17:42:46 +00:00
f0e715efc4
2012-11-11 17:33 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/spell.prg * comment cleanup % changed SAYs to hb_DispOutAt(). Much faster now. MT compatible, too.
Viktor Szakats
2012-11-11 16:35:08 +00:00
9043da69dd
2012-11-11 16:55 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/spellc.c ! fixed memory corruption in SP_RATE()
Viktor Szakats
2012-11-11 15:56:54 +00:00
2e5ef87a7c
2012-11-11 16:20 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/spellc.c + legacy Clipper API constructs upgraded to Harbour ones + upgraded to use Harbour string sizes + other minor code cleanups % public vars converted to static and const
Viktor Szakats
2012-11-11 15:20:38 +00:00
bc3c7cfb41
2012-11-11 15:34 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/spellc.c + legacy Clipper API constructs upgraded to Harbour ones + upgraded to use Harbour string sizes + other minor code cleanups % public vars converted to static and const
Viktor Szakats
2012-11-11 14:46:42 +00:00
de902d4a40
2012-11-11 13:59 UTC+0100 Viktor Szakats (harbour syenar.net) - contrib/hbdroid + extras/hbdroid + extras/hbdroid/hbdroid.hbx * extras/hbdroid/hbdroid.hbc * moved hbdroid to 'extras' + added .hbx file * adapted build files to 'extras' environment. ; Now can be built as dynamic lib
Viktor Szakats
2012-11-11 13:01:36 +00:00
586185d936
2012-11-11 13:45 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbdroid/hbdroid.hbp * minor cleanup
Viktor Szakats
2012-11-11 12:51:33 +00:00
4ec57e57d6
2012-11-11 12:59 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/rddbm/rddbm.hbp * extras/gtwvw/gtwvw.hbp * extras/hbvpdf/hbvpdf.hbp * extras/hbxlsxml/hbxlsxml.hbp * extras/ps32/ps32.hbp * extras/rddado/rddado.hbp * extras/superlib/superlib.hbp + unified the common build parameters, so now all supports dynamic libs, installation and .hbx files
Viktor Szakats
2012-11-11 12:01:01 +00:00
221518f8d5
2012-11-11 12:51 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed to automatically create target directory for import library, if any.
Viktor Szakats
2012-11-11 11:52:20 +00:00