02186f6471
2012-03-04 14:06 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbpost.hbm * contrib/hbwin/hbwin.hbp % .def file install moved to hbwin - do not publish contrib-specific .h files
Viktor Szakats
2012-03-04 13:07:14 +00:00
5f7e302ad2
2012-03-04 13:55 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/make.hbs * deleted commented logic
Viktor Szakats
2012-03-04 12:58:01 +00:00
b9370157b9
2012-03-04 13:54 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/make.hbs * contrib/hbpost.hbm + implemented contrib-specific public file copy process using standard hbmk2 logic. (with very minor help from make.hbs)
Viktor Szakats
2012-03-04 12:56:41 +00:00
4095d8b927
2012-03-03 16:12 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbpost.hbm * missed from prev
Viktor Szakats
2012-03-03 15:13:50 +00:00
f4973027bd
2012-03-03 16:10 UTC+0100 Viktor Szakats (harbour syenar.net) * package/winuni/mpkg_win_uni.bat - deleted windows-only contrib specific file installation procedure. now done by contrib/make.hbs. ; it also means that contrib-specific public files are now included in non-unified installation packages, created using HB_BUILD_PKG=yes.
Viktor Szakats
2012-03-03 15:12:12 +00:00
17726341ae
2012-03-03 15:40 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbrun/headers.prg * utils/hbmk2/hbmk2.prg * changed #include filename references to _CASE-SENSITIVE_. This is to ensure and enforce that .hbs scripts and hbmk2 plugins are created in portable form so f.e. once developed on a win system, they won't crash on a *nix system. INCOMPATIBLE: Change all your #include references to exactly match casing of the filename. For Harbour headers, this means plain lowercase, so f.e. '#include "FileIO.ch"' is wrong, '#include "fileio.ch"' is right.
Viktor Szakats
2012-03-03 14:41:33 +00:00
7894e5365a
2012-03-03 15:20 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/make.hbs + added installation support of contrib specific public files (.hbc, .hbs, local headers, .def files, readmes and tests)
Viktor Szakats
2012-03-03 14:23:24 +00:00
b795fb6ac2
2012-03-03 03:33 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + support for HB_INSTALL_CONTRIB envvar to specify dir(s) of contribs/addons for .hbc autofind purposes. Accepts multiple dirs. F.e.: export HB_INSTALL_CONTRIB=/usr/local/share/harbour/contrib:/usr/local/share/harbour/addons Experimental.
Viktor Szakats
2012-03-03 02:34:43 +00:00
b40f400352
2012-03-02 11:27 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * tuned Harbour root autodetection code to avoid corner case where another Harbour installation is present one or two dir levels upper in the tree. Regressions are possible. Please test.
Viktor Szakats
2012-03-02 10:28:22 +00:00
94f8f8e0c9
2012-02-29 09:58 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + show .hbp file reference when .hbc is not found
Viktor Szakats
2012-02-29 08:59:21 +00:00
79749798a0
2012-02-28 20:59 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk + display HB_BUILD_CONTRIB_DYN setting in make output. some users might be forgetting they have this enabled.
Viktor Szakats
2012-02-28 20:01:10 +00:00
28562e98b2
2012-02-28 20:46 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbqt/gtqtc/gtqtc.hbm ! fixed to skip building .dll target.
Viktor Szakats
2012-02-28 19:48:09 +00:00
3c36320751
2012-02-28 19:02 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbxbp/hbxbp.hbp * contrib/hbxbp/hbxbp.hbc * include hbqt.hbc instead of relative references to hbqt sublib .hbcs. This means hbxbp now includes all hbqt sublibs.
Viktor Szakats
2012-02-28 18:03:35 +00:00
5f9ddde2dc
2012-02-28 16:45 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/sddpg/sddpg.hbp * contrib/sddpg/sddpg.hbc * contrib/hbziparc/hbziparc.hbp * contrib/hbziparc/hbziparc.hbc * contrib/hbhttpd/hbhttpd.hbc * contrib/hbhttpd/hbhttpds.hbp * contrib/hbhttpd/hbhttpds.hbc * contrib/gtwvg/gtwvg.hbc * contrib/gtwvg/gtwvg.hbp * contrib/sddsqlt3/sddsqlt3.hbp * contrib/sddsqlt3/sddsqlt3.hbc * contrib/sddmy/sddmy.hbp * contrib/sddmy/sddmy.hbc * contrib/xhb/xhb.hbc * contrib/xhb/xhb.hbp * contrib/sddfb/sddfb.hbp * contrib/sddfb/sddfb.hbc * contrib/sddodbc/sddodbc.hbp * contrib/sddodbc/sddodbc.hbc * contrib/hbgd/hbgd.hbc * contrib/hbgd/hbgd.hbp * contrib/sddoci/sddoci.hbc * contrib/sddoci/sddoci.hbp * contrib/hbtip/hbtipssl.hbc * contrib/hbtip/hbtipssl.hbp * contrib/hbtip/hbtip.hbc + removed relative path from .hbc references from contrib area except: hbqt related cases, which is more complicated and hbmk.hbm files in test dirs (to avoid this extra point of failure for now). ; path-free reference to hbc files was pioneered by hbrun and it works on all systems (except one or two, yet to be determined why).
Viktor Szakats
2012-02-28 15:46:41 +00:00
7163bc7d1e
2012-02-28 16:35 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbmysql/utils/hbmk.hbm * contrib/hbnetio/utils/hbnetio/hbnetio.hbp * contrib/hbnetio/utils/hbnetioq/hbnetioq.hbp * contrib/hbformat/utils/hbformat.hbp + removed relative path from .hbc references
Viktor Szakats
2012-02-28 15:36:29 +00:00
7213c19b07
2012-02-28 16:06 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk + detect rudix
Viktor Szakats
2012-02-28 15:06:51 +00:00
6842bba5c3
2012-02-28 16:04 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbtip/client.prg ! typo
Viktor Szakats
2012-02-28 15:05:06 +00:00
792331a213
2012-02-28 15:46 UTC+0100 Viktor Szakats (harbour syenar.net) * examples/ps32/ps32.hbc * \ -> /
Viktor Szakats
2012-02-28 14:47:05 +00:00
8a9a201715
2012-02-27 11:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QSignalMapper.qth - Commented-out: QWidget specific method calls. This is in accordance of our goal to keep modularity of HbQt libraries intact.
Pritpal Bedi
2012-02-27 19:20:21 +00:00
f9f8387208
2012-02-24 13:46 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbcompdf.h * harbour/src/compiler/hbmain.c * harbour/src/compiler/hbcomp.c * harbour/src/compiler/harbour.y * harbour/src/compiler/harbour.yyc ! fixed compile time GPF exploited by strings used in CASE values of SWITCH statement compiled with active TEXHIDDEN pragma. Warning: strings used in such context (CASE values) are not encrypted in generated code, i.e. ".jpeg", ".jpg", ".png" in this code: SWITCH hb_FNameExt( cFileName ) CASE ".jpeg" CASE ".jpg" CASE ".png" show_pict( "Article picture", cFileName ) ENDSWITCH
Przemyslaw Czerpak
2012-02-24 12:47:10 +00:00
3b7af7ed99
2012-02-24 13:23 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/rddbm/bmdbfx.c ! fixed GPF after filter reallocation
Mindaugas Kavaliauskas
2012-02-24 11:24:32 +00:00
2e7492d600
2012-02-23 15:16 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL ! updated mingw make links
Viktor Szakats
2012-02-23 14:16:33 +00:00
b6e0533688
2012-02-23 12:14 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbfimage/hbfimage.hbp * contrib/hbgd/hbgd.hbp * contrib/hbcairo/hbcairo.hbp + added /usr/local/include to dependency search path to make HomeBrew happy (untested)
Viktor Szakats
2012-02-23 11:14:42 +00:00
18d888b900
2012-02-23 12:03 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + updated OS X package manager instructions to HomeBrew (from MacPorts)
Viktor Szakats
2012-02-23 11:04:38 +00:00
d1c2171aab
2012-02-23 00:19 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * minor fixes
Viktor Szakats
2012-02-22 23:21:49 +00:00
9787ada7e7
2012-02-21 23:40 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/hbct/ctwin.c * harbour/contrib/hbct/ctwin.h * harbour/contrib/hbct/ctwfunc.c * modified CTWLASTKEY() to set optionaly last key value TODO: finish support for KEYREAD()/KEYSEND()
Przemyslaw Czerpak
2012-02-21 22:40:33 +00:00
7367a83aed
2012-02-21 12:31 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/3rd/zlib/zutil.h * removed not longer necessary workaround for fdopen(), current ZLIB do not use stdio file functions
Przemyslaw Czerpak
2012-02-21 11:31:30 +00:00
e956689656
2012-02-20 18:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/3rd/zlib/zlib.dif * rediffed with ../../../bin/hb3rdpat.hbs -rediff Thanks to Viktor for the info.
Przemyslaw Czerpak
2012-02-20 17:13:09 +00:00
f3ec4bbc7c
2012-02-20 16:25 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/3rd/zlib/gzlib.c ! do not use _lseeki64 in MinGWCE builds - such function does not exists in CTRL
Przemyslaw Czerpak
2012-02-20 15:25:25 +00:00
70b659985e
2012-02-20 11:58 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/3rd/pcre/sjconfi.h ! disabled fastcall function attr in GCC older then 3.4
Przemyslaw Czerpak
2012-02-20 10:58:19 +00:00
a02472a5ee
2012-02-19 11:17 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk * added detection of homebrew package manager on darwin (untested)
Viktor Szakats
2012-02-19 10:18:13 +00:00
425f3734a9
2012-02-18 13:37 UTC+0100 Viktor Szakats (harbour syenar.net) * src/3rd/zlib/zlib.dif ! rediffed
Viktor Szakats
2012-02-18 12:38:12 +00:00
de755848ab
2012-02-17 21:04 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbcom.ch * harbour/src/rtl/hbcom.c + added new serial error code: HB_COM_ERR_PIPE It's usable for some devices which use EPIPE error to signal disconnected state.
Przemyslaw Czerpak
2012-02-17 20:04:42 +00:00
3663782550
2012-02-17 16:32 UTC+0100 Viktor Szakats (harbour syenar.net) * package/winuni/mpkg_win_uni.bat * INSTALL * minor corrections
Viktor Szakats
2012-02-17 15:32:30 +00:00
d94d2e4d6b
2012-02-17 08:59 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL ! 'XCode' -> 'Xcode'
Viktor Szakats
2012-02-17 07:59:58 +00:00
36a6955b93
2012-02-17 08:42 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added reference to 'Command Line Tools for XCode' ! fixed link for XCode
Viktor Szakats
2012-02-17 07:44:33 +00:00
01678880fb
2012-02-16 19:27 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * minor to prev
Viktor Szakats
2012-02-16 18:28:04 +00:00
e586a68ead
2012-02-16 19:23 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + updated the description of Harbour (in sync with sf.net page) to put better emphasis on Harbour's values.
Viktor Szakats
2012-02-16 18:24:14 +00:00
f26067292d
2012-02-16 17:30 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * 'Mac OS X' -> 'OS X' in sync with Apple.
Viktor Szakats
2012-02-16 16:31:05 +00:00
52de510bad
2012-02-16 17:03 UTC+0100 Viktor Szakats (harbour syenar.net) * config/global.mk + XCode 4.3 clang support
Viktor Szakats
2012-02-16 16:04:26 +00:00
bbd3875aff
2012-02-14 17:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * Refined: dragging-text image made transparent with respect to editors background color, current-line highlight color. The experience now is smoother than before.
Pritpal Bedi
2012-02-15 01:35:07 +00:00
1eb10b1559
2012-02-14 16:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h + Implemented: dragging of selected-text off an editing instance of hbIDE shows up image of text as mouse-trail.
Pritpal Bedi
2012-02-15 00:42:49 +00:00
bc39018f35
2012-02-13 12:07 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h * Fixed: drag & drop behavior. Now hbIDE confirms to standard Windows norms to select/drag/copy|paste operations. Additionally it also confirms to hbIDE's column-selected text and retains its standard behavior.
Pritpal Bedi
2012-02-13 20:12:08 +00:00
554032b8bc
2012-02-12 16:44 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added to self-contained source code example text: "Do not post executables and other binary files." It's redundant, but it apparently "source code" wasn't clear enough.
Viktor Szakats
2012-02-12 15:45:36 +00:00
1fa5cca374
2012-02-12 16:44 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added to self-contained source code example text: "Do not post executables and other binary files." It's redundant, but it apparently "source code" wasn't clear enough.
Viktor Szakats
2012-02-12 15:44:48 +00:00
af22f68276
2012-02-12 16:32 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbhttpd/core.prg * explicitly set HKEEPORDER to not depend on default setting
Viktor Szakats
2012-02-12 15:34:33 +00:00
9f59d4f4d0
2012-02-09 13:49 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/hbjson.c + HB_JSONDECODE(): retain physical order of value pair in returned hash
Viktor Szakats
2012-02-09 12:50:36 +00:00
5d625bd4c7
2012-02-08 12:57 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added link to http://sscce.org/ which site describes quite precisely what a short, self-contained code example is.
Viktor Szakats
2012-02-08 11:59:24 +00:00
29c45d3abd
2012-02-08 02:02 UTC+0100 Viktor Szakats (harbour syenar.net) * src/3rd/pcre/Makefile * src/3rd/pcre/pcre.dif + src/3rd/pcre/pcrebyte.c + added missing file ! adjusted Makefile list after prev commit
Viktor Szakats
2012-02-08 01:07:34 +00:00
1d483175f5
2012-02-08 01:51 UTC+0100 Viktor Szakats (harbour syenar.net) * src/3rd/pcre/pcre.dif * deleted patch applied upstream
Viktor Szakats
2012-02-08 00:58:21 +00:00
f84424543d
2012-02-08 01:25 UTC+0100 Viktor Szakats (harbour syenar.net) * src/3rd/pcre/Makefile + added translation for JIT files from PCRE package PCRE JIT is work of Zoltan Herczeg (hzmester/at/freemail.hu) ARM v5/v7/thumb2, MIPS 32, x86/x64, PPC32/64 CPU platforms are currently supported. + enabled PCRE JIT for mingw and msvc/x86/x64 (mainstream) compilers. Some alternate C compilers like bcc and watcom are not supported, others not tested. Enable those which work. + enabled PCRE JIT for linux and darwin (EXPERIMENTAL). Please test and adjust platform/compiler filters as required. ; fallouts are possible because this is brand new code never tested on Harbour platforms. ; TODO: to enable JIT on more platforms (*nixes, MS-DOS, etc). (Cygwin fails)
Viktor Szakats
2012-02-08 00:31:46 +00:00
23933f663e
2012-02-08 00:05 UTC+0100 Viktor Szakats (harbour syenar.net) * src/3rd/zlib/zlib.dif * src/3rd/zlib/Makefile * src/3rd/zlib/* * 1.2.5 -> 1.2.6 (using hb3rdpat + manual) ; NOTE: vsnprintf() fallouts possible. They patched it extensively, which overrode our similar efforts. ; TODO: please reapply __XCC__ patches.
Viktor Szakats
2012-02-07 23:10:29 +00:00
20f5ea7f26
2012-02-07 20:48 UTC+0100 Viktor Szakats (harbour syenar.net) * src/vm/set.c ! SET( _SET_DEVICE ) to accept anything starting with "PRIN" as "PRINTER" for Cl*pper compatibility.
Viktor Szakats
2012-02-07 19:54:22 +00:00
3a09c40c29
2012-02-07 15:49 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added new item to TROUBLESHOOTING section: "12. If you are to report a problem with Harbour itself, always provide self-contained, minimal sample source code. Do not use xhb contrib library, or any 3rd party Harbour libraries. The sample shall reproduce the problem using official stable or nightly Harbour build."
Viktor Szakats
2012-02-07 14:50:09 +00:00
1074ae16b1
2012-02-03 17:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.h + Implemented: Drag & Drop of selected text. It confirms to the standard Windows behavior per drop protocol, and in addition, also confirms to the hbIDE's column-selection mode.
Pritpal Bedi
2012-02-04 01:29:53 +00:00
3d890a92da
2012-02-01 00:50 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbxbp/xbpgeneric.prg * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp * contrib/hbide/hbqreportsmanager.prg ! neverending cleanup of HB_TR_ALWAYS debug lines
Viktor Szakats
2012-02-01 14:42:07 +00:00
6c3390e4cf
2012-01-31 17:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp ! Fixed: a long standing mis-behavior where K_END was not working as expected in column-selection mode.
Pritpal Bedi
2012-02-01 01:58:39 +00:00
d329122720
2012-02-01 00:50 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog ! added 'incompatible' flag to recent hbhttpd changelog entry
Viktor Szakats
2012-01-31 23:51:11 +00:00
3850eb6a28
2012-01-31 16:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/pp/ppcore.c ! added resetting conditional compilation stack in hb_pp_reset() Before this modification unclosed #if[def] statements were significant for next PRG files passed to Harbour compiler as single command (in such way works also HBMK2 with build in compiler). * clean stream functions and user operators in hb_pp_reset()
Przemyslaw Czerpak
2012-01-31 15:22:45 +00:00
8add0672db
2012-01-31 10:43 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * typo and minor tweak to troubleshooting section
Viktor Szakats
2012-01-31 09:43:43 +00:00
db91e64c15
2012-01-31 05:07 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/pp/ppcore.c ! fixed line numbering in extended codeblocks with multiline commands
Przemyslaw Czerpak
2012-01-31 04:07:44 +00:00
1432a11259
2012-01-30 17:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QWidget.qth - Removed: PaintEvent = Yes flag. It should cover misbehavior reported by CarozoDeQuilmes.
Pritpal Bedi
2012-01-31 01:54:52 +00:00
10a41fe0b6
2012-01-30 17:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/docviewgenerator.ui + Added: toolbar button on Document Viewer dock to "Save All as PDF". * contrib/hbide/idefunctions.prg + Added: ::lQuitting message handelling. * contrib/hbide/ideharbourhelp.prg + Implemented: to save all Harbour help documents to .pdf. User will be asked to provide a file name which will be used as prefix to complete .pdf filename. It will be suffixed with "_" + function name. User is requested to select an empty sub-folder to get all PDFs which will be over 2000+ as per current SVN. * contrib/hbide/idemain.prg + Reworked: how hbIDE was exiting. It may fix the exit crash. * contrib/hbide/idesaveload.prg + Fixed: a wrongly accesses class variable. This might potentially be causing hbIDE to generate GPF at startup on Windows 7, please test. * contrib/hbide/ideshortcuts.prg + Added: ::lQuitting message handelling.
Pritpal Bedi
2012-01-31 01:45:53 +00:00
70eef1da40
2012-01-31 00:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/gtwvg/wvgwin.c ! added workaround for possible HVM string corruption and GPF in WVG_SENDMESSAGE() function. This function is still very danger when it's used with messages extracting data to passed buffer and user have to pass string large enough to avoid possible buffer overflow.
Przemyslaw Czerpak
2012-01-30 23:57:05 +00:00
720cf3e820
2012-01-31 00:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/gtwvg/wvgwin.c ! fixed wrongly used string handler instead of string pointer as HB_STORSTR() parameter ! added missing casting for C++ mode ! added casting to pacify warning
Przemyslaw Czerpak
2012-01-30 23:37:56 +00:00
76e3f5afd6
2012-01-30 15:19 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * config/postinst.hbs ! use HB_WILDMATCH() with .T. option to make it behave as expected
Viktor Szakats
2012-01-30 14:21:50 +00:00
c68616972b
2012-01-30 14:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/harbour.hbx + added HB_FUNC_EXCLUDE HB_MT TOFIX: it also disabled HB_MTVM() function. It should not happen.
Przemyslaw Czerpak
2012-01-30 13:33:49 +00:00
ac6efa8cbb
2012-01-30 14:38 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * ChangeLog ! fixed multiple typos in previous ChangeLog entry
Mindaugas Kavaliauskas
2012-01-30 12:38:00 +00:00
e83d6afbe2
2012-01-30 10:27 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/getsyshb.prg % optimization
Viktor Szakats
2012-01-30 09:30:22 +00:00
e02cbc6c06
2012-01-29 17:22 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/tget.prg * src/rtl/getsyshb.prg + added support for hash GET variables
Viktor Szakats
2012-01-29 16:25:03 +00:00
2e18cad2d5
2012-01-27 22:40 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbhttpd/tests/eshop.prg * deleted debug line
Viktor Szakats
2012-01-27 21:41:25 +00:00
94d5bbcfa0
2012-01-27 21:15 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbhttpd/core.prg * contrib/hbhttpd/tests/eshop.prg + enabled SSL after successful testing * moved cert generation instructions to sample app src
Viktor Szakats
2012-01-27 20:16:57 +00:00
a76ac0b90f
missed this
Viktor Szakats
2012-01-27 20:01:21 +00:00
8cf24d1ffd
2012-01-27 20:52 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbplist * contrib/hbhttpd/core.prg * contrib/hbhttpd/hbhttpd.hbp * contrib/hbhttpd/hbhttpd.hbc + contrib/hbhttpd/hbhttpds.hbp + contrib/hbhttpd/hbhttpds.hbc * contrib/hbhttpd/widgets.prg * contrib/hbhttpd/hbhttpd.hbx - contrib/hbhttpd/tests/webapp.prg + contrib/hbhttpd/tests/eshop.prg * contrib/hbhttpd/tests/files/main.js + contrib/hbhttpd/tests/tpl + merged latest uhttpd changes (0.4) posted by Mindaugas on his website into hbhttpd. It implements these changes (quote): * strict scope for UHttpd class methods and variables * support for more HTTP status codes * added error handler for child processes ! fixed bug in HttpDateUnformat() * new server parameters setting approach implemented * more friendly UProcInfo() output format + client IP filtering
Viktor Szakats
2012-01-27 19:58:14 +00:00
401423620e
2012-01-27 18:25 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * src/vm/hashes.c * src/vm/hashfunc.c + implemented posibility to use hashes a sorted arays with binary search.
Mindaugas Kavaliauskas
2012-01-27 16:25:55 +00:00
c62cf697f7
2012-01-27 13:34 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * deleted announcement mailing list. pls recreate with new owner if needed.
Viktor Szakats
2012-01-27 12:34:52 +00:00
1ca1e331bb
2012-01-26 14:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpwindow.prg ! Fixed: (Hopefully) the main menu issue on MAC reported by Antonio Linares.
Pritpal Bedi
2012-01-26 22:58:36 +00:00
3b4cc84f91
2012-01-26 12:37 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idebrowse.prg * contrib/hbide/idechangelog.prg * contrib/hbide/idedocks.prg * contrib/hbide/idedocwriter.prg * contrib/hbide/ideedit.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/ideformat.prg * contrib/hbide/idefunctions.prg * contrib/hbide/ideharbourhelp.prg * contrib/hbide/idehome.prg * contrib/hbide/idemain.prg * contrib/hbide/ideobject.prg * contrib/hbide/idesaveload.prg * contrib/hbide/ideshortcuts.prg * contrib/hbide/ideskeletons.prg * contrib/hbide/idethemes.prg * contrib/hbide/idetools.prg * Fixed: (Hopefully) hbIDE crash at exit. This might happen at certain situations when a slot is executed while object has already been destroyed by its parent. The problem report was furnished by Antonio Linares, thanks.
Pritpal Bedi
2012-01-26 20:44:50 +00:00
8fbd0c8bcd
2012-01-26 10:14 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbqt/hbqt_common.hbc ! untested patch to switch static supc++ to dynamic stdc++ on darwin systems (following bsd systems in 2010-11-26 13:44 UTC+0100) as suggested by Antonio Linares to make hbide build on OS X Lion. [ to be tested that earlier OS X version are still okay. ]
Viktor Szakats
2012-01-26 09:15:23 +00:00
5bb86161a7
2012-01-25 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg ! Changed: <Replace> option in <Find in Files> now opens the modified source on <Main> panel only instead the current active panel if the source is not open already. This facilitates the easy management of saving/closing those sources in bulk.
Pritpal Bedi
2012-01-26 02:09:21 +00:00
d992947bba
2012-01-25 15:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg ! Changed: <Replace> option in <Find in Files> now keeps open the modified source in modified state which has to be saved/closed by the user manually. To accomplish this task efficiently there already exist an option in <Main Menu><Files><Save All> or by other tool-bar controlled icons. [ Suggested by Maurizio and Qatan ]
Pritpal Bedi
2012-01-25 23:10:47 +00:00
28f5664f75
2012-01-25 14:23 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideharbourhelp.prg + Changed: the way .hbd page was being displayed. Now it contains the complete syntax of the function/method etc. Thanks to Massimo for the tip.
Pritpal Bedi
2012-01-25 22:33:17 +00:00
82697b6864
2012-01-25 20:23 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + warning will be shown and lib ignored if user explicitly specifies Harbour core library. ! visual glitch in two trace msgs.
Viktor Szakats
2012-01-25 19:24:34 +00:00
e72c4aa9f1
2012-01-24 18:00 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg * contrib/hbide/idesources.prg + Implemented: <Replace> option in <Find in Files> protocol. Please test and forward your suggessions as to what can be improved hereunder.
Pritpal Bedi
2012-01-25 02:03:18 +00:00
ae5848cf24
2012-01-24 15:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idedocks.prg * contrib/hbide/idemain.prg * contrib/hbide/idesaveload.prg ! Optimized: to display the user interface as fast as possible. The only feature compromized is the Window Theme set via <Setup><General><Style>. Now it appears to be lightening fast, let me know your experiences.
Pritpal Bedi
2012-01-24 23:24:05 +00:00
0b87a58c9a
2012-01-24 23:50 UTC+0100 Viktor Szakats (harbour syenar.net) * ChangeLog ! typo * config/global.mk * changed wording in a rare error msg
Viktor Szakats
2012-01-24 22:51:23 +00:00