Przemyslaw Czerpak
845658b407
2012-10-24 15:35 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
* harbour/include/hbexprb.c
! fixed typo in function IDs.
HB_I18N_NGETTEXT_STRICT() and HB_I18N_NGETTEXT_NOOP() were not
recognized as i18n gettext functions
* harbour/doc/cmpopt.txt
! fixed HB_I18N_NGETTEXT_NOOP*() syntax used in examples
* harbour/src/common/expropt2.c
* harbour/doc/cmpopt.txt
+ added compile time optimizations for expressions like
<exp> = <lVal>
<exp> == <lVal>
<exp> != <lVal>
<lVal> = <exp>
<lVal> == <exp>
<lVal> != <exp>
They are reduced to <exp> or !<exp>. Because it may disable
some runtime errors so it's not Clipper compatible optimization
and is enabled when -ko compiler switch is used.
* harbour/src/compiler/hbgenerr.c
! do not generate some warnings like:
Meaningless use of expression '%s'
when -w harbour compiler option is not used
* harbour/src/rtl/gtxwc/gtxwc.c
! indenting
2012-10-24 13:36:24 +00:00
..
2010-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2009-05-06 11:06:11 +00:00
2012-10-01 20:24:50 +00:00
2012-10-01 20:24:50 +00:00
2012-07-20 12:07:37 +00:00
2010-06-03 14:48:23 +00:00
2012-06-07 10:20:17 +00:00
2010-06-03 14:48:23 +00:00
2012-06-18 15:34:06 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-07-20 12:07:37 +00:00
2012-01-06 15:28:23 +00:00
2010-08-14 18:25:13 +00:00
2012-10-23 21:42:07 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2012-10-23 12:54:45 +00:00
2012-04-04 18:03:58 +00:00
2012-01-06 15:28:23 +00:00
2012-10-07 20:54:02 +00:00
2012-09-26 00:45:00 +00:00
2012-08-24 12:11:59 +00:00
2010-09-28 06:32:51 +00:00
2010-08-02 17:41:11 +00:00
2012-06-06 22:26:21 +00:00
2012-10-23 21:42:07 +00:00
2012-10-16 14:52:35 +00:00
2012-05-22 14:51:12 +00:00
2012-04-24 14:20:40 +00:00
2012-06-06 22:26:21 +00:00
2012-01-02 20:38:17 +00:00
2010-07-10 08:49:17 +00:00
2011-02-03 08:20:28 +00:00
2010-06-03 14:48:23 +00:00
2012-04-20 15:55:44 +00:00
2010-06-03 14:48:23 +00:00
2012-07-21 16:48:00 +00:00
2012-05-18 14:49:44 +00:00
2012-10-07 12:41:26 +00:00
2012-10-04 00:13:27 +00:00
2012-10-20 21:38:31 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2007-09-25 01:21:03 +00:00
2010-06-03 14:48:23 +00:00
2010-09-09 15:22:21 +00:00
2012-08-24 13:05:01 +00:00
2012-01-06 15:28:23 +00:00
2012-10-07 12:41:26 +00:00
2012-07-20 05:33:55 +00:00
2012-10-24 13:36:24 +00:00
2012-05-02 10:32:45 +00:00
2012-01-06 15:28:23 +00:00
2012-01-06 15:28:23 +00:00
2010-08-04 20:04:53 +00:00
2011-02-03 08:20:28 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2012-04-24 06:43:44 +00:00
2012-10-14 20:53:59 +00:00
2010-06-03 14:48:23 +00:00
2012-06-07 10:20:17 +00:00
2011-03-10 16:12:35 +00:00
2012-01-10 13:38:50 +00:00
2010-06-03 14:48:23 +00:00
2012-08-30 13:31:05 +00:00
2010-06-03 14:48:23 +00:00
2010-11-18 12:42:54 +00:00
2012-01-06 15:28:23 +00:00
2012-10-20 21:38:31 +00:00
2010-10-22 18:16:35 +00:00
2010-10-22 18:16:35 +00:00
2010-06-03 14:48:23 +00:00
2012-09-12 09:51:24 +00:00
2010-09-09 15:22:21 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2012-09-13 08:06:40 +00:00
2012-06-07 23:18:44 +00:00
2011-10-20 20:04:04 +00:00
2011-12-06 10:42:41 +00:00
2012-01-05 13:47:18 +00:00
2010-07-07 21:11:33 +00:00
2010-02-08 21:52:47 +00:00
2011-12-06 10:42:41 +00:00
2011-12-06 10:42:41 +00:00
2010-07-07 21:11:33 +00:00
2010-07-07 13:42:39 +00:00
2012-10-20 21:38:31 +00:00
2012-06-13 22:55:29 +00:00
2012-01-06 15:28:23 +00:00
2012-10-23 21:42:07 +00:00
2010-06-03 14:48:23 +00:00
2010-06-10 17:30:22 +00:00
2011-02-07 13:43:38 +00:00
2012-07-20 05:24:17 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-07 13:42:39 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-08-14 10:44:42 +00:00
2012-07-21 16:48:00 +00:00
2011-09-24 09:10:51 +00:00
2012-06-06 22:26:21 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2012-10-20 21:38:31 +00:00
2012-07-16 14:23:08 +00:00
2012-04-25 12:12:03 +00:00
2012-10-23 10:02:34 +00:00
2010-06-14 22:59:27 +00:00
2010-06-14 22:59:27 +00:00
2012-08-27 20:00:45 +00:00
2010-06-03 14:48:23 +00:00
2012-04-20 15:55:44 +00:00
2011-01-15 11:08:03 +00:00
2012-04-20 15:55:44 +00:00
2010-06-03 14:48:23 +00:00
2010-11-17 20:12:12 +00:00
2012-04-20 15:55:44 +00:00
2012-01-06 15:28:23 +00:00
2012-06-07 10:20:17 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-06-03 14:48:23 +00:00
2010-07-25 08:45:50 +00:00
2012-06-07 23:18:44 +00:00
2010-06-03 14:48:23 +00:00
2012-01-06 15:28:23 +00:00