Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1964 45 d 0 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
1959 45 d 21 h mateusz.viste /pkg/trunk/ healthcheck prototype  
1893 52 d 7 h mateusz.viste /pkg/trunk/ using direct DOS print to avoid printf() buffering  
1892 52 d 8 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
1878 54 d 2 h mateusz.viste /pkg/trunk/ root files are installed onto the bootdrive instead of hardcoded C:  
1678 250 d 3 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 952 d 1 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
994 952 d 2 h mateusz.viste /pkg/trunk/ lone files go to C:\ (command.com, kernel.sys, ...)  
614 976 d 20 h mateuszviste /pkg/ moved head files to trunk  
270 1342 d 4 h mateuszviste /pkg/ dead code removal  
269 1342 d 4 h mateuszviste / moved pkginst to pkg  
256 1343 d 4 h mateuszviste /pkginst/ renamed rtrim to trim + dead code removal  
255 1343 d 4 h mateuszviste /pkginst/ dead code removal  
252 1343 d 5 h mateuszviste /pkginst/ removed useless function  
251 1343 d 5 h mateuszviste /pkginst/ no need to use case-insensistive search to locate non-alphabetic symbols  
248 1344 d 4 h mateuszviste /pkginst/ refactored loadconf() so it relies on freadtokval() - to be reused in other modules as well in the future  
240 1346 d 4 h mateuszviste /pkginst/ minor cleanups  
231 1346 d 6 h mateuszviste /pkginst/ constify a few arguments  
225 1346 d 9 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
219 1353 d 4 h mateuszviste /pkginst/ fdinst import from fdnpkg trunk