Commit Graph

3786 Commits

Author SHA1 Message Date
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
Alexander S.Kresin
9b92918193 2003-09-29 22:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-29 18:07:46 +00:00
Alexander S.Kresin
17c1e7f357 2003-09-29 15:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-29 11:21:17 +00:00
Alexander S.Kresin
f02c276f9d 2003-09-29 11:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-29 07:23:52 +00:00
Alexander S.Kresin
e93f43c355 2003-09-26 22:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-26 18:08:39 +00:00
Alexander S.Kresin
18f06555ee 2003-09-26 09:18 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-26 05:16:01 +00:00
Antonio Linares
1fe9660b94 Fixed several places where hb_strncpyUpper() was wrongly used 2003-09-18 08:21:02 +00:00
Antonio Linares
9d6a004712 some typecastings required for MSVC 2003-09-18 08:04:22 +00:00
Antonio Linares
23edacce65 a definition required for MSVC 2003-09-18 08:01:17 +00:00
Antonio Linares
6bea8d7eb0 fixed bug on hb_strncpyUpper() use from DbUseArea() 2003-09-17 19:40:56 +00:00
Luis Krause
a360e087d0 *** empty log message *** 2003-09-17 18:02:49 +00:00
Alexander S.Kresin
90170fafad 2003-09-15 12:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-09-15 08:49:50 +00:00
Przemyslaw Czerpak
e325d5c09a 2003-09-10 21:37 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/harbour.spec
    + new spec file. It creates four binary RPMs with shared and
      static libs core harbour compiler and tools and with Ron's PP
      which allow to run xBase files as scripts on *nix platform
      and new tool hbcmp, hbcc, hblnk, hbmk.
      For details see README.RPM
      Please remember that PP has poor GPL license. It is noticed in RPM
      headers.

  + harbour/hbgtmk.sh
    + simple script which connect to SourceForge CVS takes sources and
      build RPMs from them.

  + harbour/make_rpm.sh
    + script for checking dependences and making RPMs

  + harbour/make_tgz.sh
    + script for making binary package for this Linux distro which don't
      support RPM

  + harbour/bin/hb-mkslib.sh
    + script for building shared libs from static ones and/or object files

  + harbour/bin/pack_src.sh
    + script for packing harbour sources

  * harbour/Makefile
  * harbour/source/compiler/harbour.c
  * harbour/source/common/hbver.c
  * harbour/source/vm/cmdarg.c
  * harbour/source/vm/fm.c
  * harbour/source/vm/hvm.c
    * changes for some new futures in hb{cmp,lnk,mk} tools

  * harbour/contrib/libct/datetime.prg
    - redundant STOD removed (this function is part of RTL)

  * harbour/contrib/dot/pp.prg
  * harbour/contrib/dot/pp.txt
  * harbour/contrib/dot/pp_harb.ch
  * harbour/contrib/dot/rp_dot.ch
  * harbour/contrib/dot/rp_run.ch
    * upadting for runing xBase files as scripts.

All this changes (except Ron's PP) are my work borrowed from xHarbour.
2003-09-10 19:40:57 +00:00
David G. Holm
f3a2f8216d See ChangeLog entry 2003-09-10 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-09-10 19:24:03 +00:00
Antonio Carlos Pantaglione
6eaba406be * source/vm/arrayshb.c
! More clipper compatible on ADel().
2003-09-10 12:43:13 +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
Tomaz Zupan
391030f061 2003-09-07 13:58 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-09-07 11:51:59 +00:00
Antonio Linares
2604438487 Fix implemented fix for -0.0 2003-08-29 05:03:16 +00:00
Antonio Linares
7f1b30d59e sync with xharbour 2003-08-22 10:44:19 +00:00
Antonio Linares
6775660e04 sync with xharbour 2003-08-22 10:27:14 +00:00
Antonio Linares
b5c689a872 module borrowed from xharbour (required for ttopbar.prg changes) 2003-08-22 10:20:24 +00:00
Antonio Linares
d03dd11f0f added modules mssgline.prg and color53.prg 2003-08-22 10:15:05 +00:00
Antonio Linares
9b043f26de some required formating 2003-08-22 09:25:37 +00:00
Antonio Linares
e85aeecdc0 MenuModal() implementation - file borrowed from xHarbour, which borrowed used Class TopBarMenu from Harbour 2003-08-21 11:35:41 +00:00
Antonio Linares
c6192cf2c6 K_ESC and CTRL-W Clipper compatible management 2003-08-21 10:39:10 +00:00
Antonio Linares
1b0f2716e6 Modified to allow inherited classes to properly manage K_ESC 2003-08-21 10:37:19 +00:00
Alexander S.Kresin
739d148f77 2003-08-19 23:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-08-19 18:57:43 +00:00
Alexander S.Kresin
1e1a381263 2003-08-07 22:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-08-07 18:49:06 +00:00
David G. Holm
03c0a7caa9 See ChangeLog entry 2003-08-04 14:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-08-04 17:57:32 +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
Antonio Carlos Pantaglione
460b82b2d3 Fix in trasform function. 2003-07-21 14:07:17 +00:00
Antonio Carlos Pantaglione
bb3ff45008 Some news and fixes. 2003-07-18 00:23:06 +00:00
Alejandro de Garate
77d9572fd6 Added an optional 3rd parameter to MEMOWRIT() 2003-07-17 21:32:49 +00:00
Antonio Linares
2ec2ecb358 HB_SETCLSHANDLE() implemented 2003-07-14 12:38:00 +00:00
Antonio Carlos Pantaglione
10a5ea3a9c Fixed a bug by missed () in HB_CHAR_SOFT1 compare. 2003-07-14 12:06:13 +00:00
Antonio Linares
44993f2a6e FRead() bug fixed, introduced cause 1 byte length strings optimization 2003-07-12 11:01:41 +00:00
Antonio Linares
21a53a85d5 enhancements developed by Lorenzo Fiorini 2003-07-12 08:05:32 +00:00
Antonio Carlos Pantaglione
c4eb1a2d47 Fixed bug with soft returns. Clipper compatible. 2003-07-10 20:35:26 +00:00
Antonio Carlos Pantaglione
d379101ce1 Some changes in transfrm.c to be Clipper compliant. 2003-07-09 10:18:20 +00:00
Alexander S.Kresin
ed90549e1c 2003-08-03 10:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-07-08 06:17:20 +00:00
Alexander S.Kresin
4603fdafdd 2003-07-03 15:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-07-03 11:03:08 +00:00
Alexander S.Kresin
f18878f9b5 2003-07-03 11:46 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-07-03 07:47:35 +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
Alexander S.Kresin
5bf32d328d 2003-07-03 10:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-07-03 06:03:28 +00:00
Antonio Carlos Pantaglione
b2da60d1b6 *** empty log message *** 2003-07-02 14:39:42 +00:00
Antonio Linares
270aa17dde Added most recent Horacio's development 2003-07-02 07:31:00 +00:00
Antonio Linares
09c196ac87 Added a MSVC required typecast 2003-07-02 07:29:19 +00:00
Antonio Linares
cba58c6b05 Added some MSVC required typecasts 2003-07-02 07:28:10 +00:00
Antonio Linares
ab3fe6f50c Added support for multidimensional arrays for Harbour.NET 2003-06-30 16:33:06 +00:00
Antonio Linares
03fad19fc3 Added support for logical values management 2003-06-28 20:51:39 +00:00