Commit Graph

44 Commits

Author SHA1 Message Date
Ron Pinkas
c0a23acbcf 2001-04-16 14:40 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.c
     + Added all GET Methods definitions (still need Exported Vars ) - Thanks to Luiz.
     + Added TBCOLUMN definitions - Thanks to Luiz.

   * source/rtl/tget.prg
     ! Correted :ToDecPos to return SELF as in Clipper (after verifying there was NO Low-Level Code conflict).
2001-04-16 21:34:14 +00:00
Brian Hays
470825af55 2001-02-16 23:40 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2001-02-17 07:26:49 +00:00
Ignacio Ortiz de Zuniga
238c57c500 + minus sing support fixed. 2001-02-13 10:28:38 +00:00
Antonio Linares
b81936bd25 some minor fixes to let the debugger inspect a GetNew() object 2001-02-08 10:23:51 +00:00
Ron Pinkas
b48cfdc92e 2000-12-04 19:40 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/rtl/tget.prg
     ! Corrected 2 bugs when New Method called without any parameters.
2000-12-05 03:44:14 +00:00
Ryszard Glab
92e1ff661f ChangeLog 2000-11-04 13:35 UTC+0100 2000-11-04 12:39:40 +00:00
Ron Pinkas
3a7b8b8893 2000-11-02 20:35 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.sly
     + Added rule to accept Get and GetA as FunCall

   * source/compiler/harbour.y
     + Added support for pseudo function _GET_()
   * source/compiler/harbour.l
     + Added _GET_(...) => __GET(...)/__GETA(...) logic from harbour.sly

   * source/macro/macro.slx
     * Corrected YY_DECL #define (Thanks John)

   * source/rtl/tget.prg
   * include/hbextern.ch
     - Removed no longer needed _GET_()
2000-11-03 23:42:27 +00:00
Ron Pinkas
8608b9ce33 2000-11-02 15:45 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/rtl/tget.prg
   * include/hbextern.ch
     + Re-added _GET_() until support of __GET() and __GETA() added to harbour.y
2000-11-02 23:49:19 +00:00
Ron Pinkas
c3cde2a777 2000-11-02 15:20 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.sly
     + Added support for extended parameters to __GET() and __GETA()
     ! Corrected 2nd parameter of __GETA() to reflect only the Base Array Name.

   * source/rtl/tget.prg
     ! Added support for :SubScript in __GETA()

   * include/hbextern.ch
     - Removed _GET_
     + Added __GETA
2000-11-02 23:18:49 +00:00
Ron Pinkas
ee24175dc0 2000-11-01 17:25 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.sly
     ! Optimized _GET_ support.
     + Added support for GET of ObjectData and ObjectData ArrayIndex.

   * source/rtl/tget.prg
     + Added method ParsePict() and logic to support dynamic modification of the picture by altering :Picture as in Clipper.

   * tests/testread.prg
     + Added line to demonstrate GET of ObjectData and dynamic modification of a PICTURE clause.
2000-11-02 01:28:51 +00:00
Ron Pinkas
97f36b7075 2000-11-01 04:25 UTC+0800 Ron Pinkas <ron@profit-master.com>
* source/compiler/harbour.slx
     + Added support for pseudo function _GET_(...)
   * source/compiler/harbour.sly
     + Added support for pseudo function _GET_(...) to be converted into appropriate __GET(...) or __GETA(...)
   * source/rtl/tget.prg
     + Added __GETA() to correctly support early binding of Array Element Index of GET
   * tests/testread.prg
     + Added code to test correct (early) binding of Array Element Index of GET
