Commit Graph

201 Commits

Author SHA1 Message Date
peter
8b38902424 * exampleinstall target added 2000-07-01 23:03:18 +00:00
peter
98ec034eb2 * fixed truncate 2000-06-30 22:16:19 +00:00
Jonas Maebe
c246def634 * always set SetupLinear to false at the start of the routine (there
were some "exit" statements which returned without the function
    result being set otherwise)
2000-06-07 07:41:44 +00:00
pierre
26e15a2e1d * some typo corrected ! 2000-06-05 06:20:44 +00:00
Tomas Hajny
86db440f1f * FileGetDate returns -1 on error, FileSeek parameter name changed 2000-06-04 14:19:04 +00:00
Tomas Hajny
89a79fa97b * FileHandleCount decreased upon unsuccessful increase attempt 2000-06-04 14:14:10 +00:00
marco
03209882e6 * fixed in line 164 pointer(@buf) to buf 2000-05-30 06:45:53 +00:00
Jonas Maebe
3cd25fef47 * fixed compiling problem with formal expression passed as var
parameter
2000-05-30 04:41:05 +00:00
Jonas Maebe
17c2136ba6 * should compile again 2000-05-29 05:32:50 +00:00
peter
8e4522215a * smart,shared lib including for rpm/deb 2000-05-26 20:50:09 +00:00
pierre
f4e01e9524 * Added default error value to GetInoOutRes function 2000-05-18 07:18:28 +00:00
pierre
ccba0443c7 * avoid FPU exception on startup if no coprocessor and loaded from another DPMI program 2000-05-18 06:40:52 +00:00
peter
01e98ff122 * int64 support for diskfree,disksize 2000-05-15 19:28:41 +00:00
Jonas Maebe
0250b1238a * set some more procedures back to the defaults when using linear
VESA modes because they only work for windowed VESA modes
2000-05-13 14:08:42 +00:00
Jonas Maebe
b23035b4df * fixed bug in setvgargbpalette (now you can again pass values in the
range 0..255 instead of 0..63)
2000-05-12 08:52:09 +00:00
Jonas Maebe
4d520d5b93 * fixed bug in getscanline16 (affects floodfil and getimage under VGA
640x480x16 (VGA/VGAHI)
2000-05-09 04:23:11 +00:00
pierre
6b8dcf9175 Use BackTraceStrFunc in show_call_frame 2000-04-14 12:24:12 +00:00
pierre
ccb5a126ed * fix the crt blinking compat problem bug #902 2000-04-12 14:10:50 +00:00
peter
6ea5534991 * added extra ifdef to check if there are some objects else some
targets aren't added anymore
2000-04-11 15:34:47 +00:00
pierre
8c3f6ef4f0 * use only low word of regs record after system calls 2000-04-10 11:21:02 +00:00
pierre
18c8252178 * use 16 bit regs at return of system interrupts instead of 32
* call Dos.FindClose because it is not a dummy if LFNSupport is true
2000-04-10 11:04:45 +00:00
Jonas Maebe
f6a7349bb4 * added extra linebreak after last line so as doesn't ignore it 2000-04-07 09:54:36 +00:00
pierre
f6a2669d89 * bug fix for 915, hopefully 2000-04-06 13:05:15 +00:00
pierre
f6da28673a * changed handling of interrupt 0x75 :
the status word is saved into ___djgpp_fpu_state
    and inserted in __sigmaks field of djgpp exception record
    BUT fnclex is called after to avoid a second interrupt
    generation on fn??? calls
2000-03-31 23:19:12 +00:00
pierre
d74dc01fef * fix FPU and multiple exception problems 2000-03-30 13:40:57 +00:00
pierre
1223e79acb * fix for 885 2000-03-28 10:06:19 +00:00
pierre
299ec9d3dc + allow double backslash for network drives 2000-03-22 08:00:42 +00:00
pierre
7c29d75493 * LFN support in streams 2000-03-20 19:19:44 +00:00
pierre
4a66eb02e5 * fix for bug #876 2000-03-20 13:09:07 +00:00
peter
2d6a92f17e * graph unit include is now independent and the dependent part
is now in graph.pp
  * ggigraph unit for linux added
2000-03-19 11:20:12 +00:00
pierre
5b52f307e6 + exceptions in system is default now 2000-03-13 19:45:20 +00:00
pierre
47a02cf8d3 + UseLFB and UseNoSelector vars to force LinearFrameBuffer use
with or without specific selector.
2000-03-12 22:32:22 +00:00
pierre
bba120a2fd * some clean up for exceptions in system 2000-03-10 09:53:17 +00:00
pierre
d68fb9a6a2 + EXCEPTIONS_IN_SYSTEM 2000-03-10 09:51:07 +00:00
pierre
c653648412 * fixes for LFB mode 2000-03-09 22:32:22 +00:00
pierre
5430f96660 * Allocate_ltd_desciptors on LFB modes
+ ForceVesa var to force use of LFB modes
2000-03-09 21:52:05 +00:00
pierre
991b0d8b09 + support for djgpp v2.03 (added some new functions that are in v2.03 ofdpmiexcp.c)
+ code to integrate exception support inside the system unit
2000-03-09 09:15:10 +00:00
pierre
6d918ef306 * fix for the problem of backslashes at and of directory
+ some code for exception support (far from working :()
  + debug variable accept_sbrk
2000-03-07 11:05:58 +00:00
pierre
1ce3442161 * remove Jonas unnecessary (but correct) code 2000-02-28 11:17:48 +00:00
pierre
3a5a62b567 * Enormous bug in mouse fix fixed 2000-02-27 11:21:17 +00:00
Jonas Maebe
f106b3b5fd * restored my fix (CVS screwed up the previous versinos because of wrong line
breaks)
2000-02-23 12:46:11 +00:00
Jonas Maebe
d69db753e8 * fixed wrong line breaks 2000-02-23 07:12:41 +00:00
Jonas Maebe
291549390b * fixed crash to to wrong code for disabling/enabling interrupts 2000-02-22 14:26:28 +00:00
sg
723d944396 * Changed the second argument of FileWrite from "var buffer" to
"const buffer", like in Delphi.
2000-02-17 22:16:05 +00:00
pierre
585796400f * Mouse crash bug fixed !!! 2000-02-16 13:24:55 +00:00
Jonas Maebe
ba7b10c01d + new, faster fillpoly from Thomas Schatzl
* some logging commands in vesa.inc disabled
2000-02-12 13:39:19 +00:00
peter
6b66a55cd6 * truncated log 2000-02-09 16:59:28 +00:00
peter
a2318ce5ec * regenerated 2000-02-09 14:29:22 +00:00
peter
8a7f1814bd + getlongname 2000-02-09 13:00:32 +00:00
peter
6d8e13cacb * halt moved to system.inc 2000-02-09 12:39:11 +00:00