Commit Graph

193 Commits

Author SHA1 Message Date
Luis Krause
eb43c0a165 2004-12-29 18:24 UTC-0800 Luis Krause Mantilla 2004-12-30 02:29:34 +00:00
Chen Kedem
77b5ec9c95 2004-10-20 09:41 UTC+0200 Chen Kedem <niki@actcom.co.il> 2004-10-20 07:41:35 +00:00
Przemyslaw Czerpak
7528c484f3 2004-10-12 02:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/makefile.bc
   * updated for recent changes by Jacek Kubica - thanks.
2004-10-12 00:37:01 +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
87cb961b3e added module characte.prg 2004-07-27 00:13:21 +00:00
Antonio Linares
6673bce7e6 Added scalar.prg module 2004-07-25 23:18:57 +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
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
Ryszard Glab
0fcf861638 2004-03-09 13:50 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
+ source/rtl/altd.prg
      +new file with ALTD() procedure code

   * hrbdll.bc
   * hrbdll.vc
   * makefile.bc
   * makefile.nt
   * makefile.vc
   * source/rtl/Makefile
      *added a reference to rtl/altd.prg

   * source/common/hbffind.c
      *fixed to compile correctly with HB_OS_UNIX

   * include/hbcomp.h
   * include/hbexpra.c
   * include/hbexprb.c
   * include/hbexprop.h
   * include/hbpcode.h
   * source/common/expropt1.c
   * source/compiler/expropta.c
   * source/compiler/exproptb.c
   * source/compiler/genc.c
   * source/compiler/harbour.c
   * source/compiler/harbour.y
   * source/compiler/hbfix.c
   * source/compiler/hbgenerr.c
   * source/compiler/hbpcode.c
   * source/macro/macro.y
   * source/macro/macroa.c
   * source/macro/macrob.c
   * source/vm/hvm.c
      +added missing support for @&macro and @M->memvar
      +added new pcode HB_MACROPUSHREF (all sources have to be
       recompiled)

   * source/debug/dbgtwin.prg
   * source/debug/debugger.prg
      *fixed procedures callstack when modules with/without debug info
      are linked together
      *fixed the debugger activation when ALTD() is used in
      a module with no debug info (the debugger shows up
      on the first line with debug info after the ALTD()
      is called)

   NOTICE:
      Some compilers may require that the debug library has to
      be specified as an object file in order to get the
      debugger linked in.
2004-03-09 13:51:50 +00:00
Alexander S.Kresin
35d723904d 2004-03-08 19:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2004-03-08 16:49:56 +00:00
Viktor Szakats
54cd7ccb93 2004-02-15 16:35 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* src/rtl/tbrowse.prg
     ! Fixed to not display headsep/footsep when there's no
       header/footer.
     ! Fixed to display headsep/footsep with the width of
       colsep.

   * makefile.bc
     ! Added DEBUG_LIB for Harbour exes to make them compile
       in debug mode.

   * souce/rtl/gtapi.c
     ! hb_gtSetColorStr() previous change reverted. The mistake
       was on my side most probably.
2004-02-15 15:33:34 +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
Viktor Szakats
a46df98dd8 2004-02-13 23:57 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
+ source/codepage/cdphu852.c
   + source/codepage/cdphuwin.c
   * source/codepage/Makefile
   * makefile.bc
   * makefile.nt
   * makefile.vc
     + Added Hungarian 852 and Windows sorting codepages.

   * source/rtl/errorapi.c
   + source/rtl/errorint.c
   * source/rtl/Makefile
   * makefile.bc
   * makefile.nt
   * makefile.vc
     + hb_errInternal() put in a separate source file, to ease
       replacing/override it in link-time, this may be useful
       for GUI apps, logging or something like this.
2004-02-13 22:54:04 +00:00
Ryszard Glab
3e6e0c0bc1 2004-02-11 13:40 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
+ source/debug/dbgbrwsr.prg
      + The new file with TDbgBrowser class which inherits
      from TBrowse

   * hrbdll.bc
   * hrbdll.vc
   * makefile.bc
   * makefile.nt
   * makefile.vc
   * source/debug/Makefile
      + added the reference to dbgbrwsr.prg

   * source/debug/dbgmenu.prg
      + added "Run at Startup' option

   * source/debug/dbgtwin.prg
   * source/debug/debugger.prg
   * source/debug/tbrwtext.prg
      + added "Run at Startup' option - if it is enabled then
      the debugged application runs until ALTD() is called or
      Alt+D keys pressed (Clipper compatibility - the default
      option). If it is disabled the the debugger shows up at
      the first code line with the debug info.
        This setting is stored in the initialization file
      (init.cld) as 'Options NoRunAtStartup'.
      * fixed more display/refreshing issues
      * fixed quiting the debugger

   * source/rtl/alert.prg
      * fixed bug with messages longer then 60 bytes

   * source/vm/hvm.c
      * hb_vmDebugEndProc() is called before the eval stack
      is cleaned - this allows to handle INIT/EXIT procedures
      correctly