2000-11-01 12:23:24 +00:00
Jean-Francois Lefebvre
665c5bd4f8 2000-10-09 22:53 UTC+0200 JFL (mafact) <jfl@mafact.com> 2000-10-09 20:54:20 +00:00
Viktor Szakats
7a5701da69 2000-07-12 08:46 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-07-12 07:29:09 +00:00
Ignacio Ortiz de Zuniga
148596f4fa *** empty log message *** 2000-07-06 11:57:58 +00:00
Viktor Szakats
2c91d1385e 2000-07-04 04:05 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-07-04 02:05:28 +00:00
Viktor Szakats
dcd6e3192f 2000-06-25 14:53 UTC+0100 Victor Szakats <info@szelvesz.hu> 2000-06-25 12:52:18 +00:00
Viktor Szakats
c7333102d0 20000404-03:24 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-04 01:27:00 +00:00
Viktor Szakats
83c6681014 20000403-02:11 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-04-03 00:09:34 +00:00
Viktor Szakats
1f8c841585 20000308-18:05 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-03-08 17:07:42 +00:00
Viktor Szakats
3b232374b3 20000209-10:43 GMT+1 Victor Szakats <info@szelvesz.hu> 2000-02-09 09:48:48 +00:00
Viktor Szakats
28b5f0bb8e 20000129-19:15 GMT+1 Victor Szel <info@szelvesz.hu> 2000-01-30 09:19:13 +00:00
Ignacio Ortiz de Zuniga
2aad324ac3 20000126-12:50 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2000-01-26 11:54:10 +00:00
Ignacio Ortiz de Zuniga
dd5317fb5f 20000124-17:14 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2000-01-24 16:13:44 +00:00
Ignacio Ortiz de Zuniga
2f94f920ad 20000121-14:00 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2000-01-21 12:59:38 +00:00
Ignacio Ortiz de Zuniga
c1edfbcdbe 20000121 12:50 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2000-01-21 11:54:05 +00:00
Viktor Szakats
74284bc76a 19991026-11:35 GMT+1 1999-10-26 09:49:04 +00:00
Viktor Szakats
521ffcf660 19991025-12:37 GMT+1 Victor Szel <info@szelvesz.hu> 1999-10-25 11:25:54 +00:00
Viktor Szakats
82292020f6 19991007-02:57 GMT+1 1999-10-07 01:14:02 +00:00
Viktor Szakats
eb8beff0d0 19991004-18:42 GMT+1 1999-10-04 16:58:44 +00:00
Viktor Szakats
791ea33621 19991003-03:52 GMT+1 1999-10-03 02:08:58 +00:00
Viktor Szakats
ac72ee1208 19990917-03:22 GMT+1 1999-09-18 01:49:19 +00:00
Viktor Szakats
bba4046bb1 19990916-11:15 GMT+1 1999-09-16 09:34:13 +00:00
Viktor Szakats
ff5b91e7e4 19990916-05:30 GMT+1 1999-09-16 03:41:57 +00:00
Viktor Szakats
e713e45e0b 19990911-11:30 GMT+1 1999-09-11 09:54:25 +00:00
Viktor Szakats
dcbe483f2d 19990910-01:10 GMT+1 1999-09-09 23:29:44 +00:00
Viktor Szakats
a4593fa0e4 19990909-21:30 GMT+1 1999-09-09 19:50:15 +00:00
David G. Holm
86d76b4e7f See ChangeLog entry 19990908-00:05 EDT David G. Holm <dholm@jsd-llc.com> 1999-09-08 04:21:05 +00:00
Viktor Szakats
8fba25b3a5 *** empty log message *** 1999-08-04 18:17:44 +00:00
Viktor Szakats
1ad06736f0 *** empty log message *** 1999-08-04 15:54:15 +00:00
Antonio Linares
ea0d42529d improved cursor position management 1999-08-04 13:42:50 +00:00
Antonio Linares
d123fbec31 improved cursor position management 1999-08-04 13:26:46 +00:00
Antonio Linares
21ef15f4f6 improved color support 1999-08-04 13:19:17 +00:00
Antonio Linares
ff7b575b72 Improved Display and SetFocus methods 1999-08-04 13:02:49 +00:00
Antonio Linares
384191f37b Harbour Class TGet 1999-08-04 08:58:04 +00:00