Commit Graph

2559 Commits

Author SHA1 Message Date
Luiz Rafael Culik
0fc9938d2b *** empty log message *** 2000-04-16 01:06:51 +00:00
Luiz Rafael Culik
ba20cba8ee See changelog 20000415 21:1 gmt -3 2000-04-16 00:17:21 +00:00
Luiz Rafael Culik
fad3458976 See changelog 20000415 21:10 Gmt-3 2000-04-16 00:07:29 +00:00
Paul Tucker
bf659b33f1 20000415-16:03 DST <ptucker@sympatico.ca> 2000-04-15 20:04:53 +00:00
Viktor Szakats
6070497732 20000415-21:39 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 19:51:26 +00:00
Paul Tucker
1e871099d7 20000415-15:15 DST <ptucker@sympatico.ca> 2000-04-15 19:18:32 +00:00
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
45bfdb553a 20000415-17:47 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-04-15 15:49:49 +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
c488ceeb2d 20000415-13:01 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 10:59:27 +00:00
Viktor Szakats
8abdbb5670 20000415-12:38 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 10:37:54 +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
c029e2efaa 20000415-03:32 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-15 01:31:27 +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
d0e4d5a289 See changelog 20000415 22:10 gmt-3 2000-04-15 01:16:32 +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
bbe03fe78f 20000414-22:10 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-14 20:08:34 +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
Ron Pinkas
59c07b32be 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:55:26 +00:00
Viktor Szakats
0477819e8a 20000414-03:08 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-14 01:06:14 +00:00
Luiz Rafael Culik
74b58151ec See changelog 20000413 21:30 2000-04-14 00:40:54 +00:00
Luiz Rafael Culik
3a14bc6a2f see changelog 20000413 13:30 GMT -3 2000-04-13 16:25:57 +00:00
Chen Kedem
493e8ae1e8 20000413-16:40 GMT+2 Chen Kedem <niki@actcom.co.il> 2000-04-13 14:41:21 +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
Luiz Rafael Culik
7fde401487 See changelog 20000411 20:30 2000-04-11 23:31:42 +00:00
Luiz Rafael Culik
bdedc8a862 See changelog 20000411 20:30 2000-04-11 23:23:28 +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