0c1b9f7d85
2010-10-08 17:59 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbmk2/hbmk2.prg ! disabled automatic generation of dll_hb_vmProcAddress() in binaries linked with hbmaindllp library. Such function should be attached to the code linked with HVM on user request i.e. using some new HBMK2 switch.
Przemyslaw Czerpak
2010-10-08 15:59:46 +00:00
9c267b30ca
2010-10-08 11:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/hbcom.c * explicitly set HB_COM_ERR_TIMEOUT and return -1 in all OS-es if hb_comSend() or hb_comRecv() writes/reads 0 bytes. It should help in creating portable code eliminating OS dependent differences.
Przemyslaw Czerpak
2010-10-08 09:15:59 +00:00
e22c6c7e28
2010-10-08 10:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/common/hbstr.c + added new C function: double hb_numExpConv( double dNum, int iExp ) * harbour/src/rdd/dbf1.c + added support for decoding exponents part from 'F' fields
Przemyslaw Czerpak
2010-10-08 08:17:16 +00:00
edf6cf3b46
2010-10-07 18:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Fixed: paste operation was not deleting the selected text before pasting new text.
Pritpal Bedi
2010-10-08 01:03:16 +00:00
6256ccc4be
2010-10-07 10:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/hbmain.c * declare automatically created function in code compiled by HB_COMPILEFROMBUF() with -n2 switch as static. It eliminates possible conflicts when user tries to register in single HVM instance many HRB modules with such startup function.
Przemyslaw Czerpak
2010-10-07 08:21:20 +00:00
2b86932f0b
2010-10-06 16:33 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbpwindow.prg ! An important regression fix. Please always construct an object when :from() is used as: HB_Q*Class():from( pPtr ) instead of Q*Class():from( pPtr )
Pritpal Bedi
2010-10-06 23:32:08 +00:00
ebc3fd9213
2010-10-06 07:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbrun/hbrun.prg ! fixed typo in my last commit - Thanks to Frank Van Nuffel for information about the problem
Przemyslaw Czerpak
2010-10-06 05:20:18 +00:00
394fd3bd21
2010-10-05 12:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbrun/hbrun.prg + extended error message so it reports more precisely the problem with user command. + use -n2 instead of -n for user command compilation It allows to use: DO <proc> [WITH <args,...>] when <proc>.prg contains code without explicit startup procedure. % removed useless hbrun_DirAddPathSep() - hb_FNameMerge() automatically adds directory separator if necessary. ! changed the order of locating files without extension so files in local directory are not hidden by file in PATH or hb_baseDir() ! interrupt execution when given .hbs or .prg file cannot be cleanly compiled. ! generate error when file passed as in parameters cannot be found. ! do not strip quote characters from PATHs in *nix builds.0 ! use in DOS builds "~harbour" instead of ".harbour" as directory name for hbrun history file. ; Possible TODO: add function: HB_FNameCheck( <cFileName> ) -> <lNameOK> which will check if <cFileName> is correct and can be used with given file system. <cFileName> should contain full path so it can be verified with correct file system. Such extension should eliminate code which disable unconditionally long file names in all DOS builds.
Przemyslaw Czerpak
2010-10-05 10:46:08 +00:00
ace9647b8a
2010-10-04 18:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/utils/hbmk2/hbmk2.prg * added /opt/cross to directories scanned for MinGW cross binaries in *nix hosts (just like in global.mk)
Przemyslaw Czerpak
2010-10-04 16:53:08 +00:00
6ebbfea898
2010-10-04 18:23 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/fstemp.c ! fixed typo in my last commit (#elif instead of #if) Thanks to Itamar M. Lins Jr. for the info.
Przemyslaw Czerpak
2010-10-04 16:23:37 +00:00
339e968558
2010-10-04 08:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbplistbox.prg ! Changed: the way context menu was being fired.
Pritpal Bedi
2010-10-04 16:21:49 +00:00
bb14033f3a
2010-10-04 13:22 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/fstemp.c * disabled using tmpnam() in OS2 builds % small code cleanup
Przemyslaw Czerpak
2010-10-04 11:22:45 +00:00
4ef4615a60
2010-10-03 15:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbptreeview.prg ! Fix: to last commit. Thanks Francesco for reporting.
Pritpal Bedi
2010-10-03 22:12:35 +00:00
a53c7aac5d
2010-10-03 23:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbffpt/dbffpt1.c ! fixed my typo in HB_TRACE massage reported by Alexandr Okhotnikov
Przemyslaw Czerpak
2010-10-03 21:50:40 +00:00
4171b1b8a8
2010-10-03 14:03 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQEvents.qth * contrib/hbqt/qtcore/qth/HBQSlots.qth * contrib/hbqt/qtcore/qth/HBQString.qth * contrib/hbqt/qtcore/qth/QAbstractEventDispatcher.qth * contrib/hbqt/qtcore/qth/QAbstractItemModel.qth * contrib/hbqt/qtgui/qth/HBQAbstractItemModel.qth * contrib/hbqt/qtgui/qth/HBQGraphicsItem.qth * contrib/hbqt/qtgui/qth/HBQGraphicsScene.qth * contrib/hbqt/qtgui/qth/HBQSyntaxHighlighter.qth * contrib/hbqt/qtgui/qth/HBQTableView.qth * contrib/hbqt/qtgui/qth/HBQTextBlockUserData.qth * contrib/hbqt/qtgui/qth/QBrush.qth * contrib/hbqt/qtgui/qth/QWidget.qth ! Some tweaks to be ready for next massive commit where CONSTRIUCTORS will be managed automatically.
Pritpal Bedi
2010-10-03 21:18:48 +00:00
4d27a0e9b2
2010-10-03 11:14 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt_pointer.cpp ! Fixed: to not reach end of code with return type.
Pritpal Bedi
2010-10-03 18:18:59 +00:00
f4aa2359de
2010-10-03 17:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added MS-DOS compiler (djgpp) detection when used on *nix platform in cross-compile scenario. BTW I've also found that I had already implemented win and wce autodetection based on global.mk, so it' supposed to work. Please test it.
Viktor Szakats
2010-10-03 15:46:50 +00:00
50512a96f4
2010-10-03 11:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/wvgwing.c ! Fixed after prev. Suggested by YD0DKL
Viktor Szakats
2010-10-03 09:26:33 +00:00
1badb86c78
2010-10-02 11:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added workaround for mingw compiler problem where it tends to leave zero byte long objects in cases when the build process gets (manually) aborted. Please check it and report any potential performace problems (hbmk2 needs to read the objects' size from the directory listing). Maybe we will need a Harbour function which returns both timestamp and size in one call.
Viktor Szakats
2010-10-02 09:44:56 +00:00
846294d34d
2010-10-01 17:24 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddpg/sddpg.c * added text field support provided by Aleksander Czajczynski with some changes
Mindaugas Kavaliauskas
2010-10-01 14:26:49 +00:00
01f66be9d5
2010-10-01 17:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/tests/oletst2.vbs * restored unintentional commit
Mindaugas Kavaliauskas
2010-10-01 14:17:38 +00:00
1d6ad2ddfa
2010-10-01 17:07 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlbase.c * harbour/contrib/sddfb/sddfb.c * harbour/contrib/sddmy/sddmy.c * harbour/contrib/sddoci/sddoci.c * harbour/contrib/sddodbc/sddodbc.c * harbour/contrib/sddpg/sddpg.c * harbour/contrib/sddsqlt3/sddsqlt3.c ! added protection agains double resource freeing in case of double CLOSE method;
Mindaugas Kavaliauskas
2010-10-01 14:08:22 +00:00
ff5b0ff83b
2010-09-30 10:20 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + contrib/hbqt/qtcore/qth/QGenericArgument.qth + contrib/hbqt/qtcore/qth/QGenericReturnArgument.qth + contrib/hbqt/qtcore/qth/QMetaClassInfo.qth + contrib/hbqt/qtcore/qth/QMetaEnum.qth + contrib/hbqt/qtcore/qth/QMetaMethod.qth + contrib/hbqt/qtcore/qth/QMetaObject.qth + contrib/hbqt/qtcore/qth/QMetaProperty.qth + contrib/hbqt/qtcore/qth/QMetaType.qth + Added: classes to manage QMetaObject() and allied. Still not on compilable levels.
Pritpal Bedi
2010-09-30 17:21:57 +00:00
d956441b35
2010-09-30 17:12 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo
Mindaugas Kavaliauskas
2010-09-30 14:12:27 +00:00
82647938e3
2010-09-30 11:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * utils/hbrun/hbrun.rc * Changed to use plain number for icons, instead of 'ICONn' name to ease addressing them in some situations. ; INCOMPATIBLE: If you used hb_GTInfo( HB_GTI_ICONRES, "ICONn" ) to set app icon at runtime, change it to: hb_GTInfo( HB_GTI_ICONRES, n )
Viktor Szakats
2010-09-30 09:52:58 +00:00
b077128a61
2010-09-30 10:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbtrace.h * harbour/src/common/hbtrace.c + added new C function: int hb_tracesysout( int new_sysout )
Przemyslaw Czerpak
2010-09-30 08:56:04 +00:00
4e55b4a133
2010-09-30 10:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/compiler/hbmain.c + added support to compile code not encapsulated in function using HB_COMPILEFROMBUF() with -n2 switch
Przemyslaw Czerpak
2010-09-30 08:10:40 +00:00
6337d56e83
2010-09-29 23:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/hbqt_misc.prg % Rewritten HBQT_ERROR() in C.
Viktor Szakats
2010-09-29 22:00:25 +00:00
7eec4df01c
2010-09-29 23:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_misc.prg % Optimized HbQtObjectHandler:connect() and HbQtObjectHandler:disconnect() ! Type in error msg text in hbqt_error() % Deleted unnecessary headers.
Viktor Szakats
2010-09-29 21:48:50 +00:00
d9cd410069
2010-09-30 00:35 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo in last commit
Mindaugas Kavaliauskas
2010-09-29 21:36:51 +00:00
f0e4edd30a
2010-09-30 00:33 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsdd/sqlmix.c ! fixed typo in last commit
Mindaugas Kavaliauskas
2010-09-29 21:34:20 +00:00
247b14096b
2010-09-30 00:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddmy/sddmy.c * be more valgrind friendly * harbour/contrib/rddsdd/sqlmix.c ! fixed GPF bug: MIXKEY should not be reused in another tag ! fixed memory leak
Mindaugas Kavaliauskas
2010-09-29 21:30:38 +00:00
5204d4c678
2010-09-29 21:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp * contrib/hbqt/qtcore/hbqt_misc.prg + Finished C implementation of HBQT_PTR(). ; Please review. - Deleted old .prg implementation of HBQT_PTR().
Viktor Szakats
2010-09-29 19:53:03 +00:00
f26660f64d
2010-09-29 21:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt.h ! Deleted declaration for no more existing function hbqt_pPtrFromItem().
Viktor Szakats
2010-09-29 19:25:50 +00:00
54b14ed50f
2010-09-29 21:20 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/sddodbc/sddodbc.c ! fixed getting of empty string value. Thanks David Monta\~no for bug report ; Please, test
Mindaugas Kavaliauskas
2010-09-29 18:20:53 +00:00
e5e37b172b
2010-09-29 16:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/dbu/dbu52.dif * examples/dbu/dbu53.dif + Patched to use available screen are for the browse.
Viktor Szakats
2010-09-29 15:22:23 +00:00
8555fe76d6
2010-09-29 13:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added HB_LEVEL macro.
Viktor Szakats
2010-09-29 11:16:20 +00:00
c429bee405
2010-09-29 02:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapirdd.h * harbour/src/rdd/workarea.c + added new 5-th parameter with pointer to super table ID to <RDD>_GETFUNCTABLE() function + added new C function hb_rddInheritEx() which allows to retrieve super RDD ID during registration. + added new C function: HB_BOOL hb_rddIsDerivedFrom( HB_USHORT uiRddID, HB_USHORT uiSupperRddID ); which returns HB_TRUE if one of uiRddID ancestors is uiSupperRddID
Przemyslaw Czerpak
2010-09-29 00:08:43 +00:00
32e5e776c5
* src/compiler/hbusage.c + Added to the list of contributors:
Viktor Szakats
2010-09-28 15:51:55 +00:00
a50c4b0baf
2010-09-28 17:46 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcom.ch + added new error constant value: HB_COM_ERR_IO * harbour/src/rtl/hbcom.c + added translation for some important OS error code in *nix builds + added translation ERROR_TIMEOUT -> HB_COM_ERR_TIMEOUT in Windows build. TODO: check real error codes for it and also for other operations like opening the same port more then once and add valid translations ; TODO: add some basic trnaslation for OS2 error codes. HB_COM_ERR_TIMEOUT seems to be most important for portable programs.
Przemyslaw Czerpak
2010-09-28 15:47:08 +00:00
f43e6c2d40
2010-09-28 03:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * config/global.mk * INSTALL ! HB_BUILD_NAME/-build= no longer supports pathseps (backslash/fwdslash) (it would need costly solution to resolve compilation of hbrun.rc, maybe more. It's also "cleaner" this way, since the dir structure is not altered)
Viktor Szakats
2010-09-28 01:54:18 +00:00
67d08334d6
2010-09-27 19:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbtrace.h * harbour/src/common/hbtrace.c + added new C functions: int hb_traceflush( int new_flush ); HB_BOOL hb_tracefile( const char * szFile );
Przemyslaw Czerpak
2010-09-27 17:54:05 +00:00
22b6f601a5
2010-09-27 11:54 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/hbwinole.h * harbour/contrib/hbwin/olecore.c + C functions hb_oleItemGetDispatch() and hb_oleDispatchToItem() made public
Przemyslaw Czerpak
2010-09-27 09:55:25 +00:00
b11e7cd952
2010-09-26 23:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Harbour environment autodetection will now work if pathseps are present in HB_BUILD_NAME/-build= setting. (so now it's in sync with Harbour build in this regard)
Viktor Szakats
2010-09-26 21:05:32 +00:00
a64cae6dd4
2010-09-26 17:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/gtwvw/tests/wvwtest9.prg + Changed to use HB_GTI_INKEYFILTER instead of xhb specific calls. This fixes last known missing showstopper in gtwvw for Harbour.
Viktor Szakats
2010-09-26 15:30:18 +00:00
e0575db811
2010-09-24 15:45 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QFile.qth * contrib/hbqt/qtcore/qth/QIODevice.qth * contrib/hbqt/qtcore/qth/QResource.qth * contrib/hbqt/qtgui/qth/QBrush.qth * contrib/hbqt/qtgui/qth/QColor.qth * contrib/hbqt/qtgui/qth/QFormLayout.qth * contrib/hbqt/qtgui/qth/QIcon.qth * contrib/hbqt/qtgui/qth/QImage.qth * contrib/hbqt/qtgui/qth/QMainWindow.qth * contrib/hbqt/qtgui/qth/QMenu.qth * contrib/hbqt/qtgui/qth/QMenuBar.qth * contrib/hbqt/qtgui/qth/QPainter.qth * contrib/hbqt/qtgui/qth/QPainterPath.qth * contrib/hbqt/qtgui/qth/QPixmap.qth * contrib/hbqt/qtgui/qth/QWidget.qth + Normalized as much as possible. In some cases almost 100%.
Pritpal Bedi
2010-09-24 23:07:22 +00:00
2b8a03790d
2010-09-23 18:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/HBQString.qth * contrib/hbqt/qtcore/qth/QBuffer.qth * contrib/hbqt/qtcore/qth/QByteArray.qth * contrib/hbqt/qtcore/qth/QChar.qth * contrib/hbqt/qtcore/qth/QList.qth * contrib/hbqt/qtcore/qth/QStringList.qth * contrib/hbqt/qtgui/qth/QImage.qth * contrib/hbqt/qtgui/qth/QPrintDialog.qth ! Commented out duplicate ( Harbour's type ) methods. Preparatory work for next commit.
Pritpal Bedi
2010-09-24 01:54:28 +00:00
142af9e7a9
2010-09-24 01:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmzip/hbmzip.c ! Fixed potential GPF in HB_ZIPDELETEFILE() and HB_UNZIPFILEINFO() Report and patch by Leandro Damasio. Thanks.
Viktor Szakats
2010-09-23 23:57:46 +00:00
e97c2c1ab7
2010-09-23 17:36 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c * harbour/contrib/hbwin/hbolesrv.c ! fixed typos in string terminating characters reported by Mindaugas
Przemyslaw Czerpak
2010-09-23 15:36:56 +00:00
e102c34c05
2010-09-23 11:24 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbwin/olecore.c ! fixed to return assigned value instead of 1-st parameter when more then one parameter is used in code like: object:_name( param, value )
Przemyslaw Czerpak
2010-09-23 09:24:57 +00:00
8ea4ce5517
2010-09-23 10:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt.hbc ! Typo causing this make file to not work. Error reported by Francesco Perillo.
Viktor Szakats
2010-09-23 08:35:14 +00:00
b5af3b0f73
2010-09-23 06:05 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbwin/olecore.c + added possibility to use more than one parameter in property put call. This allows to make a workaround for non-existant Harbour language syntax: object.name(param) = value Workaround syntax: object._name(param, value) + added comment documenting OLE automation behaviour for various VBScript sentences + harbour/contrib/hbwin/tests/pdfcreat.prg + added sample code for producing .pdf documents using OLE and PDFCreator
Mindaugas Kavaliauskas
2010-09-23 03:04:11 +00:00
50d716c743
2010-09-22 18:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/qth/QBoxLayout.qth * contrib/hbqt/qtgui/qth/QComboBox.qth * contrib/hbqt/qtgui/qth/QDrag.qth * contrib/hbqt/qtgui/qth/QGridLayout.qth * contrib/hbqt/qtgui/qth/QLayout.qth * contrib/hbqt/qtgui/qth/QListWidget.qth * contrib/hbqt/qtgui/qth/QTableWidget.qth * contrib/hbqt/qtgui/qth/QTabWidget.qth * contrib/hbqt/qtgui/qth/QToolBar.qth * contrib/hbqt/qtgui/qth/QTreeWidget.qth * contrib/hbqt/qtgui/qth/QTreeWidgetItem.qth * contrib/hbqt/qtgui/qth/QWidget.qth - Deleted all occurances where a widget was detached from GC cycle. Now it is done automatically by the generator. To flag an argument to detach, prototype body is post-fixed with [*D=n*] where "n" is the ordinal position of the argument as seen in the prototype body.
Pritpal Bedi
2010-09-23 01:57:27 +00:00
911ba94d9a
2010-09-23 00:07 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/inline_c.prg ! Fixed. (deleted old code not working since 10 years)
Viktor Szakats
2010-09-22 22:07:21 +00:00
9d227dfa7d
2010-09-22 18:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * package/winuni/RELNOTES * INSTALL * Refreshed for QT 4.7.0
Viktor Szakats
2010-09-22 16:35:46 +00:00
5841d12493
2010-09-22 16:58 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/rules.mk * added hack for some older GCC versions which do not enable preprocessor for .sx files
Przemyslaw Czerpak
2010-09-22 14:58:45 +00:00
2356181a10
2010-09-22 16:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapicom.h * harbour/src/rtl/hbcom.c + added public C function: void hb_comSetError( int iPort, int iError )
Przemyslaw Czerpak
2010-09-22 14:53:20 +00:00
b370065f9d
2010-09-20 13:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbqt/qtcore/g/THBEvents.prg + contrib/hbqt/qtcore/g/THBQEvents.prg - contrib/hbqt/qtcore/g/THBSlots.prg + contrib/hbqt/qtcore/g/THBQSlots.prg * Renamed. Missed from original commit.
Viktor Szakats
2010-09-20 11:50:23 +00:00
2a2dca2634
2010-09-20 13:47 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbqt/qtcore/g/THBQSlots.prg - contrib/hbqt/qtcore/g/THBQEvents.prg - Deleted. They should be renamed from old files.
Viktor Szakats
2010-09-20 11:47:32 +00:00
4c6b95ebfb
2010-09-20 01:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/make.hbs + Stop build in case a contrib build failed.
Viktor Szakats
2010-09-19 23:36:31 +00:00
08cc50aa32
2010-09-19 21:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqtcore.hbx * contrib/hbqt/qtcore/hbqt_destruct.cpp * Renamed: HBQT_SETCODECFORCSTRINGS() -> __HBQT_SETCODECFORCSTRINGS() * Renamed: HBQT_SETCODECFORTR -> __HBQT_SETCODECFORTR() ; These should never be called by a Harbour application. ; TODO: Remove them in the future.
Viktor Szakats
2010-09-19 19:19:48 +00:00