2004-02-11 12:43:59 +00:00
David G. Holm
a1745e8568 See ChangeLog entry 2003-10-11 18:35 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2003-11-11 23:33:46 +00:00
Alexander S.Kresin
ad7fe25448 2003-11-05 23:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-11-05 20:32:38 +00:00
Luis Krause
f1d4483ed5 2003-10-22 9:49 UTC-0800 Luis Krause Mantilla <lkrausem@shaw.ca> 2003-10-22 16:50:22 +00:00
Alexander S.Kresin
5f47f4e811 2003-10-22 13:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-10-22 09:57:05 +00:00
Antonio Linares
d03dd11f0f added modules mssgline.prg and color53.prg 2003-08-22 10:15:05 +00:00
Alexander S.Kresin
95127f2e6a 2003-07-03 10:54 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-07-03 06:53:15 +00:00
Antonio Linares
02b2fedf51 gencli module added 2003-06-23 08:52:52 +00:00
Przemyslaw Czerpak
382bd2d444 2003-06-18 02:05 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/source/codepage/Makefile
  * harbour/source/codepage/cdpesdos.c
  * harbour/source/codepage/cdpeswin.c
  * harbour/source/codepage/cdpgedos.c
  * harbour/source/codepage/cdppliso.c
  * harbour/source/codepage/cdpplmaz.c
  * harbour/source/codepage/cdpplwin.c
  * harbour/source/codepage/cdpslwin.c
  - harbour/source/codepage/cdpla850.c
  + harbour/source/codepage/cdppt850.c
  + harbour/source/codepage/cdpptiso.c
  * xharbour/makefile.bc
  * xharbour/makefile.nt
  * xharbour/makefile.vc
    * corrections in code page description.
    - removed cdpla850.c ("PT" codepage)
    + PT850 and PTISO codepages added.
    * makefiles updated - Sorry, I cannot test all of them.
2003-06-20 15:06:28 +00:00
Alexander S.Kresin
94292de568 2003-06-16 21:16 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-06-16 17:19:16 +00:00
Antonio Linares
928db10bbd symbol module added 2003-06-06 08:36:09 +00:00
Antonio Linares
47b082cb2e updated for cdpesdos.c, cdpeswin.c and msgeswin.c 2003-05-01 10:23:15 +00:00
Alexander S.Kresin
99ccb9db37 2003-03-25 21:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-03-25 18:34:28 +00:00
Alexander S.Kresin
f474e497fc 2003-02-12 10:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-02-12 06:51:55 +00:00
Alexander S.Kresin
74daaf9724 2002-12-03 22:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-12-03 19:35:23 +00:00
Luiz Rafael Culik
5745090989 See changelog 2002-12-01 22:20 UTC-0300 2002-12-02 00:21:11 +00:00
Alexander S.Kresin
b23b8a3657 2002-11-15 14:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-11-15 11:24:53 +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
Antonio Linares
6937e99b2b maindllp.c added to the makefile 2002-10-19 18:29:53 +00:00
Luiz Rafael Culik
5892ce3e72 See changelog 2002-08-27 21:30 UTC-0300 2002-08-28 00:42:16 +00:00
Antonio Linares
843b87ae36 added dbghelp.prg module 2002-07-08 15:35:55 +00:00
Luiz Rafael Culik
eda6372f69 See changelog 2002-05-18 10:20 UTC-0300 2002-05-18 13:31:32 +00:00
Viktor Szakats
b6be3cf42e 2001-12-21 16:31 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-21 15:31:33 +00:00
Viktor Szakats
a4e9f5feb7 2001-12-21 16:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-21 15:15:11 +00:00
Viktor Szakats
1136fd0166 2001-12-21 16:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-21 15:09:19 +00:00
Viktor Szakats
bc8d2cfe6a 2001-12-17 13:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-17 12:05:16 +00:00
Antonio Linares
e178ba7749 Added dynlibhb.c module 2001-12-15 09:05:30 +00:00
Viktor Szakats
ff8174fb93 2001-12-11 00:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-10 23:18:13 +00:00
Antonio Linares
8aa0ae0b47 removed -v -y (left there by error) 2001-12-10 10:46:20 +00:00
Antonio Linares
befcafff38 added hbgete.c file 2001-12-09 18:28:42 +00:00
Andi Jahja
f6b64b2bfe Andi Jahja <harbour@cbn.net.id> 2001-12-08 23:18:38 +00:00
Viktor Szakats
e68bf31962 2001-12-05 12:31 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-05 11:39:30 +00:00
Brian Hays
51eaf763b2 2001-11-29 12:15 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-11-29 20:08:05 +00:00
Andi Jahja
803393db40 andijahja@cbn.net.id 2001-11-19 11:31:27 +00:00
Andi Jahja
072914b6c7 andijahja@cbn.net.id 2001-11-16 13:42:45 +00:00
Viktor Szakats
ba40444baa 2001-11-07 14:55 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-11-07 13:56:33 +00:00
Viktor Szakats
e06b8531b6 2001-11-07 01:45 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-11-07 00:52:57 +00:00