Andi Jahja
54bb356dc8
Bug Fixes On Line Commands
2000-07-31 23:48:23 +00:00
Ron Pinkas
e09d364512
2000-07-31 09:00 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/simplex.c
* source/macro/macro.slx
! Corrected compiler warnings
* tests/testwarn.prg
* utils/hbdoc/ft_funcs.prg
* Commented AS USUAL until votes results tabulated
2000-07-31 15:58:41 +00:00
David G. Holm
5b5d8b099c
See ChangeLog entry 2000-07-31 11:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-31 15:36:17 +00:00
Maurilio Longo
ac896e85e9
20000731-09:18 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-07-31 07:18:40 +00:00
Maurilio Longo
17614b7b2e
20000731-09:00 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-07-31 07:15:18 +00:00
Ron Pinkas
ae598156ee
2000-07-30 22:50 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/macro/macro.slx
! Corrected unreleased memory block.
* source/compiler/harbour.slx
! Corrected unreleased memory block.
2000-07-31 05:50:35 +00:00
Ron Pinkas
1207146d98
2000-07-30 21:15 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/macro/macro.slx
! Corrected 1 unreleased memory block.
* source/compiler/harbour.slx
- Removed unneeded comment.
* source/compiler/simplex.c
* Changed void yy_bytes_buffer() to void *.
2000-07-31 04:17:09 +00:00
Ron Pinkas
3d37397709
2000-07-30 17:30 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
+ source/macro/macro.slx
+ source/macro/macroslx.c
+ Added SimpLex based macro lexer
* hb_slex.bc
* Modified to use SimpLex based macro support.
/* Could some one please add same to GNU make system? */
* source/compiler/simplex.c
* Added void yy_bytes_buffer()
2000-07-31 00:33:45 +00:00
Ron Pinkas
735d0f072a
2000-07-30 12:45 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.slx
- Removed AS CHARACTER, AS BOOLEAN, AS OBJ, AS NUM
/* Left AS VARIANT and AS USUAL until vote results tabulated. */
* utils/hbdoc/ft_funcs.prg
* Changed AS CHAR -> AS STRING and AS NUM to AS NUMERIC
* source/compiler/simplex.c
* Changed to use YY_DECL macro in declaration of yylex()
2000-07-30 19:53:23 +00:00
Viktor Szakats
d8ee9cee66
2000-07-30 14:32 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-30 12:50:35 +00:00
Viktor Szakats
2f43451c9d
2000-07-30 14:32 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-30 12:44:49 +00:00
Viktor Szakats
15f35769d9
2000-07-29 17:34 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 15:35:34 +00:00
Viktor Szakats
77e2ebbac6
2000-07-29 17:25 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 15:29:58 +00:00
Ron Pinkas
8ba6374685
2000-07-29 07:40 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.slx
+ Added 2 rules to support DECLARE MACROVAR and DECLARE MACRO TEXT
* tests/testdecl.prg
! Fixed to allow it to be run without RT Error
2000-07-29 14:54:10 +00:00
Ryszard Glab
2493328906
ChangeLog 2000-07-29 15:55 UTC+0100
2000-07-29 13:48:20 +00:00
Ryszard Glab
7b75b62b6e
ChangeLog 2000-07-29 09:45 UTC+0100
2000-07-29 07:36:06 +00:00
David G. Holm
a734baf1de
See ChangeLog entry 2000-07-28 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-29 07:22:31 +00:00
Viktor Szakats
f1c10aae9d
2000-07-29 03:28 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:39:59 +00:00
Viktor Szakats
0b3b9495bc
2000-07-29 03:16 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:19:12 +00:00
Viktor Szakats
b5de74126f
2000-07-29 03:08 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:11:06 +00:00
Viktor Szakats
4874336088
2000-07-29 02:58 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:04:53 +00:00
Ron Pinkas
ffa6630674
2000-07-28 14:00 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.slx
+ Added logic to account for HB_SYMBOL_NAME_LEN
+ Added 2 rules to support DECLARE SomeVar as in PRIVATE SomeVar as oppose to Strong Type DECLARE SomeClass SomeVar ...
+ tests/testdecl.prg
+ Added test program to utilize the DECLARE in its different contexts.
2000-07-28 21:03:36 +00:00
David G. Holm
a831db075e
See ChangeLog entry 2000-07-28 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-28 19:05:04 +00:00
Ryszard Glab
433ae6a7f3
ChangeLog 2000-07-28 18:15 UTC+0100
2000-07-28 16:10:49 +00:00
Ron Pinkas
a0b295de08
2000-07-28 06:30 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
+ doc/simplex.txt
+ Added 1st draft of SimpLex documentation.
* source/compiler/simplex.c
+ Added overidable macro STREAM_EXCEPTION()
* source/compiler/harbour.l
* Modified to return every \n to correct line numbers reporting.
/* Note: removed note about . after \n, I beleive it was needed to avoid conflict with $ which is no longer used,
and should be avoided, due to few other side effects. */
source/compiler/harbour.slx
* Standadized un-terminated strings messages.
2000-07-28 13:37:51 +00:00
David G. Holm
6c77f49ebc
See ChangeLog entry 2000-07-27 18:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-27 22:38:07 +00:00
Jean-Francois Lefebvre
44432ddd56
2000-07-28 00:05 UTC+0200 JfL <jfl@mafact.com> & RaC <Rac@mafact.com>
2000-07-27 22:04:48 +00:00
Ryszard Glab
61bfbad10a
ChangeLog 2000-07-27 19:50 UTC+0100
2000-07-27 17:44:41 +00:00
Ron Pinkas
f033a312f8
2000-07-27 03:50 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.slx
* Removed rule for ignoring empty lines, to fix incorrect line numbers in warnigs and errors.
2000-07-27 10:52:48 +00:00
Ron Pinkas
61fc20ffda
Corrected other instance of pVar->iDeclLine to use hb_comp_iCompiled
2000-07-27 08:51:00 +00:00
Ron Pinkas
f8e8ba7897
2000-07-27 01:45 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.c
! Corrected pVar->iDeclLine line number
* source/compiler/hbgenerr.c
! Corrcted intermitent GPF when hb_compGenWarning() was called with NULL hb_comp_files.pLast
2000-07-27 08:48:17 +00:00
Ryszard Glab
780d535f1f
ChangeLog 2000-07-27 10:15 UTC+0100
2000-07-27 08:10:42 +00:00
Luiz Rafael Culik
6f01c79dd4
See changelog 2000-07-27 00:15 GMT -3
2000-07-27 03:20:12 +00:00
David G. Holm
7cbf58961e
See ChangeLog entry 2000-07-26 16:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-26 20:29:12 +00:00
Ron Pinkas
430ab633c5
2000-07-25 22:35 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.slx
* Converted CUSTOM_ACTION() macro to a function (hb_lex_CustomAction()).
2000-07-26 05:35:19 +00:00
Ryszard Glab
512345997b
ChangeLog 2000-07-25 19:00 UTC+0100
2000-07-25 17:20:21 +00:00
Ron Pinkas
c552e00b51
2000-07-25 09:30 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* hb_slex.bc
* Sinchronized with recent changes to makefile.bc
+ Added ;source\compiler to $(INCLUDE)
* source/compiler/harbour.slx
+ Added logic to support 2 imediately following identifiers as needed by: DECLARE ClassName ClassVar ...
+ contrib/hb_struc
+ contrib/hb_struc/hbstruc.ch
+ contrib/hb_struc/hbstruc.prg
+ contrib/hb_struc/teststru.prg
2000-07-25 16:36:02 +00:00
Viktor Szakats
f14fbd7510
2000-07-25 13:47 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-25 11:55:27 +00:00
Viktor Szakats
cec63780c5
2000-07-25 00:53 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 22:54:45 +00:00
Viktor Szakats
b30e1acf12
2000-07-25 00:33 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 22:33:29 +00:00
Viktor Szakats
09534028e0
2000-07-25 00:23 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 22:24:25 +00:00
Viktor Szakats
d407f71aa5
2000-07-24 22:28 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 20:30:05 +00:00
Viktor Szakats
a1e6f03ea0
2000-07-24 22:12 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 20:16:31 +00:00
Ron Pinkas
6aa2f45f5b
2000-07-22 23:30 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* source/compiler/harbour.slx
! Optimized handling of Hex Numbers.
+ Added hash support for literal strings.
* Increased aTexts[] to 1024
* source/compiler/simplex.c
! Removed todo of pair action.
2000-07-23 06:32:31 +00:00
Alexander S.Kresin
f59a96e84f
2000-07-22 23:08 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-07-22 19:17:46 +00:00
Jean-Francois Lefebvre
2f5cb76a3b
2000-07-18 10:25 UTC+0200 JfL <jfl@mafact.com> & RaC <Rac@mafact.com>
2000-07-18 20:48:06 +00:00
Ryszard Glab
1337925fae
ChangeLog 2000-07-16 19:00 UTC+0100
2000-07-16 16:55:37 +00:00
Ryszard Glab
f3fd7233db
ChangeLog 2000-07-16 17:40 UTC+0100
2000-07-16 15:37:11 +00:00
Viktor Szakats
68f556d35c
2000-07-16 13:38 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-16 11:40:51 +00:00
Ryszard Glab
ffe49c60fd
ChangeLog 2000-07-15 20:00 UTC+0100
2000-07-15 17:50:44 +00:00