Commit Graph

6335 Commits

Author SHA1 Message Date
Phil Krylov
c4d8ff8810 2004-06-07 14:15 UTC+0300 Phil Krylov <phil@newstar.rinet.ru> 2004-06-07 10:15:40 +00:00
Phil Krylov
4c9284dcec 2004-06-07 13:45 UTC+0300 Phil Krylov <phil@newstar.rinet.ru> 2004-06-07 09:44:09 +00:00
Ryszard Glab
1d232a584f 2004-06-03 11:00 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/compiler/harbour.c
      * fixed to compile FOR var[index]
2004-06-03 08:49:51 +00:00
Alejandro de Garate
60d7ea581b 2004-06-02 05:30 UTC-0400 Alejandro de Garate <alex_degarate@hotmail.com>
* doc\en\file.txt
    * function FOPEN()
    ! Fixed the meaning of FO_DENYNONE
    + Added FO_SHARED definition to the table

    * function FCREATE()
    ! Fixed table title name, changed Atribute for Meaning

    * function FREAD()
    ! Fixed typo at $ARGUMENTS$ section
    ! Removed typo <nHandle> from $RETURNS$ section
    ! Fixed typo at $EXAMPLES$ section

    * function FCLOSE()
    ! Fixed typo at $EXAMPLES$ section

    * function CURDIR()
    ! Fixed typo at $ARGUMENTS$ section

    * function MAKEDIR()
    ! Fixed typo at $RETURNS$ section

  + doc\es\file.txt
    + Added file's operations document
2004-06-02 09:38:36 +00:00
Alejandro de Garate
5652b54f48 CHANGELOG: 2004-05-28 01:18 UTC-0400 Alejandro de Garate <alex_degarate@hotmail.com>
2004-05-25 22:37 UTC-0400 Alejandro de Garate <alex_degarate@hotmail.com>

  + doc/es/codestyl.txt
    + Added code style document file

  + doc/es/hb_apiln.txt
    + Added Lang API Document

  + doc/es/hb_vm.txt
    + Added VM API Document
2004-05-28 05:17:36 +00:00
Alejandro de Garate
41d6c2e1fb CHANGELOG: 2004-05-27 14:35 UTC-0400 Alejandro de Garate <alex_degarate@hotmail.com>
+ doc/es/codestyl.txt
    + Added code style document file, missing in the last commit

  + doc/es/hb_apiln.txt
    + Added Lang API Document

  * doc/es/lang.txt
    * Updated Lang Document

  + doc/es/hb_vm.txt
    + Added VM API Document
2004-05-27 18:47:38 +00:00
Alejandro de Garate
389f82b646 2004-05-24 22:37 UTC-0400 Alejandro de Garate <alex_degarate@hotmail.com>
* doc/codestyl.txt
    * Added Documentation item

  + doc/es/codestyl.txt
    + Documented code style
2004-05-25 03:13:40 +00:00
Alejandro de Garate
dd4936a618 * doc/codestyl.txt
* Added Documentation item

  + doc/es/codestyl.txt
    + Documented code style
2004-05-25 03:08:16 +00:00
Chen Kedem
9e6071a60b 2004-05-23 16:55 UTC+0300 Chen Kedem <niki@actcom.co.il> 2004-05-23 13:55:23 +00:00
Ryszard Glab
d93306b641 2004-05-21 14:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/compiler/harbour.l
      * modified to compile correctly with flex version 2.5.31
      (IMHO it is m4 preprocessor bug)
2004-05-21 12:33:19 +00:00
Alexander S.Kresin
d1158a46ee Added Files: harbour/source/lang/msgelwin.c 2004-05-21 09:39:48 +00:00
Alexander S.Kresin
7c89343b25 2004-05-21 13:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-05-21 09:34:27 +00:00
Ryszard Glab
930f90f320 2004-05-19 13:25 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/codepage/cdpsrwin.c
      *replaced CR+LF with LF only
2004-05-19 11:19:04 +00:00
David G. Holm
302fb923c8 See ChangeLog entry 2004-05-18 15:45 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2004-05-18 19:54:41 +00:00
Chen Kedem
4c300a06f7 2004-05-18 16:12 UTC+0300 Chen Kedem <niki@actcom.co.il> 2004-05-18 13:11:38 +00:00
Ryszard Glab
4ff4ff3d11 2004-05-14 16:05 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* include/hbexpra.c
   * source/compiler/expropta.c
   * source/compiler/harbour.c
   * source/macro/macroa.c
   * source/rtl/tget.prg
   * source/rtl/tgetint.prg
      * fixed to be more Clipper compatible

   * source/rtl/persist.prg
      * fixed to not use xBase extensions
