Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2250 3 d 21 h mateusz.viste /svarcom/trunk/ improved TIME help  
2249 3 d 22 h mateusz.viste /svarcom/trunk/cmd/ TIME: return an error if too many arguments are provided  
2246 11 d 10 h mateusz.viste /svarcom/trunk/cmd/ avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)  
2243 12 d 21 h mateusz.viste /svarcom/trunk/ DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now  
2242 13 d 13 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 13 d 13 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 15 d 12 h mateusz.viste /svarcom/trunk/ replaced _fmalloc() by inline assembly  
2228 15 d 13 h mateusz.viste /svarcom/trunk/ ver: no sprintf() dependency, SvarCOM is free of stdio now  
2225 16 d 12 h mateusz.viste /svarcom/trunk/cmd/ DIR: removed sprintf() dependency  
2224 16 d 12 h mateusz.viste /svarcom/trunk/ copy: removed sprintf() dependency  
2222 16 d 13 h mateusz.viste /svarcom/trunk/ vol: removed sprintf() dependencies  
2221 16 d 22 h mateusz.viste /svarcom/trunk/cmd/ chcp: removed sprintf() call dependency  
2218 17 d 15 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
2217 17 d 16 h mateusz.viste /svarcom/trunk/cmd/ eliminated _fmemcpy() dependencies  
2216 17 d 16 h mateusz.viste /svarcom/trunk/cmd/ eliminated strcpy() dependencies  
2215 17 d 16 h mateusz.viste /svarcom/trunk/ eliminated strcat() dependencies  
2214 17 d 16 h mateusz.viste /svarcom/trunk/cmd/ eliminated strlen() and memmove() dependencies  
2213 17 d 17 h mateusz.viste /svarcom/trunk/ eliminated some libc dependencies  
2207 17 d 21 h mateusz.viste /svarcom/trunk/ /b hides . and .. entries  
2206 17 d 22 h mateusz.viste /svarcom/trunk/cmd/ /B displays full path when used in combination with /S  

Show All