Commit Graph

1663 Commits

Author SHA1 Message Date
Viktor Szakats
4038613721 19991017-13:34 GMT+1 1999-10-17 11:49:28 +00:00
Bruno Cantero
b29390a141 ChangeLogTag:19991017-13:04 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-17 11:17:51 +00:00
Viktor Szakats
329b706b45 (mistakenly modified then restored by vszel) 1999-10-17 11:14:58 +00:00
Viktor Szakats
a7e686003e 19991017-12:57 GMT+1 1999-10-17 11:13:25 +00:00
Viktor Szakats
8fa196d67d 19991017-08:51 GMT+1 1999-10-17 07:03:16 +00:00
Ron Pinkas
8af7e11271 19991016-22:40 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* harbour.y
	  + added support for _FIELD->Expression and _FIELD->ALIAS->Expression
            "REPLACE Field WITH Exp" and "REPLACE ALIAS->Field WITH Exp" are supported
            "REPLACE 1->Field WITH Exp" will compile but requires some more work by Ryszard.
	  + added support for Aliased Variables in Push/Pop support.
	  + added "Invalid alias expression" error to _szCERRORS.
	  - Removed Todo # 9 support for _FIELD->Alias->Field.

   * harbour.l
          + added {Integer} definition - used by _Field->Area#-> rule
	  + added MEMV->& and MEMVA&-> to MACROOP defeinition.
	  + added rules for _FIELD->"{Integer}"->", _FIELD->"{Number}"->" (Error condition), _FIELD->"{Integer}"->" and _FIELD->"{Identifier}"->"

   * Hberror.h
          + added #define ERR_ALIASEXP               38

   + /Tests/TstAlias.prg
	  added new test to demonstrate support for aliased expression.
1999-10-17 06:31:19 +00:00
Ron Pinkas
10821a6d96 19991016-18:40 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* harbour.y
          * Corrected bug with Push/Pop optimizer and BlockList.
1999-10-17 01:51:46 +00:00
Ron Pinkas
5315e24d5e 19991016-14:40 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* compiler.h
	  + added lLstPushPos to PFUNCTION structure to support nesting (like in blocks ).

   * harbour.y
          * Corrected bug with Push/Pop optimizer when var assignment in CodeBlock used.
	  + added Push/Pop Optimizer support to CodeBlock expressions list.
1999-10-16 21:51:43 +00:00
Viktor Szakats
18ce72a93d 19991016-20:46 GMT+1 1999-10-16 18:57:43 +00:00
Viktor Szakats
917eb94a52 *** empty log message *** 1999-10-16 18:55:15 +00:00
Antonio Linares
e43bc2b7e1 *** empty log message *** 1999-10-16 17:45:07 +00:00
Antonio Linares
95bf0ec238 *** empty log message *** 1999-10-16 17:02:52 +00:00
Viktor Szakats
a08a97ffdc 19991016-14:25 GMT+1 1999-10-16 12:37:17 +00:00
Viktor Szakats
8d6e512836 19991016-10:06 GMT+1 1999-10-16 08:21:19 +00:00
Paul Tucker
542d56d975 Added browse.prg to makefile.vc 1999-10-16 07:21:34 +00:00
Antonio Linares
5629a13879 *** empty log message *** 1999-10-16 07:08:52 +00:00
David G. Holm
2ec528357d See ChangeLog entry 19991016-00:10 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-16 04:25:03 +00:00
David G. Holm
3a036b826b See ChangeLog entry 19991016-00:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-16 04:15:29 +00:00
Paul Tucker
ba872d61e2 Update to allow gnu make to work with msvc 1999-10-16 03:52:31 +00:00
David G. Holm
c9c5d1e667 See ChangeLog entry 19991015-23:15 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-16 03:28:56 +00:00
David G. Holm
43b1477682 See ChangeLog entry 19991015-22:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-16 02:16:00 +00:00
Gonzalo A. Diethelm
fa09ec5d16 ChangeLogTag:Fri Oct 15 16:42:30 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-15 19:56:09 +00:00
Bruno Cantero
8f1e9b554a ChangeLogTag:19991015-18:45 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-15 16:57:37 +00:00
Antonio Linares
bcd863cc5d *** empty log message *** 1999-10-15 11:26:00 +00:00
Alexander S.Kresin
3145f08b2d Updating hbpp.c 1999-10-15 06:06:23 +00:00
Viktor Szakats
33a764f9a5 19991015-02:04 GMT+1 1999-10-15 00:22:00 +00:00
Gonzalo A. Diethelm
126148e622 ChangeLogTag:Thu Oct 14 17:29:32 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-14 20:41:40 +00:00
Viktor Szakats
33a4b8ab19 19991014-18:17 GMT+1 1999-10-14 16:28:52 +00:00
Bruno Cantero
c90f32cac8 ChangeLogTag:19991014-18:13 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-14 16:24:33 +00:00
Alexander S.Kresin
1a8618e3e1 Updating hbpp.c 1999-10-14 12:45:05 +00:00
Ron Pinkas
3819e94d90 19991013-21:10 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* harbour.y
	  + added rules to allow inline assignment to RIVATE/PUBLIC &cVar (as in PRIVATE &cVar := 'Hello').
	  + added extern char *yytext to have acces to the original string form of numbers.
   * harbour.l
          + added rules to support new TOKEN MACROOP and completed support for macro in MODES PRIVATE and PUBLIC_ (Ryszard TODO removed).
   * tests/tstmacro.prg
	  added more tests to demonstrate working capabilities of macro.
