Commit Graph

6391 Commits

Author SHA1 Message Date
Alexander S.Kresin
db730c2a15 2004-10-06 21:56 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-10-06 17:57:26 +00:00
David Arturo Macias Corona
32441bc82b 2004-10-06 05:40 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
+ harbour/contrib/mysql/difer.txt
    Describe modifications to programs of harbour\contrib\mysql, in Spanish
  + harbour/contrib/mysql/diffeng.txt
    Describe modifications to programs of harbour\contrib\mysql, in English
2004-10-06 10:43:16 +00:00
David Arturo Macias Corona
2f1ddb94d5 2004-10-05 05:39 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
* harbour/contrib/mysql/tmysql.prg
  * harbour/contrib/mysql/tsqlbrw.prg
    * Changes to approach Clipper behaviour
      NOTE: My changes are marked in source code with label "DAVID:", to
            help in quick review of changes, and these changes are
            described widely in files difer.txt, diffeng.txt
            These labels will be removed in a reasonable time

  + harbour/contrib/mysql/difer.txt
    Describe modifications to programs of harbour\contrib\mysql, in Spanish
  + harbour/contrib/mysql/diffeng.txt
    Describe modifications to programs of harbour\contrib\mysql, in English
2004-10-05 10:55:08 +00:00
Ryszard Glab
ec407c3d59 2004-09-08 16:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* include/hbapi.h
   * source/vm/dynsym.c
      * a new function 'hb_dynsymScope' was added to check if the
      passed symbol has requested scope

   * source/vm/macro.c
   * source/vm/hvm.c
      * fixed support for static functions used in macro compiled
      expressions (the runtime error is generated during evaluation
      instead of macro compilation - like in Clipper)

   * source/pp/ppcore.c
      * fixed support for '&macro.' in complex expressions
2004-09-08 14:32:51 +00:00
Ryszard Glab
83183d2cd3 2004-09-07 10:30 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/pp/ppcore.c
      * fixed support for Clipper undocumented <x:&> match marker,
      Harbour is now 100% compatible here.
      Notice that this fixes support for
      SET FILTER TO &macro
      SET FILTER TO &macro. .AND. expr
2004-09-07 08:24:45 +00:00
David Arturo Macias Corona
8c05a732dd 2004-08-06 18:21 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
* harbour/source/rtl/dates.c
      ! fixed problem with dates. Now is Clipper compatible
        For empty date it returns empty string, for valid
        when number of years greater equal to 0 it returns formated date
        and in other case it fills buffers with 0 characters.
        Borrowed from xHarbour, in changes made by Przemyslaw Czerpak
        It also fix ( CTOD( "" ) + 30 ) error reported by Randy Portnoff
2004-08-06 23:38:40 +00:00
Alexander S.Kresin
8bd60da86c 2004-08-04 10:28 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-08-04 06:28:20 +00:00
Ryszard Glab
dd39f3c21e 2004-08-03 11:10 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/rtl/tget.prg
      * GetNew() no longer evaluates passed set/get codeblock
