Commit Graph

52 Commits

Author SHA1 Message Date
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
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
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
e12b9dd9e9 20000411-13:12 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-11 11:17:46 +00:00
Viktor Szakats
8631f135c8 20000405-02:03 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-05 00:28:30 +00:00
Viktor Szakats
c58df7356f 20000403-22:20 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-03 20:18:59 +00:00
Viktor Szakats
64eb8df95b 20000328-03:35 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-28 01:35:23 +00:00
Viktor Szakats
ec7f2f19ba 20000322-13:30 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-22 12:39:13 +00:00
Viktor Szakats
859d976666 20000321-12:32 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-21 11:40:25 +00:00
Viktor Szakats
7474d05525 20000321-07:46 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-21 06:45:02 +00:00
Viktor Szakats
10accb5458 20000319-17:47 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-19 17:05:17 +00:00
Paul Tucker
41e79351f2 Fixes to prevent hang on multiple source files 2000-03-19 06:28:44 +00:00
Viktor Szakats
397e619596 20000318-17:17 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-18 16:28:41 +00:00
Viktor Szakats
0d1ef5cff0 20000314-07:56 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-14 06:56:11 +00:00
Viktor Szakats
1909c26931 20000313-21:00 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-13 19:58:36 +00:00
Viktor Szakats
6b72938dee 20000313-15:57 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-13 15:03:53 +00:00
Viktor Szakats
c69b622588 20000312-16:24 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-12 15:35:54 +00:00
Viktor Szakats
3f335033d4 20000306-13:25 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-06 12:38:23 +00:00
Viktor Szakats
3e3819e705 20000302-11:21 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-02 11:58:22 +00:00
Viktor Szakats
9a08583181 20000210-03:24 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-02-10 02:26:17 +00:00
Ryszard Glab
eec39ac3d9 ChangeLog 20000206-16:15 GMT+1 2000-02-06 15:01:10 +00:00
Ryszard Glab
37d653a9da ChangeLog 20000204-20:45 GMT+1 2000-02-04 19:32:38 +00:00
Ryszard Glab
af8fd924ff ChangeLog 20000201-13:00 GMT+1 2000-02-01 12:40:29 +00:00
Ryszard Glab
c5b3933834 ChangeLog 20000129-13:20 GMT+1 2000-01-29 12:08:21 +00:00
Ryszard Glab
a28cf6b8b9 ChangeLog 20000116-15:35 GMT+1 2000-01-16 14:23:07 +00:00
Ryszard Glab
e579205654 ChangeLog 20000115-15:15 2000-01-15 14:02:08 +00:00
Ryszard Glab
a3792dc1c1 ChangeLog 20000103-19:48 GMT+1 2000-01-03 18:36:59 +00:00
Ryszard Glab
b25bfa6813 ChangeLog 19991212-13:55 GMT+1 1999-12-12 13:58:52 +00:00
Ryszard Glab
7a9444924f ChangeLog 19991209-17:10 1999-12-09 16:15:00 +00:00
Viktor Szakats
9b4e3b94f8 19991209-01:05 GMT+1 Victor Szel <info@szelvesz.hu> 1999-12-09 01:24:46 +00:00
Viktor Szakats
ef400b31cb 19991209-01:05 GMT+1 Victor Szel <info@szelvesz.hu> 1999-12-09 01:20:07 +00:00
Viktor Szakats
1a5c7bff79 19991208-18:06 GMT+1 1999-12-08 18:31:36 +00:00
Viktor Szakats
20a998205f 19991129-22:22 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-29 22:10:47 +00:00
Viktor Szakats
a4ec35927e 19991122-16:12 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-22 15:29:17 +00:00
Viktor Szakats
648b4b5a9d 19991122-01:14 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-22 00:27:07 +00:00
Viktor Szakats
4b80830d9a 19991121-23:23 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-21 22:34:44 +00:00
Viktor Szakats
8379afd78e 19991121-22:38 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-21 21:50:31 +00:00
Viktor Szakats
e7df1ce1b4 19991121-03:19 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-21 02:30:30 +00:00
Ryszard Glab
97988f31a2 ChangeLog 19991120-14:35 GMT+1 1999-11-20 13:40:26 +00:00
Viktor Szakats
4da30aad87 19991119-10:02 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-19 09:14:23 +00:00
Viktor Szakats
15d6a28dd8 19991118-07:25 GMT+1 Victor Szel <info@szelvesz.hu> 1999-11-18 06:43:13 +00:00
Ryszard Glab
0dd0d8d93f ChangeLog 19991117-13:05 1999-11-17 12:23:57 +00:00
Ryszard Glab
ee515d4717 ChangeLog 19991116-21:55 1999-11-16 21:06:31 +00:00
Paul Tucker
ba872d61e2 Update to allow gnu make to work with msvc 1999-10-16 03:52:31 +00:00
Viktor Szakats
0b16eadcf8 19991005-18:02 GMT+1 1999-10-05 16:28:37 +00:00
Viktor Szakats
0131a5b12a 19991005-13:59 GMT+1 1999-10-05 12:15:09 +00:00
Viktor Szakats
2611bfd089 19990916-02:25 GMT+1 1999-09-16 00:40:23 +00:00
Viktor Szakats
d06958a9a0 19990901-15:40 GMT+1 1999-09-01 13:57:59 +00:00
David G. Holm
a27e765379 See ChangeLog entry 19990824-17:20 EDT David G. Holm <dholm@jsd-llc.com> 1999-08-24 21:33:24 +00:00
David G. Holm
30d485d211 See ChangeLog entry 19990518-18:00 David G. Holm <dholm@jsd-llc.com> 1999-05-18 23:07:30 +00:00