Commit Graph

268 Commits

Author SHA1 Message Date
David G. Holm
83b41c99c0 See ChangeLog entry 2004-03-29 15:00 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2004-03-29 19:57:36 +00:00
Ryszard Glab
641d0c4c5a 2004-03-23 14:50 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/pp/ppcore.c
      * fixed parsing of nested #defines in command/translate
      for example:
      #define PRE_CHAR  'A'
      #define IDX_EXPR(x)  PRE_CHAR+x
      INDEX ON IDX_EXPR(myfield) TO myfile

   * source/pp/pptable.c
      * updated for fixes in ppcore.c (_DFSET define)
2004-03-23 13:31:11 +00:00
Ryszard Glab
5881f339eb 2004-03-19 08:20 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/debug/debugger.prg
      * fixed refreshing of watchpoints

   * source/pp/ppcore.c
      * fixed bug introduced with my previous commit
2004-03-20 07:09:09 +00:00
Ryszard Glab
8bcfb76b67 2004-03-18 12:45 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* include/hberrors.h
   * source/pp/ppcore.c
      *fixed #define parsing of pseudofunctions in cases where
       passed argument has the same name as declared parameter
      *fixed #define parsing of pseudofunctions - the following
      syntax is not allowed:
      #define test(x,x) - duplicated parameters
      #define test(x,)  - missing parameter
      #define test(x    - missing parenthes

   * source/common/expropt1.c
      * fixed generation of pcode for &(macro)->() syntax

   * source/compiler/harbour.l
      * fixed GPF when string with unmatched terminator was used


   * include/hbexprop.h
   * source/compiler/harbour.y
      * removed direct access to internals of expression
      optimizer structure

   * source/debug/debugger.prg
      * fixed checking of path separator
2004-03-19 11:46:57 +00:00
Viktor Szakats
8711d6caf8 2004-02-14 03:00 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* makefile.bc
     ! Fixed compilation of dbgbrwsr

   * source/pp/ppcore.c
   * source/rtl/round.c
   * source/rdd/dbfcdx/dbfcdx1.c
     ! Fixed errors when compiled with HB_TRACE

   * source/common/hbffind.c
     * Formatting.
2004-02-14 01:59:19 +00:00
Ryszard Glab
6098b1027c 2004-01-30 15:30 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/pp/ppcore.c
      * fixed compilation of &(exp) in normal stringify
      markers (this fixes INDEX ON bug reported by Jorge)
