pierre
|
b917533a9f
Fix SetFAttr function
|
7 年之前 |
pierre
|
50e5256f8e
* system.pp:
|
8 年之前 |
Tomas Hajny
|
1e6ee7f3c7
* fix remaining search handle leaks in Dos.FSearch - fix for bug #30896
|
8 年之前 |
Tomas Hajny
|
b7de70422f
* fix for bug #24504 (extended version of patch by Bart Broersma)
|
8 年之前 |
Tomas Hajny
|
c1afb4b63b
* avoid FindFirst failing due to Attribute parameter bigger than $FF
|
9 年之前 |
nickysn
|
23b0cf2340
* msdos system unit variable dos_psp renamed PrefixSeg for TP7 compatibility
|
11 年之前 |
Tomas Hajny
|
cedf009d3c
* fix for SIGSEGV in Exec without command line parameters revealed in discussion for #26160
|
11 年之前 |
nickysn
|
f31d7e665b
* fix for i8086 far data memory models in dos.getintvec
|
11 年之前 |
nickysn
|
238c4f91d8
* fixed dos.getftime returning a wrong value for 'time' on i8086-msdos
|
11 年之前 |
nickysn
|
ee34761646
* changed some longint vars to integer and cleaned up some unused vars from the
|
11 年之前 |
nickysn
|
ac6611ceb9
- rm unused variable from LFNFindFirst
|
11 年之前 |
nickysn
|
044a744ba8
+ implemented dos.SwapVectors for i8086-msdos
|
11 年之前 |
nickysn
|
07c3762164
+ ported the go32v2 CD-ROM support code for dos.disksize and dos.diskfree to
|
11 年之前 |
nickysn
|
41d28f91e5
- rm asmmode intel from the i8086-msdos rtl, as that is the default asm mode on
|
11 年之前 |
pierre
|
f4726e068b
Avoid assmebler size mismatch warning in Keep procedure
|
11 年之前 |
Jonas Maebe
|
df6a2dce00
+ unicodestring support for assign/erase/rename
|
12 年之前 |
nickysn
|
c867fb14dd
+ implemented dos.exec on i8086-msdos
|
12 年之前 |
nickysn
|
4b3c67c51a
+ implemented dos.Keep for i8086-msdos; simple dos TSRs now work
|
12 年之前 |
nickysn
|
896d2f2bd5
+ implemented dos.GetIntVec and SetIntVec for i8086-msdos
|
12 年之前 |
nickysn
|
6c51bcae37
+ implemented dos.diskfree and disksize for i8086-msdos; cd-rom support not implemented yet
|
12 年之前 |
nickysn
|
ed7eb79486
+ implemented dos.GetShortName and GetLongName for i8086-msdos
|
12 年之前 |
nickysn
|
7d757cc5ed
+ implemented dos.getfattr and setfattr for i8086-msdos
|
12 年之前 |
nickysn
|
327628a6bd
+ implemented dos.FindFirst/FindNext/FindClose for i8086-msdos
|
12 年之前 |
nickysn
|
0f7673105b
+ implemented envcount, envstr and getenv for i8086-msdos
|
12 年之前 |
nickysn
|
96fd997a97
- rm unported code from go32v2, generate runtime 304 if an unimplemented function is called
|
12 年之前 |
florian
|
5ab9742c22
+ start of dos unit (derived from go32v2)
|
12 年之前 |