Commit Graph

2546 Commits

Author SHA1 Message Date
Ron Pinkas
3ceb194fed 2001-02-24 19:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
     + Added CompileNestedBlocks() #ifdef __CLIPPER__, because Clipper's Macro Compiler can *not* compile nested blocks.

     /* Clipper macro compiler can't compile literal blocks which contain nested blocks. This is needed by #commands like:
        INDEX ON ... TO ...
        Now PP will pre-compile such nested blocks. This makes PP fully functional when compiled with Clipper too :-) */

   * harbour/source/rdd/dbfcdx1.c
     ! Moved few declarations above the HB_TRACE() lien, to fix compilation errors.
2001-02-25 03:59:52 +00:00
Alex Shashkov
d05b38d8d0 2001-02-23 18:10 UTC+0300 Alex Shashkov <shashkov@ostu.ru>
* harbour/source/rtl/console.c
     ! Fixed bug STDOUT(..,"",..) on Watcom C 11.0

   * harbour/source/pp/ppcore.c
   * harbour/source/pp/pragma.c
     ! Fixed extern declaration for Watcom C 11.0
2001-02-24 15:08:27 +00:00
Alex Shashkov
49903bf1d7 2001-02-24 12:45 UTC+0300 Alex Shashkov <shashkov@ostu.ru>
* harbour/source/vm/dynsym.c
     ! Fixed
   * harbour/include/hbrddcdx.h
     + Added support ORDSETFOCUS() and update keys
   * harbour/source/rdd/dbfcdx1.c
     + Added support ORDSETFOCUS(), update keys, keys any type
     - remove hb_cdxltoa()
   * harbour/source/rdd/dbfcdx1.h
     ! Fixed support for Watcom C 11.0
     + Added support keys any type
   * harbour/source/rdd/dbfcdx2.h
     + Added some new functions
     * Changed the declaration of some functions

   Not finished yet.
2001-02-24 10:01:20 +00:00
Ron Pinkas
2a991d0dff 2001-02-23 17:20 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/hvm.c
     ! Added logic to clear items of extraneous parameters in hb_vmFrame().
2001-02-24 01:26:40 +00:00
Alexander S.Kresin
c295f6fa6c 2001-02-23 21:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-23 19:17:48 +00:00
Alexander S.Kresin
80e9ba992d 2001-02-23 21:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-23 18:44:00 +00:00
Alex Shashkov
b21688d42a 2001-02-23 19:35 UTC+0300 Alex Shashkov <shashkov@ostu.ru>
* harbour/source/rtl/filesys.c
   * harbour/source/vm/item.c
     ! Fixed support for Watcom C 11.0
2001-02-23 16:48:40 +00:00
Alex Shashkov
09a9d4514e 2001-02-23 19:03 UTC+0300 Alex Shashkov <shashkov@ostu.ru>
* source/rtl/math.c
     ! Fixed support Watcom C 11.0.
2001-02-23 16:10:49 +00:00
Alexander S.Kresin
c9422ce268 2001-02-22 15:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-22 12:53:30 +00:00
Ron Pinkas
f4be8f3f04 2001-02-22 01:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     ! Fixed NextName() to skip over .AND., .NOT. and .OR.

   * config/w32/mingw32.cf
     + Added rules to use script files for long command lines, but commented out because @scripts did not work.
2001-02-22 09:20:18 +00:00
Alexander S.Kresin
c209960967 2001-02-22 10:25 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-22 07:27:49 +00:00
Alexander S.Kresin
54370404ee 2001-02-20 13:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-20 10:09:48 +00:00
Horacio Dario Roldan Kasimatis
23bf514762 2001-02-20 01:50 GMT-3 Horacio Roldan <horacioroldan@usa.net <mailto:horacioroldan@usa.net>>
* harbour/source/vm/asort.c
* Fixed bug in optimization test that prevented sorting some arrays.
2001-02-20 05:00:32 +00:00
Alexander S.Kresin
36ff7f3734 2001-02-19 10:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-19 07:17:25 +00:00
Brian Hays
470825af55 2001-02-16 23:40 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-02-17 07:26:49 +00:00
Alexander S.Kresin
cff90a3306 2001-02-16 11:20 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-16 08:27:07 +00:00
Alexander S.Kresin
6bbf46b9c9 2001-02-15 13:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-15 10:19:03 +00:00
Ron Pinkas
e77234a86c 2001-02-14 23:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     ! Fixed space removal within [] in strotrim() when not processing MP or RP.
2001-02-15 07:13:03 +00:00
Antonio Linares
85f036f8b2 locals are restored when returning from a function or proc 2001-02-14 11:44:58 +00:00
Alexander S.Kresin
40695491c9 2001-02-14 12:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-14 09:40:53 +00:00
Ron Pinkas
ba9b0806fd 2001-02-13 17:30 UTC-0800 Ron Pinkas <ron@profit-master.com>
* harbour/source/rtl/idle.c
     * Changed Sleep(0) to Sleep(20) so that Harbour will properly release CPU on Win32.
