Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2253 6 d 3 h mateusz.viste /svarcom/trunk/ no SVARCOM.LNG reloading after every command when loading fails  
2252 6 d 4 h mateusz.viste /svarcom/trunk/ updated history  
2251 6 d 5 h berki.yenigun /svarcom/trunk/lang/ TIME help update in French & Turkish  
2250 6 d 8 h mateusz.viste /svarcom/trunk/ improved TIME help  
2249 6 d 8 h mateusz.viste /svarcom/trunk/cmd/ TIME: return an error if too many arguments are provided  
2248 10 d 3 h berki.yenigun / A few translation updates & typo fixes  
2247 12 d 4 h berki.yenigun / Some French & Turkish translation updates. Many thanks to Willy Spiegl for pinging me  
2246 13 d 21 h mateusz.viste /svarcom/trunk/cmd/ avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)  
2245 13 d 21 h mateusz.viste /svarcom/trunk/ avoid division of longs, use obscure 16-bit math instead (avoids linking to Watcom __U4D)  
2244 14 d 22 h mateusz.viste /svarcom/trunk/ linking against WMINCRT  
2243 15 d 7 h mateusz.viste /svarcom/trunk/ DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now  
2242 15 d 23 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 16 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 17 d 22 h mateusz.viste /svarcom/trunk/ replaced _fmalloc() by inline assembly  
2229 17 d 23 h mateusz.viste /svarcom/trunk/ replaced dos.h by i86.h  
2228 17 d 23 h mateusz.viste /svarcom/trunk/ ver: no sprintf() dependency, SvarCOM is free of stdio now  
2225 18 d 23 h mateusz.viste /svarcom/trunk/cmd/ DIR: removed sprintf() dependency  
2224 18 d 23 h mateusz.viste /svarcom/trunk/ copy: removed sprintf() dependency  
2223 18 d 23 h mateusz.viste /svarcom/trunk/ ustoa() fixlen changed to minlen  
2222 18 d 23 h mateusz.viste /svarcom/trunk/ vol: removed sprintf() dependencies  
2221 19 d 8 h mateusz.viste /svarcom/trunk/cmd/ chcp: removed sprintf() call dependency  
2220 19 d 23 h mateusz.viste /svarcom/trunk/ helpers module does not need stdio + implemented ustoa()  
2219 20 d 2 h mateusz.viste /svarcom/trunk/ removed unecessary string.h include  
2218 20 d 2 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
2217 20 d 2 h mateusz.viste /svarcom/trunk/cmd/ eliminated _fmemcpy() dependencies  
2216 20 d 2 h mateusz.viste /svarcom/trunk/cmd/ eliminated strcpy() dependencies  
2215 20 d 2 h mateusz.viste /svarcom/trunk/ eliminated strcat() dependencies  
2214 20 d 3 h mateusz.viste /svarcom/trunk/cmd/ eliminated strlen() and memmove() dependencies  
2213 20 d 3 h mateusz.viste /svarcom/trunk/ eliminated some libc dependencies  
2212 20 d 6 h mateusz.viste /svarcom/trunk/ removed some libc dependencies  
2210 20 d 7 h mateusz.viste /svarcom/ lsm version bump  
2209 20 d 7 h mateusz.viste /svarcom/tags/svarcom-2024.7/ frozen 2024.7  
2208 20 d 7 h mateusz.viste /svarcom/trunk/ doc update  
2207 20 d 8 h mateusz.viste /svarcom/trunk/ /b hides . and .. entries  
2206 20 d 8 h mateusz.viste /svarcom/trunk/cmd/ /B displays full path when used in combination with /S  
2205 20 d 8 h mateusz.viste /svarcom/trunk/ print base directory when nothing found with /S  
2204 20 d 9 h mateusz.viste /svarcom/trunk/ fixed bad printing of "directory of ..." when a file pattern has been used  
2203 20 d 22 h mateusz.viste /svarcom/trunk/cmd/ in /s do not list directorieswith no match  
2202 20 d 23 h mateusz.viste /svarcom/trunk/cmd/ fixed pagination with /S mode  
2201 20 d 23 h mateusz.viste /svarcom/trunk/ added a global summary with /S