Subversion Repositories SvarDOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2059 3 d 6 h mateusz.viste /tree/trunk/ FindFirstFile and FindNextFile return 0 on success  
2058 3 d 6 h mateusz.viste /tree/trunk/ modified FFDTA members to mimic Watcom find_t  
2057 3 d 7 h mateusz.viste /tree/trunk/ simplified FindNextFile / FindFirstFile inocations  
2056 3 d 7 h mateusz.viste /tree/trunk/ GetFileAttributes() replaced by Watcom _dos_getfileattr()  
2054 3 d 7 h mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 3 d 7 h mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)  
2048 3 d 10 h mateusz.viste /tree/trunk/ removed INVALID_HANDLE_VALUE signaling, replaced it by NULL  
2047 3 d 11 h mateusz.viste /tree/trunk/ shortened attrib names, storing attributes as 16-bit values and changed GetFileAttributes() invocation to a form closer to OpenWatcom  
2046 3 d 22 h mateusz.viste /tree/trunk/ removed HANDLE defintion, replaced by direct DTA pts  
2045 3 d 23 h mateusz.viste /tree/trunk/ removed LFN support  
2044 4 d 0 h mateusz.viste /tree/trunk/ watcom C convertion -- compiles but highly dysfunctional!  
2042 4 d 6 h mateusz.viste /tree/trunk/ removed useless arguments of GetVolumeInformation() and deleted a dangling STDCALL definition  
2041 4 d 7 h mateusz.viste /tree/trunk/ moved GetFileAttributes() to dosdisk.c and removed the FFDTA typedef to make the struct explicit  
2040 4 d 7 h mateusz.viste /tree/trunk/ removed the confusing WIN32_FIND_DATAA define to WIN32_FIND_DATA and renamed FindFirstFile/FindNextFile functions  
2038 4 d 9 h mateusz.viste /tree/trunk/ removed the WIN32_FIND_DATA_BOTH union  
2035 4 d 9 h mateusz.viste /tree/trunk/ moved w32fDOS into dosdisk.c  
2034 4 d 10 h mateusz.viste /tree/trunk/ simplified console-detection code and integrated it inside tree.c, removing w32api.c and wincon definitions  
2031 4 d 23 h mateusz.viste /tree/trunk/ removed support for windows-specific file attributes  
2028 5 d 0 h mateusz.viste /tree/trunk/ removed a couple of wide-char functions (useless in DOS)  
2020 5 d 11 h mateusz.viste /tree/trunk/ copied original KJD version to trunk  

Show All