summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/mar/mar-extract-only.c
Commit message (Collapse)AuthorAgeFilesLines
* compile with -WGuillaume Cottenceau2002-07-031-1/+2
|
* text size micro-optThierry Vignaud2001-05-041-1/+2
|
* mar now uses bzlib, no more zlibGuillaume Cottenceau2001-01-261-123/+100
|
* vacances:Guillaume Cottenceau2001-01-021-7/+4
| | | | | | | - 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
* add "list-contents" feature to mar-extract-onlyGuillaume Cottenceau2000-12-121-0/+18
|
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-14/+29
| | | | | soon will launch the stage2
* commiting modifs of Fri 17 (do not typedef the structs anymore, ↵Guillaume Cottenceau2000-11-201-18/+17
| | | | 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-161-10/+14
| | | | | | - use stat to compute file lengths - test NULL pointers directly on their value
* add `mar' archiving programGuillaume Cottenceau2000-11-091-0/+196