2001-02-14 01:43:43 +00:00
Alexander S.Kresin
dc683727a2 2001-02-13 15:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-13 12:50:36 +00:00
Antonio Linares
003a0b3d6d Trace support fixed 2001-02-13 11:21:18 +00:00
Ignacio Ortiz de Zuniga
238c57c500 + minus sing support fixed. 2001-02-13 10:28:38 +00:00
Alexander S.Kresin
ef11c1ee89 2001-02-13 13:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-13 10:19:25 +00:00
Antonio Linares
2f53bfc47b some minor fixes 2001-02-12 21:41:51 +00:00
Antonio Linares
1e378893a6 some minor fixes 2001-02-12 21:30:45 +00:00
Antonio Linares
22fac970a7 some more options implemented 2001-02-12 20:58:53 +00:00
Antonio Linares
0749a062fe Methods EditSet(), Trace() implemented. 2001-02-12 20:56:11 +00:00
Antonio Linares
00442db19a some options implemented 2001-02-12 12:31:15 +00:00
Antonio Linares
0ad32b1ddc Method Animate() implemented 2001-02-12 10:33:16 +00:00
Antonio Linares
918fb22c89 some minor fixes 2001-02-12 09:27:08 +00:00
Antonio Linares
10686dc8d1 some minor fixes 2001-02-12 09:04:25 +00:00
Antonio Linares
acaacb3861 some minor fixes 2001-02-12 08:38:39 +00:00
Antonio Linares
0fc15c9122 Methods Public(), Private(), Static(), Local(), All() and Sort() added 2001-02-12 08:27:45 +00:00
Antonio Linares
989e3c83a9 DATA lVisible added 2001-02-12 08:26:03 +00:00
Antonio Linares
06ccc91499 more options implemented 2001-02-12 08:24:12 +00:00
Ron Pinkas
3af6268daf Minor formatting 2001-02-11 16:27:37 +00:00
Alexander S.Kresin
a8b1b0d28e 2001-02-11 18:22 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-11 15:26:12 +00:00
Antonio Linares
37527e2628 some minor fixes 2001-02-10 09:15:32 +00:00
Antonio Linares
5fbf3d3344 some minor fixes 2001-02-10 08:17:36 +00:00
Antonio Linares
5b96515059 methods Speed(), SaveSettings() and Restore settings implemented. 2001-02-10 07:42:40 +00:00
Antonio Linares
9ef0501278 More options implemented 2001-02-10 07:41:03 +00:00
Maurilio Longo
93ea3d7623 2001-02-09 23:46 GMT+1 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed ::Moved() method which was calling ::Dehilite() even if TBrowse was already
     unstable causing wrong painting of current row
2001-02-09 22:48:35 +00:00
Ron Pinkas
024ccdf51b 2001-02-09 11:25 UTC-0800 Ron Pinkas <ron@profit-master.com>
* harbour/source/debug/debugger.prg
     ! Fixesd ValType( &cColor ) to Type( cColor )
   * hb_slex.bc
     * Synched with makefile.bc
2001-02-09 19:29:17 +00:00
Antonio Linares
45700a0950 some minor fixes 2001-02-09 16:32:50 +00:00
Antonio Linares
3a6a9fe6a3 some minor fixes 2001-02-09 16:16:04 +00:00
Antonio Linares
cdcced1934 hb_gtColorToN() fixed (?) 2001-02-09 16:00:34 +00:00
Antonio Linares
e34ceb5a1b HB_CLRAREA() function added 2001-02-09 15:43:49 +00:00
Antonio Linares
ab58c275ac HB_COLORTON() function added 2001-02-09 15:42:50 +00:00