Commit Graph

2005 Commits

Author SHA1 Message Date
Walter Negro
fd666ad218 * source/rtl/val.c
! hb_strVal() - Change dValue from double to long double.
       This allows that the string-number conversions are same for program
       and for compilation.
       ? ( val("1191.63") == 1191.63 ) -> TRUE
2002-02-18 03:04:00 +00:00
Ignacio Ortiz de Zuniga
cb0e182947 2002-02-11 12:15 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-11 11:15:18 +00:00
Antonio Linares
7bdf1f165f Bug fixed reported by Bill Smith 2002-02-10 11:07:17 +00:00
Maurilio Longo
6048d11222 2002-02-09 16:04 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/dbedit.prg
     ! fixed acColumns handling
2002-02-09 15:06:16 +00:00
Maurilio Longo
f1ff8a413d 2002-02-06 08:34 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed ::aRedraw handling inside ::Stabilize()
2002-02-06 07:32:25 +00:00
Maurilio Longo
de6e92e634 2002-02-05 15:13 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed columns width handling when there are frozen columns
     + columns' width get evaluated just before first TBrowse ::Stabilize()
     + little changes to optimize speed
   * source/rtl/tbcolumn.prg
     ! more clipper compatible (cannot set column width to nil)
2002-02-05 14:15:28 +00:00
Ignacio Ortiz de Zuniga
b75cf4d5f9 2002-02-04 17:15 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-04 16:14:09 +00:00
Ignacio Ortiz de Zuniga
cb61c1420a 2002-02-04 16:45 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-04 15:46:14 +00:00
Ignacio Ortiz de Zuniga
eb0be876d2 2002-02-04 13:50 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-04 13:00:57 +00:00
Ignacio Ortiz de Zuniga
cc3eca0a85 2002-02-01 12:10 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-01 11:11:40 +00:00
Antonio Linares
89dc7f471f hb_strnicmp() fixed, now it's compatible with strnicmp() 2002-02-01 08:30:30 +00:00
Antonio Linares
a1f818021b Faster HardCR() as it uses now hb_retclen_buffer() 2002-02-01 06:07:55 +00:00
Antonio Linares
99652c8eed Faster Upper() and Lower() as they use now hb_retclen_buffer() 2002-02-01 06:04:17 +00:00
Ignacio Ortiz de Zuniga
c0e7385a92 2002-01-31 13:50 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-01-31 12:54:36 +00:00
Antonio Linares
2d4b1fa072 * zero ended string added 2002-01-31 11:50:24 +00:00
Antonio Linares
1e933fbb6b zero ended string added 2002-01-31 11:19:42 +00:00
Antonio Linares
bc0e3b385b See changelog entry for explanation 2002-01-30 08:46:05 +00:00
Antonio Linares
48aa89d98e See changelog entry 2002-01-30 08:25:54 +00:00
Brian Hays
16e2ab4a2e 2002-01-28 22:52 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-01-29 06:54:16 +00:00
Ignacio Ortiz de Zuniga
244ff053a1 2002-01-28 12:36 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-01-28 11:36:55 +00:00
Brian Hays
095e05a9a1 2002-01-25 00:40 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-01-25 08:29:46 +00:00
Dave Pearson
ef342897c2 2002-01-24 10:27 UTC+0000 Dave Pearson <davep@davep.org>
* source/rtl/profiler.prg
     * HBProfileLowLevel:gatherOPCodes() wasn't making a call to
       HBProfile:ignoreSymbol() to allow for opcode filtering in sub
       classes. Fixed.
     * Improved the formatting of OPCODE names so that they sort
       properly.
2002-01-24 10:30:07 +00:00
Dave Pearson
a804426ddd 2002-01-24 10:03 UTC+0000 Dave Pearson <davep@davep.org>
* source/rtl/profiler.prg
     + Added class HBProfileOPCode.
     + Added class HBProfileLowLevel. It inherits from HBProfile and adds
       OPCODE usage entries.
