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
2073 7 h 18 m mateusz.viste /tree/trunk/ usage screen does not use printf()  
2068 7 h 56 m mateusz.viste /tree/trunk/ getdrvserial() moved to inline assembly instead of a pragma aux to avoid linker complaining about segment relocation in tiny model  
2066 8 h 24 m mateusz.viste /tree/trunk/ implemented svarlang  
2065 9 h 11 m mateusz.viste /tree/trunk/ removed complex path-processing code used only to display a single error message  
2064 9 h 19 m mateusz.viste /tree/trunk/ simplified argv parsing  
2063 11 h 44 m mateusz.viste /tree/trunk/ clarified hasSubdirectories() filtering  
2062 12 h 9 m mateusz.viste /tree/trunk/ SUBDIRINFO typdef changed to explicit struct  
2061 13 h 17 m mateusz.viste /tree/trunk/ get serial and volume through inline asm, dosdisk.c no longer used  
2060 14 h 10 m mateusz.viste /tree/trunk/ use Watcom _dos_findfirst/findnext instead of what dosdisk.c provides  
2059 14 h 29 m mateusz.viste /tree/trunk/ FindFirstFile and FindNextFile return 0 on success  
2058 14 h 48 m mateusz.viste /tree/trunk/ modified FFDTA members to mimic Watcom find_t  
2057 15 h 5 m mateusz.viste /tree/trunk/ simplified FindNextFile / FindFirstFile inocations  
2056 15 h 35 m mateusz.viste /tree/trunk/ GetFileAttributes() replaced by Watcom _dos_getfileattr()  
2055 15 h 41 m mateusz.viste /tree/trunk/ MAXBUF declaration changed to PATH_MAX when applicable  
2054 15 h 48 m mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 16 h 2 m mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)  
2052 18 h 2 m mateusz.viste /tree/trunk/ replaced getProperPath() by a DOS truename call  
2051 18 h 25 m mateusz.viste /tree/trunk/ reimplemented is_stdout_redirected() as inline assembly  
2050 18 h 38 m mateusz.viste /tree/trunk/ replaced GetStdOutType() by a simpler is_stdout_redirected()  
2049 18 h 46 m mateusz.viste /tree/trunk/ replaced getch() with inline asm  

Show All