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 14 d 6 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 14 d 8 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 14 d 8 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 15 d 6 h mateusz.viste /pkg/trunk/ replaced last putchar() by output()  
/pkg/trunk/pkginst.c
1966 15 d 7 h mateusz.viste /pkg/trunk/ removed all dependencies on printf()  
/pkg/trunk/main.c
/pkg/trunk/pkginst.c
/pkg/trunk/unzip.c
1965 15 d 7 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 15 d 9 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 15 d 12 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 16 d 8 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 22 d 16 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 22 d 16 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 22 d 17 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 22 d 18 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 23 d 17 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 187 d 12 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 210 d 10 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 220 d 6 h mateusz.viste /pkg/trunk/ fixed appinfo detachment from ziplist  
/pkg/trunk/pkginst.c
1678 220 d 11 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 290 d 6 h mateusz.viste /pkg/trunk/ filenames shorter than 4 bytes are also autocompleted with .SVP  
/pkg/trunk/pkginst.c
1600 290 d 6 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