marco
|
cc042060e0
|
* renamed after baseunix changes.
|
2003-01-05 19:18:16 +00:00 |
|
marco
|
07f5401b2b
|
* small fix
|
2003-01-05 19:16:45 +00:00 |
|
marco
|
f66bd5288e
|
* small changes originating from introduction of Baseunix to FreeBSD
|
2003-01-05 19:11:32 +00:00 |
|
marco
|
cc8f33e2ad
|
* Small sigprocmask fix
|
2003-01-05 19:10:05 +00:00 |
|
marco
|
e5d341dd20
|
* Should now work with baseunx. (gmake all works)
|
2003-01-05 19:02:29 +00:00 |
|
marco
|
832a1bcb96
|
* FreeBSD compiles now with baseunix mods.
|
2003-01-05 19:01:28 +00:00 |
|
peter
|
edb37d1a72
|
* rangecheck error when operands are widened
|
2003-01-05 18:35:16 +00:00 |
|
peter
|
ed1c028250
|
* removed more conflicting calling directives
|
2003-01-05 18:21:30 +00:00 |
|
peter
|
26a1786491
|
* more conflicts for constructor/destructor types
|
2003-01-05 18:17:45 +00:00 |
|
peter
|
0e8975b033
|
* 1.1 only
|
2003-01-05 18:14:57 +00:00 |
|
peter
|
35dc8b860e
|
* popstack missing in implementatio
|
2003-01-05 18:14:50 +00:00 |
|
peter
|
bff0d3dd3e
|
* pascal directive also conflicts with constructor
|
2003-01-05 18:09:36 +00:00 |
|
Tomas Hajny
|
b6748277ed
|
* DosCalls not using Objects any more
|
2003-01-05 16:37:22 +00:00 |
|
Tomas Hajny
|
00b3fa1faf
|
* PString inherited from System
|
2003-01-05 16:27:05 +00:00 |
|
florian
|
e7fabafd73
|
* fixed type = type ...; statement for 1.1
|
2003-01-05 15:55:06 +00:00 |
|
florian
|
07110d20f9
|
+ added proper support of type = type <type>; for simple types
|
2003-01-05 15:54:15 +00:00 |
|
florian
|
b59b436130
|
* x86-64 compiles
+ very basic support for float128 type (x86-64 only)
|
2003-01-05 13:36:53 +00:00 |
|
peter
|
371661e332
|
* 1.1 only
|
2003-01-05 00:21:42 +00:00 |
|
Tomas Hajny
|
da39d0fe52
|
* modified to make use of the common GetEnv code
|
2003-01-04 16:25:08 +00:00 |
|
Tomas Hajny
|
7248252a23
|
* modified to make use of the common GetEnv code under OS/2
|
2003-01-04 16:20:44 +00:00 |
|
daniel
|
25af993b76
|
* Fixed mark_write for @ operator
(can happen when compiling @procvar:=nil (Delphi mode construction))
|
2003-01-04 15:54:03 +00:00 |
|
Tomas Hajny
|
a92d2c1f76
|
+ GetEnvPChar added
|
2003-01-04 15:43:50 +00:00 |
|
daniel
|
2930a10314
|
* Readded missing variable
|
2003-01-04 08:08:47 +00:00 |
|
peter
|
f44c4af73b
|
* also allow = in fpc mode to assign enums
|
2003-01-03 23:50:41 +00:00 |
|
peter
|
ce5fa9843f
|
* updated for absolutesym and varsym
|
2003-01-03 22:16:29 +00:00 |
|
peter
|
c94fba5944
|
* OBJECTCHECKS added, equivalent of -CR
* WRITEABLECONST added, equivalent of $J
|
2003-01-03 21:25:01 +00:00 |
|
peter
|
4167e7ea10
|
* made mark_write dummy instead of abstract
|
2003-01-03 21:03:02 +00:00 |
|
peter
|
1ac1f644da
|
* FileCreate(string,mode) overload added
|
2003-01-03 20:41:04 +00:00 |
|
peter
|
c0c6ad57f3
|
* check also interfacedef when checking for matching forwarddef
|
2003-01-03 20:35:08 +00:00 |
|
peter
|
892e9c864a
|
* i386 fpu controlword functions added
|
2003-01-03 20:34:02 +00:00 |
|
peter
|
133a9aa958
|
* runtime check
|
2003-01-03 19:18:14 +00:00 |
|
peter
|
73a08fc4a6
|
* use compare_def_ext to test if assignn operator is allowed
|
2003-01-03 17:17:26 +00:00 |
|
peter
|
60b05c92de
|
* fixed warning about unset funcret
|
2003-01-03 17:16:57 +00:00 |
|
peter
|
8b2dbde7c8
|
* fixed assignment operator checking for typecast
|
2003-01-03 17:16:04 +00:00 |
|
peter
|
69ec4efe4d
|
* fix possible overflow when array len > 255 when converting to
shortstring
|
2003-01-03 17:14:54 +00:00 |
|
peter
|
d7dc523e54
|
* new bugs
|
2003-01-03 16:26:00 +00:00 |
|
marco
|
0575776395
|
* Renamed to bunxtype.inc (from osposixh.inc), some minor changes
(as introduced going from posix unit to baseunix)
|
2003-01-03 15:45:21 +00:00 |
|
marco
|
bdfdf058e5
|
* split into ptypes and ctypes
|
2003-01-03 13:11:32 +00:00 |
|
daniel
|
5041b70618
|
* Removed ifdefs around notifications
ifdefs around for loop optimizations remain
|
2003-01-03 12:15:55 +00:00 |
|
marco
|
190b09a5dd
|
* copied and checked from Linux.
|
2003-01-03 11:21:32 +00:00 |
|
daniel
|
e53536b234
|
* Compiler now cycles with var_notification
|
2003-01-03 09:51:58 +00:00 |
|
florian
|
fa14d04d88
|
*** empty log message ***
|
2003-01-03 01:08:33 +00:00 |
|
florian
|
5400c36e4f
|
*** empty log message ***
|
2003-01-03 01:03:03 +00:00 |
|
marco
|
7f9806390f
|
* Fixed
|
2003-01-03 00:06:39 +00:00 |
|
marco
|
8ae88f9aa1
|
* small patch
|
2003-01-02 23:57:32 +00:00 |
|
marco
|
34ef0a2d2e
|
* Baseunix enabled by default
|
2003-01-02 23:34:07 +00:00 |
|
marco
|
b3ab181cca
|
* Baseunix now compiled by default
|
2003-01-02 23:10:45 +00:00 |
|
marco
|
b1554ce372
|
* renamed to bunxmacr.inc
|
2003-01-02 22:39:39 +00:00 |
|
marco
|
8aaf0bdfcd
|
* posmacro.inc was still include while it was already moved to bunxmacr.inc
fixed, will remove posmacro.inc shortly
|
2003-01-02 22:39:19 +00:00 |
|
marco
|
573ca876ac
|
* Renamed to genfuncs.inc
|
2003-01-02 22:31:35 +00:00 |
|