Przemyslaw Czerpak
b46a548172
2008-12-08 16:30 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/bin/hb-mkslib.sh
! fixed last modification
* harbour/doc/Makefile
+ harbour/doc/cmpopt.txt
+ added small description for Harbour compile time optimization
* harbour/include/hbexpra.c
+ allow to use hb_mutexCreate() as static variable initializer, f.e.:
static s_mtxarr := { "MTX1" => hb_mutexCreate(), ;
"MTX2" => hb_mutexCreate(), ;
"MTX3" => hb_mutexCreate() }
* harbour/include/hbexprb.c
% comment
* harbour/source/common/expropt2.c
+ added some missing optimizations for date constants
+ added optimization for multiple negate expressions
2008-12-08 15:28:49 +00:00
..
2008-11-19 20:49:54 +00:00
2008-12-08 15:28:49 +00:00
2008-10-18 14:23:58 +00:00
2008-11-08 13:16:51 +00:00
2008-10-18 14:23:58 +00:00
2008-11-11 12:18:46 +00:00
2008-10-09 12:29:02 +00:00
2007-12-22 10:28:28 +00:00
2008-09-15 18:55:03 +00:00