Commit Graph

419 Commits

Author SHA1 Message Date
Viktor Szakats
db8899fffa 19991030-03:24 GMT+1 Victor Szel <info@szelvesz.hu> 1999-10-30 01:43:23 +00:00
Viktor Szakats
37319e3104 19991027-17:24 GMT+1 Victor Szel <info@szelvesz.hu> 1999-10-27 15:38:27 +00:00
Viktor Szakats
e1f6a0e867 19991026-14:07 GMT+1 1999-10-26 12:24:12 +00:00
David G. Holm
72451ae329 See ChangeLog entry 19991025-18:15 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-25 22:31:29 +00:00
Viktor Szakats
9566c31e9a 19991025-23:12 GMT+1 Victor Szel <info@szelvesz.hu> 1999-10-25 21:24:31 +00:00
Bruno Cantero
e2d451b48f ChangeLogTag:19991025-22:05 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-25 20:16:16 +00:00
Gonzalo A. Diethelm
4c5cb1c381 ChangeLogTag:Mon Oct 25 13:14:42 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-25 16:36:38 +00:00
Viktor Szakats
521ffcf660 19991025-12:37 GMT+1 Victor Szel <info@szelvesz.hu> 1999-10-25 11:25:54 +00:00
Viktor Szakats
0e2d7955e5 19991022-10:53 GMT+1 1999-10-22 09:06:51 +00:00
Gonzalo A. Diethelm
b519fa50f3 ChangeLogTag:Thu Oct 21 14:02:53 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-21 17:17:30 +00:00
Ryszard Glab
e57bc40ccd ChangeLog 19991021-15:35 GMT+2 1999-10-21 13:41:05 +00:00
Viktor Szakats
89d15d3c42 19991021-01:48 GMT+1 1999-10-21 00:04:00 +00:00
David G. Holm
8fc39abfde See ChangeLog entry 19991020-19:40 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-20 23:52:51 +00:00
Viktor Szakats
9479c19324 19991021-01:37 GMT+1 1999-10-20 23:48:44 +00:00
David G. Holm
4237258e51 See ChangeLog entry 19991020-19:15 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-20 23:28:17 +00:00
Gonzalo A. Diethelm
ab5bc00691 ChangeLogTag:Wed Oct 20 19:28:51 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> 1999-10-20 22:49:20 +00:00
Viktor Szakats
0510c54133 19991020-21:30 GMT+1 1999-10-20 19:50:32 +00:00
Viktor Szakats
1fcb2808c2 19991020-20:23 GMT+1 1999-10-20 18:44:39 +00:00
Viktor Szakats
a65e87bff5 19991020-13:27 GMT+1 1999-10-20 11:48:10 +00:00
Viktor Szakats
fd5a1cf92f 19991020-13:27 GMT+1 1999-10-20 11:45:46 +00:00
Viktor Szakats
f35ae58efd 19991020-12:59 GMT+1 1999-10-20 11:21:08 +00:00
David G. Holm
22b9510a0b See ChangeLog entry 19991019-19:00 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-19 23:13:15 +00:00
Viktor Szakats
b0b8a7dfd4 19991017-20:46 GMT+1 1999-10-17 19:05:05 +00:00
Viktor Szakats
028ba286d2 19991017-14:36 GMT+1 1999-10-17 12:52:12 +00:00
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
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
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
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
6089c4bf2d See Change Log entry 19991013-19:05 EDT David G. Holm <dholm@jsd-llc.com> 1999-10-13 23:22:49 +00:00
Bruno Cantero
17640c61fd ChangeLogTag:19991012-20:25 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-12 18:51:30 +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
Viktor Szakats
165ffd5d7e 19991012-02:50 GMT+1 1999-10-12 01:01:53 +00:00
Viktor Szakats
823f2a484a 19991012-02:30 GMT+1 1999-10-12 00:41:35 +00:00
Bruno Cantero
7bad0a4edb ChangeLogTag:19991011-19:30 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-11 17:42:35 +00:00
Antonio Linares
fff94bccbf *** empty log message *** 1999-10-11 07:55:26 +00:00
Bruno Cantero
c69282e230 ChangeLogTag:19991010-13:26 GMT+1 Bruno Cantero <bruno@issnet.net> 1999-10-10 11:34:58 +00:00
Viktor Szakats
8be1592618 19991010-12:22 GMT+1 1999-10-10 10:36:21 +00:00
Antonio Linares
2b7e155835 *** empty log message *** 1999-10-10 05:44:04 +00:00
Viktor Szakats
e6f8d2533f 19991010-02:05 GMT+1 1999-10-10 00:25:22 +00:00
Viktor Szakats
fbf0ac5776 19991010-02:05 GMT+1 1999-10-10 00:18:35 +00:00
Eddie Runia
4c1f0a1e44 see changelog 1999-10-08 18:21:51 +00:00
Viktor Szakats
4994211081 19991007-17:58 GMT+1 1999-10-07 16:17:09 +00:00
Ryszard Glab
36edda5310 ChangeLog 19991007-17:00 GMT+2 1999-10-07 15:03:09 +00:00
Viktor Szakats
82292020f6 19991007-02:57 GMT+1 1999-10-07 01:14:02 +00:00
Viktor Szakats
1b38766ee3 19991007-01:42 GMT+1 1999-10-06 23:55:11 +00:00
Viktor Szakats
82550d4ec4 19991007-01:16 GMT+1 1999-10-06 23:36:06 +00:00
Viktor Szakats
95e2e8eebf 19991006-18:34 GMT+1 1999-10-06 16:47:22 +00:00
Viktor Szakats
cf3606d479 19991006-14:35 GMT+1 1999-10-06 12:55:16 +00:00