Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
270 1335 d 6 h mateuszviste /pkg/ dead code removal  
269 1335 d 6 h mateuszviste / moved pkginst to pkg  
268 1335 d 6 h mateuszviste /pkginst/ renamed pkginst to pkg  
267 1335 d 6 h mateuszviste /pkginst/zlib/ added zlib in compact build  
266 1335 d 6 h mateuszviste /pkginst/ updated zlib build + switched to compact memory model  
265 1335 d 7 h mateuszviste /pkginst/ added UPDATE action  
264 1335 d 7 h mateuszviste /pkginst/ fixed parsing bug  
263 1335 d 7 h mateuszviste /pkginst/ removed useless headers  
262 1335 d 8 h mateuszviste /pkginst/ removed parsecmd() (replaced by a simpler in-line implementation)  
261 1335 d 9 h mateuszviste /pkginst/ improved package name parsing  
260 1335 d 10 h mateuszviste /pkginst/ dropped "comlinks" support  
259 1336 d 2 h mateuszviste /pkginst/ dispatched fdnpkg.h to separate files  
258 1336 d 4 h mateuszviste /pkginst/ removed useless #define  
257 1336 d 4 h mateuszviste /pkginst/ removed useless headers  
256 1336 d 5 h mateuszviste /pkginst/ renamed rtrim to trim + dead code removal  
255 1336 d 6 h mateuszviste /pkginst/ dead code removal  
254 1336 d 6 h mateuszviste /pkginst/ showinst() relies on freadtokval() + removed useless getdelim.c  
253 1336 d 6 h mateuszviste /pkginst/ simplified pkgrem + relies on freadtokval()  
252 1336 d 6 h mateuszviste /pkginst/ removed useless function  
251 1336 d 6 h mateuszviste /pkginst/ no need to use case-insensistive search to locate non-alphabetic symbols  
250 1336 d 6 h mateuszviste /pkginst/ listlocal action  
249 1336 d 6 h mateuszviste /pkginst/ readlsm() relies on freadtokval()  
248 1337 d 5 h mateuszviste /pkginst/ refactored loadconf() so it relies on freadtokval() - to be reused in other modules as well in the future  
247 1337 d 10 h mateuszviste /pkginst/nls/ nls import from fdnpkg  
245 1338 d 12 h mateuszviste /pkginst/ simplified readlsm() (no header check) + constified filename arg  
244 1339 d 4 h mateuszviste /pkginst/ NLS support through kitten  
243 1339 d 5 h mateuszviste /pkginst/ constified a few arguments  
242 1339 d 5 h mateuszviste /pkginst/ added "listfiles" action  
241 1339 d 5 h mateuszviste /pkginst/ pkginst.cfg clarifications  
240 1339 d 5 h mateuszviste /pkginst/ minor cleanups  
239 1339 d 5 h mateuszviste /pkginst/ dosdir is a const ptr  
238 1339 d 6 h mateuszviste /pkginst/ DOSDIR env reading moved to main  
237 1339 d 6 h mateuszviste /pkginst/ cfg location is always at DOSDIR/cfg/pkginst.cfg instead of relying on a FDNPKG.CFG env variable  
236 1339 d 7 h mateuszviste /pkginst/ simplifications + droppend the TEMP requirement  
235 1339 d 8 h mateuszviste /pkginst/ constified arguments  
234 1339 d 8 h mateuszviste /pkginst/ dropped the useless pkgdb definition  
233 1339 d 8 h mateuszviste /pkginst/ simplifications + constified a few arguments  
232 1339 d 8 h mateuszviste /pkginst/ constify a few arguments  
231 1339 d 8 h mateuszviste /pkginst/ constify a few arguments  
230 1339 d 8 h mateuszviste /pkginst/ refactored pkginstall_preparepackage()