Viktor Szakats
|
30511d52a8
|
20000505-02:03 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-05-05 00:04:35 +00:00 |
|
David G. Holm
|
91127d11b9
|
See ChangeLog entry 2000-05-04 18:00 GMT-4 David G. Holm <dholm@jsd-llc.com>
|
2000-05-04 21:11:05 +00:00 |
|
Ron Pinkas
|
86e2384686
|
20000504-03:10 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/harbour.l
+ Added:
"as bool array" { return AS_LOGICAL_ARRAY; }
"as boolean array" { return AS_LOGICAL_ARRAY; }
"as var" { return AS_VARIANT; }
"as variant" { return AS_VARIANT; }
"as num array" { return AS_NUMERIC_ARRAY; }
"as numeric array" { return AS_NUMERIC_ARRAY; }
"as char array" { return AS_CHARACTER_ARRAY; }
"as character array" { return AS_CHARACTER_ARRAY; }
"as string array" { return AS_CHARACTER_ARRAY; }
"as logical array" { return AS_LOGICAL_ARRAY; }
"as bool array" { return AS_LOGICAL_ARRAY; }
"as boolean array" { return AS_LOGICAL_ARRAY; }
"as date array" { return AS_DATE_ARRAY; }
"as array array" { return AS_ARRAY_ARRAY; }
"as block array" { return AS_BLOCK_ARRAY; }
"as object array" { return AS_OBJECT_ARRAY; }
"as var array" { return AS_VARIANT; }
"as variant array" { return AS_VARIANT; }
* source/compiler/harbour.y
+ Added AsArray
+ Added : %token AS_NUMERIC_ARRAY AS_CHARACTER_ARRAY AS_LOGICAL_ARRAY AS_DATE_ARRAY AS_ARRAY_ARRAY AS_BLOCK_ARRAY AS_OBJECT_ARRAY AS_VARIANT_ARRAY
+ Added rules to support declarion of array elements type
* source/compiler/harbour.c
! Minor fix to hb_compVariableGetPos() to signify var usage if warning level lower than 3
* source/compiler/hbpcode.c
+ Added logic to hb_compStrongType() to support type checking of array elements declared type.
* include/hberrors.h
+ Added #define HB_COMP_ARRAY_ASSIGN_TYPE
* source/compiler/hbgenerr.c
+ Added : "3Incompatible type in assignment to declared array element expected: \'%s\'"
* tests/testwarn.prg
+ Added code to demonstrate more warnings.
* contrib/hbclip/hbclip.ch
+ Added additional strong typing compatibility translations
|
2000-05-04 10:26:57 +00:00 |
|
Viktor Szakats
|
bba60d9c11
|
20000504-09:12 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-05-04 07:10:29 +00:00 |
|
Luiz Rafael Culik
|
503ac8c727
|
See changelog 20000501 14:35 gmt -3
|
2000-05-01 16:36:25 +00:00 |
|
Luiz Rafael Culik
|
ed83db5b9a
|
e
see changelog 20000501 08:00 gmt -3
|
2000-05-01 11:05:16 +00:00 |
|
Luiz Rafael Culik
|
78c37f4271
|
see changelog 20000501 08:00 gmt -3
|
2000-05-01 10:52:33 +00:00 |
|
Luiz Rafael Culik
|
204beb8621
|
*** empty log message ***
|
2000-05-01 02:20:58 +00:00 |
|
Luiz Rafael Culik
|
a911ead57a
|
See changelog 20000430 04:10 gmt -3
|
2000-04-30 07:08:42 +00:00 |
|
Luiz Rafael Culik
|
a5786d0866
|
*** empty log message ***
|
2000-04-29 11:40:39 +00:00 |
|
Luiz Rafael Culik
|
6794d73443
|
*** empty log message ***
|
2000-04-29 11:28:16 +00:00 |
|
Paul Tucker
|
807a8ac290
|
*** empty log message ***
|
2000-04-26 06:14:11 +00:00 |
|
Viktor Szakats
|
94ffc45414
|
20000425-03:38 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-25 01:38:22 +00:00 |
|
Viktor Szakats
|
b5049ddb98
|
20000425-03:20 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-25 01:18:31 +00:00 |
|
Paul Tucker
|
bbaad6e357
|
*** empty log message ***
|
2000-04-24 07:00:08 +00:00 |
|
Paul Tucker
|
4ee26c34df
|
*** empty log message ***
|
2000-04-24 06:55:14 +00:00 |
|
Paul Tucker
|
7c7df21cdc
|
add casts on xgrab calls
|
2000-04-24 06:39:11 +00:00 |
|
Paul Tucker
|
9c3c8bfc56
|
msvc make updates
|
2000-04-24 06:36:26 +00:00 |
|
Luiz Rafael Culik
|
c588e84ca8
|
See changelog 20000423 22:00 gmt -3
|
2000-04-23 22:57:34 +00:00 |
|
Luiz Rafael Culik
|
dac58fcf09
|
See changelog 20000423 22:00 gmt -3
|
2000-04-23 16:11:34 +00:00 |
|
Viktor Szakats
|
51405db289
|
20000423-15:57 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-23 13:58:32 +00:00 |
|
Viktor Szakats
|
b9efd5247e
|
20000423-12:23 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-23 10:19:50 +00:00 |
|
Viktor Szakats
|
6aee9c236d
|
20000423-11:38 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-23 09:39:45 +00:00 |
|
Viktor Szakats
|
7140870656
|
20000422-22:47 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-22 20:44:26 +00:00 |
|
Luiz Rafael Culik
|
76c7390770
|
see changelog 20000422 08:20 gmt-3
|
2000-04-22 11:10:53 +00:00 |
|
Luiz Rafael Culik
|
31b060a030
|
See changelog 20000421 23:00 gmt -3
|
2000-04-22 02:50:34 +00:00 |
|
Luiz Rafael Culik
|
fdc28e5f1f
|
See changelog 20000421 23:00
|
2000-04-22 02:35:34 +00:00 |
|
Luiz Rafael Culik
|
ae5b4f3c1e
|
See changelog 20000421 23:00
|
2000-04-22 02:24:42 +00:00 |
|
Luiz Rafael Culik
|
e26e112ea5
|
See changelog 20000421 23:00 gmt -3
|
2000-04-22 02:10:10 +00:00 |
|
Luiz Rafael Culik
|
a80cc1cbc6
|
See changelog 20000421 23:00
|
2000-04-22 01:55:57 +00:00 |
|
Luiz Rafael Culik
|
ac869c43ec
|
See changelog 20000421 23:00 gmt -3
|
2000-04-22 01:36:06 +00:00 |
|
Luiz Rafael Culik
|
f1fc0a8e75
|
*** empty log message ***
|
2000-04-21 15:50:35 +00:00 |
|
Luiz Rafael Culik
|
7b0e83de15
|
see changelog 20000420 22:00 gmt -3
|
2000-04-21 00:48:10 +00:00 |
|
Luiz Rafael Culik
|
2bc035797c
|
See changelog 20000420 22:00 GMT -3
|
2000-04-21 00:45:04 +00:00 |
|
Viktor Szakats
|
f9fb27a7d7
|
20000413-02:55 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-13 00:52:14 +00:00 |
|
Viktor Szakats
|
6621e6ff4b
|
20000412-11:01 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-12 08:59:22 +00:00 |
|
Viktor Szakats
|
bf2a6741b3
|
20000409-03:48 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-09 02:12:16 +00:00 |
|
Alexander S.Kresin
|
dd8bb0b2d9
|
Changelog 20000405-10:00 GMT+3
|
2000-04-05 06:02:22 +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
|
e322d0d408
|
20000401-18:00 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-04-01 16:05:00 +00:00 |
|
Paul Tucker
|
ba63909eca
|
20000401-03:20 EST Paul Tucker <ptucker@sympatico.ca>
|
2000-04-01 08:23:40 +00:00 |
|
Viktor Szakats
|
06f719cfbd
|
20000331-23:11 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-03-31 21:17:04 +00:00 |
|
Paul Tucker
|
39b22f48f4
|
20000331-15:20
|
2000-03-31 20:20:49 +00:00 |
|
Alexander S.Kresin
|
82a317b99a
|
20000331-20:27 GMT+3
|
2000-03-31 16:33:11 +00:00 |
|
Paul Tucker
|
b38095a89b
|
20000331-10:45
|
2000-03-31 15:46:22 +00:00 |
|
Alexander S.Kresin
|
7eba7dba8d
|
20000328-23:10 GMT+3 Alexander Kresin
|
2000-03-28 19:19:07 +00:00 |
|
Viktor Szakats
|
b1f14b661e
|
20000327-01:24 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-03-26 23:34:42 +00:00 |
|
Viktor Szakats
|
4a1e1ffc6e
|
20000326-08:06 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-03-26 06:15:04 +00:00 |
|
Viktor Szakats
|
99b6ec6a39
|
20000325-03:38 GMT+1 Victor Szakats <info@szelvesz.hu>
|
2000-03-25 02:39:37 +00:00 |
|
David G. Holm
|
306555d37c
|
See ChangeLog entry 2000-03-23 20:45 GMT-5 David G. Holm <dholm@jsd-llc.com>
|
2000-03-24 01:54:23 +00:00 |
|