Luiz Rafael Culik
03cc487a48
See changelog 2000-10-26 22:10 GMT -3
2000-10-27 00:16:37 +00:00
Maurilio Longo
c9790e09a3
2000-10-23 18:15 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-10-23 16:18:42 +00:00
Maurilio Longo
82b8652beb
2000-10-21 23:02 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-10-21 21:07:29 +00:00
David G. Holm
0ae9a207f6
2000-10-19 16:25 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-10-19 20:29:16 +00:00
Maurilio Longo
7d0080ab16
2000-10-17 18:21 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-10-17 16:23:29 +00:00
Viktor Szakats
f397f3f772
2000-10-16 20:22 GMT+1 Victor Szakats <vector@matavnet.hu>
2000-10-16 18:22:58 +00:00
Luiz Rafael Culik
754daad14e
See changelog 2000-10-10 21:15 GMT -3
2000-10-10 23:19:58 +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
Luiz Rafael Culik
c0dc0f2702
See changelog 2000-10-07 21:15 GMT -3
2000-10-08 00:30:03 +00:00
Jean-Francois Lefebvre
04c647c9b2
2000-10-03 231:45 UTC+0100 JFL <jfl@mafact.com> (2 : missing files)
2000-10-04 19:48:05 +00:00
Maurilio Longo
e7d57ae81a
2000-10-01 18:25 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-10-01 16:31:40 +00:00
Maurilio Longo
efb27ee13f
2000-09-30 13:28 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-09-30 11:33:23 +00:00
Brian Hays
f1b5b3c28f
2000-09-29 00:13 UTC+0800 Brian Hays <bhays@abacuslaw.com>
2000-09-29 07:14:13 +00:00
Maurilio Longo
d19b0841bd
2000-09-23 15:55 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-09-23 14:01:38 +00:00
David G. Holm
bd2ba2da77
See ChangeLog entry 2000-09-21 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-09-21 20:22:33 +00:00
David G. Holm
49ed06b316
See ChangeLog entry 2000-09-13 16:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-09-13 20:48:26 +00:00
Ron Pinkas
2d1a852803
2000-09-02 09:00 UTC+0800 Ron Pinkas <ron@profit-master.com>
...
* hb_slex.bc
* Synchronized with makefile.bc
* include/hbclass.ch
+ Added: [AS <type>] optional clause to all Methods/Messages syntax.
+ Added directives to generate class declaration from same class creation code.
* include/hbcomp.h
* source/compiler/harbour.c
+ Added: char hb_comp_cDataListType;
* source/compiler/harbour.l
+ Added support for new _HB_CLASS and _HB_MEMBER alternate class declaration syntax.
* source/macro/macro.slx
! Moved .T., .Y., .F., and, .N. from self contained words to words.
* source/compiler/harbour.slx
! Moved .T., .Y., .F., and, .N. from self contained words to words.
+ Added support for new _HB_CLASS and _HB_MEMBER alternate class declaration syntax.
* source/compiler/harbour.y
! Improved definition of formal and optional paramter lists.
+ Added support for alternate class declaration syntax:
_HB_CLASS ClassName
_HB_MEMBER { [AS ...] Var1, VarN }
_HB_MEMBER MethodName( [ [OPTIONAL] [@]FormalParam [AS ...] | @FunPointer() ] ) [ AS ... ]
/* This syntax allows the class declaration to be on multiple seperated lines (needed to allow utilization of class creation code.)
Tokens _HB_CLASS & _HB_MEMBER are not final, until some discussion with Ryszard. */
* source/compiler/hbpcode.c
* Completed classes strong type support for adaptive type variable.
* source/rtl/tlabel.prg
* source/rtl/treport.prg
! Corrected typos: AS {} -> INIT {} AS ARRAY, AS .T. -> INIT .T. AS LOGICAL etc..
* tests/testdecl.prg
* Changed to demonstrate class creation used as declaration.
* utils/hbtest/hbtest.prg
* Changed DBFNTX -> DBFCDX (was not working because DBFNTX is disabled.
2000-09-02 16:30:36 +00:00
Maurilio Longo
c046949408
2000-09-02 11:00 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-09-02 09:08:17 +00:00
Bruno Cantero
d801e352af
2000-09-02 10:19 GMT+1 Bruno Cantero <bruno@issnet.net>
2000-09-02 08:25:12 +00:00
Bruno Cantero
632bde4ab4
2000-09-02 07:56 GMT+1 Bruno Cantero <bruno@issnet.net>
2000-09-02 05:55:30 +00:00
Maurilio Longo
a8e2f460a7
2000-09-01 13:55 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-09-01 12:02:27 +00:00
Viktor Szakats
c585f9e8dc
2000-08-28 22:50 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-08-30 22:06:29 +00:00
Bruno Cantero
0473817fe2
CHANGELOG: 3000-08-29 22:00 GMT+1 Bruno Cantero <bruno@issnet.net>
2000-08-29 20:16:56 +00:00
April White
232a5967d7
Changelog: 2000-08-27 20:10 UTC+0500 April White <awhite@user.rose.com>
...
* source/rtl/setkey.c
* bug in setkey() - was not adding hotkey to internal list
2000-08-27 19:26:34 +00:00
Alexander S.Kresin
05860b2a31
2000-08-14 11:00 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
2000-08-14 06:59:50 +00:00
Maurilio Longo
8416d3d230
2000-08-07 16:20 GMT+2 Maurilio Longo <maurilio.longo@libero.it>
2000-08-07 14:27:41 +00:00
David G. Holm
2cb19f8a88
See ChangeLog entry 2000-08-04 19:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-08-04 23:03:59 +00:00
Viktor Szakats
19940ce68b
2000-08-02 03:31 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-08-02 01:32:35 +00:00
David G. Holm
5b5d8b099c
See ChangeLog entry 2000-07-31 11:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-31 15:36:17 +00:00
Viktor Szakats
2f43451c9d
2000-07-30 14:32 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-30 12:44:49 +00:00
Viktor Szakats
77e2ebbac6
2000-07-29 17:25 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 15:29:58 +00:00
David G. Holm
a734baf1de
See ChangeLog entry 2000-07-28 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-29 07:22:31 +00:00
Viktor Szakats
f1c10aae9d
2000-07-29 03:28 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:39:59 +00:00
Viktor Szakats
0b3b9495bc
2000-07-29 03:16 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:19:12 +00:00
Viktor Szakats
b5de74126f
2000-07-29 03:08 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:11:06 +00:00
Viktor Szakats
4874336088
2000-07-29 02:58 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-29 01:04:53 +00:00
David G. Holm
a831db075e
See ChangeLog entry 2000-07-28 15:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-28 19:05:04 +00:00
Ryszard Glab
433ae6a7f3
ChangeLog 2000-07-28 18:15 UTC+0100
2000-07-28 16:10:49 +00:00
David G. Holm
6c77f49ebc
See ChangeLog entry 2000-07-27 18:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2000-07-27 22:38:07 +00:00
Jean-Francois Lefebvre
44432ddd56
2000-07-28 00:05 UTC+0200 JfL <jfl@mafact.com> & RaC <Rac@mafact.com>
2000-07-27 22:04:48 +00:00
Ryszard Glab
780d535f1f
ChangeLog 2000-07-27 10:15 UTC+0100
2000-07-27 08:10:42 +00:00
Ryszard Glab
512345997b
ChangeLog 2000-07-25 19:00 UTC+0100
2000-07-25 17:20:21 +00:00
Viktor Szakats
f14fbd7510
2000-07-25 13:47 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-25 11:55:27 +00:00
Viktor Szakats
b30e1acf12
2000-07-25 00:33 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 22:33:29 +00:00
Viktor Szakats
09534028e0
2000-07-25 00:23 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 22:24:25 +00:00
Viktor Szakats
d407f71aa5
2000-07-24 22:28 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 20:30:05 +00:00
Viktor Szakats
a1e6f03ea0
2000-07-24 22:12 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-24 20:16:31 +00:00
Jean-Francois Lefebvre
2f5cb76a3b
2000-07-18 10:25 UTC+0200 JfL <jfl@mafact.com> & RaC <Rac@mafact.com>
2000-07-18 20:48:06 +00:00
Viktor Szakats
68f556d35c
2000-07-16 13:38 UTC+0100 Victor Szakats <info@szelvesz.hu>
2000-07-16 11:40:51 +00:00
Jean-Francois Lefebvre
a9a7231335
2000-07-13 23:24 UTC+0200 JfL <jfl@mafact.com> & RaC <Rac@mafact.com>
2000-07-13 21:31:38 +00:00