1999-10-14 04:32:10 +00:00
Viktor Szakats
8f2d9dd866 19991013-01:40 GMT+1 1999-10-13 23:52:29 +00:00
David G. Holm
6089c4bf2d See Change Log entry 19991013-19:05 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-13 23:22:49 +00:00
Ron Pinkas
b3f4833aa3 19991013-11:00 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* harbour.y
          + added TOKEN DOT and rules to support concatenation of Var and constant in macro variables assignments (like &cVar.PlusFix).
	  + added rules to support PRIVATE/PUBLIC &cVar
   * harbour.l
          + added rules to support new TOKEN DOT and yylval.string to have the string value when parsing DOUBLE.
   * tests/tstmacro.prg
	  added many tests to demonstrate working capabilities og macro.
1999-10-13 21:04:50 +00:00
Paul Tucker
b8ec64d244 Correct cast on expression 1999-10-13 21:00:16 +00:00
Viktor Szakats
a47c9d93e8 19991013-22:37 GMT+1 1999-10-13 20:49:35 +00:00
Viktor Szakats
5b7ba27695 19991013-22:26 GMT+1 1999-10-13 20:42:41 +00:00
Ron Pinkas
ed3b014440 19991013-11:00 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* harbour.y
          + added TOKEN DOT and rules to support concatenation of Var and constant in macro variables assignments (like &cVar.PlusFix).
	  + added rules to support PRIVATE/PUBLIC &cVar
   * harbour.l
          + added rules to support new TOKEN DOT and yylval.string to have the string value when parsing DOUBLE.
   * tests/tstmacro.prg
	  added many tests to demonstrate working capabilities og macro.
1999-10-13 18:17:28 +00:00
Paul Tucker
c807336667 Fix for Inkey under Borland c 4.5 1999-10-13 18:09:24 +00:00
Antonio Linares
0b5338fe88 *** empty log message *** 1999-10-13 17:18:59 +00:00
Antonio Linares
26941b8842 *** empty log message *** 1999-10-13 16:48:36 +00:00
Bruno Cantero
eb58bb337d ChangeLogTag:19991013-14:06 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-13 12:18:07 +00:00
Ron Pinkas
0bdf95967e 19991013-03:13 GMT+8 Ron Pinkas <Ron@Profit-Master.com>
* harbour.y
          + added TOKEN MACROALIAS and rules to support MemVar aliased macro and non aliased macro variables assignments.
   * harbour.l
          + added rules to support new TOKEN MACROALIAS
   +tests/tstmacro.prg
	  sample program to demonstarte new macro assigments support.
1999-10-13 10:33:26 +00:00
Viktor Szakats
86ad7d606e *** empty log message *** 1999-10-13 00:12:21 +00:00
Viktor Szakats
c1778713ac 19991012-20:41 GMT+1 1999-10-12 18:58:07 +00:00
Bruno Cantero
17640c61fd ChangeLogTag:19991012-20:25 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-12 18:51:30 +00:00
Viktor Szakats
659796ed28 19991012-16:00 GMT+1 1999-10-12 14:15:42 +00:00
Antonio Linares
973bc8872f *** empty log message *** 1999-10-12 12:16:18 +00:00
Antonio Linares
781d272a9c *** empty log message *** 1999-10-12 11:31:36 +00:00
Viktor Szakats
d240482dc6 19991012-13:13 GMT+1 1999-10-12 11:26:12 +00:00