summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mar
Commit message (Collapse)AuthorAgeFilesLines
* - allow build on ia64Matthias Badaire2001-05-301-7/+13
| | | | | | - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles
* text size micro-optThierry Vignaud2001-05-041-1/+2
|
* fix bug when creating marfiles with file-not-found in argsGuillaume Cottenceau2001-02-041-15/+7
|
* mar now uses bzlib, no more zlibGuillaume Cottenceau2001-01-265-193/+137
|
* tolerate file not found at creation of archivesGuillaume Cottenceau2001-01-061-31/+34
|
* integrate dietlibc/stdio per default for cdrom and disk only installsGuillaume Cottenceau2001-01-041-6/+18
|
* vacances:Guillaume Cottenceau2001-01-022-12/+10
| | | | | | | - use malloc instead of alloca for big main allocation since on some systems (LM-7.2 for example it seems) the stack size is limited to 2048 kbyt es - don't give up when the CRC is not OK, but tries to continue anyway
* *** empty log message ***Pascal Rigaux2000-12-281-0/+1
|
* better cleanupPascal Rigaux2000-12-281-1/+1
|
* use max compression to save a few bytesGuillaume Cottenceau2000-12-211-1/+1
|
* mar-creation prints a bit of informationGuillaume Cottenceau2000-12-181-0/+1
|
* add "list-contents" feature to mar-extract-onlyGuillaume Cottenceau2000-12-122-0/+19
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-075-34/+49
| | | | | soon will launch the stage2
* commiting modifs of Fri 17 (do not typedef the structs anymore, ↵Guillaume Cottenceau2000-11-205-39/+68
| | | | s/malloc/alloca when possible, return int all the time)
* - fix bug of not actually writing down the `0' char to end filetableGuillaume Cottenceau2000-11-164-119/+47
| | | | | | - use stat to compute file lengths - test NULL pointers directly on their value
* add `mar' archiving programGuillaume Cottenceau2000-11-095-0/+621