Commit Graph

554 Commits

Author SHA1 Message Date
carl
0e28a46c7c * added 2k buffer for stack checking for correct io on error 1998-07-07 12:33:08 +00:00
peter
34f5f72c53 * status.currentsource is now calculated in verbose (more accurated) 1998-07-07 12:32:54 +00:00
peter
756165dd30 * fixed string:= which allowed almost any type 1998-07-07 12:31:44 +00:00
carl
797f6c4b35 * 2k buffer for stack shecking to permimt correct io 1998-07-07 12:30:20 +00:00
carl
5dd7e8561a * now compiles under fpc v0.99.5, so don't modify!!!! 1998-07-07 12:26:42 +00:00
carl
0af81ffc6b * compiles under fpc v0995, don't modify now now! :) 1998-07-07 12:25:20 +00:00
peter
911abb5abc + NEWINPUT for a better inputfile and scanner object 1998-07-07 11:19:50 +00:00
peter
87c7b2ce06 + 147 1998-07-07 11:12:14 +00:00
michael
477a174399 Added length checking for string reading 1998-07-06 15:56:43 +00:00
michael
9c5e9c2189 Added length checking for string reading 1998-07-06 15:51:15 +00:00
carl
c76f66e7f1 * Standard handles are never closed on the Amiga. 1998-07-06 15:08:54 +00:00
michael
bb21590124 + Added Public,Alias directives for some calls 1998-07-06 14:29:08 +00:00
michael
9bb3b87cb8 + Added calls for reading/writing ansistrings 1998-07-06 14:19:51 +00:00
michael
236a77964f + Fixed bug with stream creation flags 1998-07-06 12:40:59 +00:00
carl
322d273f31 + first version for amiga of printer unit by Nils Sjoholm 1998-07-06 12:39:27 +00:00
carl
a5243e665e * Glurbl.... now work perfectly! Do not change :) 1998-07-06 12:26:19 +00:00
peter
3a10beb991 + 146 1998-07-04 11:49:17 +00:00
peter
e5557711dc * fixes for window (from "Heinz Ziegenhorn" <info@ziegenhorn.de>) 1998-07-04 11:17:18 +00:00
peter
34ade816f2 + ifdef has_property for 0.99.5 backward support 1998-07-04 10:04:41 +00:00
michael
eb9df35117 Undid carls changes, but renamed _heapsize to _internal_heapsize. Make cycle now works 1998-07-02 14:24:08 +00:00
michael
c33e3788cd Reinstated the heapsize function. 1998-07-02 14:11:30 +00:00
carl
004bb57ae9 * hmmm... it is luck (BSS zeroed with GAS) that DoError and ErrorBase work.
Now they are initilized instead.
1998-07-02 13:01:55 +00:00
carl
fbe85528a9 * Put back DoError, DO NOT TOUCH! 1998-07-02 12:55:04 +00:00
carl
a546945c4d * DOERROR RESOTRED! DON'T TOUCH :) 1998-07-02 12:53:09 +00:00
carl
6fa5eb2ba7 * IOCheck for mkdir,chdir and rmdir, just like in TP 1998-07-02 12:39:27 +00:00
carl
b77b3c9200 * IOCheck for chdir,rmdir and mkdir as in TP 1998-07-02 12:37:52 +00:00
carl
f5ea384880 * IOCheck/InOutRes check for mkdir, chdir and rmdir as in TP 1998-07-02 12:36:21 +00:00
carl
02a7a189cb * IOCheck/InOutRes check for mkdir,chdir and rmdir like in TP
+ do_isdevice implemented
1998-07-02 12:34:59 +00:00
carl
b8f38be993 * IOCheck/InOutRes check for mkdir,rmdir and chdir like in TP 1998-07-02 12:33:18 +00:00
carl
0b4c548a1d * IOCheck for rmdir,chdir and mkdir as in TP
NOTE: I'm pretty SURE this will not compile and link correctly with FPC
0.99.5
1998-07-02 12:29:20 +00:00
carl
94a728f166 * do_open was WRONG! Fixed!
* do_isdevice small fix with ATT parser
  * I386_ATT put back , otherwise would NOT link!
  * IoCheck for rmdir,chdir,mkdir
1998-07-02 12:26:55 +00:00
carl
db60658f7c * NOTHING would work, FileOpen is now correct!! 1998-07-02 12:25:27 +00:00
carl
9aeafd0cc0 - removed heapsize function, would cause conflicts with HEAPSIZE var
* GetHeapstart was misplaced
1998-07-02 12:22:38 +00:00
carl
7632ce3279 + Io-Error and overflow print erroraddr in hex now 1998-07-02 12:20:58 +00:00
carl
91a581342c + IO-Error and Overflow now print address in hex 1998-07-02 12:19:32 +00:00
carl
a60397c5d1 - removed function heapsize, CAUSED conflicts with HEAPSIZE var 1998-07-02 12:18:46 +00:00
carl
9d51088353 * IoCheck routines now check for InOutRes before executing, just like TP 1998-07-02 12:16:28 +00:00
carl
b7d9265b8f + Each IOCheck routine now checks for InOures before executing, like TP 1998-07-02 12:15:39 +00:00
carl
2f83875419 + Each IOCheck routine now check InOutRes before, just like TP 1998-07-02 12:14:56 +00:00
carl
a787487de6 * No SINGLE type for non-intel processors!! 1998-07-02 12:14:19 +00:00
carl
a364f24f24 - function heapsize MUST be removed, create conflicts with HEAPSIZE var 1998-07-02 12:13:49 +00:00
carl
e472678241 * No SINGLE type for m68k or other non-intel processors! 1998-07-02 12:13:18 +00:00
carl
5434ee6d4c * no SINGLE in m68k and other processors! 1998-07-02 12:11:50 +00:00
peter
b5203c5b09 * fixed do_error in runtimeerror 1998-07-02 09:25:05 +00:00
carl
c2f855fbb7 * first working version of CRT unit 1998-07-01 15:52:21 +00:00
peter
3474cf1a60 + 142,143,144,145 1998-07-01 15:32:32 +00:00
peter
5a638754f4 * better readln/writeln 1998-07-01 15:29:56 +00:00
peter
4d36bc1cc3 + better writeln/readln handling, now 100% like tp7 1998-07-01 15:28:48 +00:00
peter
97f61a43f4 * better bufferfile.reset error handling 1998-07-01 15:26:57 +00:00
carl
6d5e917e60 * bugfix of WRITE_TEXT_BOOLEAN , was not TP compatible
+ added explicit typecast in OpenText
1998-07-01 14:48:10 +00:00