Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2066 23 m mateusz.viste /tree/trunk/ implemented svarlang  
2065 1 h 10 m mateusz.viste /tree/trunk/ removed complex path-processing code used only to display a single error message  
2064 1 h 18 m mateusz.viste /tree/trunk/ simplified argv parsing  
2063 3 h 43 m mateusz.viste /tree/trunk/ clarified hasSubdirectories() filtering  
2062 4 h 8 m mateusz.viste /tree/trunk/ SUBDIRINFO typdef changed to explicit struct  
2061 5 h 16 m mateusz.viste /tree/trunk/ get serial and volume through inline asm, dosdisk.c no longer used  
2060 6 h 9 m mateusz.viste /tree/trunk/ use Watcom _dos_findfirst/findnext instead of what dosdisk.c provides  
2059 6 h 28 m mateusz.viste /tree/trunk/ FindFirstFile and FindNextFile return 0 on success  
2058 6 h 47 m mateusz.viste /tree/trunk/ modified FFDTA members to mimic Watcom find_t  
2057 7 h 4 m mateusz.viste /tree/trunk/ simplified FindNextFile / FindFirstFile inocations  
2056 7 h 34 m mateusz.viste /tree/trunk/ GetFileAttributes() replaced by Watcom _dos_getfileattr()  
2055 7 h 40 m mateusz.viste /tree/trunk/ MAXBUF declaration changed to PATH_MAX when applicable  
2054 7 h 46 m mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 8 h 1 m mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)  
2052 10 h 1 m mateusz.viste /tree/trunk/ replaced getProperPath() by a DOS truename call  
2051 10 h 24 m mateusz.viste /tree/trunk/ reimplemented is_stdout_redirected() as inline assembly  
2050 10 h 37 m mateusz.viste /tree/trunk/ replaced GetStdOutType() by a simpler is_stdout_redirected()  
2049 10 h 45 m mateusz.viste /tree/trunk/ replaced getch() with inline asm  
2048 10 h 58 m mateusz.viste /tree/trunk/ removed INVALID_HANDLE_VALUE signaling, replaced it by NULL  
2047 11 h 4 m mateusz.viste /tree/trunk/ shortened attrib names, storing attributes as 16-bit values and changed GetFileAttributes() invocation to a form closer to OpenWatcom  

Show All