2004-05-14 13:58:47 +00:00
Ryszard Glab
f130138204 2004-05-13 11:00 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/rtl/transform.c
      * TRANSFORM(1.23,"999.") correctly returns "  1." now
      instead of empty string

   * source/rtl/tget.prg
      * fixed to correctly display buffer when negative value
      and '0' was pressed in the position next to decimal
      point
      e.g. -1230. was displayed as -123-.
      * fixed support for '9999.' picture
2004-05-13 08:50:28 +00:00
Ryszard Glab
b8d0f3a098 2004-05-11 15:10 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* CVSROOT/avail
      * restored write access to the entire repository for
      all developers

   * doc/codestyl.txt
      * small corrections (use 3 spaces instead of Tab)

   * include/hbcomp.h
   * source/compiler/cmdcheck.c
   * source/compiler/harbour.c
   * source/compiler/hbusage.c
      + added posibility to specify the output PPO file with -p
      e.g.
      -pppo/myfile.ppo
      (thanks to Larry Sevilla)

   * source/rtl/tget.prg
      * fixed positioning of cursor when the first pressed key
      was a digit during editing of numeric value

   * source/compiler/hbfix.c
   * source/rdd/dbcmd.c
   * source/rdd/dbf1.c
   * source/rdd/dbfcdx/dbfcdx1.c
   * source/rdd/dbffpt/dbffpt1.c
   * source/rdd/dbfntx/dbfntx1.c
   * source/rtl/dates.c
   * source/rtl/filesys.c
   * source/rtl/inkey.c
   * source/rtl/isprint.c
   * source/rtl/math.c
   * source/rtl/philes.c
   * source/vm/classes.c
   * source/vm/hvm.c
      * removed '//' comments
2004-05-11 13:28:15 +00:00
Ryszard Glab
9df7e88a73 2004-05-08 10:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/rdd/dbf1.c
   * source/rdd/dbfcdx/dbfcdx1.c
   * source/rdd/dbfdbt/dbfdbt1.c
   * source/rdd/dbffpt/dbffpt1.c
   * source/rdd/dbfntx/dbfntx1.c
   * source/rtl/is.c
   * source/rtl/strcase.c
   * source/rtl/transfrm.c
      * updated to refer hb_cdp_page instead of s_cdpage

   * source/vm/itemapi.c
      * snprintf is used only in GCC/Linux and WatcomC
      guarded with #ifdef HB_HAS_SNPRINTF
      (this is ommision from my previous commit)
2004-05-11 13:06:32 +00:00
David G. Holm
ab1f64f592 See ChangeLog entry 2004-05-10 19:20 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2004-05-10 23:23:23 +00:00
Ryszard Glab
2112980b99 2004-05-08 10:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/rdd/dbf1.c
   * source/rdd/dbfcdx/dbfcdx1.c
   * source/rdd/dbfdbt/dbfdbt1.c
   * source/rdd/dbffpt/dbffpt1.c
   * source/rdd/dbfntx/dbfntx1.c
   * source/rtl/is.c
   * source/rtl/strcase.c
   * source/rtl/transfrm.c
      * updated to refer hb_cdp_page instead of s_cdpage

   * source/vm/itemapi.c
      * snprintf is used only in GCC/Linux and WatcomC
      guarded with #ifdef HB_HAS_SNPRINTF
      (this is ommision from my previous commit)
2004-05-08 08:31:13 +00:00
Ryszard Glab
09c05aac87 2004-05-07 19:30 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
+ config/dos/owatcom.cf
      * added configuration file for OpenWatcom (renamed
      from watcom.cf)

   * config/dos/watcom.cf
      * restored previous version so it correctly compiles
      under WatcomC 10 - please use watcom.cf for WatcomC
      and owatcom.cf for OpenWatcom

   * makefile.bc
   * makefile.nt
   * makefile.vc
   * hrbdll.bc
   * source/codepage/Makefile
   + source/codepage/cdpsrwin.c
      + new file with Serbian codepage

   * CVSROOT/avail
      * removed reference to my local file

   * ERRATA
      * updated (removed reference to tmpname)

   * doc/codestyl.txt
      * updated with some coding guidelines adopted from PHP
      (please fell free to discuss them ;-)

   * doc/howtocvs.txt
      * added description for commit on Linux

   * include/hbapicdp.h
   * source/codepage/cdpesdos.c
      * restored previous versions

   * include/hbcomp.h
      * added <malloc.h> reference for WatcomC compiler

   * include/hbexprc.c
      * fixed warning reported by WatcomC

   * source/vm/itemapi.c
      * fixed infinite support for WatcomC

   * source/rtl/cdpapi.c
      * renamed global symbol s_cdpage into hb_cdp_page

   * source/rtl/gtcrs/kbdcrs.c
      * fixed reporting keystrokes with codes > 127
