Antonio Linares
1d8a700413
2001-06-29 17:15 GMT+1
2001-06-29 15:26:24 +00:00
Antonio Linares
fdf3980e79
profiler.prg added
2001-06-29 15:19:55 +00:00
Antonio Linares
2b8df4a686
2001-06-29 17:00 GMT+1
2001-06-29 15:07:22 +00:00
Antonio Linares
866d798b98
Profiler support added
2001-06-29 14:56:12 +00:00
Antonio Linares
d091cc07a2
*** empty log message ***
2001-06-29 14:54:34 +00:00
Antonio Linares
4aaada42f3
profiler support added
2001-06-29 14:48:08 +00:00
Antonio Linares
32ca00ef78
*** empty log message ***
2001-06-29 14:36:07 +00:00
Paul Tucker
7e8417ed40
.
2001-06-27 05:33:29 +00:00
Paul Tucker
fa10e34344
*** empty log message ***
2001-06-27 05:29:52 +00:00
Paul Tucker
fe5d090129
Casts to keep msvc happy
2001-06-27 05:28:22 +00:00
Alexander S.Kresin
b3119cafb9
2001-06-26 20:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2001-06-26 16:47:53 +00:00
Luiz Rafael Culik
3c75049ccc
See changelog 2001-06-26 08:00 GMT -3
2001-06-26 10:50:49 +00:00
Jean-Francois Lefebvre
84ebe40227
2001-06-26 00:40 UTC+1 JFL (mafact) <jfl@mafact.com>
2001-06-25 22:42:35 +00:00
Patrick Mast
18099d6364
* contrib/tprepro/tprepro.prg
...
* Bug fix in TranslateFile() method
2001-06-25 12:53:52 +00:00
Luiz Rafael Culik
b27bd3fd0b
See changelog 2001-06-24 23:45 GMT -3
2001-06-25 02:44:21 +00:00
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
Ron Pinkas
001e0a1f43
2001-06-23 21:40 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/rdd_ads/ads1.c
- Removed 2 sets of parentheses in type casts where it was not needed.
2001-06-24 04:38:12 +00:00
Ron Pinkas
8fb66e4215
Recorrected ')' placement in 2 type casts
2001-06-24 04:24:45 +00:00
Ron Pinkas
88e0148f63
2001-06-23 20:35 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/rdd_ads/ads1.c
! Corrected 2 misplaced parentesis in type casts.
2001-06-24 03:35:30 +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
1a10090591
2001-06-22 07:55 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/dot/pp.prg
+ Added logic for new Idenitifier Match Marker <!AnyId!> which will only match Identifiers.
2001-06-22 14:58:14 +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
Ron Pinkas
6a4f162322
2001-06-22 06:10 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* include/hbclass.ch
! Un-Commented out 3 rules used for VO OO and #undefed HB_CLS_VO instead.
2001-06-22 13:12:54 +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
Ron Pinkas
0c9194fe64
2001-06-21 14:05 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/dot/pp.prg
+ Revised explicit support for Extended expression match marker, in NextExp() to use normal logic for () expresiions.
2001-06-21 21:06:48 +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
Ron Pinkas
51ddbe5081
2001-06-21 10:50 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/dot/pp.prg
! Changed MatchRule() to set sNextAnchor (for NextExp()) by skipping to next NON optional Anchor.
2001-06-21 17:50:50 +00:00
Ron Pinkas
9ffdc74852
2001-06-21 10:40 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/dot/pp.prg
! Changed MatchRule() to set sNextAnchor (for NextExp()) ONLY for NON optional Anchor.
2001-06-21 17:35:51 +00:00
Ron Pinkas
e45efc7a41
2001-06-21 09:50 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
* contrib/dot/pp.prg
+ Added explicit support for Extended expression match marker, in NextExp()
2001-06-21 16:48:10 +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
37f2bf2b8d
See ChangeLog entry 2001-06-20 12:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-20 16:39:03 +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
8ce40b1b91
See ChangeLog entry 2001-06-19 16:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-19 20:07:29 +00:00
Ron Pinkas
b04992a314
2001-06-19 17:40 UTC-0800 Ron Pinkas <ron@profit-master.com>
...
! contrib/rdd_ads/ads1.c
! contrib/rdd_ads/adsfunc.c
! contrib/rdd_ads/adsmgmnt.c
+ Added many missing type casting required for C++ compilers.
! contrib/rdd_ads/makefile.vc
+ Added missing -DWIN32 to CFLAGS
/* RDDADS.lib can now be built with MSVC using the supplied contrib/rdd_ads/make_vc.bat */
2001-06-19 19:30:44 +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
David G. Holm
afc9594a64
See ChangeLog entry 2001-06-19 14:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-06-19 18:27:03 +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