Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1980 27 d 1 h mateusz.viste /pkg/trunk/ added an undocumented "inowarn" action for installation with warnings muted  
/pkg/trunk/main.c
/pkg/trunk/pkginst.c
/pkg/trunk/pkginst.h
1976 27 d 3 h mateusz.viste /pkg/trunk/ when unzip fails with a Z_MEM_ERROR code display an "out of memory" message  
/pkg/trunk/pkginst.c
1974 27 d 3 h mateusz.viste /pkg/trunk/ when unzip fails with a Z_MEM_ERROR code display an "out of memory" message  
/pkg/trunk/pkginst.c
1971 28 d 1 h mateusz.viste /pkg/trunk/ replaced last putchar() by output()  
/pkg/trunk/pkginst.c
1966 28 d 2 h mateusz.viste /pkg/trunk/ removed all dependencies on printf()  
/pkg/trunk/main.c
/pkg/trunk/pkginst.c
/pkg/trunk/unzip.c
1965 28 d 2 h mateusz.viste /pkg/trunk/ removed the kitten_printf() wrapper, replaced by proper svarlang calls  
/pkg/trunk/kprintf.c
/pkg/trunk/kprintf.h
/pkg/trunk/Makefile
/pkg/trunk/healthck.c
/pkg/trunk/libunzip.c
/pkg/trunk/loadconf.c
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/nls_utf8/pkg_tr.txt
/pkg/trunk/pkginst.c
/pkg/trunk/pkgrem.c
/pkg/trunk/showinst.c
/pkg/trunk/unzip.c
1964 28 d 3 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
/pkg/trunk/healthck.c
/pkg/trunk/healthck.h
/pkg/trunk/helpers.c
/pkg/trunk/helpers.h
/pkg/trunk/libunzip.c
/pkg/trunk/libunzip.h
/pkg/trunk/main.c
/pkg/trunk/pkginst.c
/pkg/trunk/pkginst.h
/pkg/trunk/showinst.c
/pkg/trunk/unzip.h
1963 28 d 6 h mateusz.viste /pkg/trunk/ replaced all puts() calls with outputnl()  
/pkg/trunk/libunzip.c
/pkg/trunk/loadconf.c
/pkg/trunk/main.c
/pkg/trunk/pkginst.c
/pkg/trunk/pkgrem.c
/pkg/trunk/showinst.c
/pkg/trunk/unzip.c
1957 29 d 3 h mateusz.viste /pkg/trunk/ when installing the LSM file, output the path without the filename, for consistency with how other files are displayed  
/pkg/trunk/pkginst.c
1894 35 d 10 h mateusz.viste /pkg/trunk/ using output() instead of printf() also for appinfo installation, so it is consistent with later files  
/pkg/trunk/pkginst.c
1893 35 d 10 h mateusz.viste /pkg/trunk/ using direct DOS print to avoid printf() buffering  
/pkg/trunk/helpers.c
/pkg/trunk/helpers.h
/pkg/trunk/pkginst.c
1892 35 d 11 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
/pkg/trunk/helpers.c
/pkg/trunk/helpers.h
/pkg/trunk/loadconf.c
/pkg/trunk/loadconf.h
/pkg/trunk/main.c
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/pkg.txt
/pkg/trunk/pkginst.c
/pkg/trunk/pkginst.h
1891 35 d 12 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  
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/nls_utf8/pkg_tr.txt
/pkg/trunk/pkginst.c
1880 36 d 11 h mateusz.viste /pkg/trunk/ package name is taken from the content of the SVP file (appinfo) instead of relying on the archive filename  
/pkg/trunk/main.c
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/nls_utf8/pkg_tr.txt
/pkg/trunk/pkginst.c
/pkg/trunk/pkginst.h
1800 200 d 7 h mateusz.viste /pkg/trunk/ PKG INSTALL FILE fails with a clear message when file does not exist  
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/pkginst.c
1711 223 d 5 h bttr /pkg/trunk/ swapped PKG INSTALL messages `N errors' and `N files extracted'  
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/nls_utf8/pkg_tr.txt
/pkg/trunk/pkginst.c
1683 233 d 1 h mateusz.viste /pkg/trunk/ fixed appinfo detachment from ziplist  
/pkg/trunk/pkginst.c
1678 233 d 6 h mateusz.viste /pkg/trunk/ list of files belonging to packages are appended to appinfo/package.lsm instead of creating an extra LST file  
/pkg/trunk/helpers.c
/pkg/trunk/helpers.h
/pkg/trunk/pkg.lsm
/pkg/trunk/pkginst.c
/pkg/trunk/pkginst.h
/pkg/trunk/pkgrem.c
/pkg/trunk/pkgrem.h
/pkg/trunk/showinst.c
/pkg/trunk/version.h
1601 303 d 0 h mateusz.viste /pkg/trunk/ filenames shorter than 4 bytes are also autocompleted with .SVP  
/pkg/trunk/pkginst.c
1600 303 d 0 h mateusz.viste /pkg/trunk/ the .SVP extension is optional for pkg install and pkg update operations  
/pkg/trunk/nls_utf8/pkg_br.txt
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_en.txt
/pkg/trunk/nls_utf8/pkg_fr.txt
/pkg/trunk/nls_utf8/pkg_pl.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/nls_utf8/pkg_tr.txt
/pkg/trunk/pkg.lsm
/pkg/trunk/pkginst.c
1599 303 d 1 h mateusz.viste /pkg/trunk/ display post-install "warn" messages if present in LSM metadata  
/pkg/trunk/pkginst.c
/pkg/trunk/version.h
995 935 d 4 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
/pkg/trunk/helpers.c
/pkg/trunk/helpers.h
/pkg/trunk/main.c
/pkg/trunk/pkginst.c
727 947 d 10 h bttr /pkg/trunk/ changed remaining occurrences of FreeDOS to SvarDOS  
/pkg/trunk/main.c
/pkg/trunk/nls_utf8/pkg_de.txt
/pkg/trunk/nls_utf8/pkg_dk.txt
/pkg/trunk/nls_utf8/pkg_si.txt
/pkg/trunk/pkginst.c
614 959 d 23 h mateuszviste /pkg/ moved head files to trunk  
/pkg/tags
/pkg/trunk
/pkg/trunk/Makefile
/pkg/trunk/crc32.c
/pkg/trunk/crc32.h
/pkg/trunk/fileexst.c
/pkg/trunk/fileexst.h
/pkg/trunk/helpers.c
/pkg/trunk/helpers.h
/pkg/trunk/inf.c
/pkg/trunk/inf.h
/pkg/trunk/kprintf.c
/pkg/trunk/kprintf.h
/pkg/trunk/libunzip.c
/pkg/trunk/libunzip.h
/pkg/trunk/loadconf.c
/pkg/trunk/loadconf.h
/pkg/trunk/lsm.c
/pkg/trunk/lsm.h
/pkg/trunk/main.c
/pkg/trunk/nls_utf8
/pkg/trunk/pkg.lsm
/pkg/trunk/pkginst.c
/pkg/trunk/pkginst.h
/pkg/trunk/pkgrem.c
/pkg/trunk/pkgrem.h
/pkg/trunk/showinst.c
/pkg/trunk/showinst.h
/pkg/trunk/svarlang.lib
/pkg/trunk/trim.c
/pkg/trunk/trim.h
/pkg/trunk/unzip.c
/pkg/trunk/unzip.h
/pkg/trunk/version.h
/pkg/trunk/zlib
/pkg/Makefile
/pkg/crc32.c
/pkg/crc32.h
/pkg/fileexst.c
/pkg/fileexst.h
/pkg/helpers.c
/pkg/helpers.h
/pkg/inf.c
/pkg/inf.h
/pkg/kprintf.c
/pkg/kprintf.h
/pkg/libunzip.c
/pkg/libunzip.h
/pkg/loadconf.c
/pkg/loadconf.h
/pkg/lsm.c
/pkg/lsm.h
/pkg/main.c
/pkg/nls_utf8
/pkg/pkg.lsm
/pkg/pkginst.c
/pkg/pkginst.h
/pkg/pkgrem.c
/pkg/pkgrem.h
/pkg/showinst.c
/pkg/showinst.h
/pkg/svarlang.lib
/pkg/trim.c
/pkg/trim.h
/pkg/unzip.c
/pkg/unzip.h
/pkg/version.h
/pkg/zlib
613 960 d 0 h mateuszviste /pkg/ replaced Kitten by SvarLANG  
/pkg/svarlang.lib
/pkg/kitten
/pkg/Makefile
/pkg/kprintf.c
/pkg/kprintf.h
/pkg/libunzip.c
/pkg/loadconf.c
/pkg/main.c
/pkg/nls_utf8/pkg_de.txt
/pkg/nls_utf8/pkg_dk.txt
/pkg/nls_utf8/pkg_en.txt
/pkg/nls_utf8/pkg_fr.txt
/pkg/nls_utf8/pkg_pl.txt
/pkg/nls_utf8/pkg_si.txt
/pkg/nls_utf8/pkg_tr.txt
/pkg/pkg.lsm
/pkg/pkginst.c
/pkg/pkgrem.c
/pkg/showinst.c
/pkg/unzip.c
/pkg/version.h
295 1316 d 11 h mateuszviste /pkg/ replaced compression methods magic values by proper defines  
/pkg/libunzip.c
/pkg/libunzip.h
/pkg/pkginst.c
293 1317 d 6 h mateuszviste /pkg/ memory optimizations  
/pkg/main.c
/pkg/pkginst.c
/pkg/version.h
272 1325 d 6 h mateuszviste /pkg/ nls fixes  
/pkg/libunzip.c
/pkg/libunzip.h
/pkg/loadconf.c
/pkg/main.c
/pkg/nls/pkg.en
/pkg/pkginst.c
/pkg/showinst.c
269 1325 d 7 h mateuszviste / moved pkginst to pkg  
/pkg
/pkginst
268 1325 d 7 h mateuszviste /pkginst/ renamed pkginst to pkg  
/pkginst/nls/pkg.de
/pkginst/nls/pkg.dk
/pkginst/nls/pkg.en
/pkginst/nls/pkg.fr
/pkginst/nls/pkg.pl
/pkginst/nls/pkg.si
/pkginst/nls/pkg.tr
/pkginst/nls/pkginst.de
/pkginst/nls/pkginst.dk
/pkginst/nls/pkginst.en
/pkginst/nls/pkginst.fr
/pkginst/nls/pkginst.pl
/pkginst/nls/pkginst.si
/pkginst/nls/pkginst.tr
/pkginst/Makefile
/pkginst/libunzip.c
/pkginst/libunzip.h
/pkginst/loadconf.c
/pkginst/loadconf.h
/pkginst/lsm.c
/pkginst/lsm.h
/pkginst/main.c
/pkginst/pkginst.c
/pkginst/pkginst.h
/pkginst/pkgrem.c
/pkginst/pkgrem.h
/pkginst/showinst.c
/pkginst/showinst.h
/pkginst/version.h
263 1325 d 9 h mateuszviste /pkginst/ removed useless headers  
/pkginst/pkginst.c
260 1325 d 11 h mateuszviste /pkginst/ dropped "comlinks" support  
/pkginst/loadconf.c
/pkginst/loadconf.h
/pkginst/main.c
/pkginst/pkginst.c
259 1326 d 4 h mateuszviste /pkginst/ dispatched fdnpkg.h to separate files  
/pkginst/fdnpkg.h
/pkginst/loadconf.c
/pkginst/pkginst.c
/pkginst/pkginst.h
/pkginst/showinst.c
/pkginst/showinst.h
236 1329 d 9 h mateuszviste /pkginst/ simplifications + droppend the TEMP requirement  
/pkginst/main.c
/pkginst/pkginst.c
/pkginst/pkginst.h
/pkginst/readenv.c
/pkginst/readenv.h
233 1329 d 9 h mateuszviste /pkginst/ simplifications + constified a few arguments  
/pkginst/pkginst.c
/pkginst/pkginst.h
230 1329 d 9 h mateuszviste /pkginst/ refactored pkginstall_preparepackage()  
/pkginst/pkginst.c
/pkginst/pkginst.h
227 1329 d 11 h mateuszviste /pkginst/ removed PKGINST_NOSOURCE flag handling  
/pkginst/fdnpkg.h
/pkginst/loadconf.c
/pkginst/pkginst.c
225 1329 d 12 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
/pkginst/helpers.c
/pkginst/helpers.h
/pkginst/loadconf.c
/pkginst/loadconf.h
/pkginst/main.c
/pkginst/pkginst.c
/pkginst/pkginst.h
/pkginst/pkgrem.c
/pkginst/pkgrem.h
224 1336 d 6 h mateuszviste /pkginst/ DNOREPOS removal  
/pkginst/Makefile
/pkginst/pkginst.c
223 1336 d 6 h mateuszviste /pkginst/ cut out lzma support  
/pkginst/Makefile
/pkginst/libunzip.c
/pkginst/pkginst.c