2004-05-07 17:32:59 +00:00
David G. Holm
fccc74ef54 See ChangeLog entry 2004-05-06 21:10 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2004-05-07 01:16:25 +00:00
Ryszard Glab
070e6a9f88 2004-05-06 18:00 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
+ CVSROOT/avail
   * CVSROOT/checkoutlist
   * CVSROOT/commitinfo
   * CVSROOT/loginfo
      + access to CVSROOT files is now available for
      project admins only
2004-05-06 15:59:58 +00:00
Ryszard Glab
772bb53a06 2004-05-06 15:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* include/hbexpra.c
   * source/common/expropt2.c
   * source/compiler/expropta.c
   * source/macro/macroa.c
      ! Fixed optimalization of AT,ASC,LEN,CHR functions
      in the macro compiler (this fixes GPF reported
      by Alexander)
2004-05-06 13:43:20 +00:00
Ilias Lazaridis
9093889087 test new subject 2004-05-06 08:11:16 +00:00
Ilias Lazaridis
6b337081fe minor formatting change 2004-05-06 07:56:04 +00:00
Ilias Lazaridis
685b96d98a testing new subject line 2004-05-06 07:27:49 +00:00
Ilias Lazaridis
77afc091ae added "[COMMIT]" to subject line 2004-05-06 07:25:45 +00:00
Ilias Lazaridis
0e375e116b testing subject formatting 2004-05-06 07:22:43 +00:00
Ilias Lazaridis
3b4596f6e1 whitespace reformatting 2004-05-06 06:39:05 +00:00
Ilias Lazaridis
79dc40f2c8 whitespace reformatting, moved license to buttom. 2004-05-06 06:38:40 +00:00
Ilias Lazaridis
d1ea9a1fc4 whitespace reformatting (header kept as usual for now, as restructuring of headers should be done from the team in one single pass on all files) 2004-05-06 04:23:46 +00:00
Ilias Lazaridis
eb005f0076 changed HB_USE_PRAGMA_STARTUP to HB_PRAGMA_STARTUP, to keep similarity with xharbour (was already defined in xharbour). 2004-05-06 00:51:05 +00:00
Ilias Lazaridis
3615adeae6 2004-05-05 08:08 UTC+0200 Ilias Lazaridis <ilias@lazaridis.com>
* source/codepage/cdpesdos.c
     ! Whitespace reformatting
2004-05-05 05:11:38 +00:00
Ilias Lazaridis
efedb60fce Reformatted header, moved License and Warranty disclaimer to bottom 2004-05-05 05:04:19 +00:00
Ilias Lazaridis
25db00f472 Added delimiting lines 2004-05-05 04:51:42 +00:00
Ilias Lazaridis
dc233c7dda removed documentation blocks 2004-05-05 04:45:46 +00:00
Ilias Lazaridis
167adf8b85 test 2004-05-05 01:23:35 +00:00
Ilias Lazaridis
0a972e93b9 This is a multiple file commit. The comment is applied to both files, only one email will be send, which contains seperate reports (one for each file) 2004-05-03 20:58:12 +00:00
Ilias Lazaridis
2164f3f5c6 I have modified the file and now i commit to the CVS.
This is the comment i enter within the GUI from "TortoiseCVS"
2004-05-03 20:53:05 +00:00
Ilias Lazaridis
bec422698d relayed to harbour mailing list for testing 2004-05-03 20:49:32 +00:00
Ilias Lazaridis
32e05f87f5 Testin email log 2004-05-03 20:45:19 +00:00
Ilias Lazaridis
250fbda929 with percent s 2004-05-03 20:39:17 +00:00
Ilias Lazaridis
77602c03d5 Testing multi file commit 2004-05-03 17:44:08 +00:00
Ilias Lazaridis
787b8239bf initial 2004-05-03 17:27:26 +00:00
Ilias Lazaridis
22a5f0388b email test 2004-05-03 17:21:45 +00:00
Ilias Lazaridis
cab1c5a62e test 2004-05-03 04:22:03 +00:00
Ilias Lazaridis
01fff6d23e test 2004-05-03 04:19:13 +00:00
Ilias Lazaridis
c45a52f3fd harbour/commitlog 2004-05-03 04:15:30 +00:00