2004-08-03 09:02:09 +00:00
Viktor Szakats
b9b1362563 2004-08-01 14:38 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/rtl/filesys.c
     ! Out of bound buffer access fixed. (I couldn't test this)
       (Thanks to Chen Kedem)
2004-08-01 12:39:47 +00:00
Antonio Linares
ff2f4b760c 2004-07-27 20:41 UTC+0100 2004-07-27 18:39:32 +00:00
Antonio Linares
9216acd612 Added a previous #undef _HB_CLS_FUNCNAME for multiple classes definitions on the same PRG 2004-07-27 18:37:21 +00:00
Luis Krause
5745baab93 2004-07-27 10:50 UTC-0800 Luis Krause Mantilla 2004-07-27 18:03:16 +00:00
Antonio Linares
d40c5642a9 2004-07-27 11:49 UTC+0100 2004-07-27 09:59:36 +00:00
Antonio Linares
603d3e49f7 Added modules array.prg, block.prg, date.prg, logical.prg, nil.prg, numeric.prg. 2004-07-27 09:58:59 +00:00
Antonio Linares
cbd894f922 Nil changed into _Nil as it is not allowed as a Class Name 2004-07-27 09:58:12 +00:00
Antonio Linares
50f01e0895 Harbour implementation of Class(y) Class Numeric 2004-07-27 09:47:05 +00:00
Antonio Linares
5a47a1d403 Harbour implementation of Class(y) Class Nil 2004-07-27 09:46:36 +00:00
Antonio Linares
2341426cbf Harbour implementation of Class(y) Class Logical 2004-07-27 09:45:37 +00:00
Antonio Linares
cfd2e48231 Harbour implementation of Class(y) Class Date 2004-07-27 09:45:07 +00:00
Antonio Linares
baf9ccc000 Harbour implementation of Class(y) Class Block 2004-07-27 09:44:35 +00:00
Antonio Linares
e2c69515bc Harbour implementation of Class(y) Class Array 2004-07-27 09:44:06 +00:00
Antonio Linares
00bb9507ed 2004-07-27 11:16 UTC+0100 2004-07-27 09:15:09 +00:00
Antonio Linares
7a05c3be1e Added optional clause FUNCTION to class definition, based on Class(y) implementation 2004-07-27 09:02:37 +00:00
Antonio Linares
10bcfbac27 2004-07-27 02:09 UTC+0100 2004-07-27 00:18:58 +00:00
Antonio Linares
87cb961b3e added module characte.prg 2004-07-27 00:13:21 +00:00
Antonio Linares
ab7c23d394 added missing include file 2004-07-27 00:12:27 +00:00
Antonio Linares
9fe700c87a Harbour implementation of Class(y) Class Character 2004-07-27 00:07:02 +00:00
Luis Krause
501e1e886b 2004-07-26 9:03 UTC-0800 Luis Krause Mantilla 2004-07-26 16:04:31 +00:00
Luis Krause
b574142c34 2004-07-12 17:19 UTC-0800 Luis Krause Mantilla 2004-07-26 16:02:18 +00:00
Viktor Szakats
8b4793ecb3 2004-07-26 10:50 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/compiler/cmdcheck.c
     ! Writing out of bound when using -x compiler switch fixed.
       (Thanks to Chen Kedem)

   * source/vm/cmdarg.c
     ! Tabs removed.
2004-07-26 08:53:31 +00:00
Antonio Linares
0366162d36 $Id$ fixed 2004-07-25 23:26:49 +00:00
Antonio Linares
b7684d5a51 2004-07-26 01:21 UTC+0100 2004-07-25 23:21:26 +00:00
Antonio Linares
6673bce7e6 Added scalar.prg module 2004-07-25 23:18:57 +00:00
Antonio Linares
d5bf7ce61a Harbour implementation of Class(y) Class ScalarObject 2004-07-25 23:17:44 +00:00
Antonio Linares
e3891d1861 2004-07-25 16:48 UTC+0100 2004-07-25 22:57:25 +00:00
Antonio Linares
8c618ad5b0 hb_clsCreate(), hb_clsAdd() and hb_clsAssociate() functions added 2004-07-25 14:42:48 +00:00
Alexander S.Kresin
44ad1253bf hbver.h is updated with release 44 info 2004-07-19 17:45:02 +00:00
Alexander S.Kresin
c538daf0dc 2004-07-19 21:42 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-07-19 17:42:26 +00:00
Alexander S.Kresin
09f624b8cf 2004-07-19 17:05 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-07-19 13:05:07 +00:00
Ryszard Glab
0ce7677116 2004-07-19 12:15 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* doc/whatsnew.txt
      *added some items and divided into few sections
2004-07-19 12:32:55 +00:00
Tomaz Zupan
554e2ca639 Corrected wrong ChangeLog entry 2004-07-18 20:18:27 +00:00
Tomaz Zupan
3d3a2d28a6 2004-07-18 22:17 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si> 2004-07-18 20:15:32 +00:00
Alexander S.Kresin
fc5a0e4d06 2004-07-18 19:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-07-18 15:49:24 +00:00
Chen Kedem
e05c0fcb2d 2004-07-18 13:05 UTC+0300 Chen Kedem <niki@actcom.co.il> 2004-07-18 10:05:35 +00:00
Alexander S.Kresin
98f730088f 2004-07-17 21:58 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-07-17 17:57:49 +00:00
David Arturo Macias Corona
67467989f0 2004-07-17 04:14 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
* source/rtl/tget.prg
    + Added DATA CapRow and DATA CapCol values
2004-07-17 09:34:07 +00:00
Alexander S.Kresin
b3381a02b8 2004-07-16 13:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-07-16 09:35:35 +00:00
Luis Krause
3b98cb51c6 2004-07-12 17:19 UTC-0800 Luis Krause Mantilla 2004-07-13 00:20:53 +00:00
Ryszard Glab
143a231f09 2004-07-09 12:15 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* include/hbapi.h
   * source/vm/codebloc.c
   * source/vm/proc.c
      *fixed to correctly return the procedure name where
      the codeblock was created

   * source/common/hbffind.c
      *fixed to set correctly size and modification date of
      retrieved files on Linux/Unix -used from DIRECTORY()
      function
2004-07-09 10:08:39 +00:00
Randy Portnoff
3541025abf Reformatted my last ChangeLog entry. 2004-06-25 12:00:02 +00:00