Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2246 4 d 3 h mateusz.viste /svarcom/trunk/cmd/ avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)  
2243 5 d 14 h mateusz.viste /svarcom/trunk/ DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now  
2242 6 d 6 h mateusz.viste /svarcom/trunk/ replaced qsort() from libc by own implementation of a selective sort (slower, but requires no auxiliary memory and no stack)  
2241 6 d 6 h mateusz.viste /svarcom/trunk/cmd/ max amount of sortable files is limited by how many TINYDTA structs I can fit in a single 64K block  
2230 8 d 5 h mateusz.viste /svarcom/trunk/ replaced _fmalloc() by inline assembly  
2228 8 d 6 h mateusz.viste /svarcom/trunk/ ver: no sprintf() dependency, SvarCOM is free of stdio now  
2225 9 d 5 h mateusz.viste /svarcom/trunk/cmd/ DIR: removed sprintf() dependency  
2224 9 d 5 h mateusz.viste /svarcom/trunk/ copy: removed sprintf() dependency  
2222 9 d 6 h mateusz.viste /svarcom/trunk/ vol: removed sprintf() dependencies  
2221 9 d 15 h mateusz.viste /svarcom/trunk/cmd/ chcp: removed sprintf() call dependency  
2218 10 d 8 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
2217 10 d 9 h mateusz.viste /svarcom/trunk/cmd/ eliminated _fmemcpy() dependencies  
2216 10 d 9 h mateusz.viste /svarcom/trunk/cmd/ eliminated strcpy() dependencies  
2215 10 d 9 h mateusz.viste /svarcom/trunk/ eliminated strcat() dependencies  
2214 10 d 9 h mateusz.viste /svarcom/trunk/cmd/ eliminated strlen() and memmove() dependencies  
2213 10 d 10 h mateusz.viste /svarcom/trunk/ eliminated some libc dependencies  
2207 10 d 14 h mateusz.viste /svarcom/trunk/ /b hides . and .. entries  
2206 10 d 15 h mateusz.viste /svarcom/trunk/cmd/ /B displays full path when used in combination with /S  
2205 10 d 15 h mateusz.viste /svarcom/trunk/ print base directory when nothing found with /S  
2204 10 d 15 h mateusz.viste /svarcom/trunk/ fixed bad printing of "directory of ..." when a file pattern has been used  

Show All