Jonas Maebe
17c623dc25
* changed a lot of "if fm.mode = fmClosed then" to case statements,
...
because if f is not yet initialized, the mode is invalid and can
contain another value even though the file is closed
+ check if a file is open in writeln_end (caused crash if used on
not opened files)
2000-03-24 10:26:18 +00:00
peter
6b66a55cd6
* truncated log
2000-02-09 16:59:28 +00:00
peter
4f22717b61
* open with mode 2 in rewrite
2000-01-17 20:02:30 +00:00
peter
cea4495a20
* check handle for file closing
2000-01-16 22:25:38 +00:00
daniel
ec29a31834
* copyright 2000
2000-01-07 16:41:28 +00:00
daniel
a79b4a404b
* copyright 2000 added
2000-01-07 16:32:21 +00:00
peter
6e241784e1
* use filemode for rewrite instead of mode 1
1999-10-28 09:52:50 +00:00
peter
3b5373c08a
* fixed do_open flags to be > $100, becuase filemode can be upto 255
1999-09-10 15:40:32 +00:00
peter
c3a8983799
* fixed inoutres for diskfull
1999-09-08 16:12:24 +00:00
Tomas Hajny
78d16850ad
* fixed problem with Close under OS/2
1999-09-07 15:54:18 +00:00
peter
b32111a3e2
* also check fmInput,fmOutput
1998-11-29 23:10:12 +00:00
peter
97bbe41037
+ io-error 103 added
1998-11-29 22:28:09 +00:00
peter
1e3a448793
* new eof,eoln,seekeoln,seekeof
...
* speed upgrade for read_string
* inoutres 104/105 updates for read_* and write_*
1998-09-17 16:34:16 +00:00
peter
8c0de1dd76
* uniform filerec/textrec (with recsize:longint and name:0..255)
1998-09-04 18:16:12 +00:00
michael
f48664d6d5
+ fixed rename. Changed p to p^
1998-07-19 19:55:32 +00:00
carl
b7d9265b8f
+ Each IOCheck routine now checks for InOures before executing, like TP
1998-07-02 12:15:39 +00:00
peter
dbeb47f3bc
* fixed the filesize() problems under linux and filerec.size=0 error
1998-06-23 16:57:16 +00:00
peter
eb39182b3b
* objects compiles for linux
...
+ assign(pchar), assign(char), rename(pchar), rename(char)
* fixed read_text_as_array
+ read_text_as_pchar which was not yet in the rtl
1998-05-21 19:30:46 +00:00
peter
e64becf81c
* moved getopts to inc/, all supported OS's need argc,argv exported
...
+ strpas, strlen are now exported in the systemunit
* removed logs
* removed $ifdef ver_above
1998-05-12 10:42:41 +00:00
root
d1a1f501c8
Initial revision
1998-03-25 11:18:12 +00:00