Subversion Repositories SvarDOS

Rev

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

Filtering Options

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

Show All