Commit Graph

  • cfcc400c75 2012-11-11 02:38 UTC+0100 Viktor Szakats (harbour syenar.net) + extras/gtwvw/wvt2wvw.ch - extras/gtwvw/tests/wvt2wvw.ch * extras/gtwvw/tests/readme.txt * cased function names, misc cleanups, moved to main project dir Viktor Szakats 2012-11-11 01:39:49 +00:00
  • 93245b2e11 2012-11-11 01:58 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgs/core.c * contrib/hbwin/wapi_wingdi.c * contrib/hbwin/win_com.c * minor uncrustify fixes Viktor Szakats 2012-11-11 01:13:28 +00:00
  • c14efb05a4 2012-11-10 21:25 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/hbdoc/hbdoc.hbp + use $hb_pkg_install.hbm Viktor Szakats 2012-11-10 20:30:19 +00:00
  • 3f4cf28f68 2012-11-10 20:55 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbgtcore.c * changed HB_GTI_COMPATBUFFER default to be Clipper compatible. INCOMPATIBLE compared to 3.2 versions, but restores the compatibility with previous ones and Clipper. Applications using Unicode, must now manually change these buffers to be Unicode compatible using: #include "hbgtinfo.ch" hb_gtInfo( HB_GTI_COMPATBUFFER, .F. ) Viktor Szakats 2012-11-10 20:04:37 +00:00
  • 45a48cc8d0 2012-11-10 19:44 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbwin/hbwin.ch ! C++ comment changed to ANSI C now that the file is indeed used from C. * minor cleanups Viktor Szakats 2012-11-10 18:45:36 +00:00
  • 73f2dbbb90 2012-11-10 19:27 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk + enabled HB_BUILD_CONTRIB_DYN=yes when creating an install package using HB_BUILD_PKG=yes. Very experimental, let's see what happens in the nightly. If it works out well, it can be enabled by default on all win/mingw build, then on all win builds, then on all builds. Viktor Szakats 2012-11-10 18:34:08 +00:00
  • 13acd5cd90 2012-11-10 18:38 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog ! added missing incompatibility tag to the change which made SAVESCREEN() buffers not Clipper compatible in default mode. I think we should change the default back to be compatible. Opinions? Viktor Szakats 2012-11-10 17:40:11 +00:00
  • ce1993077d 2012-11-10 18:17 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/harbour.ucf + enabled some options to delete unwanted newlines in a few places. + enabled to remove double semicolons * added default pp formatting option for future mods Viktor Szakats 2012-11-10 17:23:06 +00:00
  • 19df5c8b46 2012-11-10 17:02 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/hbxlsxml/tests/example.prg * extras/hbxlsxml/tests/example2.prg * extras/hbxlsxml/tests/example3.prg * extras/hbxlsxml/xlsxml_s.prg * extras/hbxlsxml/xlsxml_y.prg * extras/hbxlsxml/xlsxml.prg + various cleanups, optimizations, one minor fix, improved bad parameter type handling + output to contain much less empty space in tags Viktor Szakats 2012-11-10 16:05:47 +00:00
  • df01fb28ec 2012-11-10 15:33 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbpre.hbm * contrib/make.hb * avoid one internal make.hb macro completely. This comes with a 7 chars longer command line which might be a problem on MS-DOS systems, but .dlls are not typical there and projects with many dependencies will be long anyway. Viktor Szakats 2012-11-10 14:37:54 +00:00
  • b27cb69b33 2012-11-10 15:26 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbpost.hbm % synced back with utils/hbmk2/pkg_dynl.hbm, thus avoiding most usages of one make.hb specific macro. Viktor Szakats 2012-11-10 14:29:12 +00:00
  • 7e9902a67e 2012-11-10 15:14 UTC+0100 Viktor Szakats (harbour syenar.net) * config/postinst.hb * utils/hbmk2/hbmk2.prg + preserve casing of HB_FUNC_EXCLUDE/HB_FUNC_INCLUDE exception directives in .hbx files Viktor Szakats 2012-11-10 14:16:36 +00:00
  • 168c86cf98 2012-11-10 15:00 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gtwvw/gtwvw.hbx + applied casing for some of the function names Viktor Szakats 2012-11-10 14:02:41 +00:00
  • 6b2ebb5004 2012-11-10 14:30 UTC+0100 Viktor Szakats (harbour syenar.net) + utils/hbmk2/pkg_dynl.hbm * utils/hbmk2/hbmk2.prg + added built-in package $hb_pkg_dynlib.hbm which adds hbmk2 options needed to build standard dynamic libs out of lib projects the same way contribs are built when using HB_BUILD_CONTRIB_DYN=yes. Viktor Szakats 2012-11-10 13:38:42 +00:00
  • 544ae8990c 2012-11-10 03:59 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/bitmap.prg * contrib/gtwvg/drawarea.prg * contrib/gtwvg/mle.prg * contrib/gtwvg/radiobut.prg * contrib/gtwvg/scrollbr.prg * contrib/gtwvg/sle.prg * contrib/gtwvg/tabpage.prg ! deleted permantenly enabled debug messages (STILL!) Quite amazing these are tolerated in live apps for months/years. Viktor Szakats 2012-11-10 03:01:37 +00:00
  • 9585823efa 2012-11-10 03:51 UTC+0100 Viktor Szakats (harbour syenar.net) - contrib/gtwvg/tests/activex.prg - contrib/gtwvg/tests/cuigdlgs.prg - contrib/gtwvg/tests/dyndlgs.prg - contrib/gtwvg/tests/modal.prg - contrib/gtwvg/tests/tbrowser.prg - contrib/gtwvg/tests/utils.prg - contrib/gtwvg/tests/wvtcls.prg - contrib/gtwvg/tests/xbp.prg + contrib/gtwvg/tests/_activex.prg + contrib/gtwvg/tests/_cuigdlg.prg + contrib/gtwvg/tests/_dyndlgs.prg + contrib/gtwvg/tests/_modal.prg + contrib/gtwvg/tests/_tbrowse.prg + contrib/gtwvg/tests/_utils.prg + contrib/gtwvg/tests/_wvtcls.prg + contrib/gtwvg/tests/_xbp.prg * contrib/gtwvg/tests/demowvg.prg * renamed internal .prg files to not confuse them with those that can be run as scripts or built to exes. Viktor Szakats 2012-11-10 02:52:38 +00:00
  • 6de6e1cadd 2012-11-10 03:43 UTC+0100 Viktor Szakats (harbour syenar.net) - contrib/gtwvg/gtwvg.c + contrib/gtwvg/gtwvgd.c - contrib/gtwvg/wvggui.h + contrib/gtwvg/gtwgu.h - contrib/gtwvg/wvggui.c + contrib/gtwvg/gtwgud.c * contrib/gtwvg/gtwvg.hbp * contrib/gtwvg/gtwvg.hbx ! fixed object name collision between compiled gtwvw.hbx and gtwvw.c driver code. + enabled gtwvg build in dynamic (dll) mode. + include HB_GT_WBG and HB_GT_WGU in gtwvg.hbx * renamed WGU driver sources to have a consistent name with GTWVG. ! fixed GTWVG and GTWVU driver code to not abend when hb_winMainArg() return false, but fall back just like GTWVT does. Viktor Szakats 2012-11-10 02:48:06 +00:00
  • 873c87b340 2012-11-10 02:36 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/*.prg * class declaration formatting cleanups (fixed wrongly uppercased method names, tightened alignment) Viktor Szakats 2012-11-10 01:38:39 +00:00
  • 8d7647683b 2012-11-10 01:40 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/tests/activex.prg * contrib/gtwvg/tests/cuigdlgs.prg * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/tests/demowvg1.prg * contrib/gtwvg/tests/demoxbp.prg * contrib/gtwvg/tests/dyndlgs.prg * contrib/gtwvg/tests/modal.prg * contrib/gtwvg/tests/tbrowser.prg * contrib/gtwvg/tests/utils.prg * contrib/gtwvg/tests/wvtcls.prg * contrib/gtwvg/tests/xbp.prg * deleted empty comments Viktor Szakats 2012-11-10 00:42:58 +00:00
  • d1113ebf9e 2012-11-10 01:04 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/crt.prg * contrib/gtwvg/paint.prg * contrib/gtwvg/wnd.prg ! few fixes applied from hbformat, plus one manual mod to keep make one code line hbformat friendly Viktor Szakats 2012-11-10 00:05:42 +00:00
  • a25d1508fb 2012-11-09 15:46 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/3state.prg * contrib/gtwvg/activex.prg * contrib/gtwvg/bitmap.prg * contrib/gtwvg/checkbox.prg * contrib/gtwvg/class.prg * contrib/gtwvg/combobox.prg * contrib/gtwvg/crt.prg * contrib/gtwvg/dataref.prg * contrib/gtwvg/dialog.prg * contrib/gtwvg/drawarea.prg * contrib/gtwvg/genrc.prg * contrib/gtwvg/hbgtwvg.ch * contrib/gtwvg/htmlview.prg * contrib/gtwvg/listbox.prg * contrib/gtwvg/menubar.prg * contrib/gtwvg/mle.prg * contrib/gtwvg/paint.prg * contrib/gtwvg/parthdlr.prg * contrib/gtwvg/pushbut.prg * contrib/gtwvg/radiobut.prg * contrib/gtwvg/scrollbr.prg * contrib/gtwvg/sle.prg * contrib/gtwvg/statbar.prg * contrib/gtwvg/static.prg * contrib/gtwvg/syswnd.prg * contrib/gtwvg/tabpage.prg * contrib/gtwvg/toolbar.prg * contrib/gtwvg/treeview.prg * contrib/gtwvg/wnd.prg * contrib/gtwvg/wvgcore.c * contrib/gtwvg/wvgcuig.c * contrib/gtwvg/wvgparts.ch * contrib/gtwvg/wvgutils.c * contrib/gtwvg/wvgwin.c * contrib/gtwvg/wvgwing.c ! Formatting: removed few hbformt applied residuals. ! Bumped: copyright years. ! Changed: <pritpal@vouchcac.com> => <bedipritpal@hotmail.com> Pritpal Bedi 2012-11-09 23:54:52 +00:00
  • b78ba5898a 2012-11-10 00:17 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbexpat/core.c * contrib/hbexpat/internal.c * uncrustified except function translation macro trick block at the end of core.c Viktor Szakats 2012-11-09 23:19:25 +00:00
  • d04d79a946 2012-11-09 23:28 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbssl/*.c * contrib/xhb/*.c * manual code cleanup (single {} blocks, commented code converted to #if 0/#endif, deleted extra empty lines, made code uncrustify friendly) * applied all uncrustify fixes, except for HB_FUNC_[TRANSLATE|EXEC|etc] related code in xhb which it messes up badly. And some horizontally layed out lines in hbssl. Viktor Szakats 2012-11-09 22:31:43 +00:00
  • fdb068c66a 2012-11-09 20:49 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbpgsql/postgres.c ! added missing cast causing warning in msvc C mode present since 2010-11-21 20:42 UTC+0100 Viktor Szakats 2012-11-09 19:51:37 +00:00
  • ed422e9606 2012-11-09 19:53 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbgtcore.c ! indentation to prev Viktor Szakats 2012-11-09 18:54:36 +00:00
  • 829d9ab965 2012-11-09 19:31 UTC+0100 Viktor Szakats (harbour syenar.net) * src/common/hbprintf.c * src/common/hbtrace.c * src/compiler/harbour.y * src/compiler/hbcmplib.c * src/compiler/hbmain.c * src/macro/macro.y * src/macro/macrolex.c * src/pp/ppcore.c * src/rdd/dbcmd.c * src/rdd/dbffpt/dbffpt1.c * src/rdd/hsx/hsx.c * src/rtl/cdpapi.c * src/rtl/dates.c * src/rtl/filebuf.c * src/rtl/hbcom.c * src/rtl/hbgtcore.c * src/rtl/hbi18n1.c * src/rtl/hbjson.c * src/rtl/hbsocket.c * src/rtl/hbstrfmt.c * src/rtl/hbznet.c * src/vm/classes.c * src/vm/fm.c * src/vm/hvm.c * src/vm/itemapi.c * src/vm/macro.c * src/vm/set.c * applied some non-space formattings and changes to make it format better using uncrustify Viktor Szakats 2012-11-09 18:39:45 +00:00
  • 6b54d5e45d 2012-11-09 13:08 UTC+0100 Viktor Szakats (vszakats syenar.net) * contrib/xhb/hbcompat.ch * contrib/xhb/htmutil.prg * contrib/xhb/stream.prg * contrib/xhb/tedit.prg * contrib/xhb/tfile.prg * contrib/xhb/tframe.prg * contrib/xhb/thtm.prg * contrib/xhb/trpc.prg * contrib/xhb/ttable.prg * contrib/xhb/xcstr.prg * contrib/xhb/xdbmodst.prg * contrib/xhb/xthrow.c * extras/httpsrv/modules/cookie.prg * extras/httpsrv/modules/info.prg * extras/httpsrv/modules/showcounter.prg * extras/httpsrv/modules/tableservletdb.prg * src/rdd/usrrdd/rdds/arrayrdd.prg * cleanups Viktor Szakats 2012-11-09 12:09:56 +00:00
  • f520d1766c 2012-11-09 12:39 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/find.hb + show component name (core/contrib/addon) instead of full path for .hbc files. Viktor Szakats 2012-11-09 11:41:11 +00:00
  • c429cc56e3 2012-11-09 02:06 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/xhb/xhw32prn.prg * missed from prev Viktor Szakats 2012-11-09 01:09:17 +00:00
  • 25a47ce169 2012-11-09 00:15 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/xhb/xhb.hbx * contrib/hbtip/hbtip.hbx * minor fix for some class names Viktor Szakats 2012-11-08 23:18:57 +00:00
  • 7e43547b32 2012-11-08 23:51 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/xhb/hbcompat.ch * utils/hbmk2/hbmk2.prg * minor cleanups Viktor Szakats 2012-11-08 22:51:57 +00:00
  • 031003a8c9 2012-11-08 18:01 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbnf/any2any.prg * contrib/hbnf/d2e.prg ! Fixed wrongly cased local macros after last formatting. These macro names collided with function names used in other libs. I gave these macros a unique name to avoid that. Based on Andi Jahja's patch. Thank you. Viktor Szakats 2012-11-08 17:05:01 +00:00
  • 95ca642c65 2012-11-08 16:02 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbmysql/tmysql.prg * contrib/hbnf/tests/test.prg * contrib/hbtip/cgi.prg * contrib/hbtip/tests/base64.prg * contrib/hbtip/tests/dbtohtml.prg * contrib/hbtip/tests/ftpadv.prg * contrib/hbtip/tests/httpadv.prg * contrib/hbtip/tests/tiptest.prg * contrib/hbtip/thtml.prg * contrib/rddads/tests/testmg.prg * extras/gfspell/spell.prg * extras/hbvpdf/hbvpdf.prg * extras/httpsrv/cgifunc.prg * extras/httpsrv/modules/tableservletdb.prg * extras/httpsrv/session.prg * extras/httpsrv/uhttpd.prg * utils/hbmk2/hbmk2.prg * minor cleanups Viktor Szakats 2012-11-08 15:06:50 +00:00
  • 3cba05eca5 2012-11-08 14:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/rtl/rat.c ! fixed HB_RAT() to respect end range in the same way as in HB_AT() ; Warnings: 1) It's not backward compatible and may change the behavior of some code which expects that ranges are not strictly respected. If someone uses HB_RAT() with 4-th parameter then he should check if above modification interacts with his code. The modification is significant only if 1-st parameter is longer then 1 character. 2) xHarbour supports in its RAT() function 3-rd and 4-th parameters but their meaning is reverted then in HB_RAT() and they do not have any range checking so they are used in raw form accessing any memory addresses (even out of process memory area generating GPF in such case). It means that also above fix is not respected and may introduce the same incompatibilities in code which tires to use sth like HB_RAT() with reverted 3-rd and 4-th parameters to emulate xHarbour RAT(). Przemyslaw Czerpak 2012-11-08 14:01:25 +00:00
  • cec88095a8 2012-11-08 13:55 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgd/doc/en/hbgd.txt * contrib/hbgd/gdimage.prg * cleanups related to no longer needed "destroy" code * GDImage:Destory() method deprecated with HB_LEGACY_LEVEL4 Viktor Szakats 2012-11-08 12:57:11 +00:00
  • f959e934b9 2012-11-08 10:52 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/rtl/rat.c ! fixed HB_RAT() used with 3-rd and/or 4-th parameter and multibyte CPs Przemyslaw Czerpak 2012-11-08 09:52:51 +00:00
  • 3bb2070d79 2012-11-07 16:55 UTC+0100 Viktor Szakats (harbour syenar.net) * config/postinst.hb * utils/hbmk2/hbmk2.prg % do not generate SVN ID comments into .hbx files Viktor Szakats 2012-11-07 16:01:33 +00:00
  • 53e02fb22e 2012-11-07 16:21 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gtwvw/tests/wvt2wvw.ch * formatting Viktor Szakats 2012-11-07 15:24:01 +00:00
  • 9c2376e7f1 2012-11-07 15:55 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbzebra/qrcode.c * pacify an msvc 2010 warning (possibly a C compiler issue) Viktor Szakats 2012-11-07 14:56:54 +00:00
  • 99b6ea7139 2012-11-07 15:18 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbmxml/format.prg * contrib/hbmxml/hbmxml.hbx ! minor correction (regression) Viktor Szakats 2012-11-07 14:19:07 +00:00
  • 631a1240a0 2012-11-07 12:52 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/tests/*.prg ! applied casing to commented function names Viktor Szakats 2012-11-07 11:59:18 +00:00
  • 1706db4ab5 2012-11-07 12:29 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbformat/hbfuncs.prg * utils/hbmk2/hbmk2.prg % Use HB_DIRSCAN() Viktor Szakats 2012-11-07 11:30:50 +00:00
  • 4c45625789 2012-11-07 12:18 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbnf/dispmsg.prg * contrib/hbnf/tests/dispmsg.prg * extras/httpsrv/cgifunc.prg * extras/httpsrv/cookie.prg * extras/httpsrv/session.prg * extras/httpsrv/uhttpd.prg * cleanups Viktor Szakats 2012-11-07 11:19:42 +00:00
  • d34ee4d3f1 2012-11-07 11:59 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/dirscan.prg + HB_DIRSCAN(): more strict check on parameters to avoid RTEs % HB_DIRSCAN(): minor optimizations Viktor Szakats 2012-11-07 11:03:53 +00:00
  • 1dac5f30d4 2012-11-07 11:12 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbblink/hbblink.hbx * found original sources and formatted Blinker compatibility functions, too Viktor Szakats 2012-11-07 10:14:19 +00:00
  • d77cccf97d 2012-11-07 04:26 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbformat/hbfuncs.prg * minor cleanup to how contrib .hbx parsing is optimized out. Viktor Szakats 2012-11-07 03:27:23 +00:00
  • 2c4d86c392 2012-11-07 04:18 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/httpsrv/cgifunc.prg * extras/httpsrv/modules/tableservletdb.prg * extras/httpsrv/session.prg * extras/httpsrv/uhttpd.hbp * extras/httpsrv/uhttpd.prg * extras/httpsrv/uhttpdgd.hbp * extras/rddado/adordd.prg * formatted ! some commented code converted to #if 0/#endif block Viktor Szakats 2012-11-07 03:19:49 +00:00
  • 6d60145620 2012-11-07 03:28 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbnf/hbnf.hbx * contrib/hbodbc/hbodbc.hbx * contrib/hbtip/hbtip.hbx * contrib/hbtpathy/hbtpathy.hbx * contrib/xhb/xhb.hbx ! minor fixes Viktor Szakats 2012-11-07 02:57:26 +00:00
  • 8ac2b89bf4 2012-11-07 03:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/vm/fm.c * harbour/src/vm/dlmalloc.c * updated dlmalloc to version 2.8.6 Przemyslaw Czerpak 2012-11-07 02:05:32 +00:00
  • 161c5cc5b8 2012-11-07 01:56 UTC+0100 Viktor Szakats (harbour syenar.net) * config/postinst.hb * renamed harbour.hbr to contrib.hbr Viktor Szakats 2012-11-07 00:57:18 +00:00
  • 4716fa0b4b 2012-11-07 00:36 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/hbct.hbx * contrib/hbfbird/hbfbird.hbx * contrib/hbgd/hbgd.hbx * minor fixes Viktor Szakats 2012-11-06 23:42:40 +00:00
  • eb95c1dff2 2012-11-06 22:33 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/combobox.prg * contrib/gtwvg/listbox.prg * contrib/gtwvg/mle.prg * contrib/gtwvg/sle.prg * contrib/gtwvg/statbar.prg * contrib/gtwvg/toolbar.prg ! fixed some casing wrongly uppercased by hbformat in the past. Viktor Szakats 2012-11-06 21:33:52 +00:00
  • c01c665886 2012-11-06 22:16 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbformat/hbfmtcls.prg * made two code lines more hbformat friendly Viktor Szakats 2012-11-06 21:27:57 +00:00
  • 00edba46ae 2012-11-06 21:38 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/gtwvg.hbx * cleanups Viktor Szakats 2012-11-06 20:48:10 +00:00
  • 4946c47624 2012-11-06 21:31 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbformat/hbfuncs.prg ! fixed typo in processing names from .hbr Viktor Szakats 2012-11-06 20:31:46 +00:00
  • d578b91d0e 2012-11-06 21:18 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/hbct.hbx * minor cleanup Viktor Szakats 2012-11-06 20:20:55 +00:00
  • 838ab65350 2012-11-06 20:08 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + hbmk2 will now read *.hbr for function/lib pairs instead of only hbmk2.hbr Viktor Szakats 2012-11-06 19:12:17 +00:00
  • b1021ee7ad 2012-11-06 19:29 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * minor internal cleanup Viktor Szakats 2012-11-06 18:29:48 +00:00
  • 04ff1ab51c 2012-11-06 19:03 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/gtwvg.hbx * contrib/hbct/hbct.hbx + formatted function names in .hbx files Viktor Szakats 2012-11-06 18:06:07 +00:00
  • 92fee58e76 2012-11-06 17:31 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbfimage/fi_winfu.c ! fixes to previous modification Viktor Szakats 2012-11-06 16:35:09 +00:00
  • 8b6359de72 2012-11-06 10:58 UTC+0100 Viktor Szakats (harbour syenar.net) + contrib/gtwvg/gtwvg.hbx * contrib/gtwvg/gtwvg.hbp + added .hbx file for GTWVG Viktor Szakats 2012-11-06 10:04:18 +00:00
  • 0df9af0955 2012-11-06 09:33 UTC+0100 Viktor Szakats (harbour syenar.net) * src/macro/macrolex.c * src/main/harbour.c * src/rdd/*.c * src/rdd/dbfcdx/dbfcdx1.c * src/rdd/dbffpt/dbffpt1.c * src/rdd/dbfnsx/dbfnsx1.c * src/rdd/dbfntx/dbfntx1.c * src/rdd/hbsix/*.c * src/rdd/hsx/hsx.c * src/rdd/usrrdd/usrrdd.c * src/rtl/*.c * src/rtl/gt_tpl/gt_tpl.c * src/rtl/gtcgi/gtcgi.c * src/rtl/gtcrs/gtcrs.c * src/rtl/gtcrs/gtcrs.h * src/rtl/gtdos/gtdos.c * src/rtl/gtgui/gtgui.c * src/rtl/gtos2/gtos2.c * src/rtl/gtpca/gtpca.c * src/rtl/gtsln/gtsln.c * src/rtl/gtsln/gtsln.h * src/rtl/gtsln/*.c * src/rtl/gtstd/gtstd.c * src/rtl/gttrm/gttrm.c * src/rtl/gtwin/gtwin.c * src/rtl/gtwvt/gtwvt.c * src/rtl/gtwvt/gtwvt.h * src/rtl/gtxwc/gtxwc.c * src/rtl/gtxwc/gtxwc.h * src/vm/*.c * src/vm/maindllp/dllext.c * src/vm/maindllp/dllpcode.c * manually applied a selection of uncrustify fixes, plus some manual cleanups. (mostly whitespace, generated code unchanged) Viktor Szakats 2012-11-06 08:51:53 +00:00
  • 9280d0634e 2012-11-06 07:32 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbtip/tests/loadhtml.prg * contrib/hbwin/tests/testax.prg * doc/gtapi.txt * src/rtl/mod.c * tests/wvtext.prg * minor cleanups Viktor Szakats 2012-11-06 06:33:23 +00:00
  • 07a120cd35 2012-11-06 05:54 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbexpat/hbexpat.hbx * contrib/hbwin/hbwin.hbx ! minor corrections to casing Viktor Szakats 2012-11-06 05:01:25 +00:00
  • 577fa7f1f7 2012-11-06 04:22 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbcairo/hbcairo.hbx * contrib/hbcups/hbcups.hbx * contrib/hbcurl/hbcurl.hbx * contrib/hbexpat/hbexpat.hbx * contrib/hbfship/hbfship.hbx * contrib/hbgs/hbgs.hbx * contrib/hbhpdf/hbhpdf.hbx * contrib/hbmzip/hbmzip.hbx * contrib/hboslib/hboslib.hbx * contrib/hbsqlit3/hbsqlit3.hbx * contrib/hbunix/hbunix.hbx * contrib/hbwin/hbwin.hbx * contrib/hbxpp/hbxpp.hbx * contrib/hbziparc/hbziparc.hbx * formatted function names in .hbx files Viktor Szakats 2012-11-06 03:27:55 +00:00
  • dade0896e1 2012-11-06 04:14 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/hbmxml/3rd/minixml/mxml_nod.c ! applied once again fix for mxmlDelete() - respect reference counters It was lost in one of Mini-XML updates. It's extremely important fix. Without it our howl wrapper does not work correctly corrupting memory. Please keep it in next updates. Przemyslaw Czerpak 2012-11-06 03:14:48 +00:00
  • 2f285ca6c2 2012-11-05 12:32 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbamf/tests/tstendin.prg * contrib/hbblat/blatcls.prg * contrib/hbct/tests/ctwtest.prg * contrib/hbct/tests/token2.prg * contrib/hbhttpd/readme.txt * contrib/hbhttpd/widgets.prg * contrib/hbmisc/fileread.prg * contrib/hbmisc/hbedit.prg * contrib/hbmysql/diff-en.txt * contrib/hbmysql/diff-es.txt * contrib/hbmysql/tests/dbf2mysq.prg * contrib/hbmysql/tmysql.prg * contrib/hbmysql/tsqlbrw.prg * contrib/hbnetio/tests/netiot03.prg * contrib/hbnetio/tests/netiotst.prg * contrib/hbnf/doc/en/fttext.txt * contrib/hbodbc/browodbc.prg * contrib/hbodbc/tests/odbcdemo.prg * contrib/hbodbc/todbc.prg * contrib/hbtip/ftpcli.prg * contrib/hbwin/tests/olesrv1.prg * contrib/rddads/ads.ch * contrib/rddsql/readme.txt * contrib/sddodbc/tests/test2.prg * contrib/xhb/dbf2txt.c * contrib/xhb/hbcompat.ch * contrib/xhb/hblog.prg * contrib/xhb/html.ch * contrib/xhb/tfile.prg * contrib/xhb/tframe.prg * contrib/xhb/ttable.prg * ChangeLog * doc/en/dbdelim.txt * doc/en/dbsdf.txt * doc/en/rdddb.txt * doc/en/terminal.txt * extras/gtwvw/tests/wvt2wvw.ch * extras/httpsrv/cookie.prg * extras/httpsrv/modules/tableservletdb.prg * extras/rddado/adordd.ch * extras/rddado/adordd.prg * include/assert.ch * include/hbsix.ch * src/debug/dbgbrwsr.prg * src/debug/dbgtinp.prg * src/rdd/*.prg * src/rtl/*.prg * tests/*.prg * tests/rddtest/rddtst.prg * tests/usrrdd/exarr.prg * tests/usrrdd/exfcm.prg * utils/hbtest/hbtest.prg * more minor Viktor Szakats 2012-11-05 11:37:36 +00:00
  • 3a51126541 2012-11-05 03:23 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/*.prg * contrib/gtwvg/tests/*.prg * contrib/hbct/fcopy.prg * contrib/hbgd/gdimage.prg * contrib/hbhttpd/core.prg * contrib/hbhttpd/tests/eshop.prg * contrib/hbmysql/tests/test.prg * contrib/hbmysql/tmysql.prg * contrib/hbmzip/tests/*.prg * contrib/hbnetio/netiomt.prg * contrib/hbnf/popadder.prg * contrib/hbsqlit3/hdbcsqlt.prg * contrib/hbwin/tests/*.prg * contrib/hbwin/win_tprn.prg * contrib/hbxpp/tthreadx.prg * contrib/hbziparc/ziparc.prg * contrib/xhb/*.prg * extras/gfspell/spell.prg * extras/gtwvw/tests/*.prg * extras/guestbk/testcgi.prg * extras/hbvpdf/hbvpdf.prg * extras/hbxlsxml/*.prg * extras/httpsrv/*.prg * extras/httpsrv/modules/showcounter.prg * src/debug/*.prg * src/rdd/*.prg * src/rdd/hbsix/*.prg * src/rdd/usrrdd/rdds/*.prg * src/rtl/*.prg * tests/*.prg * utils/hbtest/*.prg * website/samples/testcgi.prg.html * minor Viktor Szakats 2012-11-05 02:30:07 +00:00
  • 5e28e8a82a 2012-11-05 02:22 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/gfspell/*.c * extras/gtwvw/*.[c|h] * extras/hbusb/*.c * uncrustified automatically (rerun with new settings) ! fixed some code/comments causing problems Viktor Szakats 2012-11-05 01:24:47 +00:00
  • 19de44257f 2012-11-05 01:03 UTC+0100 Viktor Szakats (harbour syenar.net) + contrib/hbtip/tests/gmail.hbp + added hbmk2 project for gmail.prg (picked up automatically when using 'hbmk2 gmail' cmd) Viktor Szakats 2012-11-05 00:17:26 +00:00
  • f085281caa 2012-11-04 21:34 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbgd/gdwrp.c * contrib/hbgd/tests/animgif.prg * contrib/hbgd/tests/antialia.prg * contrib/hbgd/tests/gdtest.prg * contrib/hbgd/tests/test.prg * contrib/hbgd/tests/tpoly.prg * deprecated GDIMAGEDESTROY() with HB_LEGACY_LEVEL4 * do not use GDIMAGEDESTROY() in tests (and docs) Viktor Szakats 2012-11-04 20:40:45 +00:00
  • 475dedda9e 2012-11-04 17:48 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbct/*.[c|h] * contrib/hbmemio/*.[c|h] * contrib/hbnetio/*.[c|h] * contrib/rddads/*.[c|h] * contrib/rddbm/*.[c|h] * cherry picked uncrustify formattings Viktor Szakats 2012-11-04 17:02:40 +00:00
  • 999ad6ab37 2012-11-04 15:34 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbnf/tests/tbwhile.prg ! fixed for case-sensitive file systems Viktor Szakats 2012-11-04 14:35:02 +00:00
  • fd09814dc7 2012-11-04 15:12 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbhttpd/tests/eshop.prg * contrib/hbnf/tests/tbwhile.prg * contrib/xhb/ttable.prg * tests/testcdx.prg * tests/testrdd2.prg ! use HB_DBEXISTS()/HB_DBDROP() instead of HB_FILEEXISTS() and FERASE() for RDD files. Viktor Szakats 2012-11-04 14:15:33 +00:00
  • ade23ff21c 2012-11-04 14:52 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog * minor updated to prev entries Viktor Szakats 2012-11-04 13:54:16 +00:00
  • 55882ebf88 2012-11-04 14:41 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/find.hb * config/postinst.hb * utils/hbmk2/hbmk2.prg + missed to extract __HBEXTERN__* puller symbols from hbx file when assembling the list of public functions Viktor Szakats 2012-11-04 13:48:43 +00:00
  • f1ad3f0e97 2012-11-03 19:22 UTC+0100 Viktor Szakats (harbour syenar.net) * src/pp/hbpp.c ! bumped copyright year to 2012 Viktor Szakats 2012-11-03 18:23:41 +00:00
  • d8a33f2581 2012-11-02 19:47 UTC+0100 Viktor Szakats (harbour syenar.net) * config/postinst.hb + compile list of all available contrib functions (into a file named 'hbmk2.hbr'), so hbmk2 can use it as for hints for libs, even if they are not built/installed on the user's system. Viktor Szakats 2012-11-02 18:52:14 +00:00
  • b1b458112e 2012-11-02 18:13 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed to use proper harbour root for finding missing function ! fixed to find missing functions regardless of casing ! fixed recent bug in the value of {HB_ADDONS} macro on *nix systems in certain configurations * cleanups to prev commits Viktor Szakats 2012-11-02 17:15:29 +00:00
  • 7967592720 2012-11-02 16:18 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! minor follow up, fixing to hint function names starting with an underscore Viktor Szakats 2012-11-02 15:19:13 +00:00
  • 1ceca51f53 2012-11-02 16:09 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + added experimental feature, which will hint .hbc and -l options based on list of missing symbols at link time. It will hint components that reside in contrib and addons components, given that they provide an .hbx file. Viktor Szakats 2012-11-02 15:13:49 +00:00
  • 095ee6150a 2012-11-02 13:41 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/find.hb + only look for hbx files in 'include', 'contrib' and 'addons' subdirs, in that order. Viktor Szakats 2012-11-02 12:42:20 +00:00
  • 40dd9664cf 2012-11-02 13:09 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbexpat/*.[c|h] * contrib/hbzebra/*.[c|h] * cherry picked some fixes from uncrustified code Viktor Szakats 2012-11-02 12:16:52 +00:00
  • d036f45792 2012-11-02 12:10 UTC+0100 Viktor Szakats (harbour syenar.net) * bin/find.hb + added support for multiple symbols at one run, f.e.: hbrun bin/find PRINTERPORTTONAME HB_EOL CLEAREOL ! show .hbx filenames with native pathseps Viktor Szakats 2012-11-02 11:13:03 +00:00
  • 04dfdfac43 2012-11-01 18:12 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbxpp/xppopc.c * contrib/xhb/xcstr.prg * contrib/xhb/xhbmsgs.c * extras/hbdoc/hbdoc.prg * extras/hbdoc/tmplates.prg * utils/hbmk2/hbmk2.prg * avoid #undef Viktor Szakats 2012-11-01 17:14:00 +00:00
  • 175984ec71 2012-11-01 17:33 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/tests/demowvg.prg * contrib/gtwvg/tests/wvtcls.prg * contrib/hbct/tests/datetime.prg * contrib/hbmisc/hbedit.prg * contrib/hbnf/clrsel.prg * contrib/hbnf/doc/en/prtesc.txt * contrib/hbnf/doc/en/scregion.txt * contrib/hbnf/doc/en/video1.txt * contrib/hbnf/tests/metaph.prg * contrib/xhb/trpc.prg * src/common/hbver.c * src/rtl/gtchrmap.c * tests/dttest.prg * tests/mousetst.prg * tests/sbartest.prg * deleted unnecessary leading zeros from decimal numbers * minor formatting and cleanups in docs * use ANSI dates Viktor Szakats 2012-11-01 16:35:14 +00:00
  • 3227e918a9 2012-11-01 16:04 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbexpat/core.c * minor change to avoid uncrustify formatting a tricky macro Viktor Szakats 2012-11-01 15:15:58 +00:00
  • 3602400731 2012-11-01 12:52 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbcups/*.[c|h] * contrib/hbcurl/*.[c|h] * contrib/hbdroid/*.[c|h] * contrib/hbfbird/*.[c|h] * contrib/hbfimage/*.[c|h] * contrib/hbgd/*.[c|h] * contrib/hbgs/*.[c|h] * contrib/hbgt/*.[c|h] * contrib/hbhpdf/*.[c|h] * contrib/hblzf/*.[c|h] * contrib/hbmagic/*.[c|h] * contrib/hbmisc/*.[c|h] * contrib/hbmlzo/*.[c|h] * contrib/hbmxml/*.[c|h] * contrib/hbodbc/*.[c|h] * contrib/hbpgsql/*.[c|h] * contrib/hbtip/*.[c|h] * contrib/hbxdiff/*.[c|h] * uncrustified Viktor Szakats 2012-11-01 11:57:05 +00:00
  • ce67d4b22e 2012-10-31 22:00 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbadler.c * src/rtl/sha1.c * avoid ';' after {} blocks after previous modifications. ; Please review me Viktor Szakats 2012-10-31 21:02:34 +00:00
  • 00f3661e86 2012-10-31 21:22 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/gtwvg.c * contrib/gtwvg/wvggui.c * contrib/hbmemio/memio.c * contrib/hbnetio/netiocli.c * src/rtl/gtwvt/gtwvt.c * do not end macros with ';' to avoid uncrustify warning and wrong formatting as a consequence ; QUESTION: There is conditional macros having the same issue in hsx.c and gtxwc.c. Is the inactive branch still or ever needed there or can it be deleted? Viktor Szakats 2012-10-31 20:39:52 +00:00
  • be45b983d6 2012-10-31 21:08 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtalleg/gtalleg.c + cleaned multiline macro to be more readable and to be friendly with uncrustify. Now reformatting won't change it. Viktor Szakats 2012-10-31 20:10:57 +00:00
  • d59ab2ae54 2012-10-31 20:57 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/gtalleg/*.[c|h] * contrib/hbamf/*.[c|h] * contrib/hbbz2/*.[c|h] * contrib/hbcairo/*.[c|h] * uncrustified. pretty good results, without any or very minimal manual touching up. Viktor Szakats 2012-10-31 20:06:49 +00:00
  • 86cf2bc04f 2012-10-31 18:54 UTC+0100 Viktor Szakats (harbour syenar.net) - config/hb_c.cfg + bin/harbour.ucf * renamed and moved to public dir Viktor Szakats 2012-10-31 17:56:18 +00:00
  • aae2bb33fb 2012-10-31 18:20 UTC+0100 Viktor Szakats (harbour syenar.net) * tests/gfx.prg + changed do display GT name on screen rather than to stdout Viktor Szakats 2012-10-31 17:21:14 +00:00
  • a1322743ff 2012-10-31 17:30 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * package/harbour.rb * package/mpkg_src_nightly.sh * package/mpkg_win_nightly.bat * package/updt_web_nightly.sh * website/changelog.html * website/faq/harbour17.html * website/faq/harbour27.html * website/index.html * website/menu/harbour-menu.js * reverted all changes regarding new repo address Viktor Szakats 2012-10-31 16:33:10 +00:00
  • df2b7a9ebd 2012-10-31 13:25 UTC+0200 Viktor Szakats (harbour syenar.net) * include/harbour.hbx * fixes/changes to some function names Viktor Szakats 2012-10-31 13:04:01 +00:00
  • 5e196aadf2 2012-10-30 08:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/xhb/filestat.c ! fixed resource leak in FILESTATS() function caused by wrong close WIN API function. Problem reported by Robb - thanks. Przemyslaw Czerpak 2012-10-30 07:59:48 +00:00
  • b0f1409c0f 2012-10-25 00:08 UTC+0200 Viktor Szakats (harbour syenar.net) * website/mailing.html - deleted reference to 3rd mailing list Viktor Szakats 2012-10-24 22:08:55 +00:00
  • c94b8e5f39 2012-10-24 20:31 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/compiler/complex.c ! fixed lexer to correctly recognize ::msg as FOR iterator Przemyslaw Czerpak 2012-10-24 18:31:44 +00:00
  • 513eaff415 2012-10-24 18:50 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.1 * utils/hbmk2/hbmk2.es_PE.po * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.prg * utils/hbmk2/hbmk2.pt_BR.po ! fixed a notorious typo of mine Viktor Szakats 2012-10-24 16:51:08 +00:00