Commit Graph

2722 Commits

Author SHA1 Message Date
Ron Pinkas
bafe7aa495 2001-06-24 11:15 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/arrays.c
     ! Fixed but in hb_arrayDel() which caused a GPF by accessing an item beyond the array end.
2001-06-24 18:12:34 +00:00
David G. Holm
6c5d60d9f6 See ChangeLog entry 2001-06-22 11:10 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-22 15:14:51 +00:00
Ron Pinkas
c57f209fda 2001-06-22 07:30 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     + Added logic for new Idenitifier Match Marker <!AnyId!> which will only match Identifiers.
     + Added static BOOL IsIdentifier( char *szProspect )

   * include/hbclass.ch
     ! Changed <name> to <!name!> in 3 VO OO compatibility rules, where regular match marker was TOO generic.
     ! Reinstated default #define HB_CLS_VO
2001-06-22 14:31:24 +00:00
Brian Hays
b4615def8e 2001-06-21 11:19 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-06-22 06:13:35 +00:00
Ron Pinkas
e49056d419 2001-06-21 22:20 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
     * Added support fort '|' as a continuation token (as in Clipper).

   * include/hbclass.ch
     - Commented out 3 rules used for VO OO compatibility that are TOO generic, and match unexpected input.

   * source/pp/ppcore.c
     - Recommented out test for continuation token at the end of an Expression in isExpres() (after correcting cause for prior reinstatment).
2001-06-22 05:22:42 +00:00
Ron Pinkas
e025c159ab 2001-06-21 18:20 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     * Reinstated test for continuation token at the end of an Expression in isExpress()
       /* Clipper does not validate extracted expression like that, but Harbour PP has internal dependancy due to matching logic.
          Alexander, Clipper stops an expression when encountering the Anchor of the next NON optional Match Marker.
          Clipper accepts that expression even if it ends with continuation token (like '*').
       */
2001-06-22 01:25:02 +00:00
Ron Pinkas
c09e2a2779 2001-06-21 14:55 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     * Commented out test for continuation token at the end of an Expression in isExpress()
       /* Clipper does not validate extracted expression like that. This solves problem with:
          SAVE ALL LIKE Patt* TO File
        */
2001-06-21 21:52:07 +00:00
David G. Holm
d5220415d2 See ChangeLog entry 2001-06-21 14:45 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-21 18:49:58 +00:00
Alexander S.Kresin
e48d3a8355 2001-06-21 13:20 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-21 09:23:11 +00:00
Alexander S.Kresin
91b0d981c3 2001-06-21 10:25 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-21 06:25:53 +00:00
Ron Pinkas
187797ce58 2001-06-20 22:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
* hb_slex.vc
   * makefile.vc
     * Synched make files.

   * contrib/libmisc/makefile.vc
     ! Corrected BIN_DIR to ../../bin/vc

   * source/compiler/simplex.c
     * Revised 1 debug message.
   * source/compiler/harbour.slx
     * Improved yytext handling.

   * source/compiler/harbour.sly
   * source/compiler/harbour.y
     + Added <yyerrok> after <yyclearin> to enable reporting of errors on consecutive lines. (only first line was reported!)
2001-06-21 05:13:07 +00:00
David G. Holm
a13ea3a883 See ChangeLog entry 2001-06-20 14:50 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-20 18:55:21 +00:00
David G. Holm
d79ae26158 See ChangeLog entry 2001-06-20 12:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-20 16:39:02 +00:00
Alexander S.Kresin
9aafa5e723 2001-06-20 09:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-20 05:56:55 +00:00
Viktor Szakats
a148fca031 2001-06-19 23:39 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-06-19 21:40:42 +00:00
David G. Holm
403285712b See ChangeLog entry 2001-06-19 14:50 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-19 18:53:58 +00:00
Alexander S.Kresin
3ad28314a1 2001-06-19 18:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-19 14:19:03 +00:00
Alexander S.Kresin
4ec5e26b58 2001-06-19 14:10 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-19 10:12:20 +00:00
Jean-Francois Lefebvre
f91dd188aa 2001-06-18 22:50 UTC+1 JFL (mafact) <jfl@mafact.com> 2001-06-18 20:50:55 +00:00
Alexander S.Kresin
97b356b2c0 2001-06-18 23:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-18 20:00:08 +00:00
David G. Holm
ddbe224275 See ChangeLog entry 2001-06-18 14:35 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-18 18:41:11 +00:00
David G. Holm
035115e687 See ChangeLog entry 2001-06-18 14:10 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-18 18:12:00 +00:00
David G. Holm
d3c4dc643b See ChangeLog entry 2001-06-18 14:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-18 18:04:05 +00:00
Alexander S.Kresin
8ed63dc26e 2001-06-18 15:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-18 11:54:36 +00:00
Alexander S.Kresin
a3b60e2a24 2001-06-16 20:40 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-16 16:42:51 +00:00
Jean-Francois Lefebvre
c8398e01a3 2001-06-15 23:35 UTC+1 JFL (mafact) <jfl@mafact.com> 2001-06-15 21:37:14 +00:00
David G. Holm
8e0be3617b See ChangeLog entry 2001-06-15 14:45 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-15 18:47:55 +00:00
David G. Holm
7dda61c6e2 See ChangeLog entry 2001-06-15 13:55 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-15 17:59:21 +00:00
David G. Holm
dd47ba76df See ChangeLog entry 2001-06-15 13:40 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-15 17:44:14 +00:00
Horacio Dario Roldan Kasimatis
40a0699069 2001-06-09 23:15 GMT-3 Horacio Roldan <horacioroldan@usa.net>
* source/rdd/dbfcdx/dbfcdx1.h
    * Added parenthesis in macro parameters to eliminate some warnings and possible
      bad evaluation.
