Commit Graph

3061 Commits

Author SHA1 Message Date
Viktor Szakats
af1cd893af 2000-06-25 14:25 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-25 12:29:19 +00:00
Ron Pinkas
057aabe723 2000-06-25 03:35 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/hbgenerr.c
     ! Fixed line number when in <eol> was 1 too short.

   * make_b32.bat
     ! Removed -i (ignore erros).
2000-06-25 10:38:11 +00:00
Ryszard Glab
ade872095c ChangeLog 2000-06-25 10:40 UTC+0100 2000-06-25 08:38:35 +00:00
Luiz Rafael Culik
5c542474ab *** empty log message *** 2000-06-25 08:33:30 +00:00
Luiz Rafael Culik
4188eeb2ce See changelog 20000624-22:10 2000-06-25 01:28:15 +00:00
Luiz Rafael Culik
7c8c973980 See changelog 2000-06-24 22:10 GMT -3 2000-06-25 01:11:36 +00:00
Ron Pinkas
2bdcf6417e 2000-06-24 11:42 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* include/hbclass.ch
     - Uncommented the VO #xtranslate as they do work correctly.

   * source/pp/pplib.c
     - Removed int hb_comp_iIncLine

   * include/hbcomp.h
     - Removed int hb_comp_iIncLine
     + Added int hb_comp_iCompiled
     + Added char*  hb_comp_szFile
     + Added BOOL  hb_comp_bError

   * source/compiler/harbour.c
     ! Fixed Compile Time Line Numbers
     ! Fixed Run Time Line Numbers

   * source/compiler/harbour.l
     ! Rewrote rules for STRING1 STRING2 STRING3 INDEX, were severly broken with regard to unterminated support.
       /* When working on errors, I founf major problems, with unterminated Array Index and Unterminated Strings
          I'm surprised no one reported.  This mass was a nightmere to fix. it seems to be working great now. */

   * source/compiler/harbour.y
     ! Many fixes to support correct line numbers.

   * source/compiler/hbgenerr.c
     ! Fixed Error System to never report more than 1 error per source line.

   * source/pp/ppcomp.c
     - Removed code for hb_comp_iIncLine

   * source/pp/ppcore.c
     * Minor formating.
2000-06-24 19:06:52 +00:00
Ryszard Glab
5e6a63d3c7 ChangeLog 2000-06-24 20:10 UTC+0100 2000-06-24 18:02:43 +00:00
Luiz Rafael Culik
f010078eb2 See changelog 20000623-22:45 GMT -3 2000-06-24 01:50:07 +00:00
Luiz Rafael Culik
fc57f42836 *** empty log message *** 2000-06-24 01:48:16 +00:00
Jean-Francois Lefebvre
ef6637de4b 2000-06-23 21:11 UTC+0200 JFL & RAC <jflb@mafact.com> 2000-06-23 19:12:06 +00:00
Ron Pinkas
ba9a9b1a45 2000-06-22 20:35 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcomp.c
     ! Fixed bug when NO CR between end of last line and EOF. Last line was duplicated when resuming parrent file.
2000-06-23 03:36:40 +00:00
Ron Pinkas
6384112232 2000-06-22 19:16 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
     ! Added bStrict parameter to getExpReal(), all calls to getExpReal() pass FALSE, other than isExpres().
     So getExpReal() will now return invalid tokens like unterminated strings, unless bStrict is TRUE.
2000-06-23 02:22:51 +00:00
Jean-Francois Lefebvre
0093f8b62e 2000-06-23 01:31 UTC+0200 JFL & RAC <jflb@mafact.com> 2000-06-22 23:28:27 +00:00
Ryszard Glab
a1ee5280fc ChangeLog 2000-06-22 19:30 UTC+0100 2000-06-22 17:24:48 +00:00
Ryszard Glab
2180b7ef20 ChangeLog 2000-06-22 18:15 UTC+0100 2000-06-22 16:09:45 +00:00
Ron Pinkas
baf6469d63 2000-06-22 03:30 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* include/hbclass.ch
     ! Uncommented  #xtranslate that was not pre-processing correctly, before recent fixes to ppcore.c and now works correctly.

   * source/compiler/harbour.c
     ! Fixed hb_compLinePush() to generate correct Run-Time Line Numbers.

   * source/pp/ppcomp.c
     - Removed one // comment.

   * source/pp/ppcore.c
     * Increased MAX_EXP to 2048 as requested by Brian Hays.
2000-06-22 10:38:30 +00:00
Ron Pinkas
35075a112c 2000-06-21 21:35 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
     ! getExpReal() Fixed silly typo introduced this morning in previous fix, that broke the PP.
2000-06-22 04:36:50 +00:00
Viktor Szakats
99cf7bb5ad 2000-06-22 03:23 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-22 01:19:53 +00:00
Ron Pinkas
e49d89c9df 2000-06-21 10:58 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
     ! getExpReal() to not return invalid Clipper Expression like unterminated '([{'. This will solve many PP problems.
