Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2060 5 m mateusz.viste /tree/trunk/ use Watcom _dos_findfirst/findnext instead of what dosdisk.c provides  
2059 24 m mateusz.viste /tree/trunk/ FindFirstFile and FindNextFile return 0 on success  
2058 43 m mateusz.viste /tree/trunk/ modified FFDTA members to mimic Watcom find_t  
2057 1 h 0 m mateusz.viste /tree/trunk/ simplified FindNextFile / FindFirstFile inocations  
2056 1 h 30 m mateusz.viste /tree/trunk/ GetFileAttributes() replaced by Watcom _dos_getfileattr()  
2055 1 h 36 m mateusz.viste /tree/trunk/ MAXBUF declaration changed to PATH_MAX when applicable  
2054 1 h 42 m mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 1 h 57 m mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)  
2052 3 h 57 m mateusz.viste /tree/trunk/ replaced getProperPath() by a DOS truename call  
2051 4 h 20 m mateusz.viste /tree/trunk/ reimplemented is_stdout_redirected() as inline assembly  
2050 4 h 33 m mateusz.viste /tree/trunk/ replaced GetStdOutType() by a simpler is_stdout_redirected()  
2049 4 h 41 m mateusz.viste /tree/trunk/ replaced getch() with inline asm  
2048 4 h 54 m mateusz.viste /tree/trunk/ removed INVALID_HANDLE_VALUE signaling, replaced it by NULL  
2047 5 h 0 m mateusz.viste /tree/trunk/ shortened attrib names, storing attributes as 16-bit values and changed GetFileAttributes() invocation to a form closer to OpenWatcom  
2046 16 h 57 m mateusz.viste /tree/trunk/ removed HANDLE defintion, replaced by direct DTA pts  
2045 17 h 29 m mateusz.viste /tree/trunk/ removed LFN support  
2044 18 h 14 m mateusz.viste /tree/trunk/ watcom C convertion -- compiles but highly dysfunctional!  
2043 1 d 0 h mateusz.viste /tree/trunk/ removed an unused function processLine()  
2042 1 d 0 h mateusz.viste /tree/trunk/ removed useless arguments of GetVolumeInformation() and deleted a dangling STDCALL definition  
2041 1 d 1 h mateusz.viste /tree/trunk/ moved GetFileAttributes() to dosdisk.c and removed the FFDTA typedef to make the struct explicit  

Show All