Commit Graph

6570 Commits

Author SHA1 Message Date
David G. Holm
dacbe27d9a Corrected ChangeLog entry for 2004-01-08 16:00 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2004-01-08 21:24:55 +00:00
David G. Holm
cb00270710 See ChangeLog entry 2004-01-08 16:00 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2004-01-08 21:22:43 +00:00
David G. Holm
59866bea09 2004-01-08 16:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>CVS: ---------------------------------------------------------------------- 2004-01-08 21:20:30 +00:00
Luis Krause
a559ba7ceb Luis Krause Mantilla <lkrausem /*at*/ shaw /*dot*/ ca> 2003-12-26 03:42:19 +00:00
Ryszard Glab
61944caf12 2003-12-13 17:05 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* source/vm/codebloc.c
      * fixed initialization of detached variables
2003-12-13 16:01:13 +00:00
Luis Krause
093d867706 2003-12-12 11:45 UTC-0800 Luis Krause Mantilla 2003-12-12 19:51:04 +00:00
David G. Holm
4c45d3af9c See ChangeLog entry 2003-12-10 18:20 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2003-12-10 23:19:50 +00:00
David G. Holm
6da61c5814 See ChangeLog entry 2003-12-10 17:30 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2003-12-10 22:30:56 +00:00
Ryszard Glab
af7b36d194 Changelog 2003-12-05 16:05 UTC+0100 Ryszard Glab 2003-12-05 14:59:14 +00:00
Luis Krause
08da7a41fb 2003-12-03 17:28 UTC-0800 Luis Krause Mantilla 2003-12-04 01:10:08 +00:00
Luis Krause
a0f252023b 2003-12-03 14:24 UTC-0800 Luis Krause Mantilla 2003-12-03 22:31:02 +00:00
Tomaz Zupan
47044ac659 2003-12-02 15:57 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-12-03 15:02:40 +00:00
Lorenzo Fiorini
e1f9622905 2003-12-02 15:23 UTC+0100 Lorenzo Fiorini <lorenzo_fiorini@tin.it>
* source/vm/hvm.c
  * source/vm/mainwin.c
  * bin/bld.bat
  * config/dos/watcom.cf
  + config/w32/watcom.cf
    ! added support to OpenWatcom DOS/Win32 borrowed from xHarbour
2003-12-02 14:26:44 +00:00
Lorenzo Fiorini
e43a44c18e 2003-11-24 18:32 UTC+0100 Lorenzo Fiorini <lorenzo_fiorini@tin.it>
* source/compiler/gencobj.c
    ! fixed to allow = for the C compiler options
    ( suggested by Przemyslaw Czerpak )
    ! added support of OpenWatcom C
    ! cleaned the verbose option
  * source/rdd/dbfcdx/dbfcdx1.h
    ! changed to allow OpenWatcom C build
    ( suggested by Przemyslaw Czerpak )
  * source/vm/itemapi.c
    ! added support of OpenWatcom C
2003-11-24 18:02:18 +00:00
Ryszard Glab
1d13f77438 Changelog 2003-11-14 16:45 UTC+0100 Ryszard Glab 2003-11-14 15:37:16 +00:00
David G. Holm
a2fdf10ca1 See ChangeLog entry 2003-10-12 17:35 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2003-11-12 22:35:20 +00:00
David G. Holm
c9529069c0 See ChangeLog entry 2003-10-12 17:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2003-11-12 22:12:41 +00:00
David G. Holm
3b67c75c75 Late update for ChangLog 2003-10-11 18:35 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2003-11-12 19:52:55 +00:00
Chen Kedem
dee77ac8cf 2003-11-12 13:35 UTC+0200 Chen Kedem <niki@actcom.co.il> 2003-11-12 11:36:34 +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
Maurilio Longo
8df1dae5c7 2003-11-10 15:54 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
borrowed from xHarbour trying to hunt down a memory leak on an utility of mine

   2003-11-10 12:19 UTC+0100 Przemyslaw Czerpak <druzus@polbox.com>
      * xharbour/include/hbrddcdx.h
      * xharbour/source/rdd/dbfcdx/dbfcdx1.c
        ! possible memory leak fixed
        * small improvment in balancing