2004-01-30 14:32:19 +00:00
Alexander S.Kresin
a2a1251487 2003-11-09 00:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-11-08 21:53:16 +00:00
Ryszard Glab
bd3c64a26a Changelog 2003-10-25 14:45 UTC+0100 Ryszard Glab 2003-10-25 13:11:10 +00:00
Ryszard Glab
c6eea5cd0f ChangeLog 2003-10-20 13:45 UTC+0100 Ryszard Glab 2003-10-20 11:16:21 +00:00
Alexander S.Kresin
6a21b26dbc 2003-09-09 14:16 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-09 10:15:39 +00:00
David G. Holm
763ccea561 See ChangeLog entry 2003-07-28 22:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-07-29 02:01:25 +00:00
Przemyslaw Czerpak
4d29fc6630 ChangeLog 2003-05-26 16:47:33 +00:00
Alexander S.Kresin
0f9f696a87 2003-04-17 15:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-04-17 11:47:04 +00:00
Alexander S.Kresin
468f30b9a0 2003-04-04 11:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-04-04 07:18:24 +00:00
Tomaz Zupan
3a020b8283 2003-02-18 22:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-02-18 21:02:54 +00:00
Alexander S.Kresin
ee96fad909 2002-11-28 15:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-11-28 12:05:41 +00:00
Luiz Rafael Culik
01099577fc See changelog 2002-11-20 21:45 UTC-0300 2002-11-20 23:40:02 +00:00
Alexander S.Kresin
eadf174bde 2002-11-18 14:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-11-18 11:53:21 +00:00
Alexander S.Kresin
3108d6ebe5 2002-10-24 16:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-10-24 12:03:33 +00:00
Gustavo Junior Alves
5c91af924a Implement SET FILECASE, DIRCASE and DIRSEPARATOR 2002-09-24 01:10:15 +00:00
Gustavo Junior Alves
3f4ea4c459 Fix a core dump on HB_TR_DEBUG PrevSquare 2002-09-24 01:00:29 +00:00
Ignacio Ortiz de Zuniga
53666ee5f9 2002-07-25 18:34 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-07-25 17:34:34 +00:00
Ignacio Ortiz de Zuniga
08ea793bf4 2002-07-25 13:40 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-07-25 11:42:11 +00:00
Alexander S.Kresin
f65aa1c2fe 2002-07-17 12:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-07-17 08:44:59 +00:00
David G. Holm
6d09d81ca2 See ChangeLog entry 2002-06-26 19:20 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-26 23:19:39 +00:00
Ignacio Ortiz de Zuniga
6077e98328 20020620-14:28 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2002-06-20 12:27:51 +00:00
Alexander S.Kresin
6068977e0b 2002-05-08 12:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-08 08:58:12 +00:00
Alexander S.Kresin
a09aadc281 2002-05-06 13:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-05-06 09:25:54 +00:00
Alexander S.Kresin
f147bf2a27 2002-03-18 15:12 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-18 12:08:06 +00:00
Alexander S.Kresin
132e1f952f 2002-03-15 10:42 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-15 07:38:51 +00:00
Alexander S.Kresin
763cf3d528 2002-03-13 18:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-13 15:52:35 +00:00
Alexander S.Kresin
92c853f1b6 2002-03-13 13:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-13 10:21:31 +00:00
Luiz Rafael Culik
f46098b2d2 See changelog 2002-03-10 13:25 UTC -0300 2002-03-10 18:22:54 +00:00
Alexander S.Kresin
156073172c 2002-03-03 12:26 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-03 09:25:34 +00:00
Alexander S.Kresin
47cb8f2514 2002-02-26 15:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-26 12:38:55 +00:00
Alexander S.Kresin
f909276eb4 2002-02-26 11:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-26 08:51:56 +00:00
Antonio Linares
0c2baf425c minor fix borrowed from [x]Harbour 2002-02-19 09:20:55 +00:00
Antonio Linares
bc0e3b385b See changelog entry for explanation 2002-01-30 08:46:05 +00:00
Alexander S.Kresin
ef790a0a55 2002-01-15 20:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-15 17:41:13 +00:00
Alexander S.Kresin
50b9610280 2002-01-10 17:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-01-10 14:21:09 +00:00
Antonio Linares
60dcc0ef41 STOPDUMP renamed as ENDDUMP 2001-12-21 11:46:52 +00:00
Viktor Szakats
e1f892788e 2001-12-14 10:17 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-14 09:32:52 +00:00
Jean-Francois Lefebvre
bd60121114 2001-12-11 23:40 UTC+0100 JFL (Mafact) <jfl@mafact.com> 2001-12-11 22:34:51 +00:00
Alexander S.Kresin
a28c708abc 2001-10-27 20:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-10-27 16:15:08 +00:00
Alexander S.Kresin
5f314016e2 2001-10-15 09:15 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-10-15 05:13:40 +00:00
Alexander S.Kresin
12625f5a8e 2001-10-11 21:45 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-10-11 17:42:01 +00:00
Brian Hays
8ee6ee64f9 2001-08-20 11:55 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-08-21 06:55:25 +00:00
David G. Holm
f708ef92c8 See ChangeLog entry 2001-08-16 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2001-08-16 20:31:54 +00:00
Alexander S.Kresin
4e9ffa1634 2001-07-16 22:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su> 2001-07-16 18:56:43 +00:00
Ron Pinkas
184ab4b277 2001-07-12 16:45 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/pp/ppcore.c
     ! Fixed bug of translating text within logical tokens (.T., .F., .OR., .AND., and .NOT.) by adding skip logic to md_strAt().
2001-07-12 23:45:11 +00:00