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
255 1241 d 10 h mateuszviste /pkginst/ dead code removal  
254 1241 d 10 h mateuszviste /pkginst/ showinst() relies on freadtokval() + removed useless getdelim.c  
253 1241 d 10 h mateuszviste /pkginst/ simplified pkgrem + relies on freadtokval()  
252 1241 d 10 h mateuszviste /pkginst/ removed useless function  
251 1241 d 10 h mateuszviste /pkginst/ no need to use case-insensistive search to locate non-alphabetic symbols  
250 1241 d 10 h mateuszviste /pkginst/ listlocal action  
249 1241 d 10 h mateuszviste /pkginst/ readlsm() relies on freadtokval()  
248 1242 d 9 h mateuszviste /pkginst/ refactored loadconf() so it relies on freadtokval() - to be reused in other modules as well in the future  
247 1242 d 14 h mateuszviste /pkginst/nls/ nls import from fdnpkg  
245 1243 d 16 h mateuszviste /pkginst/ simplified readlsm() (no header check) + constified filename arg  
244 1244 d 8 h mateuszviste /pkginst/ NLS support through kitten  
243 1244 d 9 h mateuszviste /pkginst/ constified a few arguments  
242 1244 d 9 h mateuszviste /pkginst/ added "listfiles" action  
241 1244 d 9 h mateuszviste /pkginst/ pkginst.cfg clarifications  
240 1244 d 9 h mateuszviste /pkginst/ minor cleanups  
239 1244 d 9 h mateuszviste /pkginst/ dosdir is a const ptr  
238 1244 d 9 h mateuszviste /pkginst/ DOSDIR env reading moved to main  
237 1244 d 10 h mateuszviste /pkginst/ cfg location is always at DOSDIR/cfg/pkginst.cfg instead of relying on a FDNPKG.CFG env variable  
236 1244 d 11 h mateuszviste /pkginst/ simplifications + droppend the TEMP requirement  
235 1244 d 12 h mateuszviste /pkginst/ constified arguments  
234 1244 d 12 h mateuszviste /pkginst/ dropped the useless pkgdb definition  
233 1244 d 12 h mateuszviste /pkginst/ simplifications + constified a few arguments  
232 1244 d 12 h mateuszviste /pkginst/ constify a few arguments  
231 1244 d 12 h mateuszviste /pkginst/ constify a few arguments  
230 1244 d 12 h mateuszviste /pkginst/ refactored pkginstall_preparepackage()  
229 1244 d 12 h mateuszviste /pkginst/ constify argument  
228 1244 d 12 h mateuszviste /pkginst/ removed checkupdates()  
227 1244 d 14 h mateuszviste /pkginst/ removed PKGINST_NOSOURCE flag handling  
226 1244 d 14 h mateuszviste /pkginst/ simplified argv parsing  
225 1244 d 14 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
224 1251 d 8 h mateuszviste /pkginst/ DNOREPOS removal  
223 1251 d 9 h mateuszviste /pkginst/ cut out lzma support  
222 1251 d 9 h mateuszviste /pkginst/ kprintf prototype header  
221 1251 d 9 h mateuszviste /pkginst/ replaced build.bat by a proper makefile + a few adaptations so it all compiles  
220 1251 d 9 h mateuszviste /pkginst/zlib/ added the zlib dependency  
219 1251 d 10 h mateuszviste /pkginst/ fdinst import from fdnpkg trunk