2000-06-21 18:01:23 +00:00
Viktor Szakats
92b1be23b4 2000-06-21 14:19 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-21 12:29:25 +00:00
Viktor Szakats
55dd4e2601 2000-06-21 14:19 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-21 12:20:44 +00:00
Viktor Szakats
ba531f861f 20000322-16:33 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-06-21 12:19:00 +00:00
Ron Pinkas
c002ff28ee 2000-06-20 08:45 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
     * Removed some /* reported as nested comments
2000-06-20 15:46:11 +00:00
Antonio Linares
30c52f5d86 *** empty log message *** 2000-06-20 13:23:26 +00:00
Antonio Linares
6d6cc04def *** empty log message *** 2000-06-20 09:18:34 +00:00
Antonio Linares
6baa26fe45 *** empty log message *** 2000-06-20 08:35:35 +00:00
Ron Pinkas
5bc3e11bed Minor typo in ChangeLog 2000-06-20 04:38:09 +00:00
Ron Pinkas
6e356923ef 2000-06-19 13:38 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/hbgenerr.c
   * source/pp/ppcomp.c
     ! Fixed reporting of line numbers on erros.

   * source/pp/ppcore.c
     * More support for [] as string delimiters.

   * source/compiler/harbour.l
     + Added support for:
        ELSIF [ some string ] ...
        DO WHILE [ some string ] ...
        WHILE [ some string ] ...
        CASE [ some string ] ...

     /* Strangly, Clipper chockes on elseif [...] */
2000-06-20 04:31:43 +00:00
Luiz Rafael Culik
4aed821f77 *** empty log message *** 2000-06-20 02:35:58 +00:00
Luiz Rafael Culik
18b0427b49 See changelog 20000619-23:05 GMT -3 2000-06-20 02:21:06 +00:00
Luiz Rafael Culik
aa44709394 See changelog 20000619-23:05 GMT -3 2000-06-20 02:11:09 +00:00
Maurilio Longo
d268879d80 20000619-23:08 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-06-19 21:11:25 +00:00
Maurilio Longo
56bab04e9c 20000619-21:44 GMT+2 Maurilio Longo <maurilio.longo@libero.it> 2000-06-19 19:51:27 +00:00
Viktor Szakats
1479859068 2000-06-19 10:11 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-19 08:12:44 +00:00
April White
b45f9d69bd 2000-06-17 20:34 UTC+0500 April White <awhite@user.rose.com>
* include/hbapi.h
     * forgot an end of comment tag
2000-06-18 19:42:05 +00:00
April White
016acbc883 2000-06-17 19:43 UTC+0500 April White <awhite@user.rose.com>
* include/hbapi.h
   * include/hbapifs.h
     + added descriptive comments, from source, to declarations of
       multiple api calls

   * rtl/trim.c
     * hb_strRTrimLen - corrected descriptive comment
       was "returns szText and the new length in lLen"
       now "return length of szText ignoring trailing white space
            (or true spaces)"
2000-06-18 18:57:16 +00:00
Viktor Szakats
cb0f27dc00 2000-06-18 18:38 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-18 16:46:01 +00:00
Alexander S.Kresin
512f8de581 source/pp/ppcore.c - fixed [ ... ] problem 2000-06-18 16:34:30 +00:00
Ryszard Glab
ee19f4b1d5 ChangeLog 2000-06-18 15:20 UTC+0100 2000-06-18 13:20:51 +00:00
Ron Pinkas
ca4f54eba8 2000-06-17 13:38 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
     ! Fixed isExpress() to check last charcter of the expression and return false if it is one of these:
       ":/*+-%^=(<>". This fixed another problem reported by Brian Hays to do with the VO comaptibility #translates.

     /* We still have to find, why was isExpress() called with only partial expression, this should be fixed. */
2000-06-17 20:46:01 +00:00
April White
b271952322 *** empty log message *** 2000-06-17 18:21:48 +00:00
Viktor Szakats
adfb94a06d 2000-06-17 19:37 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-17 17:33:58 +00:00
Viktor Szakats
8fafebb35b 2000-06-17 18:58 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-17 16:56:00 +00:00
Patrick Mast
00548613cf 2000-05-07 23:30 CET Patrick Mast <harbour@PatrickMast.com>
* tests/testhtml.prg
     * changed the Default() function into If(...)
2000-06-17 12:58:49 +00:00
Luiz Rafael Culik
68fe954608 *** empty log message *** 2000-06-17 01:25:08 +00:00
Luiz Rafael Culik
f6cd612cb0 See changelog 20000616-22:10 GMT -3 2000-06-17 01:07:55 +00:00
Viktor Szakats
dc499e63bf 2000-06-16 21:28 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-16 19:30:45 +00:00
Viktor Szakats
1d676139ac 2000-06-16 21:28 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-16 19:28:03 +00:00
Ron Pinkas
4787227a72 2000-06-16 10:55 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
     ! Removed 1 // comment.
2000-06-16 18:05:09 +00:00