Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1980 33 d 22 h mateusz.viste /pkg/trunk/ added an undocumented "inowarn" action for installation with warnings muted  
1978 33 d 23 h mateusz.viste /pkg/trunk/ simplified action parsing  
1966 34 d 23 h mateusz.viste /pkg/trunk/ removed all dependencies on printf()  
1964 35 d 0 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
1963 35 d 3 h mateusz.viste /pkg/trunk/ replaced all puts() calls with outputnl()  
1962 35 d 3 h mateusz.viste /pkg/trunk/ help screen improved  
1961 35 d 4 h mateusz.viste /pkg/trunk/ healtcheck+ and system-wide healthcheck implemented  
1959 35 d 21 h mateusz.viste /pkg/trunk/ healthcheck prototype  
1958 35 d 23 h mateusz.viste /pkg/trunk/ added short descriptions of actions in help screen + prepared a new "checkhealth" action  
1956 36 d 0 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 42 d 8 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
1889 42 d 10 h mateusz.viste /pkg/trunk/ added the "pkg listzip" action  
1880 43 d 8 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 239 d 22 h mateusz.viste /pkg/trunk/ reordered two nls strings so the LNG file is properly sorted  
1681 239 d 22 h mateusz.viste /pkg/trunk/ added the "crc32" action  
1602 309 d 21 h mateusz.viste /pkg/trunk/ upgraded SvarLANG to latest version + LNG is now installed in BIN along with pkg.exe  
1111 928 d 22 h bttr /pkg/trunk/ removed %DOSDIR% lookup for 'pkg unzip' command  
995 942 d 1 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
757 953 d 20 h mateusz.viste /pkg/trunk/ pkgname switched early to lower case to make appinfo check case-insensitive  
727 954 d 7 h bttr /pkg/trunk/ changed remaining occurrences of FreeDOS to SvarDOS  
723 954 d 7 h bttr /pkg/trunk/ changed package installer to package manager  
669 956 d 4 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 965 d 21 h mateuszviste /pkg/trunk/ fixed pkg update (reported by Robert Riebisch through ticket #43783)  
614 966 d 20 h mateuszviste /pkg/ moved head files to trunk  
613 966 d 21 h mateuszviste /pkg/ replaced Kitten by SvarLANG  
296 1323 d 8 h mateuszviste /pkg/ implemented a simple unzip action  
293 1324 d 3 h mateuszviste /pkg/ memory optimizations  
272 1332 d 3 h mateuszviste /pkg/ nls fixes  
269 1332 d 4 h mateuszviste / moved pkginst to pkg  
268 1332 d 4 h mateuszviste /pkginst/ renamed pkginst to pkg  
265 1332 d 5 h mateuszviste /pkginst/ added UPDATE action  
264 1332 d 5 h mateuszviste /pkginst/ fixed parsing bug  
261 1332 d 8 h mateuszviste /pkginst/ improved package name parsing  
260 1332 d 8 h mateuszviste /pkginst/ dropped "comlinks" support  
250 1333 d 5 h mateuszviste /pkginst/ listlocal action  
244 1336 d 3 h mateuszviste /pkginst/ NLS support through kitten  
242 1336 d 3 h mateuszviste /pkginst/ added "listfiles" action  
241 1336 d 3 h mateuszviste /pkginst/ pkginst.cfg clarifications  
240 1336 d 4 h mateuszviste /pkginst/ minor cleanups  
239 1336 d 4 h mateuszviste /pkginst/ dosdir is a const ptr