Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1964 16 d 3 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
1959 17 d 0 h mateusz.viste /pkg/trunk/ healthcheck prototype  
1893 23 d 10 h mateusz.viste /pkg/trunk/ using direct DOS print to avoid printf() buffering  
1892 23 d 11 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
1878 25 d 5 h mateusz.viste /pkg/trunk/ root files are installed onto the bootdrive instead of hardcoded C:  
1678 221 d 5 h mateusz.viste /pkg/trunk/ list of files belonging to packages are appended to appinfo/package.lsm instead of creating an extra LST file  
995 923 d 4 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
994 923 d 4 h mateusz.viste /pkg/trunk/ lone files go to C:\ (command.com, kernel.sys, ...)  
614 947 d 23 h mateuszviste /pkg/ moved head files to trunk  
270 1313 d 7 h mateuszviste /pkg/ dead code removal  
269 1313 d 7 h mateuszviste / moved pkginst to pkg  
256 1314 d 6 h mateuszviste /pkginst/ renamed rtrim to trim + dead code removal  
255 1314 d 7 h mateuszviste /pkginst/ dead code removal  
252 1314 d 7 h mateuszviste /pkginst/ removed useless function  
251 1314 d 7 h mateuszviste /pkginst/ no need to use case-insensistive search to locate non-alphabetic symbols  
248 1315 d 6 h mateuszviste /pkginst/ refactored loadconf() so it relies on freadtokval() - to be reused in other modules as well in the future  
240 1317 d 6 h mateuszviste /pkginst/ minor cleanups  
231 1317 d 9 h mateuszviste /pkginst/ constify a few arguments  
225 1317 d 11 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
219 1324 d 7 h mateuszviste /pkginst/ fdinst import from fdnpkg trunk