Paul Tucker
42473b054e
*** empty log message ***
2001-11-07 08:59:19 +00:00
Viktor Szakats
c3543623a5
2001-11-07 00:11 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-11-06 23:18:04 +00:00
Viktor Szakats
bafe365dbb
2001-11-04 13:56 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-11-04 12:57:43 +00:00
Luiz Rafael Culik
613cf1af23
See changelog 2001-10-30 21:15 GMT -3
2001-10-30 23:01:52 +00:00
Ignacio Ortiz de Zuniga
4ef9a2b0d5
See changelog 2001-08-31 12:15 GMT+1 Ignacio Ortiz <ignacio@fivetech.com>
2001-08-31 10:00:58 +00:00
Ignacio Ortiz de Zuniga
646f1951b1
*** empty log message ***
2001-08-30 11:15:07 +00:00
Luiz Rafael Culik
e4eadba7d2
See changelog 2001-05-16 08:00 GMT -3
2001-05-16 11:04:21 +00:00
Viktor Szakats
c2e365bf9a
2001-05-15 13:46 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
2001-05-15 11:46:55 +00:00
Viktor Szakats
5b5c053530
2000-08-28 22:50 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-08-29 20:58:46 +00:00
Viktor Szakats
a1374c507f
2000-06-16 13:37 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-06-16 11:43:12 +00:00
Viktor Szakats
a5d9c94592
2000-06-01 22:18 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-06-01 20:15:54 +00:00
Luiz Rafael Culik
81f890cb3e
See changelog 20000531-23:20 GMT -3
2000-06-01 02:42:39 +00:00
Viktor Szakats
bbd8b2922e
20000503-00:39 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-05-02 22:37:24 +00:00
Viktor Szakats
bfbc261063
20000429-09:50 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-29 07:47:07 +00:00
Viktor Szakats
b9efd5247e
20000423-12:23 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-23 10:19:50 +00:00
Viktor Szakats
4e36c6b41f
20000419-00:28 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-18 23:30:42 +00:00
Ron Pinkas
68f8243cbe
20000419-05:30 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
...
* source/compiler/hvm.c
+ Added PCodes HB_P_JAMPSHORT, HB_P_JAMPSHORTFALSE and HB_P_JAMPSHORTTRUE
* source/compiler/harbour.c
+ Added hb_compOptimizeJumps() - Jumps Optimizer.
+ Added hb_compSort_ULONG() Call back function for qsort - used in the Jump Optimizer.
+ Added support for new elements of _FUNC.
* Modified hb_compGen*Jump*() to support Short Normal and Far Jumps.
* source/include/hbexprb.c
* Reverted handling of .OR. .AND. and IIF() to use default (FAR) JUMPs - note the use of (0) when calling hb_compGenJump*().
* source/compiler/genc.c
+ Added support for HB_P_JAMPSHORT, HB_P_JAMPSHORTFALSE and HB_P_JAMPSHORTTRUE
* source/compiler/cmdcheck.c
+ Added support for new switch -J[0|1] default is J1 which enables the Jump Optimizer - Use -J0 to disable.
* source/compiler/hbgenerr.c
- Removed following errors:
"Jump offset too long for HB_P_JUMP needed HB_P_JUMPFAR",
"Jump offset too long for HB_P_JUMPTRUE needed HB_P_JUMPFARTRUE",
"Jump offset too long for HB_P_JUMPFALSE needed HB_P_JUMPFARFALSE",
* Changed "HB_P_JUMPx not found when fixing offset" to "Jump PCode not found"
* source/include/hberrors.h
- Removed following defines:
#define HB_COMP_ERR_INVALID_JUMPTRUE 46
#define HB_COMP_ERR_INVALID_JUMPFALSE 47
#define HB_COMP_ERR_JUMP_NOT_FOUND 48
* source/include/hberrors.h
+ Added following to __FUNC
ULONG * pNOOPs; /* pointer to the NOOP array */
ULONG * pJumps; /* pointer to the Jumps array */
int iNOOPs; /* NOOPs Counter */
int iJumps; /* Jumps Counter */
* source/include/hbpcode.h
+ Added HB_P_JAMPSHORT, HB_P_JAMPSHORTFALSE and HB_P_JAMPSHORTTRUE
2000-04-18 12:41:08 +00:00
Viktor Szakats
0012e17854
20000416-12:34 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-16 10:33:50 +00:00
Viktor Szakats
01ade59e19
20000415-15:07 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-15 13:04:08 +00:00
Viktor Szakats
c488ceeb2d
20000415-13:01 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-15 10:59:27 +00:00
Viktor Szakats
8440262da1
20000415-12:38 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-15 10:36:42 +00:00
Viktor Szakats
40025c2fe8
20000414-22:03 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-14 20:01:22 +00:00
Viktor Szakats
9815009a5c
20000413-12:32 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-13 10:35:42 +00:00
Viktor Szakats
47a17d7ece
20000411-00:24 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-10 22:33:43 +00:00
Viktor Szakats
e322d0d408
20000401-18:00 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-04-01 16:05:00 +00:00
Viktor Szakats
75f1d5056c
20000326-03:37 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-26 02:29:55 +00:00
Viktor Szakats
99b6ec6a39
20000325-03:38 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-25 02:39:37 +00:00
Viktor Szakats
3674c517cc
20000320-17:00 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-20 16:10:19 +00:00
Viktor Szakats
ecebc826a1
20000313-12:40 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-13 11:42:13 +00:00
Paul Tucker
4d629b6ed1
see changelog 20000312-15:18 EST
2000-03-12 20:21:58 +00:00
Viktor Szakats
1f8c841585
20000308-18:05 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-08 17:07:42 +00:00
Viktor Szakats
3e0bb1af40
20000307-17:34 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-07 16:41:33 +00:00
Viktor Szakats
f644fcee6e
20000307-16:36 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-07 15:44:41 +00:00
Viktor Szakats
a49700b2da
20000307-12:35 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-07 11:41:00 +00:00
Paul Tucker
9bbb879166
Change library names
2000-03-07 08:42:10 +00:00
Viktor Szakats
ed49d952f7
20000306-22:12 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-06 21:18:43 +00:00
Luiz Rafael Culik
92071045cd
See changelog 20000222 07:30 gmt -3
2000-02-22 09:32:08 +00:00
Viktor Szakats
f64ac0bc42
20000220-14:30 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-20 13:29:08 +00:00
Luiz Rafael Culik
d7176c9810
See changelog 20000219 09:10
2000-02-19 11:23:03 +00:00
Viktor Szakats
47626fb171
20000214-03:50 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-14 02:49:50 +00:00
Viktor Szakats
ddcf314a71
20000211-19:11 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-11 18:20:08 +00:00
David G. Holm
65c319dc0e
See ChangeLog entry 2000-02-03 16:10 GMT-5 David G. Holm <dholm@ sd-llc.com>
2000-02-03 21:11:20 +00:00
David G. Holm
90c5359580
See ChangeLog entry 2000-02-01 20:40 GMT-5 David G. Holm <dholm@ sd-llc.com>
2000-02-02 01:45:35 +00:00
Viktor Szakats
28b5f0bb8e
20000129-19:15 GMT+1 Victor Szel <info@szelvesz.hu>
2000-01-30 09:19:13 +00:00
Viktor Szakats
1a5c7bff79
19991208-18:06 GMT+1
1999-12-08 18:31:36 +00:00
Viktor Szakats
53a6b01a56
19991118-05:29 GMT+1 Victor Szel <info@szelvesz.hu>
1999-11-18 04:45:41 +00:00
Viktor Szakats
5591a8949a
19991010-14:03 GMT+1
1999-10-10 12:22:35 +00:00
Viktor Szakats
fbf0ac5776
19991010-02:05 GMT+1
1999-10-10 00:18:35 +00:00
Viktor Szakats
664ded62b4
19991004-01:14 GMT+1
1999-10-03 23:26:09 +00:00
Eddie Runia
796a6c05a8
see changelog
1999-05-25 14:53:29 +00:00