daniel
5eb055dc70
* Fixed $ifdef TP.
1998-07-08 14:56:53 +00:00
daniel
bcb942b1dc
+ Added moucalls and viocalls written by Tomas Hajny.
...
+ Final routines in doscalls implemented.
* Fixed bugs in dos.pas.
* Changed some old $ifdef FPK into $ifdef FPC.
- Removed go32 stuff from dos.pas.
- Removed '/' to '\' translation from system unit - EMX does this
automatically.
1998-07-08 14:44:08 +00:00
peter
b5f4535ec1
* heap_size for m68k
1998-07-08 12:39:38 +00:00
peter
f61c64bd1e
* packed records
1998-07-08 12:33:26 +00:00
carl
a375e73795
+ first version (not fully working yet)
1998-07-08 12:03:35 +00:00
carl
38e463fddc
* make it compiler under fpc v0995
1998-07-08 12:02:19 +00:00
carl
4b8d030e14
* fixed problem with m68k asm syntax
...
* i386_att put back in, and only in cpu86 defined
1998-07-08 12:00:25 +00:00
carl
4f8884b466
* randon and Random(l) now work correctly - don't touch it works!
1998-07-08 11:56:55 +00:00
carl
df00344700
+ reinstated hepasize function
...
* renamed HEAPSIZE global var to HEAP_SIZE to remove conflicts
1998-07-08 11:54:40 +00:00
michael
59456d7671
+ Initial implementation, donated by Hans Lunsing
1998-07-08 07:40:16 +00:00
peter
9330b0e700
* packrecords 4 works
...
* word aligning of parameters
1998-07-07 17:40:37 +00:00
peter
b94116de16
* fixed {$I } with following eof
1998-07-07 17:39:38 +00:00
carl
72c44ae5a0
* make it compiler for win32 and m68k
1998-07-07 13:29:48 +00:00
carl
cd95f7a510
+ First version
1998-07-07 12:38:46 +00:00
carl
fac56c6baf
* correct mapping of error codes for TP compatibility
...
+ implemented stack checking in ifdef dummy
1998-07-07 12:37:28 +00:00
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