Przemyslaw Czerpak
b347767d27
2009-07-09 14:40 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/include/hbexpra.c
% reduce macro expressions used in POP operation.
It allows to use code like: &("((M->VAR))") := 1
* harbour/include/hbexprb.c
+ added support for iif() used in macro expressions passed by references:
proc MAIN()
local s := "IIF( lVar, xVar1, xVar2 )"
M->xVar1 := 1
M->xVar2 := 2
M->lVar := .T.
? M->xVar1, M->xVar2
P( @&s )
? M->xVar1, M->xVar2
proc P(x)
x+=1000
* harbour/source/vm/hvm.c
! fixed possible assign value lost in extended references
2009-07-09 12:41:00 +00:00
..
2009-04-06 13:35:09 +00:00
2009-03-18 19:22:47 +00:00
2008-01-25 20:40:49 +00:00
2008-01-25 20:40:49 +00:00
2009-04-11 16:16:08 +00:00
2009-07-02 14:18:06 +00:00
2009-06-13 22:44:34 +00:00
2009-06-13 22:44:34 +00:00
2005-10-24 00:52:42 +00:00
2009-06-24 20:37:05 +00:00
2009-06-27 21:11:07 +00:00
2009-04-11 10:57:29 +00:00
2009-04-10 20:47:46 +00:00
2009-03-30 20:10:32 +00:00
2009-06-27 21:11:07 +00:00
2009-06-24 20:37:05 +00:00
2009-06-26 00:33:38 +00:00
2009-06-13 22:44:34 +00:00
2009-06-13 11:56:32 +00:00
2009-07-02 14:18:06 +00:00
2009-06-03 10:26:40 +00:00
2009-07-08 13:39:49 +00:00
2009-04-16 15:48:13 +00:00
2009-06-03 10:26:40 +00:00
2009-04-11 10:57:29 +00:00
2009-06-14 08:38:37 +00:00
2009-07-09 12:41:00 +00:00
2009-04-11 19:35:11 +00:00
2001-04-12 18:56:30 +00:00
2009-06-26 01:17:15 +00:00
2009-07-02 14:18:06 +00:00
2009-07-03 00:24:36 +00:00
2009-06-03 10:26:40 +00:00
2009-03-19 18:13:33 +00:00
2009-04-08 09:21:41 +00:00
2009-07-02 00:29:59 +00:00
2007-03-01 13:15:01 +00:00
2009-06-15 13:09:53 +00:00
2009-02-04 00:18:56 +00:00
2009-07-03 06:29:26 +00:00
2009-07-03 07:42:17 +00:00
2009-06-03 10:26:40 +00:00
2009-04-10 20:47:46 +00:00
2009-06-27 21:11:07 +00:00
2009-04-10 20:47:46 +00:00
2009-06-26 00:33:38 +00:00
2009-07-08 09:47:30 +00:00
2009-07-06 10:41:23 +00:00
2009-07-03 06:29:26 +00:00
2008-11-09 16:16:54 +00:00