Przemyslaw Czerpak
e2f8ec6f14
2007-06-05 21:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbcompdf.h
* formatting
* harbour/include/hbexpra.c
+ added comment
* harbour/source/common/expropt2.c
+ added optimization for <constValue> == NIL, <constValue> = NIL,
<constValue> != NIL
! disabled in macro compiler buggy Clipper compiler optimization
for expressions like: AT( "", "" ), "" $ "", CHR(256), now the
folowwing code gives the same results when compiled by Clipper
and Harbour:
proc main()
? ""$"", &('""$""')
? AT(""," "), &('AT(""," ")')
? LEN(CHR(0)+CHR(256)), &('LEN(CHR(0)+CHR(256))')
return
2007-06-05 19:07:56 +00:00
..
2007-06-04 13:50:15 +00:00
2007-05-31 13:12:34 +00:00
2007-06-05 08:53:38 +00:00
2007-06-05 18:25:08 +00:00
2007-06-05 19:07:56 +00:00
1999-10-04 13:00:20 +00:00
2000-03-07 16:41:33 +00:00
2006-11-28 01:10:34 +00:00
2007-06-05 19:07:56 +00:00
2007-05-04 13:36:02 +00:00
2007-06-05 18:25:08 +00:00
2005-08-23 22:51:38 +00:00
2007-06-05 19:07:56 +00:00
1999-07-10 20:40:09 +00:00
1999-08-14 18:13:14 +00:00
1999-09-13 21:11:12 +00:00
1999-10-25 18:11:17 +00:00
2000-01-31 18:36:19 +00:00
2000-03-28 21:10:10 +00:00
2000-04-27 02:34:26 +00:00
2000-06-28 02:00:05 +00:00
2000-10-27 00:16:37 +00:00
2001-04-15 03:32:03 +00:00
2001-08-03 22:23:55 +00:00
2001-12-21 09:50:19 +00:00
2002-09-02 23:28:12 +00:00
2004-03-08 16:49:56 +00:00
2006-02-15 13:51:44 +00:00
2006-09-04 07:44:04 +00:00
2007-04-01 12:04:58 +00:00
2007-05-31 19:28:41 +00:00
2001-03-08 20:04:46 +00:00
2004-05-07 17:32:59 +00:00
2007-06-01 17:39:46 +00:00
2007-03-23 03:22:58 +00:00
2006-11-29 14:10:53 +00:00
2006-09-05 10:51:43 +00:00
2006-09-05 10:51:43 +00:00
2006-03-21 01:25:32 +00:00
2007-04-06 00:33:52 +00:00
2007-06-04 13:50:15 +00:00
2007-06-01 17:39:46 +00:00
2007-06-04 13:50:15 +00:00
2006-11-29 22:29:17 +00:00
2007-05-28 07:52:08 +00:00
2004-10-11 20:44:30 +00:00
2007-05-31 13:12:34 +00:00
2007-05-31 19:28:41 +00:00
2007-05-28 13:55:05 +00:00