a2c63946e8
2010-01-15 20:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/win_tprn.prg ! removed left by mistake unused variable * save only numeric parameters in SetColor() method. QUESTION: TextOut() method uses 4-th parameter to control text alignment but it uses own constant values: 0 == left, 1 == right, 2 == centered instead of TA_* constants. Should we keep it or rather use windows constant values adding also support for vertical alignment? In current xHarbour code this parameter was changed to accept windows constants and 5-th parameter was added which is OR-ed with the 4-th one but for me this part is redundant. * harbour/contrib/hbwin/win_prn1.c % minor optimization
Przemyslaw Czerpak
2010-01-15 19:10:19 +00:00
57369ad95c
2010-01-15 19:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/set.c ! ULONG -> HB_FATTR. Missed this occurrence of this ULONG in previous global modification pass. Error reported by Istvan Bisz.
Viktor Szakats
2010-01-15 18:57:35 +00:00
0ee3aa6d4f
2010-01-15 19:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbclass.ch * enable strict parameters validation in method declaration and implementation when warning level (-w?) is 3 or higher * small modification in error messages
Przemyslaw Czerpak
2010-01-15 18:25:14 +00:00
9b462b15d0
2010-01-15 17:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/cmdarg.c * contrib/hbct/disk.c % Using HB_SIZEOFARRAY() instead of repeating declaration size.
Viktor Szakats
2010-01-15 16:39:54 +00:00
17a7f91323
2010-01-15 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbexprb.c ! s&r error bug in recent change.
Viktor Szakats
2010-01-15 14:12:58 +00:00
af966c6e85
2010-01-15 12:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h + Marked BOOL, TRUE and FALSE as HB_LEGACY_LEVEL3. This means these types will disappear from Harbour after next major release. Please start to migrate to the new, pure Harbour replacement types for portable Harbour code: HB_BOOL, HB_TRUE, HB_FALSE.
Viktor Szakats
2010-01-15 11:21:32 +00:00
e4f55f694f
2010-01-15 02:13 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idesources.prg * contrib/hbqt/hbqt.h * contrib/hbqt/hbqt_hbqsyntaxhighlighter.cpp * contrib/hbqt/hbqt_hbqsyntaxhighlighter.h * contrib/hbqt/hbqt_hbslots.cpp + Implemented "Set Mark" and "Goto Mark" toolbar actions. This implementation has a little glitch which I am lookking to be realized with subclassing. But the prototype is in place.
Pritpal Bedi
2010-01-15 10:19:32 +00:00
a8dac18c1e
2010-01-14 18:21 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideobject.prg * contrib/hbide/idesaveload.prg + Implemented current line highliting. Currently it is ON by default. Later when all components will be in place then it will fall under generic category in thought of "Setup" dialog. + Implemented to show number of selection characters in status-bar. Requested by: Rodrigo Machado. + Implemented to retain last selected codec from the main menu to be populated at next run. It is also displayed in the status-bar. ; Please comment.
Pritpal Bedi
2010-01-15 02:25:12 +00:00
d277414fea
2010-01-15 01:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/cmdcheck.c * src/compiler/compi18n.c * src/compiler/complex.c * src/compiler/genc.c * src/compiler/gencc.c * src/compiler/genobj32.c * src/compiler/harbour.y * src/compiler/harbour.yyc * src/compiler/harbour.yyh * src/compiler/hbcomp.c * src/compiler/hbdead.c * src/compiler/hbfunchk.c * src/compiler/hbgenerr.c * src/compiler/hblbl.c * src/compiler/hbmain.c * src/compiler/hbopt.c * src/compiler/hbstripl.c * src/compiler/ppcomp.c * BOOL -> HB_BOOL * TRUE -> HB_TRUE * FALSE -> HB_FALSE ; Only gtwvw is left now. But maybe some local hack will be enough there until the code is unstable.
Viktor Szakats
2010-01-15 00:48:01 +00:00
003fd7c41e
2010-01-14 18:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/strclear.c + HB_STRCLEAR() return value will now precisely inform about successful clear operation. Thanks to Mindaugas.
Viktor Szakats
2010-01-14 17:59:30 +00:00
91692e7be6
2010-01-14 10:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbclass.ch ! fixed compilation with strong typed parameters in method implementation * enable strict parameters validation only when method is declared with (), i.e.: method open does not force any parameter validation so it can be implemented with any parameters but: method open() needs open method implementation with only one parameter and: method open( file ) needs open method implementation with exactly one parameter 'file'
Przemyslaw Czerpak
2010-01-14 09:11:48 +00:00
07a518a563
2010-01-14 00:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/gtwvg/wvg3stat.prg * contrib/gtwvg/wvgax.prg * contrib/gtwvg/wvgbitmp.prg * contrib/gtwvg/wvgcheck.prg * contrib/gtwvg/wvgcombo.prg * contrib/gtwvg/wvgcrt.prg * contrib/gtwvg/wvgdarea.prg * contrib/gtwvg/wvgdatar.prg * contrib/gtwvg/wvgdlg.prg * contrib/gtwvg/wvghtmlv.prg * contrib/gtwvg/wvglistb.prg * contrib/gtwvg/wvgmenub.prg * contrib/gtwvg/wvgmle.prg * contrib/gtwvg/wvgpushb.prg * contrib/gtwvg/wvgradio.prg * contrib/gtwvg/wvgscrlb.prg * contrib/gtwvg/wvgsle.prg * contrib/gtwvg/wvgstatb.prg * contrib/gtwvg/wvgstatc.prg * contrib/gtwvg/wvgsysw.prg * contrib/gtwvg/wvgtabpg.prg * contrib/gtwvg/wvgtoolb.prg * contrib/gtwvg/wvgtreev.prg * contrib/gtwvg/wvgwnd.prg ! Methods definition matched with methods as per Harbour specs. It compiles fine but it will be wise to reformat them for consistency.
Pritpal Bedi
2010-01-14 09:04:21 +00:00
b4755ecce5
2010-01-13 22:24 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/gtwvg/wvgclass.prg ! Fixed method declarations as per current requirements. ! Formatting.
Pritpal Bedi
2010-01-14 06:26:03 +00:00
a89b3b12a7
2010-01-14 05:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnf/mouse.c * contrib/hbnf/getver.c * contrib/hbclipsm/status.c * contrib/hbmisc/dates2.c * examples/gtwvw/gtwvw.c * examples/gtwvw/wvwstbar.c * examples/gtwvw/wvwfuncs.c % hb_arraySet( ..., hb_itemPut*() ) optimized to hb_arraySet*(). % hb_itemArrayPut( ... ) optimized to hb_arraySet*(). % hb_itemReturn() + hb_itemRelease() optimized to hb_itemReturnRelease(). ! Fixed two win64 bugs in above gtwvw calls.
Viktor Szakats
2010-01-14 04:20:31 +00:00
83ea866c61
2010-01-14 03:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn3.c * ULONG -> HB_SIZE ! Fixed new warning in hb_tstrncat() (assigment in conditional). I've now basically restored my original version taken from common lib.
Viktor Szakats
2010-01-14 02:26:19 +00:00
b5aeaca07e
2010-01-13 18:19 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideeditor.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideobject.prg * contrib/hbide/idesources.prg + Implemented line numbers in editing objects. I used a very simplified way to achieve which otherwise is implemented in altogether different ways in Qt examples scattered over the net.
Pritpal Bedi
2010-01-14 02:20:54 +00:00
ea184d1bc4
2010-01-14 02:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/generator/hbqtgen.prg * contrib/hbqt/qth/QSyntaxHighlighter.qth * contrib/hbqt/hbqt_misc.prg ! Synced method declaration with definition. ; (I'm leaving hbxbp and gtwvg to Pritpal)
Viktor Szakats
2010-01-14 01:57:46 +00:00
b1d68f0a5e
2010-01-14 01:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/harbour.y * harbour/src/compiler/harbour.yyh * harbour/src/compiler/harbour.yyc ! pacified compile time error when ... is used as parameter in _HB_MEMBRER declaration. TODO: Remove or fix this strong typing grammar rules.
Przemyslaw Czerpak
2010-01-14 00:45:19 +00:00
aab5406bdb
2010-01-14 01:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/memoedit.prg ! Fixed to set K_ESC as lastkey() if exiting with changed buffer and answering 'yes' to confirmation question. Thanks Przemek for reporting it. ! Fixed to not save buffer if exiting with <Esc> and SET SCOREBOARD OFF.
Viktor Szakats
2010-01-14 00:38:13 +00:00
25f48aa426
2010-01-13 18:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/tget.prg ! Fixed cursor positioning bug, when @S picture length is higher than actual edit buffer length. Thanks to Stupar for report. [TOMERGE 2.0]
Viktor Szakats
2010-01-13 17:14:01 +00:00
005c87fc47
2010-01-13 08:53 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideobject.prg ! Code cleanup. ! Started preparations for line nos dispaly commented out with #if 0/#endif construct.
Pritpal Bedi
2010-01-13 16:57:10 +00:00
892efc393d
2010-01-13 17:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/Makefile + src/rtl/strclear.c * include/hbextern.ch + Added HB_STRCLEAR() function to safely clear the content of a string variable. Notice that this method by itself can only work if the string variable has no other references, and generally you have to code carefully to avoid creating unwanted copies of the string when passing it around in an app. So this is no silver bullet, but rather just one component to solve this problem.
Viktor Szakats
2010-01-13 16:13:29 +00:00
2b1f7f3bc6
2010-01-13 15:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.prg + Internal change moving all server object related variables to one array. + Added 'config' command. * Changed exit command to quit to be in sync with other tools and hbrun. + Attempt to free password variable. + Showing 'unsafe' warning if RPC is enabled without filter module.
Viktor Szakats
2010-01-13 14:45:29 +00:00
6e4895e9de
2010-01-13 15:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.ch * Disabled HB_LEGACY_LEVEL2 by default. * HB_LEGACY_OFF now controls HB_LEGACY_LEVEL3 (was HB_LEGACY_LEVEL2). + Added HB_LEGACY_LEVEL4 ; SVN users notice: This may make your C code INCOMPATIBLE with this version, please review required changes (documented in older ChangeLog entries) and update your code. Look for HB_LEGACY_LEVEL2 and INCOMPATIBLE keywords.
Viktor Szakats
2010-01-13 14:11:50 +00:00
729939c95e
2010-01-13 13:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/hbsix/sxcompat.prg ! fixed bug reported by Stupar: OrdSetFocus() used instead of OrdNumber()
Przemyslaw Czerpak
2010-01-13 12:08:05 +00:00
4475e8b0af
2010-01-13 09:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/vm/hashes.c + added new function hb_hashGetCItemPtr() which accepts ASCIIZ string as index.
Przemyslaw Czerpak
2010-01-13 08:38:05 +00:00
cddd2a7e96
2010-01-11 18:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/generator/hbqtgen.prg * contrib/hbqt/qth/QTextCodec.qth * contrib/hbqt/qtcore/* * contrib/hbqt/qtgui/* * contrib/hbqt/qtnetwork/* + Implemented Linguistic Translation Mechanism base call. The next step is to feed translations into Qt's engine. This means any string sent to QWidgets will be translated through the language set with hbqt_SetCodecForTr( cCodec ). The translated string is in the context of the widget it is being applied to.
Pritpal Bedi
2010-01-13 02:36:17 +00:00
20df4144ca
2010-01-12 01:53 UTC+0500 April White (april users.sourceforge.net) * contrib/hbbtree/hb_btree.c * read-only flag is not hidden when a file is opened * allow skip size to be optional * raise error when inserting or deleting into a read-only file ! this does not apply to a created read-only file * improved argument checks * fixed TOFIX regarding portable binary format reading/writing * fixed TOFIX regarding a suspicious sizeof of a constant ! TOFIX: in-memory btree's cause a fatal error; this is a work in progress
April White
2010-01-13 02:06:51 +00:00
91b1c271f5
2010-01-11 16:58 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg * contrib/hbide/ideactions.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idefindreplace.prg * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg + Implemented various actions on current editing window honoring splitted windows indivisually, i.e., Find/Replace, Goto, Function activated via Function List, etc., etc. Though I have attempted resonable debugging but still for sure I must have left undesirable, please report.
Pritpal Bedi
2010-01-13 01:02:57 +00:00
f28e124cab
2010-01-12 19:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbsqlit3/hbsqlit3.c * contrib/hbfimage/fi_wrp.c ! Fixed to use hb_vmRequest*() in callbacks.
Viktor Szakats
2010-01-12 18:40:54 +00:00
bd9a97a63c
2010-01-11 08:20 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideprojmanager.prg ! Fixed bug reported by Marco Bra
Pritpal Bedi
2010-01-12 16:24:50 +00:00
51934abb5c
2010-01-12 16:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbstr.c * Formatting.
Viktor Szakats
2010-01-12 15:46:03 +00:00
dbe67cd074
2010-01-12 15:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/examples/gtwvw/gtwvw.c * updated to use hbgtreg.h to register the GT
Przemyslaw Czerpak
2010-01-12 14:21:23 +00:00
774bf60b43
2010-01-12 13:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.prg + Added new parameter parsing allowing to pass options in free order in any combination.
Viktor Szakats
2010-01-12 12:08:46 +00:00
1b2dbede47
2010-01-12 12:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.hbp + Now includes hbmk.hbm so that the .hbp file works when hbmk2 is launched from other directory.
Viktor Szakats
2010-01-12 11:24:20 +00:00
d91c217ae4
2010-01-11 01:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_destruct.cpp + Added .prg callable hbqt_QMainWindow_saveSettings() and hbqt_QMainWindow_restSettings(). These two functions are essential to save and restore last hbIDE interface exactly in the same state it was closed last. This I could not achieve via pure .prg code.
Pritpal Bedi
2010-01-12 10:22:14 +00:00
eaa5203f84
2010-01-11 16:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/contrib/hbnetio/tests/netiot02.prg + added yet another example of NETIO client. It needs netiosrv executed on the same machine, see comments inside this code for details.
Przemyslaw Czerpak
2010-01-11 15:25:53 +00:00
839697c9bc
2010-01-11 14:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/tests/netiotst.prg * added netio_disconnect() to test code
Przemyslaw Czerpak
2010-01-11 13:44:04 +00:00
af90ba9a0c
2010-01-11 12:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c * move hb_znetOpen() parameter validation from HB_INETCOMPRESS() to hb_znetOpen() - it should help keeping other code using hb_znetOpen() more simple
Przemyslaw Czerpak
2010-01-11 11:22:05 +00:00
0ccafa6486
2010-01-10 22:54 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + contrib/hbide/resources/folder.png + Added new image to be placed on "Property Dialog"s folder selection push buttons.
Pritpal Bedi
2010-01-11 06:59:44 +00:00
d9c9010f87
2010-01-10 16:54 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/ideactions.prg + Added new action "CloseOther" referenced in the menu, but missing in IdeActions:loadActions()
Vailton Renato
2010-01-10 19:09:03 +00:00
263b3652c8
2010-01-10 07:34 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/idedocks.prg * contrib/hbide/ideobject.prg * contrib/hbxbp/xbprtf.prg ! Fixed: double-click on Output Console error information line now correctly places the editor positions. The error will not occur in future.
Pritpal Bedi
2010-01-10 15:38:12 +00:00
d6ad2ffe47
2010-01-10 10:50 UTC-0300 Vailton Renato (vailtom gmail.com) * contrib/hbide/idesources.prg ! Fixed to call ::oIde:updateTitleBar() after close any file. After closing all the files, the hbIDE was not updating the title bar of the main window.
Vailton Renato
2010-01-10 13:14:51 +00:00
83d8970362
2010-01-10 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn3.c % Dropped hb_xgrab() return value checks for NULL. * Avoided lstrcpy().
Viktor Szakats
2010-01-10 11:59:23 +00:00
7d0eb012a9
2010-01-10 11:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added gcc pkg to opensolaris pkg list.
Viktor Szakats
2010-01-10 10:58:27 +00:00
486047b99a
2010-01-10 02:16 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/idedocks.prg * contrib/hbide/ideeditor.prg * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idesources.prg * contrib/hbide/idethemes.prg * contrib/hbide/resources/projectproperties.ui ! Some fixes and code optimizations. Please report if some feature is not working ok.
Pritpal Bedi
2010-01-10 10:18:51 +00:00
0b4cbe9923
2010-01-09 15:39 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.hbp * contrib/hbide/hbide.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideobject.prg * contrib/hbide/ideprojmanager.prg + contrib/hbide/idesources.prg * contrib/hbide/projects/hbide.hbi ! Next round of reforms, may be second-last, mainly concentrating on accessing the different components with ease.
Pritpal Bedi
2010-01-09 23:43:59 +00:00
37d7989d47
2010-01-09 12:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Extended Linux deb/rpm sections: - Added list of base packages - Listed actual active distro names - Added pkg install command for various rpm distros - Added link to webpage containing extensive information about pkg management commands on different distros + Added SUNWsvn package for OpenSolaris.
Viktor Szakats
2010-01-09 11:55:36 +00:00
07e8174aae
2010-01-09 02:31 UTC+0500 April White (april users.sourceforge.net) * contrib/hbbtree/tbtree.prg * updated copyright date * formatting * hide constructor; use TBTreeNew() % this parallels the Open() merthod and TBTreeOpen()
April White
2010-01-09 02:34:46 +00:00
f009567e50
2010-01-08 18:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbide/ideeditor.prg * contrib/hbide/idemisc.prg * contrib/hbide/ideprojmanager.prg + Enabled .PPO creation in a tab sharing the other sources. So all other editing features are available to it. .ppo is opened in separate tab than the original source. .ppo is not included in "Recent Files" list and hance it is not made available at next execution.
Pritpal Bedi
2010-01-09 02:12:39 +00:00
7760e7425d
2010-01-09 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Fixed to not require HB_BIN_COMPILE is host and target platform is the same, host is x64 and target is x86. x64 hosts can run x86 binaries. (pls shout if you know any exception)
Viktor Szakats
2010-01-09 00:40:40 +00:00
8eceab7f7c
2010-01-08 15:44 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp ! Fixed a very bad omission : if( object->property( signal ).toInt() == i ) => if( object->property( signal ).toInt() == i + 1 ) It fixes if an action is not already defined for a widget. TO WATCH: Is is desirable ?
Pritpal Bedi
2010-01-08 23:50:22 +00:00
45232282b9
2010-01-08 18:28 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/dynsym.c + accept also function name (not only symbol index) as parameter of __DYNSISFUN()
Przemyslaw Czerpak
2010-01-08 17:28:54 +00:00
7857d2d0eb
2010-01-08 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/wce/msvcarm.mk ! Fixed typo in prev modification.
Viktor Szakats
2010-01-08 11:25:42 +00:00
2dbdea1211
2010-01-08 01:37 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp * contrib/hbqt/hbqt_hbslots.h + Added QList<QObject *>listObj member. There was no guard against an object connected more than once for the same slot. That's why menu and toolbar actions were being executed twice.
Pritpal Bedi
2010-01-08 09:54:38 +00:00
dbba883c0f
2010-01-07 18:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpmenubar.prg ! Fixed nasty bug which was preventing removal of items with oXbo:delItem().
Pritpal Bedi
2010-01-08 03:10:12 +00:00
0511a246a3
2010-01-08 01:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/wce/msvcarm.mk + Added -nxcompat and -dynamicbase to .dll link command. (I'm unsure what -dynamicbase is good for in a .dll, but it's accepted and set) ! Fixed to add -nxcompat/-dynamicbase for MSVC 2008 and upper. (it's also possible to use it with MSVS 2005 SP1 though, but build won't detect this case)
Viktor Szakats
2010-01-08 00:33:47 +00:00
23ac606bcc
2010-01-08 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/dlmalloc.c ! Fixed two potentially uninitialized variables, signaled by MSVC.
Viktor Szakats
2010-01-08 00:14:19 +00:00
dd570d683c
2010-01-07 21:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added free SVN book link.
Viktor Szakats
2010-01-07 20:59:38 +00:00
ee3855d786
2010-01-07 18:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Made it clear that valgrind only support 32-bit Intel darwin systems ATM.
Viktor Szakats
2010-01-07 17:23:43 +00:00
472c3592ed
2010-01-07 18:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/extrap.c * contrib/hbwin/win_prn3.c + Added TOFIXes for unsafe function usage: IsBadWritePtr(), IsBadReadPtr(), lstrlen(), lstrcpy(), lstrcat() ; QUESTION: Any idea how to fix that? win_prn3.c can probably be fixed with some good general coding idea.
Viktor Szakats
2010-01-07 17:17:24 +00:00
d89181934b
2010-01-07 16:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/netiosrv.hbp * utils/hbformat/hbformat.hbp * utils/hbmk2/hbmk2.hbp * utils/hbi18n/hbi18n.hbp * utils/hbtest/hbtest.hbp * utils/hbrun/hbrun.hbp * config/wce/msvcarm.mk * config/win/msvc.mk + Added -fixed:no to msvc command line. It seems to be needed for ASLR compatibility.
Viktor Szakats
2010-01-07 15:12:28 +00:00
cee6162783
2010-01-07 16:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Updated valgrind example.
Viktor Szakats
2010-01-07 15:03:47 +00:00
3216c67731
2010-01-07 14:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiocli.c ! use hb_vmAtInit() to initialize NETIO - looks that winsock initialization in startup code does not work - please test
Przemyslaw Czerpak
2010-01-07 13:14:39 +00:00
4e02eab09f
2010-01-07 14:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbznet.c * harbour/include/hbznet.h * added new optional parameter to hb_znetWrite() function which allow to catch result of last hb_socketSend() operation * removed automatic flushing from hb_znetWrite() function, it should help in implementing more efficient C code using hb_znet*() functions
Przemyslaw Czerpak
2010-01-07 13:07:54 +00:00
97a0e02cd1
2010-01-07 10:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog * Some changes marked DONE.
Viktor Szakats
2010-01-07 10:01:27 +00:00
83adc213d0
2010-01-06 18:57 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideactions.prg * contrib/hbide/ideprojmanager.prg * contrib/hbide/idestylesheets.prg ! Fixed few more artifacts. ! Recent Files and Projects Menu was growing crazy, was a result of not deleting the menu item in XbpMenu() class. More attention is required yet.
Pritpal Bedi
2010-01-07 02:58:58 +00:00