Commit Graph

77 Commits

Author SHA1 Message Date
peter
cf7ad6e5b9 * fixed crtread with wrong cursor position 1998-08-19 17:57:55 +00:00
peter
aad5141af6 * fixed removeline which scrolled too much lines 1998-08-19 14:55:44 +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
peter
43cfa0cec3 * fixed for go32v2 staticlib 1998-08-19 10:05:01 +00:00
carl
1f8290f89b * bugfix to make it work with FPC 0.99.5 (Delayloop is not correctly
converted by ATT parser)
1998-08-18 13:32:46 +00:00
peter
7936f4e13b + LFN Support 1998-08-16 20:39:49 +00:00
michael
734a30e857 Corrected fexpand behaviour. 1998-08-16 09:12:11 +00:00
peter
a16e265f27 * smartlinking the units works now
* setjmp/longjmp -> dmpi_setjmp/dpmi_longjmp to solve systemunit
    conflict
1998-08-15 17:01:13 +00:00
peter
b2e9bb2cf5 * moved delaycnt from interface to implementation 1998-08-15 17:00:10 +00:00
peter
0be8fdd5b8 * $ifdef ver0_99_5 instead of has_property 1998-08-11 00:07:17 +00:00
peter
22280020dc * updated crt with new delay, almost like bp7 routine 1998-08-08 21:56:45 +00:00
michael
2d8bbd8772 applied bugfix from maillist to fsearch 1998-08-05 21:01:50 +00:00
pierre
716e1a69bf + added BUGFIX test to be able to compile bugfix branch 1998-08-05 10:31:05 +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
carl
6a88566548 * stack size default is 256Kb! not 16K! as information stated by Pierre 1998-08-04 13:35:34 +00:00
pierre
a22a7eeb7d * changed all FPK into FPC 1998-08-04 13:31:32 +00:00
michael
4fc8eb51af + Added support for errorproc. Changed runerror to HandleError 1998-07-30 13:27:19 +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
michael
9865eea0ef included sysutils and math.pp as target. They compile now. 1998-07-29 15:44:32 +00:00
carl
d35acfdaf1 * Restored working version 1998-07-29 12:30:40 +00:00
michael
d2e96086cb + ENViron unknow, replaced by envp 1998-07-22 21:37:51 +00:00
michael
85a98737dd make cycle now works 1998-07-22 21:37:03 +00:00
carl
053dded202 * restored working version 1998-07-21 12:06:03 +00:00
michael
8d50f02749 Minimal implementation, make clean should work 1998-07-20 23:41:38 +00:00
carl
626eb9eb94 * bugfix of palette setting with wrong asm counter
(from Ingemar Ragnemalm)
1998-07-18 21:29:59 +00:00
Jonas Maebe
9d1f36f36a * new mouse uni 1998-07-15 16:10:35 +00:00
florian
ba57d2813b * some problems with ansi string support fixed 1998-07-13 21:19:07 +00:00
peter
f61c64bd1e * packed records 1998-07-08 12:33:26 +00:00
carl
38e463fddc * make it compiler under fpc v0995 1998-07-08 12:02:19 +00:00
carl
0e28a46c7c * added 2k buffer for stack checking for correct io on error 1998-07-07 12:33:08 +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
carl
a5243e665e * Glurbl.... now work perfectly! Do not change :) 1998-07-06 12:26:19 +00:00
peter
34ade816f2 + ifdef has_property for 0.99.5 backward support 1998-07-04 10:04:41 +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
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
3fe8cd8217 + released port[] and made them assembler procedures 1998-05-31 14:16:49 +00:00
pierre
d1d7fcaba3 * Handles of input and output restored 1998-05-28 10:21:38 +00:00
peter
d307cedd31 * fixed crt input 1998-05-27 00:19:16 +00:00
carl
d273864b0e - using objects.pp from inc directory instead now 1998-05-22 15:56:00 +00:00
peter
19a1443d6e - not necessary anymore 1998-05-22 11:53:31 +00:00
peter
b0b403d498 * go32v1, go32v2 recompiles with the new objects
* remake3 works again with go32v2
  - removed some "optimizes" from daniel which were wrong
1998-05-22 00:39:22 +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
carl
1b3fd9e8cf + go32v2 include for objects unit 1998-05-21 12:15:10 +00:00