michael
|
b8c60fda6d
|
+ TCollection documented
|
1998-12-24 10:14:29 +00:00 |
|
michael
|
5c50c92f90
|
Implemented AssignFile and CloseFile compatibility
|
1998-12-24 10:12:03 +00:00 |
|
peter
|
7a3be0386f
|
* fixed windowlist for fpc
|
1998-12-23 22:58:19 +00:00 |
|
peter
|
ce3e2aec84
|
+ rec.field(%esi) support
+ [esi+rec.field] support
|
1998-12-23 22:55:55 +00:00 |
|
peter
|
f986459350
|
* don't count ait_marker for lineinfo
|
1998-12-23 22:53:44 +00:00 |
|
peter
|
2f303a746d
|
* fixed new(x) crash if x contains an error
|
1998-12-23 22:52:56 +00:00 |
|
michael
|
c7bfc215e2
|
removed CR characters
|
1998-12-23 20:30:45 +00:00 |
|
Jonas Maebe
|
0395e5e0b6
|
* change "inc x/dec x; test x, x" to "add 1, x/sub 1,x" because inc and dec
don't affect the carry flag (test does). This *doesn't* fix the problem with
cardinal, that's a cg issue.
|
1998-12-23 15:16:21 +00:00 |
|
peter
|
a09375865f
|
* daniels patches against the latest versions
|
1998-12-23 14:02:01 +00:00 |
|
daniel
|
6da995b775
|
+ invalidhandle constant
|
1998-12-23 13:31:48 +00:00 |
|
daniel
|
8aaf209cec
|
+ Make script to make compiler under OS/2.
|
1998-12-23 12:41:56 +00:00 |
|
daniel
|
5b341c7f21
|
* Added begin to globtype and version to avoid empty object files.
* Fileexists no longer finds volume labels.
|
1998-12-23 12:40:48 +00:00 |
|
peter
|
4cbc19ed93
|
* updates for OS2
* small fixes
|
1998-12-22 22:47:34 +00:00 |
|
peter
|
cbd33d4c38
|
* moved
|
1998-12-22 14:27:54 +00:00 |
|
florian
|
802fd8fb5c
|
* memory leaks for ansistring type casts fixed
|
1998-12-22 13:10:56 +00:00 |
|
michael
|
da168cb97f
|
updated doc version
|
1998-12-22 12:56:38 +00:00 |
|
michael
|
541cbaa20b
|
+ Changed options description to fit version 0.99.10
|
1998-12-22 12:53:31 +00:00 |
|
pierre
|
cc7b1a48c4
|
FPC procvar syntax problems
|
1998-12-22 09:52:49 +00:00 |
|
pierre
|
d7fc885b57
|
procedure var bug
|
1998-12-22 09:25:09 +00:00 |
|
pierre
|
02a46a6547
|
* HandleError -> HandleErrorFrame to avoid problem in
assembler code in i386.inc
(call to overloaded function in assembler block !)
|
1998-12-21 14:28:20 +00:00 |
|
pierre
|
5c807e6b83
|
* go32v? directory change reflected
|
1998-12-21 14:26:52 +00:00 |
|
pierre
|
f8165b303b
|
dpmiexcp.pp
|
1998-12-21 14:23:12 +00:00 |
|
pierre
|
2cd191a9bc
|
* old_int?? transformed to cvar to be readable by dpmiexcp
|
1998-12-21 14:22:02 +00:00 |
|
pierre
|
bc74ba6d49
|
* initc unit added
|
1998-12-21 14:20:37 +00:00 |
|
pierre
|
e3e478ab7a
|
added some c vars needed to avoid loading od crt1.o
|
1998-12-21 14:14:21 +00:00 |
|
pierre
|
00b80eff57
|
* problems with procvar address solved
|
1998-12-21 14:13:07 +00:00 |
|
pierre
|
39a719b39b
|
* var declaration was missing ??
|
1998-12-21 14:06:03 +00:00 |
|
pierre
|
0252e17f0e
|
* procvar stabs correction
|
1998-12-21 14:03:08 +00:00 |
|
michael
|
7087a36dda
|
typinfo needs goto
|
1998-12-21 13:50:57 +00:00 |
|
peter
|
5904ef6ecc
|
* moved
|
1998-12-21 13:14:29 +00:00 |
|
peter
|
250a45a988
|
* makecfg updated
|
1998-12-21 13:13:08 +00:00 |
|
peter
|
9bc939fdd1
|
* updates for 0.99.10
|
1998-12-21 13:11:37 +00:00 |
|
peter
|
9b5c148eca
|
* new makefile
|
1998-12-21 13:07:48 +00:00 |
|
peter
|
7470cd1cae
|
* use -FE
|
1998-12-21 13:06:10 +00:00 |
|
peter
|
b65d2ce0bb
|
* updated unitdir
|
1998-12-21 13:00:17 +00:00 |
|
pierre
|
109eb28676
|
First implementation of intc unit
|
1998-12-21 11:56:26 +00:00 |
|
michael
|
8fafffc81e
|
changed for version 0.99.10
|
1998-12-21 07:01:22 +00:00 |
|
peter
|
5f991893b0
|
* new name
|
1998-12-20 22:23:54 +00:00 |
|
peter
|
1aed687250
|
* updates
|
1998-12-20 22:22:09 +00:00 |
|
peter
|
7c90404c78
|
* smartlinking doesn't crash anymore
|
1998-12-20 16:21:22 +00:00 |
|
michael
|
36d5398924
|
+ Finalize fixed after florians fix :)
|
1998-12-20 14:08:06 +00:00 |
|
peter
|
157f6b0661
|
* removed temp define
|
1998-12-19 14:52:28 +00:00 |
|
florian
|
d656d708b7
|
* ansistring memory leaks fixed
|
1998-12-19 00:23:40 +00:00 |
|
florian
|
9af41247e4
|
* Finalize fixed, constant for ansistrings is 9, not 10
|
1998-12-19 00:22:09 +00:00 |
|
peter
|
6585e3e089
|
* don't include intel list if not necessary
|
1998-12-18 17:24:51 +00:00 |
|
peter
|
4eeae4e425
|
* fixed io-error handling
|
1998-12-18 17:21:32 +00:00 |
|
peter
|
3bda8b840d
|
* fixed firstthat,lastthat
|
1998-12-18 17:21:28 +00:00 |
|
peter
|
6fec6f714a
|
* added 'in []' support
|
1998-12-18 17:15:40 +00:00 |
|
michael
|
f4cf3069b4
|
+ Implemented TDosStream and TBufStream
|
1998-12-18 15:16:13 +00:00 |
|
peter
|
7c093fbe11
|
+ initial linux file
|
1998-12-18 13:02:40 +00:00 |
|