Commit Graph

22 Commits

Author SHA1 Message Date
pierre
ef6de028fa * system debug info output to stderr 1998-10-26 14:49:45 +00:00
pierre
ed24c76b30 + systemdebug reports about unclosed files at exit 1998-10-20 07:34:07 +00:00
peter
b15f3bb518 + int 0 for divide by zero 1998-10-13 21:41:06 +00:00
peter
4620a73a9b * FPC_ names
* Heap manager is now system independent
1998-09-14 10:48:00 +00:00
peter
211a219d75 * fixed chdir with drive changing
* updated checklfn from mailinglist
1998-08-28 10:48:04 +00:00
pierre
2f163d10d7 * go32v1 RTL did not compile (LFNsupport outside go32v2 defines !)
I renamed tb_selector to tb_segment because
      it is a real mode segment as opposed to
      a protected mode selector
    Fixed it for go32v1 (remove the $E0000000 offset !)
1998-08-27 10:30:48 +00:00
peter
2f3bc2f300 * new lfn check from mailinglist
* renamed win95 -> LFNSupport
  + tb_selector, tb_offset for easier access to transferbuffer
1998-08-26 10:04:01 +00:00
pierre
c6ab5b1702 + added some special code for C interface
to avoid loading of crt1.o or dpmiexcp.o from the libc.a
1998-08-19 10:56:33 +00:00
pierre
cf0cb6a5b5 * small bug fix to get it compiled with bugfix version !!
(again the asmmode problem !!!
    Peter it was really not the best idea you had !!)
1998-08-04 14:34:38 +00:00
michael
4e11459938 + Added support for ErrorProc variable. All internal functions are required
to call HandleError instead of runerror from now on.
  This is necessary for exception support.
1998-07-30 13:26:14 +00:00
florian
ba57d2813b * some problems with ansi string support fixed 1998-07-13 21:19:07 +00:00
carl
0e28a46c7c * added 2k buffer for stack checking for correct io on error 1998-07-07 12:33:08 +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
peter
5a638754f4 * better readln/writeln 1998-07-01 15:29:56 +00:00
pierre
3c0657acf2 + all debug in ifdef SYSTEMDEBUG
+ added local arrays :
    opennames names of opened files
    fileopen boolean array to know if still open
    usefull with gdb if you get problems about too
    many open files !!
1998-06-26 08:19:08 +00:00
daniel
b66d7560f1 * RTLLITE conditional added to produce smaller RTL. 1998-06-15 15:17:08 +00:00
peter
7edd9b8a1e * force att or direct assembling
* cleanup of some files
1998-05-31 14:18:12 +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
482a6c19d2 * fix for smartlinking with _ARGS 1998-05-04 17:58:41 +00:00
florian
b8d8fcccca + win95 flag to the interface moved 1998-05-04 16:21:54 +00:00
florian
5df76b0720 + seg* added 1998-03-30 21:49:12 +00:00
root
d1a1f501c8 Initial revision 1998-03-25 11:18:12 +00:00