Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1980 28 d 5 h mateusz.viste /pkg/trunk/ added an undocumented "inowarn" action for installation with warnings muted  
1976 28 d 6 h mateusz.viste /pkg/trunk/ when unzip fails with a Z_MEM_ERROR code display an "out of memory" message  
1974 28 d 7 h mateusz.viste /pkg/trunk/ when unzip fails with a Z_MEM_ERROR code display an "out of memory" message  
1971 29 d 4 h mateusz.viste /pkg/trunk/ replaced last putchar() by output()  
1966 29 d 6 h mateusz.viste /pkg/trunk/ removed all dependencies on printf()  
1965 29 d 6 h mateusz.viste /pkg/trunk/ removed the kitten_printf() wrapper, replaced by proper svarlang calls  
1964 29 d 7 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
1963 29 d 10 h mateusz.viste /pkg/trunk/ replaced all puts() calls with outputnl()  
1957 30 d 6 h mateusz.viste /pkg/trunk/ when installing the LSM file, output the path without the filename, for consistency with how other files are displayed  
1894 36 d 14 h mateusz.viste /pkg/trunk/ using output() instead of printf() also for appinfo installation, so it is consistent with later files  
1893 36 d 14 h mateusz.viste /pkg/trunk/ using direct DOS print to avoid printf() buffering  
1892 36 d 15 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
1891 36 d 16 h mateusz.viste /pkg/trunk/ installed files are dispayed while being uncompressed + simplified NLS by reusing the same error string for both unzip and install operations  
1880 37 d 15 h mateusz.viste /pkg/trunk/ package name is taken from the content of the SVP file (appinfo) instead of relying on the archive filename  
1800 201 d 11 h mateusz.viste /pkg/trunk/ PKG INSTALL FILE fails with a clear message when file does not exist  
1711 224 d 9 h bttr /pkg/trunk/ swapped PKG INSTALL messages `N errors' and `N files extracted'  
1683 234 d 4 h mateusz.viste /pkg/trunk/ fixed appinfo detachment from ziplist  
1678 234 d 9 h mateusz.viste /pkg/trunk/ list of files belonging to packages are appended to appinfo/package.lsm instead of creating an extra LST file  
1601 304 d 4 h mateusz.viste /pkg/trunk/ filenames shorter than 4 bytes are also autocompleted with .SVP  
1600 304 d 4 h mateusz.viste /pkg/trunk/ the .SVP extension is optional for pkg install and pkg update operations  
1599 304 d 4 h mateusz.viste /pkg/trunk/ display post-install "warn" messages if present in LSM metadata  
995 936 d 8 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
727 948 d 14 h bttr /pkg/trunk/ changed remaining occurrences of FreeDOS to SvarDOS  
614 961 d 3 h mateuszviste /pkg/ moved head files to trunk  
613 961 d 3 h mateuszviste /pkg/ replaced Kitten by SvarLANG  
295 1317 d 15 h mateuszviste /pkg/ replaced compression methods magic values by proper defines  
293 1318 d 10 h mateuszviste /pkg/ memory optimizations  
272 1326 d 10 h mateuszviste /pkg/ nls fixes  
269 1326 d 11 h mateuszviste / moved pkginst to pkg  
268 1326 d 11 h mateuszviste /pkginst/ renamed pkginst to pkg  
263 1326 d 12 h mateuszviste /pkginst/ removed useless headers  
260 1326 d 15 h mateuszviste /pkginst/ dropped "comlinks" support  
259 1327 d 7 h mateuszviste /pkginst/ dispatched fdnpkg.h to separate files  
236 1330 d 12 h mateuszviste /pkginst/ simplifications + droppend the TEMP requirement  
233 1330 d 13 h mateuszviste /pkginst/ simplifications + constified a few arguments  
230 1330 d 13 h mateuszviste /pkginst/ refactored pkginstall_preparepackage()  
227 1330 d 15 h mateuszviste /pkginst/ removed PKGINST_NOSOURCE flag handling  
225 1330 d 15 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
224 1337 d 10 h mateuszviste /pkginst/ DNOREPOS removal  
223 1337 d 10 h mateuszviste /pkginst/ cut out lzma support