Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2047 15 h 5 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 1 d 3 h mateusz.viste /tree/trunk/ removed HANDLE defintion, replaced by direct DTA pts  
2045 1 d 3 h mateusz.viste /tree/trunk/ removed LFN support  
2044 1 d 4 h mateusz.viste /tree/trunk/ watcom C convertion -- compiles but highly dysfunctional!  
2043 1 d 10 h mateusz.viste /tree/trunk/ removed an unused function processLine()  
2042 1 d 11 h mateusz.viste /tree/trunk/ removed useless arguments of GetVolumeInformation() and deleted a dangling STDCALL definition  
2041 1 d 11 h mateusz.viste /tree/trunk/ moved GetFileAttributes() to dosdisk.c and removed the FFDTA typedef to make the struct explicit  
2040 1 d 11 h mateusz.viste /tree/trunk/ removed the confusing WIN32_FIND_DATAA define to WIN32_FIND_DATA and renamed FindFirstFile/FindNextFile functions  
2039 1 d 13 h mateusz.viste /tree/trunk/ removed the optsort placeholder (feature was unimplemented anyway)  
2038 1 d 13 h mateusz.viste /tree/trunk/ removed the WIN32_FIND_DATA_BOTH union  
2037 1 d 13 h mateusz.viste /tree/trunk/ marked all functions static  
2035 1 d 14 h mateusz.viste /tree/trunk/ moved w32fDOS into dosdisk.c  
2034 1 d 14 h mateusz.viste /tree/trunk/ simplified console-detection code and integrated it inside tree.c, removing w32api.c and wincon definitions  
2033 2 d 3 h mateusz.viste /tree/trunk/ renamed CPP files to C - no more plus plus garbage!  
2032 2 d 3 h mateusz.viste /tree/trunk/ ANSI C compatibility  
2031 2 d 3 h mateusz.viste /tree/trunk/ removed support for windows-specific file attributes  
2030 2 d 3 h mateusz.viste /tree/trunk/ improved ANSI C compatibility  
2029 2 d 4 h mateusz.viste /tree/trunk/ removed /DS (alternate streams - win32 only)  
2028 2 d 4 h mateusz.viste /tree/trunk/ removed a couple of wide-char functions (useless in DOS)  
2027 2 d 4 h mateusz.viste /tree/trunk/ removed all register declarations - compiler knows better what to do  

Show All