Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2250 4 d 12 h mateusz.viste /svarcom/trunk/ improved TIME help  
2249 4 d 13 h mateusz.viste /svarcom/trunk/cmd/ TIME: return an error if too many arguments are provided  
2246 12 d 2 h mateusz.viste /svarcom/trunk/cmd/ avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)  
2243 13 d 12 h mateusz.viste /svarcom/trunk/ DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now  
2242 14 d 4 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 14 d 4 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 16 d 3 h mateusz.viste /svarcom/trunk/ replaced _fmalloc() by inline assembly  
2228 16 d 4 h mateusz.viste /svarcom/trunk/ ver: no sprintf() dependency, SvarCOM is free of stdio now  
2225 17 d 3 h mateusz.viste /svarcom/trunk/cmd/ DIR: removed sprintf() dependency  
2224 17 d 3 h mateusz.viste /svarcom/trunk/ copy: removed sprintf() dependency  
2222 17 d 4 h mateusz.viste /svarcom/trunk/ vol: removed sprintf() dependencies  
2221 17 d 13 h mateusz.viste /svarcom/trunk/cmd/ chcp: removed sprintf() call dependency  
2218 18 d 7 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
2217 18 d 7 h mateusz.viste /svarcom/trunk/cmd/ eliminated _fmemcpy() dependencies  
2216 18 d 7 h mateusz.viste /svarcom/trunk/cmd/ eliminated strcpy() dependencies  
2215 18 d 7 h mateusz.viste /svarcom/trunk/ eliminated strcat() dependencies  
2214 18 d 7 h mateusz.viste /svarcom/trunk/cmd/ eliminated strlen() and memmove() dependencies  
2213 18 d 8 h mateusz.viste /svarcom/trunk/ eliminated some libc dependencies  
2207 18 d 12 h mateusz.viste /svarcom/trunk/ /b hides . and .. entries  
2206 18 d 13 h mateusz.viste /svarcom/trunk/cmd/ /B displays full path when used in combination with /S  
2205 18 d 13 h mateusz.viste /svarcom/trunk/ print base directory when nothing found with /S  
2204 18 d 13 h mateusz.viste /svarcom/trunk/ fixed bad printing of "directory of ..." when a file pattern has been used  
2203 19 d 3 h mateusz.viste /svarcom/trunk/cmd/ in /s do not list directorieswith no match  
2202 19 d 3 h mateusz.viste /svarcom/trunk/cmd/ fixed pagination with /S mode  
2201 19 d 3 h mateusz.viste /svarcom/trunk/ added a global summary with /S  
2200 20 d 3 h mateusz.viste /svarcom/trunk/cmd/ with /s disk free space is displayed only once, at the end  
2198 20 d 4 h mateusz.viste /svarcom/trunk/cmd/ print current dir for each directory when /s is used  
2197 21 d 3 h mateusz.viste /svarcom/trunk/cmd/ dir/s work in progress  
2196 21 d 3 h mateusz.viste /svarcom/trunk/cmd/ dir/s work in progress  
2194 21 d 6 h mateusz.viste /svarcom/trunk/cmd/ changed allocation policy for sorting buffer  
2193 21 d 7 h mateusz.viste /svarcom/trunk/ work in progress DIR/S  
2190 21 d 11 h mateusz.viste /svarcom/trunk/cmd/ fixed memory check: DIR IS BROKEN AND HAS BEEN FOR A LONG TIME  
2189 21 d 11 h mateusz.viste /svarcom/trunk/cmd/ moved /s comment description from copy to dir  
2188 21 d 14 h mateusz.viste /svarcom/trunk/ COPY's buffer is always a multiple of 512 (better performances)  
2177 23 d 15 h mateusz.viste /svarcom/trunk/cmd/ preliminary logic description for /S  
2175 24 d 7 h mateusz.viste /svarcom/trunk/ COPY removes the partially copied file when error occurs during copy  
2174 24 d 8 h mateusz.viste /svarcom/trunk/cmd/ jmp changed to jmp short  
2173 24 d 8 h mateusz.viste /svarcom/trunk/cmd/ cosmetic pointer comparison fix  
2165 25 d 8 h mateusz.viste /svarcom/trunk/ COPY uses a bigger buffer to limit floppy swaps with the B: ghost drive  
1992 66 d 10 h mateusz.viste /svarcom/trunk/ COPY returns "insufficient disk space" on write error (was: "insuff. mem")