Viktor Szakats
75ebef1fad
2007-09-16 12:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/libct/makefile.vc
* Some alignment.
* source/rtl/listbox.prg
! Using manifest constant.
* source/rtl/tbrowse.prg
! Some final fixes for full color compatibility.
* source/common/hbver.c
+ Added NOTE about what CA-Cl*ppers are returning
for Version().
2007-09-16 10:54:46 +00:00
Przemyslaw Czerpak
e3236dec41
2007-08-07 03:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/include/hbclass.ch
! fixed typo: AddClsMthds() => AddClsMethod()
+ added support for executing InitClass() constructor - it's not
exact Class(y) behavior but rather sth what xHarbour does now.
It will be change in the future when we will have real class
methods and variables.
* harbour/contrib/libct/blank.prg
! fixed typo
* harbour/contrib/libct/dbftools.c
* added function list in header
* harbour/contrib/libct/screen1.c
+ added SCREENTEXT()
* harbour/contrib/libct/disk.c
- removed DELETEFILE() and FILEMOVE()
* harbour/contrib/libct/files.c
+ added DELETEFILE(), RENAMEFILE(), FILEMOVE()
* harbour/contrib/libct/ctwfunc.c
! fixed typo in parameters numbers in WFORMAT()
+ harbour/contrib/libct/charsprd.c
+ added CHARSPREAD()
+ harbour/contrib/libct/scrmark.prg
+ added SCREENMARK()
+ harbour/contrib/libct/expand.c
+ added EXPAND()
+ harbour/contrib/libct/fcopy.prg
+ added FILECOPY(), FILECOPEN(), FILECCLOSE(), FILEAPPEND(), FILECDATI()
it's modified and fixed code by Frederic J. Bell borrowed from
xHarbour
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* update for new files. makefile.bc will have to be modified yet
(some files were missing and I added them to file list) but I'd
like to leave it for BCC users who can test modifications
2007-08-07 01:12:50 +00:00
Przemyslaw Czerpak
76f8caa145
2007-08-05 15:00 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/Makefile
+ harbour/contrib/libct/keysec.prg
+ harbour/contrib/libct/keytime.prg
+ added KEYSEC() and KEYTIME() modified code by Pavel Tsarenko
borrowed from xHarbour
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* updated for new files
2007-08-05 13:00:49 +00:00
Przemyslaw Czerpak
9fe0fff8ed
2007-08-05 11:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/screen2.c
+ added CLEARSLOW()
+ harbour/contrib/libct/getsecrt.prg
+ added GETSECRET()
+ harbour/contrib/libct/getinput.prg
+ added GETINPUT()
* harbour/contrib/libct/ctmisc.prg
* moved SAVEGETS() and RESTGETS() to getinfo.prg file
+ harbour/contrib/libct/getinfo.prg
+ added COUNTGETS(), CURRENTGET(), GETFLDROW(), GETFLDCOL(), GETFLDVAR()
modified code by Philip Chee borrowed from xHarbour
+ added SAVEGETS() and RESTGETS() from ctmisc.prg
+ harbour/contrib/libct/keysave.prg
+ SAVESETKEY(), RESTSETKEY() - code by Philip Chee borrowed from
xHarbour
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* updated for new files
* harbour/contrib/libct/screen3.prg
* harbour/contrib/libct/showtime.prg
* set svn:eol-style=native
2007-08-05 09:55:33 +00:00
Przemyslaw Czerpak
f229fdefdd
2007-08-03 22:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/screen1.c
* removed unnecessary casting
+ harbour/contrib/libct/screen3.prg
+ added CLEAREOL(), CLEOL(), CLWIN()
* harbour/contrib/libct/screen2.c
+ harbour/contrib/libct/showtime.prg
+ added SHOWTIME()
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* updated for new files
2007-08-03 20:45:20 +00:00
Przemyslaw Czerpak
69f897a26e
2007-08-02 12:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/include/hbapifs.h
* harbour/source/rtl/file.c
+ added xHarbour compatible C function hb_fsIsDirectory()
* harbour/contrib/libct/color.c
* harbour/contrib/libct/screen1.c
+ added UNTEXTWIN(), CHARWIN(), COLORWIN(), COLORREPL()
* changed CLEARWIN(), INVERTWIN() to use common helper functions
+ harbour/contrib/libct/screen2.c
+ added SAYDOWN(), SAYSPREAD(), SAYMOVEIN()
+ harbour/contrib/libct/cursor.c
+ added SAVECURSOR(), RESTCURSOR()
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* updated for new files
* harbour/contrib/libct/ctmisc.prg
! fixed CSETCURS() when called with non logical parameter
* harbour/source/vm/classes.c
+ added basic version for executing all known inherited destructors
final version in the future after some testes
* harbour/source/codepage/cpsv850.c
* harbour/source/codepage/cpsk852.c
* harbour/source/codepage/ucmik.c
* harbour/source/codepage/cpbgmik.c
* harbour/source/codepage/cpsvwin.c
* harbour/source/codepage/cpskiso.c
* harbour/source/codepage/cpskwin.c
* harbour/source/codepage/cpsvclip.c
* removed hardcoded CHR(13)+CHR(10) EOLs
2007-08-02 10:25:46 +00:00
Przemyslaw Czerpak
6d9a3da276
2007-07-20 18:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
+ harbour/contrib/libct/ctvideo.ch
+ harbour/contrib/libct/video.c
+ added CHARPIX(), VGAPALETTE(), VIDEOTYPE(), SETFONT()
code by Phil Krylov borrowed from xHarbour
+ harbour/contrib/libct/dattime3.c
+ added WAITPERIOD(), TIMEVALID(), SETTIME(), SETDATE()
2007-07-20 16:40:42 +00:00
Przemyslaw Czerpak
ea81edf95e
2007-07-19 20:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/Makefile
+ harbour/contrib/libct/maxline.c
+ harbour/contrib/libct/lton.c
+ harbour/contrib/libct/pack.c
* harbour/contrib/libct/color.c
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/screen1.c
- harbour/contrib/libct/screen2.prg
* harbour/contrib/libct/makefile.vc
* harbour/source/rtl/gtapi.c
* synced with xHarbour modifications and fixes
* new functions or .prg functions rewritten in C
! some fixes
* indenting
2007-07-19 18:50:32 +00:00
Przemyslaw Czerpak
0242db11df
2007-07-19 18:45 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/strdiff.c
* harbour/contrib/libct/token2.c
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/wordrepl.c
* harbour/contrib/libct/strswap.c
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/screen1.c
* harbour/contrib/libct/token1.c
* harbour/contrib/libct/makefile.vc
* harbour/contrib/libct/ctwfunc.c
* harbour/contrib/libct/relation.c
+ harbour/contrib/libct/setlast.c
* harbour/contrib/libct/tab.c
* harbour/contrib/libct/replace.c
- harbour/contrib/libct/setlast.prg
* harbour/contrib/libct/wordtoch.c
* harbour/contrib/libct/remove.c
* synced with xHarbour modifications and fixes
* new functions or .prg functions rewritten in C
! some fixes
* indenting
2007-07-19 16:45:42 +00:00
Przemyslaw Czerpak
06a6940b01
2007-07-18 16:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* added new files and Juan Gálvez fixes
* harbour/contrib/libct/like.c
* harbour/contrib/libct/keyset.c
! fixed typo
2007-07-18 14:43:13 +00:00
Przemyslaw Czerpak
e72214aecf
2007-07-15 09:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* harbour/contrib/libct/misc1.c
+ harbour/contrib/libct/misc2.c
+ harbour/contrib/libct/misc3.c
* harbour/contrib/libct/num1.c
* harbour/contrib/libct/numconv.prg
+ harbour/contrib/libct/numcount.c
+ harbour/contrib/libct/numline.c
* harbour/contrib/libct/numat.c
* synced with xHarbour modifications and fixes
+ added some missing functions borrowed from xHarbour, in most
cases it was Pavel Tsarenko code
! some fixes
* indenting
* harbour/source/rtl/gtfunc.c
* replaced hb_itemRelease( hb_itemReturn( pItem ) ) by
hb_itemReturnRelease( pItem )
2007-07-15 07:20:25 +00:00
Przemyslaw Czerpak
e19e015ae8
2007-07-14 22:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/source/rtl/gttrm/gttrm.c
* added protection against corrupted by programmer screen buffer
* harbour/source/rtl/hbgtcore.c
* extended hb_gtColorToN() to recognize also "I", "N", "U" and
numeric NN/NN attributes
* harbour/contrib/libct/ftoc.c
* cleanup
* harbour/contrib/libct/Makefile
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
- harbour/contrib/libct/color.prg
- harbour/contrib/libct/invrtwin.prg
+ harbour/contrib/libct/color.c
* rewritten INVERTATTR(), INVERTWIN(), COLORTON(), NTOCOLOR(),
ENHANCED(), STANDARD(), UNSELECTED() in C code. Now COLORTON()
and NTOCOLOR() use GT functions for color translations.
! fixed INVERTATTR() to not change blink and highlight attributes
! fixed INVERTWIN() to work with GT divers which do not use VGA
compatible screen buffer
2007-07-14 20:55:26 +00:00
Przemyslaw Czerpak
afad88a1cc
2007-04-13 11:25 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/common.mak
! updated for new files
* harbour/contrib/libct/Makefile
- harbour/contrib/libct/math.c
+ harbour/contrib/libct/ctmath2.c
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* renamed math.c to ctmath2.c
2007-04-13 09:26:28 +00:00
Viktor Szakats
65460d88a1
2007-04-01 13:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* harbour/makefile.bc
* harbour/makefile.vc
* harbour/config/rules.cf
* harbour/contrib/btree/makefile.bc
* harbour/contrib/htmllib/Makefile.bc
* harbour/contrib/htmllib/makefile.vc
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
* harbour/contrib/libgt/makefile.bc
* harbour/contrib/libgt/makefile.vc
* harbour/contrib/libmisc/makefile.bc
* harbour/contrib/libmisc/makefile.vc
* harbour/contrib/libnf/makefile.vc
* harbour/contrib/libnf/nanfor.bc
* harbour/contrib/samples/makefile.bc
* harbour/contrib/samples/makefile.vc
+ harbour/contrib/samples/make_b32.bat
+ harbour/contrib/samples/make_vc.bat
- harbour/contrib/samples/makevc.bat
+ -w default Harbour build switch changed to -w2,
to further maintain code quality.
; Notice that CONTRIB might need some fixing here.
+ Added proper BC/VC make batch files for "samples".
* harbour/include/hbclass.ch
* harbour/source/debug/dbgmenu.prg
* harbour/source/debug/debugger.prg
* harbour/source/rtl/teditor.prg
* harbour/utils/hbdoc/genchm.prg
* harbour/utils/hbdoc/genhtm.prg
* harbour/utils/hbdoc/genng.prg
* harbour/utils/hbdoc/genos2.prg
* harbour/utils/hbdoc/genpdf1.prg
* harbour/utils/hbdoc/genrtf.prg
* harbour/utils/hbdoc/os2.prg
* harbour/utils/hbmake/hbmake.prg
* harbour/utils/hbmake/radios.prg
* harbour/utils/hbpptest/pretest.prg
* harbour/utils/hbtest/rt_misc.prg
+ Added HB_SYMBOL_UNUSED() inside codeblocks.
! Removed a few uneeded codeblock parameters.
+ Added HB_SYMBOL_UNUSED() to some class syntax generated
code to avoid unused "Self" var warnings.
* harbour/ChangeLog.017
! Typos.
2007-04-01 12:04:58 +00:00
Viktor Szakats
8a9c5cc56f
2007-02-22 13:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* harbour/contrib/libct/makefile.bc
* harbour/contrib/libct/makefile.vc
! Synced with GNU makefile changes.
2007-02-22 12:38:44 +00:00
Phil Krylov
c9331ce46c
2004-06-08 22:50 UTC+0300 Phil Krylov <phil@newstar.rinet.ru>
2004-06-08 18:50:51 +00:00
Phil Krylov
c1aad28e5a
2004-06-08 22:10 UTC+0300 Phil Krylov <phil@newstar.rinet.ru>
2004-06-08 18:13:15 +00:00
Martin Vogel
e91d13d391
2003-01-20 00:20 UTC+0100 Martin Vogel <vogel@inttec.de>
2003-01-19 23:25:15 +00:00
Walter Negro
e9a6b62ca5
2002-11-5 14:38 UTC-0300 Walter Negro <anegro@overnet.com.ar>
...
* contrib/libct/makefile.vc
+ setlast.prg
2002-11-05 17:45:26 +00:00
Martin Vogel
2e2316a730
2002-10-19 21:40 UTC+0100 Martin Vogel <vogel@inttec.de>
2002-10-19 19:30:47 +00:00
Martin Vogel
50a352edbf
2002-05-04 18:40 UTC+0100 Martin Vogel <vogel@inttec.de>
2002-05-04 16:37:32 +00:00
Martin Vogel
0706d50b29
2002-04-08 19:10 UTC+0100 Martin Vogel <vogel@inttec.de>
2002-04-08 17:08:01 +00:00
Martin Vogel
ef4da17646
2002-02-19 00:05 UTC+0100 Martin Vogel <vogel@inttec.de>
2002-02-18 23:13:03 +00:00
Martin Vogel
1f8852b694
2002-01-20 13:00 UTC+0100 Martin Vogel <vogel@inttec.de>
2002-01-20 11:56:33 +00:00
Martin Vogel
687b652139
2001-11-19 17:20 GMT+1 Martin Vogel <vogel@inttec.de>
2001-11-19 16:16:01 +00:00
Martin Vogel
80ebe90b73
2001-11-02 22:50 GMT+1 Martin Vogel <vogel@inttec.de>
2001-11-02 21:45:23 +00:00
Martin Vogel
83e9bf8c78
2001-11-01 18:30 GMT+1 Martin Vogel <vogel@inttec.de>
2001-11-01 17:20:25 +00:00
Martin Vogel
319305a9d7
2001-09-09 21:00 MEST Martin Vogel <vogel@inttec.de>
2001-09-09 19:05:13 +00:00
Martin Vogel
300a797b0d
2001-08-18 16:45 MEST Martin Vogel <vogel@inttec.de>
2001-08-18 14:46:29 +00:00
Martin Vogel
4ed4b8024d
2001-07-23 22:30 MEST Martin Vogel <vogel@inttec.de>
2001-07-23 19:23:34 +00:00
Martin Vogel
56cc6b6e68
2001-07-23 20:10 MEST Martin Vogel <vogel@inttec.de>
2001-07-23 18:08:56 +00:00
Martin Vogel
97d5d8386b
2001-07-23 18:40 MEST Martin Vogel <vogel@inttec.de>
2001-07-23 16:38:00 +00:00
Martin Vogel
354a417174
2001-07-17 20:00 MEST Martin Vogel <vogel@inttec.de>
2001-07-17 17:47:34 +00:00
Martin Vogel
b1cf172910
2001-05-12 18:30 GMT+0200 Martin Vogel <vogel@inttec.de>
2001-05-12 16:29:33 +00:00
Martin Vogel
ed53aa16bf
2001-05-10 14:30 GMT+0200 (MET DST) Martin Vogel <vogel@inttec.de>
2001-05-10 12:24:43 +00:00
Martin Vogel
00b76ae87b
2001-05-06 20:30 CET Martin Vogel <vogel@inttec.de>
2001-05-06 18:30:21 +00:00
Martin Vogel
9064a7fa40
2001-04-28 23:15 CET Martin Vogel <vogel@inttec.de>
2001-04-28 21:12:26 +00:00
Martin Vogel
2222baa871
*** empty log message ***
2001-04-26 11:56:50 +00:00
Martin Vogel
d0ebf10b16
*** empty log message ***
2001-04-20 14:35:41 +00:00
Martin Vogel
71dca700b4
*** empty log message ***
2001-04-20 08:55:10 +00:00
Martin Vogel
f0cf1b5502
----------------------------------------------------------------------
2001-04-18 20:35:43 +00:00
Martin Vogel
e7d9b9aff4
----------------------------------------------------------------------
2001-04-17 20:12:01 +00:00
Martin Vogel
816d0a9a50
----------------------------------------------------------------------
2001-04-17 16:48:48 +00:00
Martin Vogel
d6b722a525
----------------------------------------------------------------------
2001-04-17 16:00:52 +00:00
Paul Tucker
ef68bb6fc4
updates for msvc
2000-05-29 07:27:31 +00:00
Paul Tucker
9c3c8bfc56
msvc make updates
2000-04-24 06:36:26 +00:00
Viktor Szakats
b9efd5247e
20000423-12:23 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-23 10:19:50 +00:00