2002-01-24 10:06:58 +00:00
Andi Jahja
9e5717fa8f Andi Jahja <harbour@cbn.net.id> 2002-01-19 00:56:47 +00:00
Andi Jahja
839e81defa Andi Jahja <harbour@cbn.net.id> 2002-01-15 21:39:14 +00:00
Paul Tucker
2b36dd184c 2002-01-14 21:53 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * replaced 3 literals with proper defines
    * minor formatting.
2002-01-15 03:21:36 +00:00
Paul Tucker
8aacaa65d2 2002-01-14 31:32 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\rtl\direct.c
    * updated default flags to include ReadOnly
2002-01-15 02:34:58 +00:00
David G. Holm
6cabe42b51 See ChangeLog entry 2002-01-14 19:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-01-15 00:21:16 +00:00
Paul Tucker
9675c004f1 2002-01-14 15:05 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * Added missed Attribute check (thanks Victor)

2002-01-14 14:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
  * source\rtl\direct.c
    * updated notes and TODO's
2002-01-14 20:18:45 +00:00
Paul Tucker
42aaa00949 2002-01-14 15:05 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * Added missed Attribute check (thanks Victor)

2002-01-14 14:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
  * source\rtl\direct.c
    * updated notes and TODO's
2002-01-14 20:11:43 +00:00
Paul Tucker
d4af55e67e 2002-01-14 14:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-01-14 19:40:41 +00:00
Paul Tucker
e7f5009aee 2002-01-14 14:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-01-14 19:33:21 +00:00
Paul Tucker
b6c0f3c5a7 2002-01-14 10:40 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-01-14 15:42:03 +00:00
Luiz Rafael Culik
1325ddca24 See changelog 2002-01-10 22:10 UTC -0300 2002-01-11 00:06:23 +00:00
David G. Holm
5d8411ecc6 2002-01-10 14:30 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-01-10 19:32:59 +00:00
Ignacio Ortiz de Zuniga
6a446f2277 Picture "@Z 9999" fixed 2002-01-09 10:02:59 +00:00
David G. Holm
9141846c9a See ChangeLog entry 2002-01-09 17:30 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-01-08 22:49:26 +00:00
David G. Holm
3d9f8afdaf See ChangeLog entry 2002-01-08 17:10 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-01-08 22:14:12 +00:00
Luiz Rafael Culik
d61d534512 See changelog 2002-01-07 17:30 UTC-0300 2002-01-07 19:25:31 +00:00
Luiz Rafael Culik
762072d638 See changelog 2002-01-07 09:20 UTC -0300 2002-01-07 11:21:59 +00:00
Luiz Rafael Culik
c989e7f8ae See changelog 2002-01-06 09:25 UTC-0300 2002-01-06 11:24:18 +00:00
Luiz Rafael Culik
f8da1ff45d See changelog 2002-01-06 09:05 UTC-0300 2002-01-06 11:02:08 +00:00
Viktor Szakats
696fce4f9a 2002-01-06 10:00 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2002-01-06 09:17:59 +00:00
Andi Jahja
5df1cf5352 Andi Jahja <harbour@cbn.net.id> 2002-01-05 09:17:13 +00:00
Viktor Szakats
18001eebe1 fix to prev 2002-01-03 22:22:07 +00:00
Viktor Szakats
7da71414a9 2002-01-03 23:11 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2002-01-03 22:11:57 +00:00
Luiz Rafael Culik
5d24955ebc See changelog 2002-01-03 00:45 UTC -0300 2002-01-03 03:21:52 +00:00
Viktor Szakats
f95ef77895 2001-12-23 10:18 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-23 09:19:10 +00:00
Andi Jahja
8454a7de18 Andi Jahja <harbour@cbn.net.id> 2001-12-21 20:31:03 +00:00
Viktor Szakats
1236cbd64c 2001-12-21 17:58 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-21 17:00:03 +00:00