Commit Graph

58 Commits

Author SHA1 Message Date
Tomas Hajny
90062097c9 * Exec fix 2003-10-25 23:55:22 +00:00
Tomas Hajny
7adcc315bc * file handling related fixes 2003-10-25 22:45:37 +00:00
Tomas Hajny
1bcce4c618 * result buffers must be allocated 2003-10-05 22:06:43 +00:00
peter
d97075a245 * stdcall fixes 2003-10-03 21:46:25 +00:00
yuri
7fa443b61f * Prepared for native target (emx code replaced) 2003-09-24 08:59:16 +00:00
Tomas Hajny
c96795ebda * correction for previous mistyping 2003-02-20 17:37:00 +00:00
Tomas Hajny
703367dd40 * fixes for OS/2 v2.1 incompatibility 2003-02-20 17:09:49 +00:00
Tomas Hajny
a92d2c1f76 + GetEnvPChar added 2003-01-04 15:43:50 +00:00
Tomas Hajny
1f88f17a7f * mistyping fixed 2002-12-07 19:46:56 +00:00
Tomas Hajny
ab27397399 * GetEnv correction, better PM support, ... 2002-12-07 19:17:13 +00:00
Tomas Hajny
466b5d9d58 * another bunch of type corrections 2002-11-18 19:51:00 +00:00
peter
9f31783a0a * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
Tomas Hajny
0a29a5632f * FindFirst fix (invalid attribute bits masked out) 2002-07-11 16:00:05 +00:00
Tomas Hajny
409eca87a2 * DosGetInfoBlock modification to allow overloaded version (in DosCalls) 2002-07-07 18:00:48 +00:00
Tomas Hajny
3e26fef459 * GetEnv rewritten to assembly - 3x faster now 2002-03-03 11:19:20 +00:00
carl
2c93d32ff3 * updated behavior of some routines to conform to docs (completely taken from fixes branch) 2001-11-23 00:35:02 +00:00
carl
9b70b46975 * corrected assembler syntax error 2001-10-05 01:35:48 +00:00
Tomas Hajny
72e3212dad + platform specific information 2001-06-13 22:20:10 +00:00
Tomas Hajny
4bf4581095 * silly mistyping corrected 2001-05-21 20:50:19 +00:00
Tomas Hajny
db66b45c55 * merging Carl's fixes from the fixes branch 2001-05-20 18:51:09 +00:00
Tomas Hajny
64e7256587 * better check for FindClose 2001-04-10 18:49:40 +00:00
Tomas Hajny
d6f289a9df * another Find* problem :-( 2001-03-11 18:58:42 +00:00
Tomas Hajny
c83475a6ca * FExpand without IOResult change, remaining direct asm removed 2001-03-10 09:57:51 +00:00
Tomas Hajny
f22b036c55 * direct asm removing 2001-02-04 01:57:52 +00:00
Tomas Hajny
4e6aff2806 * common FExpand introduced 2000-11-06 20:35:05 +00:00
Tomas Hajny
c5c4573cde * more FExpand fixes 2000-11-05 22:21:47 +00:00
Tomas Hajny
84e3ad0dc5 * many FExpand fixes 2000-10-28 16:58:34 +00:00
Jonas Maebe
2a6e63f2dd * removed warnings 2000-09-29 21:49:41 +00:00
michael
586c4cea50 + Conditionals fixed 2000-07-14 10:33:09 +00:00
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00
Tomas Hajny
2aea492dda * SetFTime for OS/2 mode corrected 2000-07-06 18:57:40 +00:00
Tomas Hajny
0baf0745bc * SetDate, SetTime corrected 2000-06-05 18:50:55 +00:00
Tomas Hajny
9b8162972f * warning about SetDate added (TODO) 2000-06-01 18:38:46 +00:00
Tomas Hajny
bbba28c00e * DiskFree/DiskSize updated 2000-05-28 18:20:16 +00:00
Tomas Hajny
8b07877e8a + FSearch and Find* reworked 2000-05-21 16:06:38 +00:00
Tomas Hajny
103c1d2d52 * FSearch with given path corrected 2000-04-18 20:30:02 +00:00
Tomas Hajny
c71f5233b1 * missing parentheses added 2000-03-12 18:32:17 +00:00
Tomas Hajny
4416ae8022 * DiskFree, DiskSize - int64 result, fix for osDPMI mode 2000-03-05 19:00:37 +00:00
peter
6b66a55cd6 * truncated log 2000-02-09 16:59:28 +00:00
Tomas Hajny
c4153b1ff9 * FPK changed to FPC 2000-01-09 20:45:58 +00:00
daniel
ec29a31834 * copyright 2000 2000-01-07 16:41:28 +00:00
daniel
c84c00710e * OS/2 compiler works again. 1999-10-13 12:21:56 +00:00
Tomas Hajny
2d015b9e80 * again didn't manage to read docu for DosFindFirst properly :-( 1999-09-13 18:21:02 +00:00
Tomas Hajny
2040a216bb * another correction to FSearch fix - mistyping 1999-09-13 17:56:26 +00:00
Tomas Hajny
ba6c703f82 * little addition/correction to FSearch fix 1999-09-13 17:35:15 +00:00
Tomas Hajny
42890bf082 * FSearch under OS/2 fixed 1999-09-09 09:20:43 +00:00
pierre
ec93b43e64 + findclose added 1999-01-22 16:25:58 +00:00
Jonas Maebe
4e28b233fa - removed "noattcdq" define 1999-01-18 16:22:51 +00:00
daniel
88b7d1ab9d * Fsearch bug fixed 1998-12-10 16:05:39 +00:00
Jonas Maebe
7456669b53 * fixed bug reported in the mailing list by Frank McCormick (fsearch: changed
"if p1 = 0" to "if p1 <> 0"
1998-12-07 18:55:41 +00:00