Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1686 124 d 0 h mateusz.viste /pkg/tags/20240131/ frozen ver 20240131 to tags  
1682 124 d 0 h mateusz.viste /pkg/trunk/ reordered two nls strings so the LNG file is properly sorted  
1681 124 d 1 h mateusz.viste /pkg/trunk/ added the "crc32" action  
1602 194 d 0 h mateusz.viste /pkg/trunk/ upgraded SvarLANG to latest version + LNG is now installed in BIN along with pkg.exe  
1111 813 d 0 h bttr /pkg/trunk/ removed %DOSDIR% lookup for 'pkg unzip' command  
995 826 d 4 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
757 837 d 23 h mateusz.viste /pkg/trunk/ pkgname switched early to lower case to make appinfo check case-insensitive  
727 838 d 9 h bttr /pkg/trunk/ changed remaining occurrences of FreeDOS to SvarDOS  
723 838 d 10 h bttr /pkg/trunk/ changed package installer to package manager  
669 840 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 849 d 23 h mateuszviste /pkg/trunk/ fixed pkg update (reported by Robert Riebisch through ticket #43783)  
614 850 d 23 h mateuszviste /pkg/ moved head files to trunk  
613 850 d 23 h mateuszviste /pkg/ replaced Kitten by SvarLANG  
296 1207 d 11 h mateuszviste /pkg/ implemented a simple unzip action  
293 1208 d 6 h mateuszviste /pkg/ memory optimizations  
272 1216 d 6 h mateuszviste /pkg/ nls fixes  
269 1216 d 6 h mateuszviste / moved pkginst to pkg  
268 1216 d 6 h mateuszviste /pkginst/ renamed pkginst to pkg  
265 1216 d 7 h mateuszviste /pkginst/ added UPDATE action  
264 1216 d 8 h mateuszviste /pkginst/ fixed parsing bug  
261 1216 d 10 h mateuszviste /pkginst/ improved package name parsing  
260 1216 d 11 h mateuszviste /pkginst/ dropped "comlinks" support  
250 1217 d 7 h mateuszviste /pkginst/ listlocal action  
244 1220 d 5 h mateuszviste /pkginst/ NLS support through kitten  
242 1220 d 6 h mateuszviste /pkginst/ added "listfiles" action  
241 1220 d 6 h mateuszviste /pkginst/ pkginst.cfg clarifications  
240 1220 d 6 h mateuszviste /pkginst/ minor cleanups  
239 1220 d 6 h mateuszviste /pkginst/ dosdir is a const ptr  
238 1220 d 6 h mateuszviste /pkginst/ DOSDIR env reading moved to main  
237 1220 d 7 h mateuszviste /pkginst/ cfg location is always at DOSDIR/cfg/pkginst.cfg instead of relying on a FDNPKG.CFG env variable  
236 1220 d 8 h mateuszviste /pkginst/ simplifications + droppend the TEMP requirement  
226 1220 d 11 h mateuszviste /pkginst/ simplified argv parsing  
225 1220 d 11 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
221 1227 d 6 h mateuszviste /pkginst/ replaced build.bat by a proper makefile + a few adaptations so it all compiles  
219 1227 d 6 h mateuszviste /pkginst/ fdinst import from fdnpkg trunk