Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2248 2 d 11 h berki.yenigun / A few translation updates & typo fixes  
2247 4 d 11 h berki.yenigun / Some French & Turkish translation updates. Many thanks to Willy Spiegl for pinging me  
2246 6 d 4 h mateusz.viste /svarcom/trunk/cmd/ avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)  
2245 6 d 4 h mateusz.viste /svarcom/trunk/ avoid division of longs, use obscure 16-bit math instead (avoids linking to Watcom __U4D)  
2244 7 d 6 h mateusz.viste /svarcom/trunk/ linking against WMINCRT  
2243 7 d 14 h mateusz.viste /svarcom/trunk/ DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now  
2242 8 d 7 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 8 d 7 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 10 d 6 h mateusz.viste /svarcom/trunk/ replaced _fmalloc() by inline assembly  
2229 10 d 6 h mateusz.viste /svarcom/trunk/ replaced dos.h by i86.h  
2228 10 d 6 h mateusz.viste /svarcom/trunk/ ver: no sprintf() dependency, SvarCOM is free of stdio now  
2225 11 d 6 h mateusz.viste /svarcom/trunk/cmd/ DIR: removed sprintf() dependency  
2224 11 d 6 h mateusz.viste /svarcom/trunk/ copy: removed sprintf() dependency  
2223 11 d 6 h mateusz.viste /svarcom/trunk/ ustoa() fixlen changed to minlen  
2222 11 d 7 h mateusz.viste /svarcom/trunk/ vol: removed sprintf() dependencies  
2221 11 d 16 h mateusz.viste /svarcom/trunk/cmd/ chcp: removed sprintf() call dependency  
2220 12 d 6 h mateusz.viste /svarcom/trunk/ helpers module does not need stdio + implemented ustoa()  
2219 12 d 9 h mateusz.viste /svarcom/trunk/ removed unecessary string.h include  
2218 12 d 9 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
2217 12 d 9 h mateusz.viste /svarcom/trunk/cmd/ eliminated _fmemcpy() dependencies  

Show All