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