2003-11-10 14:57:29 +00:00
Maurilio Longo
942dcd869f 2003-11-10 13:20 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* harbour/contrib/btree/hb_btree.c
     + added _CLIPDEFS_H define to let it compile on OS/2 GCC
   * harbour/contrib/libct/bit1.c
   * harbour/contrib/libct/bit3.c
   * harbour/contrib/libct/ct.h
     + added _CLIPDEFS_H define to let it compile on OS/2 GCC
     * changed redefined base tipes to C ones, like WORD -> long, bit3.c was already
       partly fixed before this one
   * harbour/contrib/libnf/chdir.c
   * harbour/contrib/libnf/dispc.c
   * harbour/contrib/libnf/getenvrn.c
   * harbour/contrib/libnf/kspeed.c
   * harbour/contrib/libnf/mouse.c
   * harbour/contrib/libnf/rmdir.c
     + added _CLIPDEFS_H define to let it compile on OS/2 GCC, now it compiles,
       but a lot of functions are DOS only
2003-11-10 12:26:17 +00:00
Ryszard Glab
381a05abc1 Changelog 2003-11-10 12:25 UTC+0100 Ryszard Glab 2003-11-10 11:28: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
Luis Krause
4df34da7a8 Changelog 2003-10-22 13:26 UTC-0800 Luis Krause Mantilla 2003-11-06 21:35:34 +00:00
Ryszard Glab
4a97830f2b Changelog 2003-11-06 11:40 UTC+0100 Ryszard Glab 2003-11-06 10:42:58 +00:00
Alexander S.Kresin
2ab10243ff 2003-11-06 11:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-11-06 08:02:05 +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
Alexander S.Kresin
e2353dac99 2003-11-05 22:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-11-05 20:03:39 +00:00
Ryszard Glab
7f9a13a78b Changelog 2003-10-30 19:50 UTC+0100 Ryszard Glab 2003-10-30 18:56:28 +00:00
Tomaz Zupan
b680163240 2003-10-30 10:45 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-10-30 09:48:53 +00:00
Ryszard Glab
a31d12a9a0 Changelog 2003-10-29 20:15 UTC+0100 Ryszard Glab 2003-10-29 19:38:11 +00:00
Ryszard Glab
bd3c64a26a Changelog 2003-10-25 14:45 UTC+0100 Ryszard Glab 2003-10-25 13:11:10 +00:00
Alexander S.Kresin
994ac134fa 2003-10-24 11:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-10-24 07:52:43 +00:00
Ryszard Glab
5744e86ad2 Changelog 2003-10-23 15:40 UTC+0100 Ryszard Glab 2003-10-23 14:09:30 +00:00
Ryszard Glab
1aad158eb0 Changelog 2003-10-23 11:00 UTC+0100 Ryszard Glab 2003-10-23 09:26:09 +00:00
Alexander S.Kresin
fb54d97e28 2003-10-23 10:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-10-23 06:29:27 +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
Luis Krause
a8e297ad3f *** empty log message *** 2003-10-21 17:29:00 +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
36a75f86b2 2003-10-20 11:37 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-10-20 07:37:45 +00:00
Ryszard Glab
502cd16e31 2003-10-17 18:08 UTC+0100 Ryszard Glab 2003-10-17 16:48:52 +00:00
Antonio Linares
985c386b54 2003-10-16 13:17 UTC+0100 2003-10-16 11:18:32 +00:00
Antonio Linares
aab4c3fa29 hb_numRound() completely redesigned 2003-10-16 11:16:15 +00:00
Antonio Linares
1a314369f1 2003-10-10 10:00 UTC+0100 2003-10-10 08:01:10 +00:00
Antonio Linares
eb77701f28 changes on round() function 2003-10-10 07:58:42 +00:00
Luis Krause
06351a228e *** empty log message *** 2003-10-09 16:42:57 +00:00
Alexander S.Kresin
df1367fdf0 2003-10-08 14:24 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-10-08 10:22:10 +00:00
Chen Kedem
35b86acad9 2003-10-07 12:06 UTC+0200 Chen Kedem <niki@actcom.co.il> 2003-10-07 10:06:34 +00:00