peter
d24c580d24
* sysutils.pp moved to target and merged with disk.inc, filutil.inc
2000-08-20 15:46:46 +00:00
peter
783f16503b
* fixed double declared ___exit() (merged)
2000-08-13 19:23:26 +00:00
Jonas Maebe
2f3239d61c
+ setallpalette hook
...
+ setallpalette implemented for standard vga and VESA 2.0+
2000-08-12 12:27:13 +00:00
peter
9b1864c586
* getenv case insensitive (merged)
2000-08-04 21:45:39 +00:00
Jonas Maebe
167eb0e268
* set _graphresult to grnotdetected if the vesa setmode interrupt
...
call returns an error (merged from fixes branch)
2000-08-01 06:03:13 +00:00
Jonas Maebe
3035952b07
* fixed web bug #1037 (disable linking of ctrl-c to exception handler,
...
ctrl-break still works fine then) (merged from fixes)
2000-07-31 14:07:43 +00:00
peter
1b04862b8c
* merged fixes
2000-07-30 17:09:55 +00:00
Jonas Maebe
7c914c429f
* merged dossearchrec2searchrec() fix from fixes branch
2000-07-22 12:24:55 +00:00
Jonas Maebe
25d36d7547
* fixed wrongly matched comment pair for log section
2000-07-16 07:08:22 +00:00
michael
586c4cea50
+ Conditionals fixed
2000-07-14 10:33:09 +00:00
michael
650fbb86aa
+ removed logs
2000-07-13 11:32:24 +00:00
michael
e7aca136a1
+ Initial import
2000-07-13 06:29:38 +00:00
pierre
4ba6e9b06e
* get it to compile with AS v 2.10
2000-07-11 09:37:55 +00:00
peter
e4472e186e
* math.rst added
2000-07-08 19:25:25 +00:00
Jonas Maebe
577075367d
* LFB modes finally work! You have to add $4000 to the mode number
...
if you use LFB access!
2000-07-08 07:48:38 +00:00
Jonas Maebe
852bc354a0
* fixed getpixelx/directputpixelx (only pascal version, assembler
...
versions are still wrong)
* fixed getrvgagbpalette procedur e(also returns 8 instead of 6 bit
values now)
2000-07-07 19:05:34 +00:00
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