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 3 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 4 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 7 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 11 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 11 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 12 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 13 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 12 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 6 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 1 h mateusz.viste /pkg/trunk/ filenames shorter than 4 bytes are also autocompleted with .SVP  
/pkg/trunk/pkginst.c
1600 303 d 1 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

Show All