Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1980 30 d 0 h mateusz.viste /pkg/trunk/ added an undocumented "inowarn" action for installation with warnings muted  
1978 30 d 2 h mateusz.viste /pkg/trunk/ simplified action parsing  
1966 31 d 1 h mateusz.viste /pkg/trunk/ removed all dependencies on printf()  
1964 31 d 3 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
1963 31 d 6 h mateusz.viste /pkg/trunk/ replaced all puts() calls with outputnl()  
1962 31 d 6 h mateusz.viste /pkg/trunk/ help screen improved  
1961 31 d 7 h mateusz.viste /pkg/trunk/ healtcheck+ and system-wide healthcheck implemented  
1959 31 d 23 h mateusz.viste /pkg/trunk/ healthcheck prototype  
1958 32 d 1 h mateusz.viste /pkg/trunk/ added short descriptions of actions in help screen + prepared a new "checkhealth" action  
1956 32 d 2 h mateusz.viste /pkg/trunk/ renamed "pkg remove" to "pkg del" - it is shorter to type, plus DOS user know very well what DEL means  
1892 38 d 11 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
1889 38 d 13 h mateusz.viste /pkg/trunk/ added the "pkg listzip" action  
1880 39 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  
1682 236 d 0 h mateusz.viste /pkg/trunk/ reordered two nls strings so the LNG file is properly sorted  
1681 236 d 1 h mateusz.viste /pkg/trunk/ added the "crc32" action  
1602 306 d 0 h mateusz.viste /pkg/trunk/ upgraded SvarLANG to latest version + LNG is now installed in BIN along with pkg.exe  
1111 925 d 0 h bttr /pkg/trunk/ removed %DOSDIR% lookup for 'pkg unzip' command  
995 938 d 4 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
757 949 d 23 h mateusz.viste /pkg/trunk/ pkgname switched early to lower case to make appinfo check case-insensitive  
727 950 d 9 h bttr /pkg/trunk/ changed remaining occurrences of FreeDOS to SvarDOS  
723 950 d 10 h bttr /pkg/trunk/ changed package installer to package manager  
669 952 d 6 h mateusz.viste /pkg/trunk/ help screen suggests *.svp for extension of package files + version bump to 20220214 + source code package generated via makefile  
627 961 d 23 h mateuszviste /pkg/trunk/ fixed pkg update (reported by Robert Riebisch through ticket #43783)  
614 962 d 23 h mateuszviste /pkg/ moved head files to trunk  
613 962 d 23 h mateuszviste /pkg/ replaced Kitten by SvarLANG  
296 1319 d 11 h mateuszviste /pkg/ implemented a simple unzip action  
293 1320 d 6 h mateuszviste /pkg/ memory optimizations  
272 1328 d 6 h mateuszviste /pkg/ nls fixes  
269 1328 d 6 h mateuszviste / moved pkginst to pkg  
268 1328 d 6 h mateuszviste /pkginst/ renamed pkginst to pkg  
265 1328 d 8 h mateuszviste /pkginst/ added UPDATE action  
264 1328 d 8 h mateuszviste /pkginst/ fixed parsing bug  
261 1328 d 10 h mateuszviste /pkginst/ improved package name parsing  
260 1328 d 11 h mateuszviste /pkginst/ dropped "comlinks" support  
250 1329 d 7 h mateuszviste /pkginst/ listlocal action  
244 1332 d 5 h mateuszviste /pkginst/ NLS support through kitten  
242 1332 d 6 h mateuszviste /pkginst/ added "listfiles" action  
241 1332 d 6 h mateuszviste /pkginst/ pkginst.cfg clarifications  
240 1332 d 6 h mateuszviste /pkginst/ minor cleanups  
239 1332 d 6 h mateuszviste /pkginst/ dosdir is a const ptr