Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2069 13 m mateusz.viste /tree/trunk/ moved from small-model EXE to tiny-model COM  
2068 14 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  
2067 31 m mateusz.viste /tree/trunk/ translations are stored in utf-8 now and converted to codepages at build time  
2066 41 m mateusz.viste /tree/trunk/ implemented svarlang  
2065 1 h 29 m mateusz.viste /tree/trunk/ removed complex path-processing code used only to display a single error message  
2064 1 h 36 m mateusz.viste /tree/trunk/ simplified argv parsing  
2063 4 h 2 m mateusz.viste /tree/trunk/ clarified hasSubdirectories() filtering  
2062 4 h 27 m mateusz.viste /tree/trunk/ SUBDIRINFO typdef changed to explicit struct  
2061 5 h 34 m mateusz.viste /tree/trunk/ get serial and volume through inline asm, dosdisk.c no longer used  
2060 6 h 27 m mateusz.viste /tree/trunk/ use Watcom _dos_findfirst/findnext instead of what dosdisk.c provides  
2059 6 h 46 m mateusz.viste /tree/trunk/ FindFirstFile and FindNextFile return 0 on success  
2058 7 h 5 m mateusz.viste /tree/trunk/ modified FFDTA members to mimic Watcom find_t  
2057 7 h 22 m mateusz.viste /tree/trunk/ simplified FindNextFile / FindFirstFile inocations  
2056 7 h 52 m mateusz.viste /tree/trunk/ GetFileAttributes() replaced by Watcom _dos_getfileattr()  
2055 7 h 58 m mateusz.viste /tree/trunk/ MAXBUF declaration changed to PATH_MAX when applicable  
2054 8 h 5 m mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 8 h 19 m mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)  
2052 10 h 19 m mateusz.viste /tree/trunk/ replaced getProperPath() by a DOS truename call  
2051 10 h 43 m mateusz.viste /tree/trunk/ reimplemented is_stdout_redirected() as inline assembly  
2050 10 h 55 m mateusz.viste /tree/trunk/ replaced GetStdOutType() by a simpler is_stdout_redirected()  
2049 11 h 4 m mateusz.viste /tree/trunk/ replaced getch() with inline asm  
2048 11 h 17 m mateusz.viste /tree/trunk/ removed INVALID_HANDLE_VALUE signaling, replaced it by NULL  
2047 11 h 23 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 23 h 19 m mateusz.viste /tree/trunk/ removed HANDLE defintion, replaced by direct DTA pts  
2045 23 h 51 m mateusz.viste /tree/trunk/ removed LFN support  
2044 1 d 0 h mateusz.viste /tree/trunk/ watcom C convertion -- compiles but highly dysfunctional!  
2043 1 d 7 h mateusz.viste /tree/trunk/ removed an unused function processLine()  
2042 1 d 7 h mateusz.viste /tree/trunk/ removed useless arguments of GetVolumeInformation() and deleted a dangling STDCALL definition  
2041 1 d 7 h mateusz.viste /tree/trunk/ moved GetFileAttributes() to dosdisk.c and removed the FFDTA typedef to make the struct explicit  
2040 1 d 8 h mateusz.viste /tree/trunk/ removed the confusing WIN32_FIND_DATAA define to WIN32_FIND_DATA and renamed FindFirstFile/FindNextFile functions  
2039 1 d 9 h mateusz.viste /tree/trunk/ removed the optsort placeholder (feature was unimplemented anyway)  
2038 1 d 9 h mateusz.viste /tree/trunk/ removed the WIN32_FIND_DATA_BOTH union  
2037 1 d 10 h mateusz.viste /tree/trunk/ marked all functions static  
2036 1 d 10 h mateusz.viste /tree/trunk/ removed useless streams.c file (old relict of windows code)  
2035 1 d 10 h mateusz.viste /tree/trunk/ moved w32fDOS into dosdisk.c  
2034 1 d 10 h mateusz.viste /tree/trunk/ simplified console-detection code and integrated it inside tree.c, removing w32api.c and wincon definitions  
2033 1 d 23 h mateusz.viste /tree/trunk/ renamed CPP files to C - no more plus plus garbage!  
2032 1 d 23 h mateusz.viste /tree/trunk/ ANSI C compatibility  
2031 1 d 23 h mateusz.viste /tree/trunk/ removed support for windows-specific file attributes  
2030 2 d 0 h mateusz.viste /tree/trunk/ improved ANSI C compatibility