summaryrefslogtreecommitdiff
path: root/src/arlib.c
Commit message (Expand)AuthorAgeFilesLines
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-301-4/+4
* src: consistently use _(Str) instead of gettext(Str)Dmitry V. Levin2020-12-161-2/+2
* arlib: Check that sh_entsize isn't zero.Mark Wielaard2018-10-201-0/+3
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+1
* ar: Fix GCC7 -Wformat-length issues.Mark Wielaard2016-11-111-6/+10
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+1
* Fix some (harmless) cppcheck warnings.Mark Wielaard2013-11-091-6/+6
* Update name, license and contributor policy.Mark Wielaard2012-06-051-18/+11
* Support -D in ranlib as in ar.Roland McGrath2012-01-201-2/+3
* Fix doubled words.Marek Polacek2011-04-161-1/+1
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-161-0/+7
* Make symtab a global variable in arlib.c.Ulrich Drepper2007-02-051-47/+50
* Implement ar program.Ulrich Drepper2007-02-051-0/+269