aed2388134151a9d7dfd83fa874f13d64ec00c71
9 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f145ef4c80 |
2010-06-18 11:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbdefs.h
! Fixed one intentional typo I put in to test legacy types.
* src/compiler/hbmain.c
* src/compiler/genhrb.c
* src/compiler/gencc.c
* src/compiler/hbcmplib.c
* include/hbcomp.h
* include/hbcompdf.h
* HB_ULONG -> HB_SIZE, where I could find out from warnings.
+ Added parameter names to some function declarations where they
were missing.
; Przemek, please check me. I feel I will mess this up if continuing
beyond this point, so I'd appreciate if you could take a look at
HB_ULONG to HB_SIZE conversion from an intrinsic perspective,
there seem to be places where it needs further tweaks to get us
full Win64 support. [ I've also intentionally left this area
more or less intact when doing the previous pass of conversion. ]
; There are places where simple 'int' is used, while it should be
HB_SIZE (or maybe size_t? in some places).
; Also, Win64 conversion will need some more work f.e. in filesys.c
where WinAPI file I/O functions can't accept a 64-bit value.
First I will report these and if they seem complicated I'll
revert to HB_SIZE = HB_ULONG for Win64 in the being.
* src/compiler/hbgenerr.c
* Formatting.
* src/pp/ppcore.c
* src/vm/strapi.c
* src/vm/debug.c
* src/vm/itemapi.c
* src/vm/cmdarg.c
* src/vm/set.c
* src/debug/dbgentry.c
* src/common/hbgete.c
* src/common/hbstr.c
* src/common/strwild.c
* src/nortl/nortl.c
* src/rtl/lennum.c
* src/rtl/strmatch.c
* src/rtl/gtstd/gtstd.c
* src/rtl/hbstrfmt.c
* src/rtl/transfrm.c
* src/rtl/gtcgi/gtcgi.c
* src/rtl/direct.c
* src/rtl/filesys.c
* src/rtl/console.c
* src/rtl/hbgtcore.c
* src/rtl/cdpapi.c
* src/rtl/mlcfunc.c
* src/rtl/itemseri.c
* src/rtl/gtpca/gtpca.c
* src/rtl/trace.c
* src/rtl/samples.c
* src/rtl/gete.c
* src/rdd/workarea.c
* src/rdd/hsx/hsx.c
* src/rdd/hbsix/sxsem.c
* src/rdd/hbsix/sxfname.c
* contrib/hbct/tab.c
* contrib/xhb/dbf2txt.c
* contrib/xhb/datesxhb.c
* contrib/xhb/dbgfxc.c
* contrib/hbmzip/hbmzip.c
* contrib/hbnf/fttext.c
* contrib/hbnetio/netiocli.c
* contrib/hbpgsql/postgres.c
* contrib/hbclipsm/num.c
* contrib/rddads/ads1.c
* contrib/sddsqlt3/sddsqlt3.c
* contrib/hbfimage/fi_wrp.c
* contrib/sddodbc/sddodbc.c
* contrib/sddoci/sddoci.c
* contrib/hbwin/win_svc.c
* contrib/hbwin/win_prn2.c
* '( HB_SIZE ) strlen(' -> 'strlen('
|
||
|
|
b88202cabe |
2010-06-15 18:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* config/global.mk
* config/detfun.mk
* config/detect.mk
* external/sqlite3/Makefile
* external/png/Makefile
* external/jpeg/Makefile
* external/bzip2/Makefile
* external/libhpdf/Makefile
* contrib/hbsqlit3/Makefile
* contrib/hbmzip/Makefile
* contrib/hbbz2/Makefile
* contrib/hbhpdf/Makefile
* contrib/sddsqlt3/Makefile
* contrib/hbwin/Makefile
+ Added HB_ROOT variable which can be used to specify Harbour
source tree root as an absolute directory, when using
older than 3.81 GNU Make version (f.e. on QNX).
+ Changed the way locally hosted source directories are
specified for detection function, in order to support
HB_ROOT functionality.
|
||
|
|
73a06f6c8f |
2010-06-15 12:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbdefs.h
* harbour/include/hbvmpub.h
* harbour/src/common/expropt1.c
* harbour/src/common/expropt2.c
* harbour/src/common/hbstr.c
* harbour/src/compiler/gencc.c
* harbour/src/vm/hvm.c
* harbour/src/vm/itemapi.c
* harbour/src/vm/task.c
* harbour/src/rtl/abs.c
* harbour/src/rtl/hbdyn.c
* harbour/src/rdd/dbsql.c
* harbour/contrib/hbwin/olecore.c
* harbour/contrib/sddoci/sddoci.c
* harbour/contrib/sddsqlt3/sddsqlt3.c
* renamed HB_LONG_{MIN,MAX} to HB_VMLONG_{MIN,MAX} and
HB_INT_{MIN,MAX} to HB_VMINT_{MIN,MAX} to not confuse users
after renaming HB_LONG to HB_MAXINT and LONG to HB_LONG.
They could expect that HB_LONG_{MIN,MAX} are for HB_LONG type.
|
||
|
|
81c9b0506c |
2010-06-04 15:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/*
* Deleted 'www.' from harbour-project.org website name.
(www.harbour-project.org -> harbour-project.org)
|
||
|
|
7858b4c783 |
2010-06-04 13:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* Minor.
* contrib/hbmysql/hbmysql.hbc
* contrib/gtalleg/gtalleg.hbc
* contrib/gtalleg/gtallegs.hbc
* contrib/hbct/hbct.hbc
* contrib/sddmy/sddmy.hbc
* contrib/hbodbc/hbodbc.hbc
* contrib/xhb/xhb.hbc
* contrib/sddfb/sddfb.hbc
* contrib/hbtpathy/hbtpathy.hbc
* contrib/hbgt/hbgt.hbc
* contrib/hbsqlit3/hbsqlit3.hbc
* contrib/hbmzip/hbmzip.hbc
* contrib/hbblat/hbblat.hbc
* contrib/hbqt/hbqt.hbc
* contrib/hbqt/hbqts.hbc
* contrib/hbfbird/hbfbird.hbc
* contrib/sddpg/sddpg.hbc
* contrib/hbziparc/hbziparc.hbc
* contrib/hbxbp/hbxbp.hbc
* contrib/hbbz2/hbbz2.hbc
* contrib/hbblink/hbblink.hbc
* contrib/hbnf/hbnf.hbc
* contrib/hbcurl/hbcurl.hbc
* contrib/hbcurl/hbcurls.hbc
* contrib/hbmemio/hbmemio.hbc
* contrib/hbxpp/hbxpp.hbc
* contrib/hbfship/hbfship.hbc
* contrib/hbcups/hbcups.hbc
* contrib/rddbmcdx/hbbmcdx.hbc
* contrib/hbfoxpro/hbfoxpro.hbc
* contrib/hbnetio/hbnetio.hbc
* contrib/rddsql/rddsql.hbc
* contrib/hbhpdf/hbhpdf.hbc
* contrib/gtwvg/gtwvg.hbc
* contrib/hbpgsql/hbpgsql.hbc
* contrib/hbclipsm/hbclipsm.hbc
* contrib/rddads/rddads.hbc
* contrib/rddads/rddads.hbp
* contrib/sddsqlt3/sddsqlt3.hbc
* contrib/hbfimage/hbfimage.hbc
* contrib/sddodbc/sddodbc.hbc
* contrib/hbgd/hbgd.hbc
* contrib/hbmisc/hbmisc.hbc
* contrib/sddoci/sddoci.hbc
* contrib/hbcomm/hbcomm.hbc
* contrib/hbtip/hbtipssl.hbc
* contrib/hbtip/hbtip.hbc
* contrib/hbcairo/hbcairo.hbc
* contrib/hbwin/hbwin.hbc
* contrib/hbssl/hbssls.hbc
* contrib/hbssl/hbssl.hbc
* contrib/hbsms/hbsms.hbc
* examples/ps32/ps32.hbc
* examples/hbsqlit2/hbsqlit2.hbc
* examples/gfspell/gfspell.hbc
* examples/rddado/rddado.hbc
* examples/hbapollo/hbapollo.hbc
* examples/hbvpdf/hbvpdf.hbc
* examples/hbbtree/hbbtree.hbc
* examples/gtwvw/gtwvw.hbc
% Replaced libs=<libname> with libs=${hb_name} to avoid repeating
the libs own name, if it's the same as the name of the .hbc file.
|
||
|
|
85fcb91dee |
2010-06-03 23:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
* Minor cleanup to previous commits.
+ contrib/hbodbc/hbodbc.hbp
+ contrib/hbsqlit3/hbsqlit3.hbp
+ contrib/hbbz2/hbbz2.hbp
+ contrib/hbhpdf/hbhpdf.hbp
+ contrib/sddsqlt3/sddsqlt3.hbp
+ contrib/sddodbc/sddodbc.hbp
+ Added hbmk2 make files to remaining contribs.
* contrib/hbmysql/hbmysql.hbp
* contrib/gtalleg/gtalleg.hbp
* contrib/sddmy/sddmy.hbp
* contrib/sddfb/sddfb.hbp
* contrib/hbmzip/hbmzip.hbp
* contrib/hbqt/hbqt_common.hbm
* contrib/hbfbird/hbfbird.hbp
* contrib/sddpg/sddpg.hbp
* contrib/hbcurl/hbcurl.hbp
* contrib/hbcups/hbcups.hbp
* contrib/hbpgsql/hbpgsql.hbp
* contrib/rddads/rddads.hbp
* contrib/hbfimage/hbfimage.hbp
* contrib/hbgd/hbgd.hbp
* contrib/sddoci/sddoci.hbp
* contrib/hbcairo/hbcairo.hbp
* contrib/hbssl/hbssl.hbp
+ Updated hbmk2 make file dependency detection
option to latest hbmk2 changes.
|
||
|
|
668034cc39 |
2010-05-31 10:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/maindllp/dllpcode.c
* harbour/src/vm/procaddr.c
* harbour/src/common/funcid.c
* harbour/src/rtl/hbinetz.c
* harbour/src/rtl/hbcom.c
* harbour/include/hbapicom.h
* harbour/contrib/hbct/ctcom1.c
* harbour/contrib/hbct/ctcom.ch
* harbour/contrib/hbct/ctcom2.c
* harbour/contrib/xhb/xhbhasha.c
* harbour/contrib/xhb/xhw32prn.prg
* harbour/contrib/hbqt/qtgui/HBQTextBlockUserData.cpp
* harbour/contrib/hbqt/qtgui/QStackedWidget.cpp
* harbour/contrib/hbqt/qtgui/QTextList.cpp
* harbour/contrib/hbqt/qtgui/THBQSyntaxHighlighter.prg
* harbour/contrib/hbqt/qtgui/THBQPlainTextEdit.prg
* harbour/contrib/hbqt/qtgui/HBQSyntaxHighlighter.cpp
* harbour/contrib/hbqt/qtgui/HBQPlainTextEdit.cpp
* harbour/contrib/hbqt/qtgui/TQPlainTextDocumentLayout.prg
* harbour/contrib/hbqt/qtgui/TQTextList.prg
* harbour/contrib/hbqt/qtgui/THBQTableView.prg
* harbour/contrib/hbqt/qtgui/QPlainTextDocumentLayout.cpp
* harbour/contrib/hbqt/qtgui/TQPaintEngine.prg
* harbour/contrib/hbqt/qtgui/HBQTableView.cpp
* harbour/contrib/hbqt/qtgui/QPaintEngine.cpp
* harbour/contrib/hbqt/qtgui/TQStackedWidget.prg
* harbour/contrib/hbqt/qtgui/filelist.mk
* harbour/contrib/hbqt/qtgui/HBQMainWindow.cpp
* harbour/contrib/hbqt/qtgui/TQMdiArea.prg
* harbour/contrib/hbqt/qtgui/QMdiSubWindow.cpp
* harbour/contrib/hbqt/qtgui/QMdiArea.cpp
* harbour/contrib/hbqt/qtgui/THBQMainWindow.prg
* harbour/contrib/hbqt/qtgui/TQMdiSubWindow.prg
* harbour/contrib/hbqt/qtgui/THBQTextBlockUserData.prg
* harbour/contrib/hbqt/qtcore/HBSlots.cpp
* harbour/contrib/hbqt/qtcore/THBEvents.prg
* harbour/contrib/hbqt/qtcore/THBDbfModel.prg
* harbour/contrib/hbqt/qtcore/TQBuffer.prg
* harbour/contrib/hbqt/qtcore/THBSlots.prg
* harbour/contrib/hbqt/qtcore/HBEvents.cpp
* harbour/contrib/hbqt/qtcore/HBDbfModel.cpp
* harbour/contrib/hbqt/qtcore/QBuffer.cpp
* harbour/contrib/hbqt/doc/en/class_qtabbar.txt
* harbour/contrib/hbqt/doc/en/class_qfontdatabase.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionmenuitem.txt
* harbour/contrib/hbqt/doc/en/class_qapplication.txt
* harbour/contrib/hbqt/doc/en/class_qmatrix.txt
* harbour/contrib/hbqt/doc/en/class_qabstractslider.txt
* harbour/contrib/hbqt/doc/en/class_qtextdecoder.txt
* harbour/contrib/hbqt/doc/en/class_qlcdnumber.txt
* harbour/contrib/hbqt/doc/en/class_qtextoption.txt
* harbour/contrib/hbqt/doc/en/class_qcolor.txt
* harbour/contrib/hbqt/doc/en/class_qtextlist.txt
* harbour/contrib/hbqt/doc/en/class_qtextboundaryfinder.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptioncombobox.txt
* harbour/contrib/hbqt/doc/en/class_qslider.txt
* harbour/contrib/hbqt/doc/en/class_qitemselectionmodel.txt
* harbour/contrib/hbqt/doc/en/class_qconicalgradient.txt
* harbour/contrib/hbqt/doc/en/class_qcompleter.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionspinbox.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionslider.txt
* harbour/contrib/hbqt/doc/en/class_qwizardpage.txt
* harbour/contrib/hbqt/doc/en/class_qpixmap.txt
* harbour/contrib/hbqt/doc/en/class_qwebsettings.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionprogressbar.txt
* harbour/contrib/hbqt/doc/en/class_qinputcontext.txt
* harbour/contrib/hbqt/doc/en/class_qplaintextdocumentlayout.txt
* harbour/contrib/hbqt/doc/en/class_qdial.txt
* harbour/contrib/hbqt/doc/en/class_qeventloop.txt
* harbour/contrib/hbqt/doc/en/class_qpagesetupdialog.txt
* harbour/contrib/hbqt/doc/en/class_qstyleditemdelegate.txt
* harbour/contrib/hbqt/doc/en/class_qinputdialog.txt
* harbour/contrib/hbqt/doc/en/class_qkeysequence.txt
* harbour/contrib/hbqt/doc/en/class_qtableview.txt
* harbour/contrib/hbqt/doc/en/class_qregion.txt
* harbour/contrib/hbqt/doc/en/class_qmenubar.txt
* harbour/contrib/hbqt/doc/en/class_qactiongroup.txt
* harbour/contrib/hbqt/doc/en/class_qtextcharformat.txt
* harbour/contrib/hbqt/doc/en/class_qmessagebox.txt
* harbour/contrib/hbqt/doc/en/class_qtime.txt
* harbour/contrib/hbqt/doc/en/class_qthread.txt
* harbour/contrib/hbqt/doc/en/class_qtextinlineobject.txt
* harbour/contrib/hbqt/doc/en/class_qtransform.txt
* harbour/contrib/hbqt/doc/en/class_qpushbutton.txt
* harbour/contrib/hbqt/doc/en/class_qcontextmenuevent.txt
* harbour/contrib/hbqt/doc/en/class_qsessionmanager.txt
* harbour/contrib/hbqt/doc/en/class_qtimer.txt
* harbour/contrib/hbqt/doc/en/class_qtextcodec.txt
* harbour/contrib/hbqt/doc/en/class_qprintengine.txt
* harbour/contrib/hbqt/doc/en/class_qpen.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontoolbutton.txt
* harbour/contrib/hbqt/doc/en/class_qprogressdialog.txt
* harbour/contrib/hbqt/doc/en/class_qkeyevent.txt
* harbour/contrib/hbqt/doc/en/class_qtextformat.txt
* harbour/contrib/hbqt/doc/en/class_qpalette.txt
* harbour/contrib/hbqt/doc/en/class_qpainter.txt
* harbour/contrib/hbqt/doc/en/class_qnetworkrequest.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionframe.txt
* harbour/contrib/hbqt/doc/en/class_hbdbfmodel.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionfocusrect.txt
* harbour/contrib/hbqt/doc/en/class_qaction.txt
* harbour/contrib/hbqt/doc/en/class_qfontinfo.txt
* harbour/contrib/hbqt/doc/en/class_qimage.txt
* harbour/contrib/hbqt/doc/en/class_qstylepainter.txt
* harbour/contrib/hbqt/doc/en/class_qwidget.txt
* harbour/contrib/hbqt/doc/en/class_qabstractproxymodel.txt
* harbour/contrib/hbqt/doc/en/class_qbuttongroup.txt
* harbour/contrib/hbqt/doc/en/class_qtranslator.txt
* harbour/contrib/hbqt/doc/en/class_qspaceritem.txt
* harbour/contrib/hbqt/doc/en/class_qsystemtrayicon.txt
* harbour/contrib/hbqt/doc/en/class_qpolygonf.txt
* harbour/contrib/hbqt/doc/en/class_qcolordialog.txt
* harbour/contrib/hbqt/doc/en/class_qlistwidgetitem.txt
* harbour/contrib/hbqt/doc/en/class_qfiledialog.txt
* harbour/contrib/hbqt/doc/en/class_qclipboard.txt
* harbour/contrib/hbqt/doc/en/class_qfontcombobox.txt
* harbour/contrib/hbqt/doc/en/class_qtextstream.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontoolbox.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontabbarbase.txt
* harbour/contrib/hbqt/doc/en/class_qformlayout.txt
* harbour/contrib/hbqt/doc/en/class_qmdiarea.txt
* harbour/contrib/hbqt/doc/en/class_qlist.txt
* harbour/contrib/hbqt/doc/en/class_qdate.txt
* harbour/contrib/hbqt/doc/en/class_qcursor.txt
* harbour/contrib/hbqt/doc/en/class_qlayout.txt
* harbour/contrib/hbqt/doc/en/class_qsignalmapper.txt
* harbour/contrib/hbqt/doc/en/class_qtextdocument.txt
* harbour/contrib/hbqt/doc/en/class_qtextbrowser.txt
* harbour/contrib/hbqt/doc/en/class_qmodelindex.txt
* harbour/contrib/hbqt/doc/en/class_qtablewidget.txt
* harbour/contrib/hbqt/doc/en/class_qpointf.txt
* harbour/contrib/hbqt/doc/en/class_qpaintengine.txt
* harbour/contrib/hbqt/doc/en/class_qbytearray.txt
* harbour/contrib/hbqt/doc/en/class_qrectf.txt
* harbour/contrib/hbqt/doc/en/class_qfontmetricsf.txt
* harbour/contrib/hbqt/doc/en/class_quiloader.txt
* harbour/contrib/hbqt/doc/en/class_qfont.txt
* harbour/contrib/hbqt/doc/en/class_qtextdocumentfragment.txt
* harbour/contrib/hbqt/doc/en/class_qtextframeformat.txt
* harbour/contrib/hbqt/doc/en/class_qtextblockformat.txt
* harbour/contrib/hbqt/doc/en/class_qabstractscrollarea.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontoolbar.txt
* harbour/contrib/hbqt/doc/en/class_qcoreapplication.txt
* harbour/contrib/hbqt/doc/en/class_qimagewriter.txt
* harbour/contrib/hbqt/doc/en/class_qscrollarea.txt
* harbour/contrib/hbqt/doc/en/class_qpaintdevice.txt
* harbour/contrib/hbqt/doc/en/class_qlayoutitem.txt
* harbour/contrib/hbqt/doc/en/class_qrect.txt
* harbour/contrib/hbqt/doc/en/class_qfontmetrics.txt
* harbour/contrib/hbqt/doc/en/class_qabstractitemmodel.txt
* harbour/contrib/hbqt/doc/en/class_qdragmoveevent.txt
* harbour/contrib/hbqt/doc/en/class_qtextfragment.txt
* harbour/contrib/hbqt/doc/en/class_qbuffer.txt
* harbour/contrib/hbqt/doc/en/class_qwebpage.txt
* harbour/contrib/hbqt/doc/en/class_qprintdialog.txt
* harbour/contrib/hbqt/doc/en/class_qbitmap.txt
* harbour/contrib/hbqt/doc/en/class_qdoublespinbox.txt
* harbour/contrib/hbqt/doc/en/class_qspinbox.txt
* harbour/contrib/hbqt/doc/en/class_qlatin1char.txt
* harbour/contrib/hbqt/doc/en/class_qhttpheader.txt
* harbour/contrib/hbqt/doc/en/class_qvariant.txt
* harbour/contrib/hbqt/doc/en/class_qitemselection.txt
* harbour/contrib/hbqt/doc/en/class_qsyntaxhighlighter.txt
* harbour/contrib/hbqt/doc/en/class_qimagereader.txt
* harbour/contrib/hbqt/doc/en/class_qobject.txt
* harbour/contrib/hbqt/doc/en/class_qwebhistoryitem.txt
* harbour/contrib/hbqt/doc/en/class_qtreewidgetitem.txt
* harbour/contrib/hbqt/doc/en/class_qgridlayout.txt
* harbour/contrib/hbqt/doc/en/class_qvalidator.txt
* harbour/contrib/hbqt/doc/en/class_qtextlength.txt
* harbour/contrib/hbqt/doc/en/class_qiodevice.txt
* harbour/contrib/hbqt/doc/en/class_qlinef.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiondockwidget.txt
* harbour/contrib/hbqt/doc/en/class_qhttprequestheader.txt
* harbour/contrib/hbqt/doc/en/class_qresizeevent.txt
* harbour/contrib/hbqt/doc/en/class_qgroupbox.txt
* harbour/contrib/hbqt/doc/en/class_qpicture.txt
* harbour/contrib/hbqt/doc/en/class_qpaintevent.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontab.txt
* harbour/contrib/hbqt/doc/en/class_qsizef.txt
* harbour/contrib/hbqt/doc/en/class_qstackedwidget.txt
* harbour/contrib/hbqt/doc/en/class_qwebpluginfactory.txt
* harbour/contrib/hbqt/doc/en/class_qdatastream.txt
* harbour/contrib/hbqt/doc/en/class_qfontdialog.txt
* harbour/contrib/hbqt/doc/en/class_qstylefactory.txt
* harbour/contrib/hbqt/doc/en/class_hbqplaintextedit.txt
* harbour/contrib/hbqt/doc/en/class_qmouseevent.txt
* harbour/contrib/hbqt/doc/en/class_qdatetime.txt
* harbour/contrib/hbqt/doc/en/class_hbqtextblockuserdata.txt
* harbour/contrib/hbqt/doc/en/class_qwheelevent.txt
* harbour/contrib/hbqt/doc/en/class_qabstractitemdelegate.txt
* harbour/contrib/hbqt/doc/en/class_qfocusevent.txt
* harbour/contrib/hbqt/doc/en/class_qwidgetaction.txt
* harbour/contrib/hbqt/doc/en/class_qstringlistmodel.txt
* harbour/contrib/hbqt/doc/en/class_qtoolbox.txt
* harbour/contrib/hbqt/doc/en/class_qcheckbox.txt
* harbour/contrib/hbqt/doc/en/class_qwebframe.txt
* harbour/contrib/hbqt/doc/en/class_qsound.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoption.txt
* harbour/contrib/hbqt/doc/en/class_qpoint.txt
* harbour/contrib/hbqt/doc/en/class_qftp.txt
* harbour/contrib/hbqt/doc/en/class_qerrormessage.txt
* harbour/contrib/hbqt/doc/en/class_qdirmodel.txt
* harbour/contrib/hbqt/doc/en/class_qsettings.txt
* harbour/contrib/hbqt/doc/en/class_qabstractprintdialog.txt
* harbour/contrib/hbqt/doc/en/class_qurl.txt
* harbour/contrib/hbqt/doc/en/class_qstringlist.txt
* harbour/contrib/hbqt/doc/en/class_qdatetimeedit.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionviewitem.txt
* harbour/contrib/hbqt/doc/en/class_qfileiconprovider.txt
* harbour/contrib/hbqt/doc/en/class_qfilesystemmodel.txt
* harbour/contrib/hbqt/doc/en/class_qabstractspinbox.txt
* harbour/contrib/hbqt/doc/en/class_qmoveevent.txt
* harbour/contrib/hbqt/doc/en/class_qtoolbutton.txt
* harbour/contrib/hbqt/doc/en/class_qfile.txt
* harbour/contrib/hbqt/doc/en/class_qlistwidget.txt
* harbour/contrib/hbqt/doc/en/class_qmovie.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontitlebar.txt
* harbour/contrib/hbqt/doc/en/class_qevent.txt
* harbour/contrib/hbqt/doc/en/class_qtextlayout.txt
* harbour/contrib/hbqt/doc/en/class_qtextcursor.txt
* harbour/contrib/hbqt/doc/en/class_qpolygon.txt
* harbour/contrib/hbqt/doc/en/class_qtreeview.txt
* harbour/contrib/hbqt/doc/en/class_qtextline.txt
* harbour/contrib/hbqt/doc/en/class_qwizard.txt
* harbour/contrib/hbqt/doc/en/class_qtoolbar.txt
* harbour/contrib/hbqt/doc/en/class_qtextitem.txt
* harbour/contrib/hbqt/doc/en/class_qabstracttextdocumentlayout.txt
* harbour/contrib/hbqt/doc/en/class_qsplitter.txt
* harbour/contrib/hbqt/doc/en/class_qwebsecurityorigin.txt
* harbour/contrib/hbqt/doc/en/class_qstandarditem.txt
* harbour/contrib/hbqt/doc/en/class_hbqsyntaxhighlighter.txt
* harbour/contrib/hbqt/doc/en/class_qlatin1string.txt
* harbour/contrib/hbqt/doc/en/class_qheaderview.txt
* harbour/contrib/hbqt/doc/en/class_qtextencoder.txt
* harbour/contrib/hbqt/doc/en/class_qsplashscreen.txt
* harbour/contrib/hbqt/doc/en/class_qsizepolicy.txt
* harbour/contrib/hbqt/doc/en/class_qfocusframe.txt
* harbour/contrib/hbqt/doc/en/class_hbslots.txt
* harbour/contrib/hbqt/doc/en/class_hbevents.txt
* harbour/contrib/hbqt/doc/en/class_qlineedit.txt
* harbour/contrib/hbqt/doc/en/class_qlocale.txt
* harbour/contrib/hbqt/doc/en/class_qtextimageformat.txt
* harbour/contrib/hbqt/doc/en/class_qstandarditemmodel.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionsizegrip.txt
* harbour/contrib/hbqt/doc/en/class_qdropevent.txt
* harbour/contrib/hbqt/doc/en/class_qcombobox.txt
* harbour/contrib/hbqt/doc/en/class_qsize.txt
* harbour/contrib/hbqt/doc/en/class_qchar.txt
* harbour/contrib/hbqt/doc/en/class_qtablewidgetselectionrange.txt
* harbour/contrib/hbqt/doc/en/class_qplaintextedit.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiongroupbox.txt
* harbour/contrib/hbqt/doc/en/class_qtextdocumentwriter.txt
* harbour/contrib/hbqt/doc/en/class_qabstractlistmodel.txt
* harbour/contrib/hbqt/doc/en/class_qprinter.txt
* harbour/contrib/hbqt/doc/en/class_qframe.txt
* harbour/contrib/hbqt/doc/en/class_qfileinfo.txt
* harbour/contrib/hbqt/doc/en/class_qgradient.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptiontabwidgetframe.txt
* harbour/contrib/hbqt/doc/en/class_qinputevent.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionheader.txt
* harbour/contrib/hbqt/doc/en/class_qwidgetitem.txt
* harbour/contrib/hbqt/doc/en/class_qtexttableformat.txt
* harbour/contrib/hbqt/doc/en/class_qradialgradient.txt
* harbour/contrib/hbqt/doc/en/class_qtextobject.txt
* harbour/contrib/hbqt/doc/en/class_qmdisubwindow.txt
* harbour/contrib/hbqt/doc/en/class_qabstractitemview.txt
* harbour/contrib/hbqt/doc/en/class_qboxlayout.txt
* harbour/contrib/hbqt/doc/en/class_qresource.txt
* harbour/contrib/hbqt/doc/en/class_qlineargradient.txt
* harbour/contrib/hbqt/doc/en/class_qtextlistformat.txt
* harbour/contrib/hbqt/doc/en/class_qwebhistory.txt
* harbour/contrib/hbqt/doc/en/class_qtextframe.txt
* harbour/contrib/hbqt/doc/en/class_qtextblock.txt
* harbour/contrib/hbqt/doc/en/class_qinputmethodevent.txt
* harbour/contrib/hbqt/doc/en/class_qtreewidget.txt
* harbour/contrib/hbqt/doc/en/class_qmenu.txt
* harbour/contrib/hbqt/doc/en/class_qstatusbar.txt
* harbour/contrib/hbqt/doc/en/class_qtabwidget.txt
* harbour/contrib/hbqt/doc/en/class_qtablewidgetitem.txt
* harbour/contrib/hbqt/doc/en/class_qdesktopwidget.txt
* harbour/contrib/hbqt/doc/en/class_qprintpreviewdialog.txt
* harbour/contrib/hbqt/doc/en/class_qdir.txt
* harbour/contrib/hbqt/doc/en/class_qpainterpath.txt
* harbour/contrib/hbqt/doc/en/class_qwebhittestresult.txt
* harbour/contrib/hbqt/doc/en/class_qline.txt
* harbour/contrib/hbqt/doc/en/class_qicon.txt
* harbour/contrib/hbqt/doc/en/class_qprogressbar.txt
* harbour/contrib/hbqt/doc/en/class_qtextedit.txt
* harbour/contrib/hbqt/doc/en/class_qregexp.txt
* harbour/contrib/hbqt/doc/en/class_qhelpevent.txt
* harbour/contrib/hbqt/doc/en/class_qabstracttablemodel.txt
* harbour/contrib/hbqt/doc/en/class_qdialog.txt
* harbour/contrib/hbqt/doc/en/class_qabstractbutton.txt
* harbour/contrib/hbqt/doc/en/class_qstyle.txt
* harbour/contrib/hbqt/doc/en/class_qlistview.txt
* harbour/contrib/hbqt/doc/en/class_qhttpresponseheader.txt
* harbour/contrib/hbqt/doc/en/class_qwebview.txt
* harbour/contrib/hbqt/doc/en/class_qmainwindow.txt
* harbour/contrib/hbqt/doc/en/class_qbitarray.txt
* harbour/contrib/hbqt/doc/en/class_qcalendarwidget.txt
* harbour/contrib/hbqt/doc/en/class_qprocess.txt
* harbour/contrib/hbqt/doc/en/class_qhttp.txt
* harbour/contrib/hbqt/doc/en/class_qlabel.txt
* harbour/contrib/hbqt/doc/en/class_qwebhistoryinterface.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptioncomplex.txt
* harbour/contrib/hbqt/doc/en/class_qmimedata.txt
* harbour/contrib/hbqt/doc/en/class_qbrush.txt
* harbour/contrib/hbqt/doc/en/class_qdockwidget.txt
* harbour/contrib/hbqt/doc/en/class_qstyleoptionbutton.txt
* harbour/contrib/hbqt/doc/en/class_qcommandlinkbutton.txt
* harbour/contrib/hbqt/THbQtUI.prg
* harbour/contrib/hbqt/hbqt_hbqplaintextedit.h
* harbour/contrib/hbqt/hbqscintilla/QsciCommand.cpp
* harbour/contrib/hbqt/hbqscintilla/QsciDocument.cpp
* harbour/contrib/hbqt/hbqscintilla/QsciLexer.cpp
* harbour/contrib/hbqt/hbqscintilla/hbqscintilla.hbp
* harbour/contrib/hbqt/hbqscintilla/TQsciCommandSet.prg
* harbour/contrib/hbqt/hbqscintilla/THBQsciScintilla.prg
* harbour/contrib/hbqt/hbqscintilla/QsciAPIs.cpp
* harbour/contrib/hbqt/hbqscintilla/QsciLexerFlagship.cpp
* harbour/contrib/hbqt/hbqscintilla/QsciStyle.cpp
* harbour/contrib/hbqt/hbqscintilla/TQsciStyledText.prg
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qsciapis.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscilexerflagship.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscicommand.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscilexer.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qsciabstractapis.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscistyle.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscilexercpp.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qsciscintilla.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscistyledtext.txt
* harbour/contrib/hbqt/hbqscintilla/doc/en/class_qscicommandset.txt
* harbour/contrib/hbqt/hbqscintilla/TQsciDocument.prg
* harbour/contrib/hbqt/hbqscintilla/TQsciCommand.prg
* harbour/contrib/hbqt/hbqscintilla/TQsciLexer.prg
* harbour/contrib/hbqt/hbqscintilla/hbqt_hbqsciscintilla.h
* harbour/contrib/hbqt/hbqscintilla/QsciAbstractAPIs.cpp
* harbour/contrib/hbqt/hbqscintilla/QsciLexerCPP.cpp
* harbour/contrib/hbqt/hbqscintilla/QsciScintilla.cpp
* harbour/contrib/hbqt/hbqscintilla/TQsciAPIs.prg
* harbour/contrib/hbqt/hbqscintilla/TQsciLexerFlagship.prg
* harbour/contrib/hbqt/hbqscintilla/TQsciStyle.prg
* harbour/contrib/hbqt/hbqscintilla/QsciCommandSet.cpp
* harbour/contrib/hbqt/hbqscintilla/hbqt_garbage.h
* harbour/contrib/hbqt/hbqscintilla/HBQsciScintilla.cpp
* harbour/contrib/hbqt/hbqscintilla/hbqt_local.h
* harbour/contrib/hbqt/hbqscintilla/hbqscintilla.ch
* harbour/contrib/hbqt/hbqscintilla/QsciStyledText.cpp
* harbour/contrib/hbqt/hbqscintilla/hbqt_hbqsciscintilla.cpp
* harbour/contrib/hbqt/hbqscintilla/TQsciAbstractAPIs.prg
* harbour/contrib/hbqt/hbqscintilla/TQsciLexerCPP.prg
* harbour/contrib/hbqt/hbqscintilla/TQsciScintilla.prg
* harbour/contrib/hbqt/qtnetwork/filelist.mk
* harbour/contrib/hbqt/hbqt_hbqplaintextedit.cpp
* harbour/contrib/hbxbp/xbpclipboard.prg
* harbour/contrib/hbxbp/hbpprocess.prg
* harbour/contrib/hbxbp/xbpgra.prg
* harbour/contrib/hbbz2/hbbz2.ch
* harbour/contrib/hbbz2/hbbz2.c
* harbour/contrib/hbbz2/Makefile
* harbour/contrib/hbblink/hbblink.hbc
* harbour/contrib/hbblink/Makefile
* harbour/contrib/hbxpp/dmlb.ch
* harbour/contrib/hbxpp/wafuncx.c
* harbour/contrib/hbnetio/tests/netiot03.prg
* harbour/contrib/hbnetio/readme.txt
* harbour/contrib/gtwvg/tests/wvgtbrowser.prg
* harbour/contrib/gtwvg/tests/wvgcuigdialog.prg
* harbour/contrib/gtwvg/tests/wvgutilities.prg
* harbour/contrib/gtwvg/tests/wvgqt.prg
* harbour/contrib/gtwvg/tests/wvgxbp.prg
* harbour/contrib/gtwvg/tests/wvgmodal.prg
* harbour/contrib/gtwvg/tests/wvgdyndialogs.prg
* harbour/contrib/gtwvg/tests/wvgwvtclasses.prg
* harbour/contrib/gtwvg/tests/wvgactivex.prg
* harbour/contrib/sddsqlt3/tests/test1.prg
* harbour/contrib/hbwin/tests/oletst1.prg
* harbour/contrib/hbwin/tests/oletst2.prg
* harbour/contrib/hbwin/tests/oletst3.prg
* harbour/contrib/hbwin/tests/oletst4.prg
* harbour/contrib/hbwin/tests/olesrv4.hbp
* harbour/contrib/hbwin/tests/olesrv1.prg
* harbour/contrib/hbwin/tests/olesrv2.prg
* harbour/contrib/hbwin/tests/olesrv3.prg
* harbour/contrib/hbwin/tests/olesrv4.prg
* harbour/contrib/hbwin/tests/oletst4.hbp
* harbour/contrib/hbwin/win_shell.c
* harbour/contrib/hbwin/hbolesrv.c
* harbour/contrib/hbide/ideharbourhelp.prg
* harbour/contrib/hbide/ideplugins.prg
* harbour/contrib/hbide/ideedit.prg
* harbour/contrib/hbide/idewizard.prg
* harbour/contrib/hbide/ideskeletons.prg
* harbour/contrib/hbide/idefunctions.prg
* harbour/contrib/hbide/plugins/savebackup.prg
* harbour/contrib/hbide/ideenviron.prg
* harbour/contrib/hbide/idehome.prg
* harbour/contrib/hbide/ideshortcuts.prg
* harbour/contrib/hbide/idetools.prg
* harbour/contrib/hbide/idedocwriter.prg
* harbour/contrib/hbsms/tests/send.prg
* harbour/contrib/hbsms/tests/hbmk.hbm
* harbour/contrib/hbsms/hbsms.prg
* harbour/contrib/hbsms/hbsms.hbc
* harbour/contrib/hbsms/Makefile
* harbour/config/linux/open64.mk
! added missing SVN keywords and/or eol-style attributes
! converted some hard coded LFCR to native EOLs
|
||
|
|
9b737790da |
2010-03-24 10:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/sddmy/tests/hbmk.hbm
+ contrib/sddfb/tests
+ contrib/sddfb/tests/hbmk.hbm
+ contrib/sddpg/tests
+ contrib/sddpg/tests/hbmk.hbm
* contrib/sddsqlt3/tests/hbmk.hbm
* contrib/sddoci/tests/hbmk.hbm
+ Added missing tests dirs. It would be great to add some
test.prg's otherwise it's pretty hard to test these
libs.
! Sync tests dir .hbm option with rest of contribs.
* contrib/sddmy/tests/test1.prg
! Fixed warning to compile with now std strict make options.
|
||
|
|
58be19d9e6 |
2010-03-24 10:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/Makefile
* contrib/rddsql/Makefile
- contrib/rddsql/sddmy
+ contrib/sddmy
* contrib/sddmy/Makefile
* contrib/sddmy/sddmy.hbc
- contrib/rddsql/sddfb
+ contrib/sddfb
* contrib/sddfb/Makefile
* contrib/sddfb/sddfb.hbc
- contrib/rddsql/sddpg
+ contrib/sddpg
* contrib/sddpg/Makefile
* contrib/sddpg/sddpg.hbc
- contrib/rddsql/sddsqlt3
+ contrib/sddsqlt3
* contrib/sddsqlt3/Makefile
* contrib/sddsqlt3/sddsqlt3.hbc
- contrib/rddsql/sddoci
+ contrib/sddoci
* contrib/sddoci/sddoci.hbc
* contrib/sddoci/Makefile
* Flattened dir structure.
* contrib/sddfb/sddfb.c
* contrib/sddsqlt3/sddsqlt3.c
* Minor formatting.
|