630d610395
2011-04-30 18:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/tpopuphb.prg * copyrights
Viktor Szakats
2011-04-30 16:27:34 +00:00
8237e6fd1a
2011-04-30 18:24 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/tpopuphb.prg + Missed from prev commit.
Viktor Szakats
2011-04-30 16:24:52 +00:00
ef1c24b9cd
2011-04-30 18:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/Makefile * src/rtl/tpopup.prg + Replaced last remaining HB_EXTENSION build-time conditional branch in Harbour codebase with runtime solution. (similar to GET vs. HB_GET)
Viktor Szakats
2011-04-30 16:23:46 +00:00
3313096d1d
2011-04-30 16:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/harbour.hbx * src/rtl/inkey.c * contrib/xhb/hbcompat.ch + added HB_KEYNEXT( [<nEventMask>] ) -> <nKey> (same as now disabled dirty xhb extension for NEXTKEY())
Viktor Szakats
2011-04-30 15:00:50 +00:00
56edea78f6
2011-04-29 23:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbssl/ssl.c * contrib/hbssl/bio.c ! fixed BIO_TEST_FLAGS(), SSL_SET_MTU() to be always defined on prg level
Viktor Szakats
2011-04-29 21:29:38 +00:00
2b98d23bec
2011-04-29 18:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c ! fixed time checking in *nix version of hb_fsPipeIsData()
Przemyslaw Czerpak
2011-04-29 16:13:07 +00:00
c2b35cdd9d
2011-04-29 11:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_common.hbc * reverted: 2011-04-19 21:15 UTC+0200 Viktor Szakats ! do not satisfy the HBQT dependency when HB_BUILD_3RDEXT=no.
Viktor Szakats
2011-04-29 09:19:43 +00:00
8e71e0eb6f
2011-04-29 02:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c ! put back CS_HREDRAW | CS_VREDRAW apparently needed for HB_GTI_RESIZEMODE_FONT. Thanks Pritpal. * use XP double buffering on Vista and upper systems only (was: all). This is not based on hard scientific data at this time, some users reported "slowness" on certain XP systems. It doesn't seem to be tied to any particular video chipset (or driver), exact reason still uncertain (other software? GPO setting? SP level?). I cannot find evidence for general WS_EX_COMPOSITED related problem on the internet. So we're back to *fugly* screen updates on XP and lower systems, this means that visible lag will be seen when drawing text with changing colors in them (f.e. menubar with hotkey). If you know better, speak up.
Viktor Szakats
2011-04-29 00:45:29 +00:00
f4aa362617
2011-04-28 16:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwvg.c ! Normalized code close to GTWVT as much as possible. TODO: add full screen functionality.
Pritpal Bedi
2011-04-28 23:36:01 +00:00
9943651552
2011-04-28 12:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + added (aka: "fixing a build issue") new -depincroot=/depincroot= setting to set root dir for -depincpath= values
Viktor Szakats
2011-04-28 10:57:42 +00:00
fa72e68e8b
2011-04-28 12:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/mpkg_win_uni.bat * package/mpkg_win_nightly.bat + echoing self
Viktor Szakats
2011-04-28 10:24:35 +00:00
4417f57f37
2011-04-28 10:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnf/ontick.prg * precise tick per sec value. Thanks Klas!
Viktor Szakats
2011-04-28 08:32:43 +00:00
d2163a54bf
2011-04-27 17:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/3rd/minixml/config.h ! yet another bcc problem. my last after the last. anyone to pick up fixing bcc bugs?
Viktor Szakats
2011-04-27 15:47:10 +00:00
00250974d3
2011-04-27 10:59 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbct/dattime3.c * set _SVID_SOURCE macro before any header files to enable stime() in Linux builds even when C89 is forced by some compiler switches
Przemyslaw Czerpak
2011-04-27 08:59:19 +00:00
3624d38150
2011-04-27 10:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp % Further simplified, cleaned, optimized, recursive call unrolled.
Viktor Szakats
2011-04-27 08:50:56 +00:00
e3e042666d
2011-04-26 18:25 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_pointer.cpp ! Removed: any other constructs of raw-pointers. Normalized: the code flow.
Pritpal Bedi
2011-04-27 01:28:24 +00:00
d91795178d
2011-04-27 03:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/resources/hb-32x32.png * contrib/hbide/resources/hb-16x16.png * contrib/hbide/resources/hbide.png + Updated * contrib/hbide/hbide.qrc - space @ EOF
Viktor Szakats
2011-04-27 01:18:23 +00:00
95782b2a31
2011-04-27 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/hbqtcore.hbx - deleted HBQT_FINDCHILD(). it used raw pointer. was used by hbqtuitools. % deleted unused extern.
Viktor Szakats
2011-04-26 22:37:25 +00:00
84396b7f48
2011-04-26 22:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/mpkg_win_nightly.bat + disabled bcc libs in nightly binary build. bcc is not tested by most developers anymore, so its risky to include it and let it break the build.
Viktor Szakats
2011-04-26 20:34:30 +00:00
ff74b630a1
2011-04-26 18:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbnf/tests/ontick.prg - contrib/hbnf/ontick.c * contrib/hbnf/hbnf.hbp * contrib/hbnf/hbnf.hbx + contrib/hbnf/ontick.prg + implemented: FT_ONTICK( [<bBlock>][, <nTickInterval> ] ) -> NIL (after spotting thread on clipper.borda.ru) Note, I didn't test it against original NFLib, and second param looks like undocumented one.
Viktor Szakats
2011-04-26 16:12:40 +00:00
c7dd5e2704
2011-04-26 07:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt.h ! Miss from prev commit.
Pritpal Bedi
2011-04-26 14:54:11 +00:00
dc2edce1ef
2011-04-26 16:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbwin.ch * contrib/hbwin/win_regc.c * contrib/hbwin/win_reg.prg * contrib/hbwin/tests/testreg.prg + added type parameter to win_regWrite()/win_regSet()/win_regSetValueEx() functions + added QWORD support in win registry ! fixed very old xhb typo: sizeof( REG_DWORD ) -> sizeof( DWORD ) (didn't cause actual error in compiled code) + added REG_DWORD, REG_QWORD tests
Viktor Szakats
2011-04-26 14:29:38 +00:00
00da0a4518
2011-04-26 14:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/harb_osx.icns * package/harb_win.ico + reworked square logo - contains 'Hb' instead of 'H' or 'ha' - transparent bckg - full length boat - hi-res icons for Vista/7
Viktor Szakats
2011-04-26 12:35:17 +00:00
37f4302d13
2011-04-26 12:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + dependency check to define HBMK_DIR_* macro with autodetected header dir + macro evaluator to return actual value (if any) for internally defined macro
Viktor Szakats
2011-04-26 10:56:56 +00:00
41c9f6f6c8
2011-04-26 11:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added 'comparing xharbour to harbour' document direct URL to '15. FOR MORE INFORMATION' section.
Viktor Szakats
2011-04-26 09:10:00 +00:00
feed03fe2b
2011-04-26 02:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/token2.c % deleted unnecessary null check of hb_xrealloc() retval * formatting
Viktor Szakats
2011-04-26 00:38:20 +00:00
649cb44377
2011-04-26 01:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES * INSTALL * version updates
Viktor Szakats
2011-04-25 23:55:15 +00:00
6f72d62ab3
2011-04-26 01:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcurl/core.c % unary inc opt
Viktor Szakats
2011-04-25 23:51:23 +00:00
09b8a1ef63
2011-04-25 23:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + show CCPREFIX/CCPOSTFIX with -info * ChangeLog * some followups and typo fixes.
Viktor Szakats
2011-04-25 21:06:49 +00:00
c7e69160ac
2011-04-25 22:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/hbct.hbp * raise c dialect to gnu90 on linux for stime() * contrib/hbwin/wapi_winbase.c ! define WAPI_GET*PATHNAME() as noop functions on wce * contrib/hbwin/win_shell.c ! made WIN_SHELLNOTIFYICON() a dummy on wce * contrib/hbwin/mapi.c ! do not undef UNICODE for wce (results in missing LoadLibraryA() on link) * contrib/hbwin/wapi_commctrl.c ! made WAPI_IMAGELIST_LOADIMAGE() a dummy on wce * contrib/sddfb/sddfb.hbp * contrib/hbfbird/hbfbird.hbp * set c dialect to gnu90 for fbird headers * contrib/hbpre.hbm * set c dialect to gnu90 for wce/allmingw for cegcc Windows headers
Viktor Szakats
2011-04-25 20:34:20 +00:00
02eedb2151
Typo in changelog (sorry)
Viktor Szakats
2011-04-25 01:35:14 +00:00
156bccb461
2011-04-25 03:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c ! Fixed HB_GTI_ICONFILE not working with "certain" .ico files.
Viktor Szakats
2011-04-25 01:34:07 +00:00
de161a7262
2011-04-24 10:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! fixed "cross-talk" in compiler options between C and C++ build passes
Viktor Szakats
2011-04-24 08:11:16 +00:00
189231e48e
2011-04-23 10:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c * casting to pacify warnings on some platforms which may use negative errno codes
Przemyslaw Czerpak
2011-04-23 08:39:10 +00:00
010313eff9
2011-04-23 00:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/wvgwing.c ! Converted: remaining C++ comments to Ansi C style.
Pritpal Bedi
2011-04-23 07:42:52 +00:00
b0f4ae651b
2011-04-22 21:35 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/gtwvg/gtwvg.c * contrib/gtwvg/wvgscrlb.prg * contrib/gtwvg/wvgsysw.prg * contrib/gtwvg/wvgtoolb.prg ! Changed: C++ comments to Ansi C compatible. Hopefully I did it right, not tested the build.
Pritpal Bedi
2011-04-23 04:43:43 +00:00
85b449660f
2011-04-23 02:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.*.po * utils/hbmk2/hbmk2.prg + Added recently added options to help text.
Viktor Szakats
2011-04-23 00:54:12 +00:00
8ce4f21ded
2011-04-23 02:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Missed to document one change: * src/rtl/gtwvt/gtwvt.c % Deleted CS_HREDRAW | CS_VREDRAW flags from Harbour window class. Please make sure to review this, I'm not expert, but these flags are apparently not needed for GTWVT and advised against on many forums.
Viktor Szakats
2011-04-23 00:11:58 +00:00
81aaba495a
2011-04-23 02:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added TROUBLESHOOTING/9.: how to submit logs to dev list. Please read it.
Viktor Szakats
2011-04-23 00:08:55 +00:00
87fafe4ade
2011-04-22 16:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + config/minix/clang.mk + Added new compiler for minix. [Tamas Tevesz]
Viktor Szakats
2011-04-22 14:29:59 +00:00
b631267e62
2011-04-21 19:25 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Typo in prev for djgpp/C++.
Viktor Szakats
2011-04-21 17:26:15 +00:00
a576d4bbc3
2011-04-21 19:24 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added -c=/-cpp= dialect support for sunpro, icc, clang, watcom. Many thanks to Tamas for the information. + Added dialect support for vxworks/diag
Viktor Szakats
2011-04-21 17:24:42 +00:00
2086668add
2011-04-21 16:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Addes missing change to 2011-04-21 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu): * src/rtl/gtwin/gtwin.c ! Reverted optimization patch in 2011-03-30 14:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) It caused strange effects (<Alt> key causing INKEY() to return <Ctrl+PgUp> on some national keysets or some other region related attributes, it was reported by few users from Brazil.
Viktor Szakats
2011-04-21 14:59:34 +00:00
7b3c518a60
2011-04-21 10:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/harbour.hbx * include/hbapi.h * src/common/hbver.c * src/rtl/version.c + hb_verHostCPU() to return CPU architecture the host OS is running under. (long time TODO) It may or may not give precise answer depending on target OS. For win, it works as exptected. + HB_OSCPU() -> <cCPU> same for .prg level apps.
Viktor Szakats
2011-04-21 08:36:15 +00:00
9b27f5e707
2011-04-21 03:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added experimental -c=[iso90|iso99|iso1x|gnu90|gnu99|gnu1x] and -cpp=[iso98|iso0x|gnu98|gnu0x] hbmk2 options to select C/C++ dialect in a C compiler and built setting independent way. It will currently affect GCC and compatible family of compilers. If you happen to know about C dialect/std selection in other compilers, pls tell and they can be mapped to this option. F.e. in other win compilers the adaptation to C/C++ stds is very fuzzy, where such option exists at all (f.e. BCC -A* options), mostly it's just toggling some compiler extensions. Comments are welcome of course. + Added TOFIX for vxworks with potential disagreement on C std level. I used hardwired C99 forcage hack while porting Harbour to it. + Added internal logic for C- and C++-only options. ; NOTE: Behavior with Objective C sources is yet to be tested.
Viktor Szakats
2011-04-21 01:12:24 +00:00
83e92f91d8
2011-04-21 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/3rd/minixml/mxml.hbp * contrib/hbmxml/3rd/minixml/mxml_str.c ! Fixed isdigit() warning which was result of missing mxml header. [Tamas Tevesz]
Viktor Szakats
2011-04-20 23:01:14 +00:00
633e5c2614
2011-04-20 21:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/3rd/minixml/mxml.hbp * contrib/hbmxml/3rd/minixml/config.h * Testing without HAVE_SNPRINTF/HAVE_VSNPRINTF in ANSI C89 mode.
Viktor Szakats
2011-04-20 19:06:32 +00:00
1f8210ec6e
2011-04-20 17:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/3rd/minixml/config.h * -> -std=gnu89. Details in comment.
Viktor Szakats
2011-04-20 15:55:49 +00:00
8f7150fb6e
2011-04-20 13:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/xhb.hbp ! Moving to -std=gnu89 for hbserv.c (maybe more) for *nix platforms. Didn't test it.
Viktor Szakats
2011-04-20 11:52:25 +00:00
5e64fdcccc
Updated last ChangeLog entry
Viktor Szakats
2011-04-20 11:46:10 +00:00
2979eeff80
2011-04-20 13:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * hbbz2/3rd/bz2/bz2.hbp * hbbz2/core.c + Build bz2 with BZ_NO_STDIO option. This will get rid of fileno() call, so it becomes C89 compliant. + Added internal error handler required when BZ_NO_STDIO is used. % Deleted -std=gnu89 override. ; Checkme.
Viktor Szakats
2011-04-20 11:44:19 +00:00
0d53430d2c
2011-04-20 13:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.hbp * contrib/hbmxml/3rd/minixml/mxml.hbp * contrib/hbmxml/3rd/minixml/config.h + Disabled HAVE_STRDUP so now it's using its own implementation and it's ANSI C89 compliant.
Viktor Szakats
2011-04-20 11:19:33 +00:00
609bc45771
2011-04-20 13:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.hbp * contrib/hbmxml/3rd/minixml/mxml.hbp * contrib/hbmzip/3rd/minizip/minizip.hbp * contrib/gtalleg/gtalleg.hbm * contrib/hbbz2/3rd/bz2/bz2.hbp * contrib/rddads/rddads.hbp * contrib/hbfimage/hbfimage.hbp * contrib/hbpre.hbm * contrib/hbssl/hbssl.hbm ! -std=c90 -> -std=c89, -std=gnu90 -> -std=gnu89 Some gcc builds have problem with c90.
Viktor Szakats
2011-04-20 11:14:15 +00:00
a5f7b0a684
2011-04-20 12:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed compiled resources not triggering rebuild of target executable in incremental mode unless the resources sources were also changed. Thanks to Mindaugas for reporting it.
Viktor Szakats
2011-04-20 10:46:47 +00:00
d552b5476b
2011-04-20 11:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + -depincpath= now supports multiple paths separated by ';' (on all platforms)
Viktor Szakats
2011-04-20 09:27:44 +00:00
443ac3a1ae
2011-04-20 03:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + new filter values: lngcpp and lngc. Can be used to check forced C++/C mode.
Viktor Szakats
2011-04-20 01:45:35 +00:00
0382ca18a4
2011-04-20 02:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbunix/hbunix.hbp * contrib/hbcurl/hbcurl.hbm * contrib/hbnetio/hbnetio.hbp * contrib/hbnetio/hbnetio.hbx * contrib/gtwvg/gtwvg.hbp * contrib/hbwin/hbwin.hbp * contrib/hbsqlit3/hbsqlit3.hbp * contrib/hbexpat/hbexpat.hbp + Enabled -std=c89 option when building with any gcc compiler. (TOFIX: now GTWVG breaks with error)
Viktor Szakats
2011-04-20 00:20:49 +00:00
98035b58a1
2011-04-19 16:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpparthandler.prg ! Changed: ::_aOwned => ::a_Owned to not generate error when class inheriting an XbpPart has a data member as ::aOwned.
Pritpal Bedi
2011-04-19 23:47:10 +00:00
ef942cb657
2011-04-20 01:23 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * config/global.mk * INSTALL + added android platform to core build and hbmk2 untested. ; TODO: autodetection
Viktor Szakats
2011-04-19 23:24:48 +00:00
29a5ec2321
2011-04-20 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added experimental feature to filter out libs from the lib lists: -l-kernel32, libs=-kernel32 Harbour core libs cannot be disabled this way (except hbzlib and hbpcre)
Viktor Szakats
2011-04-19 23:01:06 +00:00
ec7e380503
2011-04-20 00:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.pt_BR.po * utils/hbmk2/hbmk2.hu_HU.po * utils/hbmk2/hbmk2.es_PE.po * utils/hbmk2/hbmk2.prg * INSTALL * Use 'please' more sparsingly. Use 'always' a bit more.
Viktor Szakats
2011-04-19 22:29:49 +00:00
5941e4f0bb
2011-04-20 00:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/linux/libs.mk * harbour/config/android/libs.mk * filter out libraries which does not exists in android inside android not linux config files
Przemyslaw Czerpak
2011-04-19 22:23:34 +00:00
103a5d9761
2011-04-19 21:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_common.hbc ! do not satisfy the HBQT dependency when HB_BUILD_3RDEXT=no. Pls test.
Viktor Szakats
2011-04-19 19:15:33 +00:00
8683a1cd04
2011-04-19 18:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/android/gccarm.mk - config/android/mingw.mk * Fixed to prev. Test these, I didn't do.
Viktor Szakats
2011-04-19 16:43:43 +00:00
2071544b32
2011-04-19 18:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbtrace.c * contrib/xhb/hbsyslog.c - Deleted Android specific logging. syslog works good.
Viktor Szakats
2011-04-19 16:40:34 +00:00
54463d9f13
2011-04-19 17:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/harbour.hbx * src/rtl/version.c * Renamed recently added function HB_OSBITWIDTH() to HB_OSIS64BIT()
Viktor Szakats
2011-04-19 15:55:35 +00:00
e761af46e6
2011-04-19 15:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/procaddr.c ! removed dummy entry at the end of function table
Przemyslaw Czerpak
2011-04-19 13:11:43 +00:00
9ec669a59d
2011-04-19 13:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog * Corrected some old text.
Viktor Szakats
2011-04-19 11:55:03 +00:00
9222e6a8ad
2011-04-18 18:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/detect.mk ! Deleted OS X specific (MacPorts) autodetection location for pcre. Now it's using locally hosted version. This was the error without this: --- libtool: can't locate file for: -lpcre libtool: file: -lpcre is not an object file (not allowed in a library) make[3]: *** [libharbour.2.1.0.dylib] Error 1 ---
Viktor Szakats
2011-04-18 16:07:09 +00:00
517cba758b
2011-04-18 17:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapifs.h * harbour/src/rtl/filesys.c + added new C function: int hb_fsIsPipeOrSock( HB_FHANDLE hPipeHandle );
Przemyslaw Czerpak
2011-04-18 15:21:36 +00:00
76ede8f870
2011-04-18 16:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/harbour.hbx + added HB_PREAD
Viktor Szakats
2011-04-18 14:29:04 +00:00
c37c1a75ab
2011-04-18 09:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * INSTALL + Added autodetection of mingwarm compilers under win hosts.
Viktor Szakats
2011-04-18 07:33:41 +00:00
20b3fc3c2f
2011-04-18 00:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hblzf/core.c ! Fixed AVOID_ERRNO usage.
Viktor Szakats
2011-04-17 22:13:40 +00:00
73731feca0
2011-04-17 11:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * Minor text clarification.
Viktor Szakats
2011-04-17 09:03:33 +00:00
811cffe302
2011-04-17 11:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpost.hbm * config/global.mk * config/rules.mk * Renamed HB_BUILD_WINUNI -> __HB_BUILD_WINUNI to reflect its internal, non-documented status.
Viktor Szakats
2011-04-17 09:01:31 +00:00
de43166473
2011-04-17 05:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL - Deleted HB_BUILD_WINUNI option. It's not documented option anymore. Pls don't use it. Use UNICOWS solution if you need Win9x/ME support. Pls also note that _building Harbour_ on Win9x/ME systems is deprecated (as it is only possible to build Harbour in non-UNICODE version in such scenario).
Viktor Szakats
2011-04-17 03:16:49 +00:00
94db596e86
2011-04-16 23:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxbp/xbpfiledialog.prg * contrib/hbxbp/tests/xbpqtc.prg * contrib/hbxbp/xbpbrowse.prg * contrib/hbxbp/xbpgeneric.prg * contrib/hbqt/gtqtc/gtqtc.cpp * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/qth/HBQSlots.qth * contrib/hbqt/qtcore/qth/HBQEvents.qth * contrib/hbqt/qtcore/hbqt_hbqslots.cpp * contrib/hbqt/tests/demoqt.prg * contrib/hbide/hbqreportsmanager.prg * contrib/hbide/idemain.prg * contrib/hbide/ideeditor.prg ! HB_TR_ALWAYS -> HB_TR_DEBUG. Neverending battle with abused debugging facilities continue. Please _never_ use HB_TR_ALWAYS in committed code, not even in commented lines because it's confusing, it trashes console on *nix systems, it creates a rubbish/unfinished feel for anyone trying out these components and it creates unnecessary noise on lists in the form of problem reports. For those few developers who actually need these lines: _Set HB_TR_LEVEL on your development machine_ to HB_TR_DEBUG to get those debug lines!! Also: Never use HB_TR_ALWAYS as a mean of generating test output meant for users, I've found some of these in tests/ .prgs. Use something native instead, like a text box, msgbox, log file, OutStd(), QOut(), etc. If this won't change in the future, the best will be to simply remove HB_TR_ALWAYS from hbtrace.ch, thus making it unsuited for purposes it wasn't designed for. Thank you.
Viktor Szakats
2011-04-16 21:05:01 +00:00
0010af9d94
2011-04-16 11:59 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideactions.prg * contrib/hbide/idedocks.prg ! Adopted: to comply with latest hbXBP change where oXbp:setStyleSheet() was made PROTECed method.
Pritpal Bedi
2011-04-16 19:01:49 +00:00
3e4aee6a65
2011-04-16 20:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/3rd/sqlite3/sqlite3.c * contrib/3rd/sqlite3/sqlite3.dif * contrib/3rd/sqlite3/sqlite3.h * contrib/3rd/sqlite3/sqlite3.hbp + update sqlite to 3.7.6.1 [Tamas Tevesz]
Viktor Szakats
2011-04-16 18:33:57 +00:00
6f535fd1e8
2011-04-16 20:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbstack.h * include/hbapi.h ! Marked functions as HB_EXPORT (should be HB_EXPORT_INT in the future) which are used by hbdebug lib. It caused link error when using '-b -shared' hbmk2 options on non-mingw windows compilers: hb_stackDebugInfo hb_macroGetType hb_macroGetValue hb_memvarGetValueBySym
Viktor Szakats
2011-04-16 18:28:20 +00:00
78eccb928c
2011-04-16 19:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbtrace.c * contrib/xhb/hbsyslog.c + Added Android specific logging support. Untested.
Viktor Szakats
2011-04-16 17:41:23 +00:00
19063f43de
2011-04-16 16:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbqt/tests/testres.hbp + Added project file for testres. * contrib/hbqt/tests/wvtqt.hbp * Cleaned.
Viktor Szakats
2011-04-16 14:54:13 +00:00
db7a876f86
2011-04-15 22:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpfontdialog.prg * contrib/hbxbp/xbpmenubar.prg * contrib/hbxbp/xbpstatic.prg * contrib/hbxbp/xbpwindow.prg ! Restructured: Presentation Parameters engine. Restored: CSS enabled presentation parameters management. Perhaps this is the only way to handle many artifacts cummulatively. The engine is enhanced to offer users as Harbour extenstion, to enhance GUI components. oXbp:setStyleSheet( cIdentifier, cCSS ) where <cIdentifier> can be used to re-arrange widget attributes.
Pritpal Bedi
2011-04-16 05:52:30 +00:00
b564959508
2011-04-15 22:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbmk2_qt.hbs * contrib/hbrun/headers.prg * contrib/hbrun/plugins.prg * utils/hbmk2/hbmk2.prg * formatting on streaminclude directives
Viktor Szakats
2011-04-15 20:29:02 +00:00
76ea49c864
2011-04-15 22:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbapi.h * include/harbour.hbx * src/common/hbver.c * src/rtl/version.c + added hb_verHostBitWidth( void ) -> int which retrieves bit width of host OS + added HB_OSBITWIDTH() -> <nBits> ; It will currently work on win platform, falling back to target arch bits for others. Pls extend it for *nixes. For MS-DOS, 32 will be returned with both currently supported compilers.
Viktor Szakats
2011-04-15 20:04:02 +00:00