117324bc6a
2008-03-25 12:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/common.mak * harbour/source/lang/Makefile + harbour/source/lang/msgskiso.c + harbour/source/lang/msgskwin.c + harbour/source/lang/msgskkam.c + harbour/source/lang/msgsk852.c + added Slovak national messages by Gyula Bartal - many thanks
Przemyslaw Czerpak
2008-03-25 11:27:04 +00:00
d6b23af965
2008-03-15 16:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbzlib/zip.c ! fixed to not ignore errors in zipFlushWriteBuffer()
Przemyslaw Czerpak
2008-03-15 15:58:36 +00:00
1cf5e749d3
2008-03-15 15:15 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbzlib/zip.c ! fixed compression bug
Mindaugas Kavaliauskas
2008-03-15 13:15:27 +00:00
fd15794d10
2008-03-13 11:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/dbsql.c ! fixed typo in last commit which causes GPF when FOR condition was used without WHILE - thanks to Lorenzo
Przemyslaw Czerpak
2008-03-13 10:15:00 +00:00
1875d88dd6
added regression test from harbour/tests/transtst.prg
Massimo Belgrano
2008-03-10 16:25:34 +00:00
09566a5c88
2008-03-10 13:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapifs.h ! default usage of BSD locks in *BSD systems for emulating DOS/Windows DENY_* flags has been disabled because tests on FreeBSD 6.2 and MacOSX shows that this implementation can create self deadlock when used simultaneously with POSIX locks - thanks to Phil and Lorenzo for locating the problem and tests.
Przemyslaw Czerpak
2008-03-10 12:10:39 +00:00
7d6ad2b664
Lorenzo Fiorini
2008-03-09 17:32:19 +00:00
61983c3250
2008-03-09 16:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtclip.c ! fixed two very bad bugs in get clipboard action used for W32 and GTs which do not support system clipboard data
Przemyslaw Czerpak
2008-03-09 15:49:08 +00:00
92b7fb4258
2008-02-22 22:28 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/make_b32.mak * Synchronized with make_vc.mak regarding HB_BUILD_ST and HB_BUILD_MODE environment usage. There is still a difference between make_b32.mak and make_vc.mak, because under BCC - ST mode is default, while under MSVC - MT mode is default. To use MT mode under BCC one needs to set HB_BUILD_ST to something different than a word "yes". For example: set HB_BUILD_ST=no. The difference comes from the fact that so far BCC build has always been done in ST mode. It will be changed after a 1.0 release. Please note that harbour.dll is *always* built in MT mode under BCC and MSVC.
Marek Paliwoda
2008-02-22 21:27:13 +00:00
a09ab8a3a4
2008-02-22 00:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/cdpapi.c ! fixed unicode values for control codes in default CP437 unicode table * harbour/source/rtl/gtchrmap.c ! added missing default translation of chr(155) - it's control code on most of terminals and should not be shown in non UFT-8 mode * harbour/source/rtl/gttrm/gttrm.c ! do not use alternate character set for box drawing in UTF-8 mode New Linux consoles disable UTF-8 mode when alternate character set is enabled * harbour/contrib/hbct/ctwin.c * harbour/contrib/hbct/ctwin.h * harbour/contrib/hbct/ctwfunc.c * overload ReadKey() method for future window moving when scroll lock is set and for KEYREAD() implementation. * store real last key value in CTWIN GT.
Przemyslaw Czerpak
2008-02-21 23:20:35 +00:00
f2210422b7
2008-02-21 22:17 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/make_vc.mak + Added a possiblity to compile harbour in ST or MT mode by using an environment variable called HB_BUILD_ST. Setting HB_BUILD_ST to yes, causes Harbour+RTL+VM to be built in ST mode. Otherwise MT mode is used.
Marek Paliwoda
2008-02-21 21:16:46 +00:00
719339e947
2008-02-19 23:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/main/harbour.c * harbour/source/common/hbfsapi.c ! fixed hb_fsFNameSplit()/hb_fsFNameMerge() to respect path delimiter set by user
Przemyslaw Czerpak
2008-02-19 22:37:53 +00:00
3fce40bbeb
2008-02-18 12:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rdd/dbfntx/dbfntx1.c ! fixed very bad typo in my last commit - thanks to Jorge and Enrico for confirmation
Przemyslaw Czerpak
2008-02-18 11:12:46 +00:00
64fe300fc3
2008-02-16 11:28 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdate.h ! fixed limitation which forced to use hbdate.h after hbapi.h or hbdefs.h
Przemyslaw Czerpak
2008-02-16 10:28:25 +00:00
3b39a4a730
2008-02-15 10:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnf/Makefile * contrib/hbnf/common.mak - contrib/hbnf/descend.c + contrib/hbnf/descendn.c - contrib/hbnf/menuto.prg + contrib/hbnf/menutonf.prg ! Renamed some files in libnf to not collide with core source names. (Thanks Marek)
Viktor Szakats
2008-02-15 09:53:03 +00:00
2c7e7230c8
2008-02-15 09:47 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/contrib/hbfimage/make_gcc.sh ! Fixed CFLAGS settings from a proper FREEIMAGE_INC envvar
Marek Paliwoda
2008-02-15 08:47:48 +00:00
b4d574a3f9
2008-02-13 20:13 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/contrib/mtpl_vc.mak ! Enable compilation in C++ mode using HB_BUILD_MODE envvar
Marek Paliwoda
2008-02-13 19:15:27 +00:00
d0450cff7c
2008-02-13 14:03 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/direct.c * fixed Clipper compatibility when last character of given path is directory delimiter or drive delimiter
Przemyslaw Czerpak
2008-02-13 13:03:38 +00:00
e73dd4e363
2008-02-12 08:04 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/contrib/hbwhat32/make_gcc.sh ! Fixed compilation under MingW and Cygwin
Marek Paliwoda
2008-02-12 07:03:04 +00:00
0c8930313f
2008-02-11 16:23 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/wintypes.ch ! added missing => in #ytranslate command - thanks to Alex * harbour/contrib/hbw32/w32_tole.prg * fixed typo in one comment * harbour/contrib/hbw32/w32_ole.c ! added cleanup code for s_pOleAuto - memory leak fix
Przemyslaw Czerpak
2008-02-11 15:23:55 +00:00
7ca6f1a07f
2008-02-10 04:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * common.mak * source/lang/Makefile + source/lang/msgbgmik.c + source/lang/msgbe866.c + source/lang/msgbewin.c + source/lang/msghr437.c + source/lang/msghrwin.c + source/lang/msgua866.c + source/lang/msguakoi.c + source/lang/msguawin.c + Added some msg files from xhb. Some problems corrected. (Belarussian ISO code, long filename and internal ID for HR1250)
Viktor Szakats
2008-02-10 03:05:17 +00:00
ca7c9ba65e
2008-02-09 12:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/w32/global.cf * removed ' quoting from commands - *sh shells removed them but without such shell they are passed to windows command interpreter and not all version removed them
Przemyslaw Czerpak
2008-02-09 11:50:23 +00:00
336753d211
2008-02-09 10:06 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
Marek Paliwoda
2008-02-09 09:07:37 +00:00
0a3c919d95
2008-02-09 10:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * harbour/contrib/hbtpathy/tplinux.c * harbour/contrib/hbtpathy/tpos2.c * harbour/contrib/hbtpathy/tpwin32.c * Fixed guarding file content with proper OS constant (HB_OS_UNIX, HB_OS_WIN_32, HB_OS_OS2)
Marek Paliwoda
2008-02-09 09:05:13 +00:00
3e0a700d82
2008-02-08 19:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/make_gcc.sh * contrib/hbfimage/make_gcc.sh ! Two minor corrections to *_INC path setting examples for Windows.
Viktor Szakats
2008-02-08 18:47:02 +00:00
8aa5e2032b
Header update in my last commit
Marek Paliwoda
2008-02-08 15:52:55 +00:00
06cfde4dbf
2008-02-06 11:08 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) + harbour/contrib/gtwvg/make_gcc.sh + harbour/contrib/hbapollo/make_gcc.sh + harbour/contrib/hbclipsm/make_gcc.sh + harbour/contrib/hbct/make_gcc.sh + harbour/contrib/hbfbird/make_gcc.sh + harbour/contrib/hbfimage/make_gcc.sh + harbour/contrib/hbgd/make_gcc.sh + harbour/contrib/hbgt/make_gcc.sh + harbour/contrib/hbmisc/make_gcc.sh + harbour/contrib/hbmsql/make_gcc.sh + harbour/contrib/hbmysql/make_gcc.sh + harbour/contrib/hbnf/make_gcc.sh + harbour/contrib/hbodbc/make_gcc.sh + harbour/contrib/hbole/make_gcc.sh + harbour/contrib/hbpgsql/make_gcc.sh + harbour/contrib/hbtip/make_gcc.sh + harbour/contrib/hbtpathy/make_gcc.sh + harbour/contrib/hbw32/make_gcc.sh + harbour/contrib/hbw32ddr/make_gcc.sh + harbour/contrib/hbwhat32/make_gcc.sh + harbour/contrib/hbziparch/make_gcc.sh + harbour/contrib/hbzlib/make_gcc.sh + harbour/contrib/rddads/make_gcc.sh + harbour/contrib/xhb/make_gcc.sh + Added missing files to allow compilation using non standard build system. Please note that some contribs require external packages, so to succesfuully compile them you will have to set a proper environment variable, pointing to a list of directories, containig required package header files. Those envvars are listed below : APOLLO_INC FIREBIRD_INC FREEIMAGE_INC GD_INC MYSQL_INC PGSQL_INC ZLIB_INC ADS_INC Note that those envvars may contain list of directories, for example : export ADS_INC="/usr/include include ." Also note that on Windows systems, using MingW or Cygwin, you will have to generate a proper import files from dlls, available in those packages - using MingW or Cygwin dlltool - to build end user programs, utilizing those packages.
Marek Paliwoda
2008-02-08 15:45:18 +00:00
25231721f9
2008-02-08 15:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcomp.h * harbour/include/hbmacro.h * harbour/include/hbexprb.c * harbour/source/vm/macro.c * harbour/source/compiler/hbmain.c ! fixed name conflict in privates/publics declaration. Harbour allows to declare memvars with the same name as file wide statics or fields but this extensions was not working well in some cases and can cause unexpected results in variable declaration, f.e. try this code: static v:="static" proc main() public v:="public" ? v, M->v return compiled with -n -w switches and also with -n -w -a before this fix. ! fixed some compile time warnings in memvars declaration to be more Clipper compatible ! fixed compiling external modules (DO <procname> [WITH <params,...>]) when function <procname> is already declared but with different letter case. Harbour does not convert <procname> in DO statement to upper case to play well with case sensitive file systems and it could cause confusing warning message: Cannot open <procname>.prg, assumed external
Przemyslaw Czerpak
2008-02-08 14:58:26 +00:00
c68b5e22e3
2008-02-07 20:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/lib.cf * moved some definitions for easier detecting library build mode * harbour/config/os2/dir.cf * harbour/config/os2/global.cf * some modifications which should help for old GNU make OS2 ports and maybe also current ones
Przemyslaw Czerpak
2008-02-07 19:17:55 +00:00
7ee8dfff26
2008-02-07 11:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/os2/gcc.cf * use OS2_LIB_ARCH as library name to avoid problems with DEL * harbour/config/os2/global.cf * use double backslash characters - hack to test if it's sufficient workaround for problems mkdir on OS2
Przemyslaw Czerpak
2008-02-07 10:24:23 +00:00
7c5e31b8c3
2008-02-06 11:08 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/common.mak * harbour/make_gcc.mak * harbour/make_gcc.sh ! Some fixes for OS/2+eComStation. Still not all is working ok (dlls)
Marek Paliwoda
2008-02-06 10:09:04 +00:00
a3e51d1f5b
2008-02-05 10:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/os2/global.cf ! fixed typo in FOR command
Przemyslaw Czerpak
2008-02-05 09:58:37 +00:00
b2f3166838
2008-02-04 22:57 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/common.mak * harbour/make_gcc.mak ! Fixed compilation under DJGPP
Marek Paliwoda
2008-02-04 21:58:10 +00:00
a7a3a50ee0
2008-02-04 15:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/os2/global.cf * added workaround for non working 'if' function in OS2 GNU make port
Przemyslaw Czerpak
2008-02-04 14:55:33 +00:00
a4e9e72943
2008-02-04 16:40 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/source/vm/fm.c ! fixed hex dump of fm.log. The previous "hex" dump contained characters: ( ) . , + - / *
Mindaugas Kavaliauskas
2008-02-04 14:42:55 +00:00
dca3274389
2008-02-02 23:40 UTC+0100 Ryszard Glab (harbour//rglab.pl) * config/os2/global.cf * restored double backslash in deletion command
Ryszard Glab
2008-02-02 22:39:58 +00:00
dbbc91c3f5
2008-02-02 15:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/examples/rdddbt - contrib/examples/dbfdbt * Renamed after move.
Viktor Szakats
2008-02-02 14:29:05 +00:00
358f808c9d
2008-02-02 15:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/examples/dbfdbt + contrib/examples/dbfdbt/dbfdbt1.c + contrib/examples/dbfdbt/Makefile - source/rdd/dbfdbt * Moved no longer used (superceded) core RDD code to /contrib/examples/
Viktor Szakats
2008-02-02 14:27:46 +00:00
d5973af327
2008-02-02 15:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/examples/dbfdbt + contrib/examples/dbfdbt/dbfdbt1.c + contrib/examples/dbfdbt/Makefile - source/rdd/dbfdbt * Moved no longer used (superceded) core RDD code to /contrib/examples/
Viktor Szakats
2008-02-02 14:27:24 +00:00
7ca09e1942
2008-02-02 02:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbapicdp.h * common.mak * source/codepage/Makefile + source/codepage/uc1252.c + source/codepage/cpdewin.c + source/codepage/cpruiso.c + Added RUISO (Russian ISO-8859-5) and DEWIN (German CP1252, actually identical to DEISO) codepages and a CP1252<->Unicode table. Borrowed from Phil Krylov (xhb).
Viktor Szakats
2008-02-02 01:14:17 +00:00
fcbd63e849
2008-02-01 17:35 UTC+0100 Ryszard Glab (harbour/at/rglab.pl) * config/lib.cf * fixed to correctly list the source of installed library
Ryszard Glab
2008-02-01 16:37:28 +00:00
928173fcff
2008-02-01 12:25 UTC+0100 Ryszard Glab <harbour//rglab.pl> * config/os2/global.cf * fixed to delete single library during 'clean' when command shell is used
Ryszard Glab
2008-02-01 11:20:02 +00:00
36d6026587
2008-02-01 08:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbw32ddr/w32_ddrw.cpp ! Fixed compile error under MSVC. ! Fixed MSVC warning (strdup() -> hb_strdup()) Now compiles without warnings under MSVC. ! Reindented, some formatting.
Viktor Szakats
2008-02-01 07:22:13 +00:00
c2afdfe9c0
2008-02-01 08:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbw32ddr/w32_ddrw.cpp ! Fixed compile error under MSVC. ! Fixed MSVC warning (strdup() -> hb_strdup()) Now compiles without warnings under MSVC. ! Reindented, some formatting.
Viktor Szakats
2008-02-01 07:18:53 +00:00
1f0b51d3c3
2008-02-01 02:35 UTC+0100 Ryszard Glab <harbour//rglab.pl> * config/lib.cf * added vpath to search target libraries in lib/<arch>/<compiler>
Ryszard Glab
2008-02-01 01:31:39 +00:00
8df3e9a113
2008-01-31 23:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtwvg/tests/demowvg.prg ! SVN header added.
Viktor Szakats
2008-01-31 22:03:37 +00:00
8911937e26
minor fix to prev
Viktor Szakats
2008-01-31 21:38:07 +00:00
473c3a4454
removed unnecessary file headers
Viktor Szakats
2008-01-31 21:27:53 +00:00
07ea129a9d
2008-01-31 22:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/examples/guestbk/bld_b32.bat * contrib/examples/pe/bld_b32.bat * contrib/examples/dbu/bld_b32.bat * contrib/examples/hscript/bld_b32.bat ! Lib name changes.
Viktor Szakats
2008-01-31 21:11:40 +00:00
a8e6e34203
2008-01-31 19:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/net.c ! Typo fixed.
Viktor Szakats
2008-01-31 18:36:34 +00:00
9425da1342
2008-01-31 19:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/make_gcc_all.sh ! Added SVN header.
Viktor Szakats
2008-01-31 18:04:50 +00:00
d12a8aa83c
2008-01-31 18:47 UTC+0100 Ryszard Glab <harbour//rglab.pl> * config/hpux/gcc.cf * config/darwin/gcc.cf * config/dos/owatcom.cf * config/dos/watcom.cf * config/dos/bcc16.cf * config/dos/rsx32.cf * config/dos/djgpp.cf * config/linux/owatcom.cf * config/linux/gcc.cf * config/os2/gcc.cf * config/os2/icc.cf * config/sunos/gcc.cf * config/bsd/gcc.cf * config/w32/msvc.cf * config/w32/owatcom.cf * config/w32/watcom.cf * config/w32/bcc32.cf * config/w32/gcc.cf * config/w32/xcc.cf * config/w32/rsxnt.cf * config/w32/cemgw.cf * config/w32/pocc.cf * config/w32/mingw32.cf * fixed to link contrib libraries (all contrib libraries are placed in lib/<arch>/<compiler> directory) NOTE: OS/2 users: the names of libraries have 'hbgf' prefix
Ryszard Glab
2008-01-31 17:44:30 +00:00
76946bf2eb
2008-01-31 18:41 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) + contrib/mtpl_gcc.mak + Readded to SVN yet another time
Marek Paliwoda
2008-01-31 17:39:43 +00:00
ca8c0a0e89
2008-01-31 18:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * common.mak * harbour-ce-spec * harbour-w32-spec * harbour.spec * make_tgz.sh * utils/hbpptest/Makefile + utils/hbpptest/hbpptest.prg - utils/hbpptest/pretest.prg ! Fixed hbpptest to have this name (instead of 'pretest') even when built with the GNU make system.
Viktor Szakats
2008-01-31 17:09:17 +00:00
b5ae06cc09
2008-01-31 17:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/hb-func.sh + Updated for lib name change. Please test & review.
Viktor Szakats
2008-01-31 16:48:02 +00:00
d0f269ce90
2008-01-31 17:40 UTC+0100 Ryszard Glab <harbour//rglab.pl> * config/w32/mingw32.cf * fixed library name mainstd -> hbmainstd
Ryszard Glab
2008-01-31 16:36:06 +00:00
8a5c03a538
2008-01-31 16:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch * source/rtl/net.c * contrib/xhb/hbcompat.ch ! Removed non-compatible xhb extension from NetName(). + hb_UserName() function added with the above functionality. ! Slight correction to the Win32 branch of hb_UserName(). + Added compatibility translations to NetName(1) for xhb lib users (enough to #include "hbcompat.ch").
Viktor Szakats
2008-01-31 15:46:59 +00:00
2edfc2e1b6
2008-01-31 14:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbbtree/hb_btree.c ! Removed HB_ERR_SS_TOOLS reference.
Viktor Szakats
2008-01-31 13:13:42 +00:00
9eee5e701c
2008-01-31 13:00 UTC+0100 Ryszard Glab <harbour//rglab.pl> * source/rdd/Makefile * config/global.cf * added HB_LIB_DIRS with a list of valid RDD subdirectories (HB_LIB_DRIVERS stores the list of valid RDD libraries)
Ryszard Glab
2008-01-31 11:59:05 +00:00
5a658b2c03
2008-01-31 12:40 UTC+0100 Ryszard Glab <harbour//rglab.pl> * doc/howtosvn.txt * svn update does not report locally modified files - it is required to run 'svn status' to list all changed files
Ryszard Glab
2008-01-31 11:36:57 +00:00
541265b357
2008-01-30 21:30 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * contrib/gtwvg/common.mak * contrib/hbapollo/common.mak * contrib/hbbmcdx/common.mak * contrib/hbbtree/common.mak * contrib/hbclipsm/common.mak * contrib/hbct/common.mak * contrib/hbfbird/common.mak * contrib/hbfimage/common.mak * contrib/hbgd/common.mak * contrib/hbgt/common.mak * contrib/hbmisc/common.mak * contrib/hbmsql/common.mak * contrib/hbmysql/common.mak * contrib/hbnf/common.mak * contrib/hbodbc/common.mak * contrib/hbole/common.mak * contrib/hbpgsql/common.mak * contrib/hbtip/common.mak * contrib/hbtpathy/common.mak * contrib/hbw32/common.mak * contrib/hbw32ddr/common.mak * contrib/hbwhat32/common.mak * contrib/hbziparch/common.mak * contrib/hbzlib/common.mak * contrib/rddado/common.mak * contrib/rddads/common.mak * contrib/xhb/common.mak ! Changed to be compatible with GNU make for alternative building system centered around common.mak.
Marek Paliwoda
2008-01-30 20:39:26 +00:00
735787b94d
2008-01-29 01:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog ! Typos.
Viktor Szakats
2008-01-29 00:00:52 +00:00
eb89862ecf
2008-01-28 12:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbapierr.h * source/rtl/errorapi.c ! Removed HB_ERR_SS_TOOLS non-core #define (formerly used by /contrib/hbct from core header. ! Removed non-core related error API call hb_errRT_TOOLS() (functionality was similar to hb_errRT_BASE())
Viktor Szakats
2008-01-28 11:12:35 +00:00
367c5a6264
2008-01-28 09:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rdd/dbfntx/Makefile * source/rdd/dbfdbt/Makefile * source/rdd/dbfcdx/Makefile * source/rdd/dbffpt/Makefile ! Missing LIBNAME change now done.
Viktor Szakats
2008-01-28 08:29:30 +00:00
2e3ce4504c
2008-01-27 12:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/objfunc.prg ! Fixed ISNUMBER() -> hb_ISPOINTER() for pointers. Thanks to Chen Kedem.
Viktor Szakats
2008-01-27 12:32:37 +00:00
ec08662048
2008-01-26 22:42 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * make_gcc.mak + Added an extra compilation phase for building shared VM+RTL library (if needed) ! Some minor fixes and cleanup
Marek Paliwoda
2008-01-26 21:41:12 +00:00
2d47404bcd
Lorenzo Fiorini
2008-01-26 15:53:58 +00:00
c85b890109
2008-01-26 11:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/pp/Makefile ! Missed modification made after lib name change.
Viktor Szakats
2008-01-26 10:01:06 +00:00
093cef71c0
2008-01-26 10:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/adsfunc.c ! Warning fixed in ADSGetServerName().
Viktor Szakats
2008-01-26 09:28:07 +00:00
e15b5f14da
minor formatting
Viktor Szakats
2008-01-26 09:23:45 +00:00
08abc77ab8
Lorenzo Fiorini
2008-01-26 09:15:58 +00:00
5aa509ba3a
2008-01-26 09:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/make_b32_all.bat * contrib/make_vc_all.bat * contrib/Makefile + contrib/rddado * contrib/rddado/common.mak * contrib/rddado/Makefile + contrib/gtwvg * contrib/gtwvg/common.mak * contrib/gtwvg/Makefile + contrib/rddads * contrib/rddads/common.mak * contrib/rddads/Makefile - contrib/hbrddado - contrib/hbgtwvg - contrib/hbrddads * utils/hbmake/hbmutils.prg ! Done some final renames in contrib to be consistent with the core names where some new rules had to be made for DJGPP compatibility.
Viktor Szakats
2008-01-26 09:02:24 +00:00
80e4b3ae70
2008-01-26 07:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/pp/pplib.c * source/rtl/run.c * source/rtl/hbgtcore.c * source/rtl/philesx.c * source/rtl/strzero.c * source/vm/runner.c * source/vm/debug.c * source/vm/itemapi.c * source/vm/arrayshb.c * source/vm/classes.c * source/rdd/dbfntx/dbfntx1.c * source/rdd/dbfcdx/dbfcdx1.c ! Replaced 9999 internal and RT error codes with unique ones, in new Harbour ranges: RT/PP: 1001-1999 RT/BASE: 6001-6999 runner: 6101-6199 Internal/misc: 6001-6999 Internal/RDD: 7001-7999 CDX: 7001-7099 NTX: 7101-7199 NOTE: If you find some more 9999s in the core code, pls tell.
Viktor Szakats
2008-01-26 06:54:55 +00:00
5212854942
typo
Viktor Szakats
2008-01-26 05:29:46 +00:00
a92f87015d
2008-01-26 06:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * tests/gfx.prg * tests/wcecon.prg * tests/gtchars.prg * tests/gtkeys.prg * include/hbgtinfo.ch * source/rtl/hbgtcore.c * source/rtl/gtkbstat.c * source/rtl/gtdos/gtdos.c * source/rtl/gtwin/gtwin.c * source/rtl/gtxwc/gtxwc.c * source/rtl/gtos2/gtos2.c * source/rtl/gtcrs/gtcrs.c * source/rtl/gtalleg/gtalleg.c * source/rtl/gtstd/gtstd.c * source/rtl/gtsln/gtsln.c * source/rtl/gttrm/gttrm.c * source/rtl/gtpca/gtpca.c * source/rtl/gtgui/gtgui.c * source/rtl/gtcgi/gtcgi.c * source/rtl/gtwvt/gtwvt.c * contrib/hbgtwvg/gtwvg.c ! Some minor formatting to the .ch file. Removed reference to non-existing doc/gtinfo.txt. * Using HB_GTI_* instead of GTI_* in Harbour files.
Viktor Szakats
2008-01-26 05:29:20 +00:00
b7587eddc1
2008-01-25 17:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/radiogrp.prg ! Minor formatting.
Viktor Szakats
2008-01-25 16:55:35 +00:00
64664455ce
2008-01-25 16:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbzlib/zlib.h - contrib/hbzlib/zconf.h * contrib/hbzlib/hbmzip.c * contrib/hbzlib/readme.txt ! Removed zlib headers included in Harbour SVN. For this contrib to compiler, users will need to have the zlib package installed. ! stricmp() -> hb_stricmp() to avoid MSVC warning and to be more portable.
Viktor Szakats
2008-01-25 15:32:55 +00:00
05b520ce9e
2008-01-25 15:20 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/source/compiler/hbmain.c ! fixed a few /w3 memory leaks
Mindaugas Kavaliauskas
2008-01-25 13:20:48 +00:00
49a0e3e484
2008-01-25 10:47 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * contrib/make_b32_all.bat * contrib/make_vc_all.bat ! moved hbzlib compilation into "conditional section" of above batfiles
Marek Paliwoda
2008-01-25 09:46:54 +00:00
b9f9689418
2008-01-25 10:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbzlib/make_b32.bat * contrib/hbzlib/make_vc.bat + Added creation of .lib from .dll for non-GNU make systems.
Viktor Szakats
2008-01-25 09:05:57 +00:00
da6f8a212c
2008-01-23 02:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbrddntx.h ! fixed type of Signature field in tag structure
Przemyslaw Czerpak
2008-01-23 01:24:48 +00:00