Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2243 9 h 34 m mateusz.viste /svarcom/trunk/ DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now  
2242 1 d 1 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 1 d 2 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 3 d 1 h mateusz.viste /svarcom/trunk/ replaced _fmalloc() by inline assembly  
2225 4 d 1 h mateusz.viste /svarcom/trunk/cmd/ DIR: removed sprintf() dependency  
2218 5 d 4 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
2217 5 d 4 h mateusz.viste /svarcom/trunk/cmd/ eliminated _fmemcpy() dependencies  
2216 5 d 4 h mateusz.viste /svarcom/trunk/cmd/ eliminated strcpy() dependencies  
2215 5 d 4 h mateusz.viste /svarcom/trunk/ eliminated strcat() dependencies  
2214 5 d 5 h mateusz.viste /svarcom/trunk/cmd/ eliminated strlen() and memmove() dependencies  
2213 5 d 5 h mateusz.viste /svarcom/trunk/ eliminated some libc dependencies  
2207 5 d 10 h mateusz.viste /svarcom/trunk/ /b hides . and .. entries  
2206 5 d 10 h mateusz.viste /svarcom/trunk/cmd/ /B displays full path when used in combination with /S  
2205 5 d 10 h mateusz.viste /svarcom/trunk/ print base directory when nothing found with /S  
2204 5 d 11 h mateusz.viste /svarcom/trunk/ fixed bad printing of "directory of ..." when a file pattern has been used  
2203 6 d 0 h mateusz.viste /svarcom/trunk/cmd/ in /s do not list directorieswith no match  
2202 6 d 1 h mateusz.viste /svarcom/trunk/cmd/ fixed pagination with /S mode  
2201 6 d 1 h mateusz.viste /svarcom/trunk/ added a global summary with /S  
2200 7 d 1 h mateusz.viste /svarcom/trunk/cmd/ with /s disk free space is displayed only once, at the end  
2198 7 d 1 h mateusz.viste /svarcom/trunk/cmd/ print current dir for each directory when /s is used  

Show All