2001-06-15 16:16:41 +00:00
David G. Holm
cc172e3091 See ChangeLog entry 2001-06-14 17:15 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-14 21:20:43 +00:00
David G. Holm
9ad601edd6 See ChangeLog entry 2001-06-14 14:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-14 18:06:27 +00:00
David G. Holm
998ef2d1ae See ChangeLog entry 2001-06-14 13:15 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-14 17:21:20 +00:00
Brian Hays
f8ea903321 2001-06-14 12:39 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-06-14 07:32:15 +00:00
Brian Hays
061ae91293 2001-06-12 11:59 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-06-13 07:00:51 +00:00
David G. Holm
5037695b15 See ChangeLog entry 2001-06-12 19:10 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-12 23:20:42 +00:00
Jean-Francois Lefebvre
85496e9c3d 2001-06-12 21:20 UTC+1 JFL (mafact) <jfl@mafact.com> 2001-06-12 19:23:38 +00:00
Maurilio Longo
5d9da70f18 2001-06-11 14:16 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/net.c
     ! To compile under OS/2 EMX GCC compiler there were missing include files.
       NOTE: you need to link socket.a library to every program from now on or you'll get:
       rtl.a(net.o): Undefined symbol _gethostname referenced from text segment
2001-06-11 12:18:43 +00:00
Luiz Rafael Culik
e610fd143b See changelog 2001-06-10 19:40 GMT -3 2001-06-10 22:37:39 +00:00
Luiz Rafael Culik
27af371eed See changelog 2001-06-10 14:40 GMT -3 2001-06-10 17:31:23 +00:00
Alexander S.Kresin
4b57069202 2001-06-10 18:35 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-10 14:45:27 +00:00
Maurilio Longo
a05226fa35 2001-06-10 15:06 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/memoedit.prg
     ! fixed error in handling of text (EOL delimiters handling was wrong)
   * source/rtl/teditor.prg
     ! fixed error in handling of text (EOL delimiters handling was wrong)
2001-06-10 13:08:14 +00:00
Horacio Dario Roldan Kasimatis
66f0dbdedc 2001-06-09 23:15 GMT-3 Horacio Roldan <horacioroldan@usa.net>
*source/rdd/dbf1.c
     ! fixed message sending that corrupted dbf (with ftp) header
2001-06-10 02:17:17 +00:00
Andi Jahja
9079cf110b *** empty log message *** 2001-06-09 15:06:48 +00:00
Jean-Francois Lefebvre
e3d1d9c674 2001-06-09 09:35 UTC+1 JFL (mafact) <jfl@mafact.com> 2001-06-09 07:51:00 +00:00
Ron Pinkas
8a3b3dc3f2 2001-06-07 18:40 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/vm/hvm.c
     ! Fixed HB_P_MPOPFIELD was poping assgined value pre-maturely, causing "data type error" from RDD when replacing a field using macro.
2001-06-08 01:38:26 +00:00
David G. Holm
861202c3ec See ChangeLog entry 2001-06-07 11:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-07 15:25:54 +00:00
Alexander S.Kresin
b0a3b8c6e2 2001-06-07 13:05 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-07 09:04:07 +00:00
Alexander S.Kresin
63d7b791a4 2001-06-07 10:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-06-07 06:18:10 +00:00
David G. Holm
32cdeff3db See ChangeLog entry 2001-06-06 15:20 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-06-06 19:21:40 +00:00