Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to free() an address returned by mmap(). This appears to be | emaste | 2011-08-04 | 1 | -13/+20 |
* | Correct typos in comments, no functional changes. | bcr | 2011-05-20 | 1 | -5/+5 |
* | Add -D (deterministic) option to ar. | kientzle | 2010-10-09 | 1 | -5/+19 |
* | Removed ar(1)'s support for compressed archives. This change removes | kaiw | 2010-05-17 | 1 | -28/+2 |
* | Add support for option "-M", which is used to operate ar(1) in a | kaiw | 2008-09-20 | 1 | -41/+107 |
* | GNU ar did NOT implment option -q as a synonym of -r as the manual | kaiw | 2008-03-11 | 1 | -3/+20 |
* | - Do not malloc buffer for 0-size member when reading from archive. | kaiw | 2008-03-02 | 1 | -11/+17 |
* | style(9) whitespace fix: A space is mandated after keyword 'return'. | kaiw | 2008-02-24 | 1 | -5/+5 |
* | Handle properly when insert zero size objects into the archive: | kaiw | 2008-02-24 | 1 | -3/+9 |
* | Import ar(1) front-end. (aka 'BSD' ar) | kaiw | 2008-02-21 | 1 | -0/+784 |