Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2054 2 m mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 17 m mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)  
2052 2 h 17 m mateusz.viste /tree/trunk/ replaced getProperPath() by a DOS truename call  
2051 2 h 40 m mateusz.viste /tree/trunk/ reimplemented is_stdout_redirected() as inline assembly  
2050 2 h 53 m mateusz.viste /tree/trunk/ replaced GetStdOutType() by a simpler is_stdout_redirected()  
2049 3 h 1 m mateusz.viste /tree/trunk/ replaced getch() with inline asm  
2048 3 h 14 m mateusz.viste /tree/trunk/ removed INVALID_HANDLE_VALUE signaling, replaced it by NULL  
2047 3 h 20 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 15 h 17 m mateusz.viste /tree/trunk/ removed HANDLE defintion, replaced by direct DTA pts  
2045 15 h 49 m mateusz.viste /tree/trunk/ removed LFN support  
2044 16 h 34 m mateusz.viste /tree/trunk/ watcom C convertion -- compiles but highly dysfunctional!  
2043 23 h 14 m mateusz.viste /tree/trunk/ removed an unused function processLine()  
2042 23 h 17 m mateusz.viste /tree/trunk/ removed useless arguments of GetVolumeInformation() and deleted a dangling STDCALL definition  
2041 23 h 51 m mateusz.viste /tree/trunk/ moved GetFileAttributes() to dosdisk.c and removed the FFDTA typedef to make the struct explicit  
2040 1 d 0 h mateusz.viste /tree/trunk/ removed the confusing WIN32_FIND_DATAA define to WIN32_FIND_DATA and renamed FindFirstFile/FindNextFile functions  
2039 1 d 1 h mateusz.viste /tree/trunk/ removed the optsort placeholder (feature was unimplemented anyway)  
2038 1 d 1 h mateusz.viste /tree/trunk/ removed the WIN32_FIND_DATA_BOTH union  
2037 1 d 2 h mateusz.viste /tree/trunk/ marked all functions static  
2036 1 d 2 h mateusz.viste /tree/trunk/ removed useless streams.c file (old relict of windows code)  
2035 1 d 2 h mateusz.viste /tree/trunk/ moved w32fDOS into dosdisk.c  

Show All