Commit Graph

3806 Commits

Author SHA1 Message Date
Ron Pinkas
da7de8dffd 2001-02-22 17:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
     ! Fixed order of production in multi line result, where some of the resulting lines are re-processed
     + Added support for IF, ELSE, ELSEIF, ENDIF, DO CASE, CASE, OTHERWISE, ENDCASE
     ! Fixed cursor position in Dot prompt to simulate running program cursor position.

   * contrib/dot/rp_dot.ch
     ! Fixed literal coordinates to use MaxRow() and MaxCol()
     + Added #command CLS to only clean the work region.
     + Added #commands to "steal" handling of IF, ELSE, ELSEIF, ENDIF, DO CASE, CASE, OTHERWISE, ENDCASE
2001-02-23 01:17:19 +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
Ron Pinkas
8a0b62fe33 2001-02-21 01:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
     * Changed all extensions to lower case (.prg, .pp$, .cch ).
     * Changed Chr(13) + Chr(10) to CRLF which is #defined as HB_OsNewLine() if __HARBOUR__ is defined.
     * Changed literal size of buffer 16384 to PP_BUFFER_SIZE which is #defined as 16384

     /* Could Linux users please report results... */
2001-02-21 09:50:16 +00:00
Ron Pinkas
ca7ac83f5f 2001-02-20 22:20 UTC-0800 Ron Pinkas <ron@profit-master.com>
* utils/hbpp//hbpp.c
      - Removed unused variables and function warnned by djgpp
2001-02-21 06:24:44 +00:00
Ron Pinkas
56466ab338 2001-02-20 23:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* make_gnu.bat
     ! Fixed maker to make -r
     * Added %HARBOURDIR% and removed trailing slash from HB_BIN_INSTALL, HB_LIB_INSTALL and HB_INC_INSTALL

   * contrib/dot/pp.prg
     * Minor corrections to stringifys

   * utils/hbtest/hbtest.prg
     * Commented out RddSetDefault( "DBFCDX" )
2001-02-21 06:04:15 +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
91a897ba7e 2001-02-19 11:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-02-19 08:17:38 +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
Luiz Rafael Culik
597a9e8296 *** empty log message *** 2001-02-17 18:11:54 +00:00
Luiz Rafael Culik
25fdd3a96d See changelog 2001-02-17 16:00 GMT -3 2001-02-17 18:10:32 +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
Brian Hays
ecf273fe9a 2001-02-15 11:10 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-02-15 19:06:20 +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
c0cce72785 2001-02-14 12:45 GMT+1 2001-02-14 11:46:26 +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
f274ddd6bd 2001-02-13 12:21 GMT+1 2001-02-13 11:22:54 +00:00
Antonio Linares
003a0b3d6d Trace support fixed 2001-02-13 11:21:18 +00:00
Ignacio Ortiz de Zuniga
9d457277b7 2001-02-13 11:30 GMT+1 2001-02-13 10:32:42 +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
f15b6b6b2e 2001-02-12 21:58 GMT+1 2001-02-12 21:00:53 +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
794da23d79 2001-02-12 13:32 GMT+1 2001-02-12 12:34:12 +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
6ce1e4b6f5 2001-02-12 09:24 GMT+1 2001-02-12 08:29: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
05e85691bc 2001-02-10 08:43 GMT+1 2001-02-10 07:44:25 +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