Commit Graph

1714 Commits

Author SHA1 Message Date
Viktor Szakats
931663c131 20000415-20:46 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 18:46:12 +00:00
Maurilio Longo
28e933ee9c 20000415-19:09 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-15 17:10:41 +00:00
Maurilio Longo
c2e3f9c685 20000415-18:37 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-15 16:45:16 +00:00
Viktor Szakats
c9cc857853 20000415-18:23 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 16:20:46 +00:00
Maurilio Longo
6b2945433f 20000415-17:38 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-15 15:45:05 +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
8440262da1 20000415-12:38 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 10:36:42 +00:00
Viktor Szakats
ce2c427df3 20000415-05:12 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 03:09:29 +00:00
Viktor Szakats
65117d8a0a 20000415-03:32 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 01:31:26 +00:00
Luiz Rafael Culik
155b251fa0 see changelog 20000415 22:10 GMT -3 2000-04-15 01:07:21 +00:00
Ron Pinkas
aa77b49532 20000414-17:57 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/harbour.c
     * Corrected few Compiler warnings about type format

   * source/compiler/genc.c
     * Corrected few Compiler warnings about possible unitilized iBytes.
2000-04-15 00:57:56 +00:00
Viktor Szakats
c2058f6390 20000415-00:57 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-14 22:55:05 +00:00
Viktor Szakats
26398a7328 20000414-22:10 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-14 20:08:33 +00:00
Viktor Szakats
40025c2fe8 20000414-22:03 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-14 20:01:22 +00:00
Ron Pinkas
d5fdbc0e34 20000413-19:30 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/hvm.c
     * Added FAR support to HB_P_SEQBEGIN and HB_P_SEQEND

   * source/compiler/harbour.c
     * Modified hb_compGenJumpThere() to revert back to "short" JUMPs when fixing the jumps, it will than use HB_P_NOOP for the unused 3rd byte.
     * It now supports all variations of JUMP including SEQBEGIN and  SEQEND as well as the logig to not interfere with "short" JUMPs.
     + Added more error handling to hb_compGenJumpThere()

   * source/include/hbexprb.c
     * Modified handling of .OR. .AND. and IIF() to use "short" JUMPs - note the use of -1 when calling hb_compGenJumpXXX().

   * source/compiler/genc.c
     + Added support for HB_P_NOOP (was missing!)
     * Modified HB_P_SEQBEGIN and HB_P_SEQEND to support FAR jumps

   * source/compiler/hbgenerr.c
     + Added 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",
        "HB_P_JUMPx not found when fixing offset"

   * source/include/hbexprb.c
     + Added following defines:
	#define HB_COMP_ERR_INVALID_JUMP                45
	#define HB_COMP_ERR_INVALID_JUMPTRUE            46
	#define HB_COMP_ERR_INVALID_JUMPFALSE           47
	#define HB_COMP_ERR_JUMP_NOT_FOUND              48
2000-04-14 02:59:49 +00:00
Viktor Szakats
0477819e8a 20000414-03:08 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-14 01:06:14 +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
ed45f3b29d 20000413-12:14 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-13 10:15:33 +00:00
Ron Pinkas
be8587e794 20000413-01:30 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/include/hbpcode.h
     + Added HB_P_JUMPFAR, HB_P_JUMPFARFALSE, and HB_P_JUMPFARTRUE

   * source/compiler/hvm.c
     + Added support for HB_P_JUMPFAR, HB_P_JUMPFARFALSE, and HB_P_JUMPFARTRUE to support longer than 2^15 jumps.

   * source/compiler/harbour.c
     * Enhanced hb_compGenJump(), hb_compGenJumpFalse(), hb_compGenJumpTrue(), hb_compGenJumpHere() and hb_compGenJumpThere()
       to utilize HB_P_JUMPFAR, HB_P_JUMPFARFALSE, and HB_P_JUMPFARTRUE to support longer than 2^15 jumps.

   * source/compiler/genc.c
     + Added support for HB_P_JUMPFAR, HB_P_JUMPFARFALSE, and HB_P_JUMPFARTRUE to support longer than 2^15 jumps.
2000-04-13 09:46:07 +00:00
Viktor Szakats
729024aabd 20000413-04:42 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-13 02:40:05 +00:00
Viktor Szakats
f9fb27a7d7 20000413-02:55 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-13 00:52:14 +00:00
Viktor Szakats
7d0c4f2d05 20000413-02:14 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-13 00:11:26 +00:00
Viktor Szakats
6621e6ff4b 20000412-11:01 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-12 08:59:22 +00:00
Viktor Szakats
cd5871699d 20000412-10:06 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-12 08:04:51 +00:00
Viktor Szakats
41e8e36182 20000412-04:39 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-12 02:36:45 +00:00
Viktor Szakats
3a5ceded86 20000412-03:14 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-12 01:12:24 +00:00
David G. Holm
b8483a6846 See ChangeLog entry 2000-04-11 20:00 GMT-4 David G. Holm <dholm@jsd-llc.com> 2000-04-11 23:59:54 +00:00
Viktor Szakats
3b8ce8f432 20000412-01:17 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 23:20:43 +00:00
Viktor Szakats
1f05184914 20000411-23:09 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 21:12:56 +00:00
Viktor Szakats
86ae478c48 20000411-23:09 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 21:07:01 +00:00
Viktor Szakats
3a346bf715 20000411-21:08 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 19:10:18 +00:00
Viktor Szakats
21b1315611 20000411-20:45 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 18:42:26 +00:00
Viktor Szakats
aebd399ae1 20000411-16:32 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 14:30:37 +00:00
Ryszard Glab
90b82eff78 ChangeLog 20000411-15:55 GMT+1 2000-04-11 13:38:46 +00:00
Viktor Szakats
e12b9dd9e9 20000411-13:12 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 11:17:46 +00:00
Viktor Szakats
a4bbacc2d4 20000411-03:04 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 01:02:00 +00:00
Viktor Szakats
c70a49b272 20000411-02:32 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 00:35:57 +00:00
Viktor Szakats
68dfcb2dcb 20000411-00:24 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-10 22:51:01 +00:00
Viktor Szakats
f66f193eb7 20000411-00:24 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-10 22:50:29 +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
bf2a6741b3 20000409-03:48 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-09 02:12:16 +00:00
Paul Tucker
06bdeb00db 20000408-14:38 DST 2000-04-08 18:39:36 +00:00
Ryszard Glab
ed9edfbd5a ChangeLog 20000408-20:45 GMT+1 2000-04-08 18:27:07 +00:00
Paul Tucker
dfc4f7d0a5 20000408-14:11 DST 2000-04-08 18:13:18 +00:00
Maurilio Longo
fca1ff8aad 20000408-15:28 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-08 13:34:17 +00:00
Maurilio Longo
7972eefee6 20000408-11:05 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-08 09:07:37 +00:00
Maurilio Longo
b4f6d1a8d6 20000407-15:25 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-07 13:28:37 +00:00
Ryszard Glab
d9e90ce46e ChangeLog 20000406-10:55 2000-04-06 09:35:45 +00:00
Viktor Szakats
8f67339e08 20000406-08:52 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-06 06:56:57 +00:00
Viktor Szakats
0b78d34799 20000405-15:29 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-05 13:29:47 +00:00