| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ |  naddy | 2018-09-14 | 1 | -2/+4 |
* | provide missing prototypes |  espie | 2017-07-28 | 3 | -0/+18 |
* | remove misc. depend and yacc nits that no longer matter. |  espie | 2017-07-10 | 1 | -3/+1 |
* | Make libiberty test programs compile and run without segfault. |  bluhm | 2017-06-23 | 3 | -22/+17 |
* | mark files as BUILDFIRST, or write explicit dependencies, so that most |  espie | 2017-06-16 | 1 | -1/+3 |
* | quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@ |  sthen | 2016-01-20 | 1 | -2/+2 |
* | On xmalloc failure, stop trying to determine the total amount of allocated |  pascal | 2015-10-20 | 1 | -25/+0 |
* | Fix CVE-2012-3509, an integer overflow in libiberty, leading to |  bluhm | 2015-06-11 | 2 | -4/+11 |
* | Prefer strdup() to malloc() + strcpy() and ftello() to ftell() |  miod | 2015-01-19 | 1 | -5/+3 |
* | Finally ``revert'' to the recent pexecute interface, now that we do not need |  miod | 2014-08-31 | 2 | -772/+325 |
* | Now that gcc 2.95 is out of the tree, get rid of the old hash table interface |  miod | 2014-08-31 | 4 | -371/+5 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -2/+2 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 2012-08-02 | 1 | -3/+1 |
* | Compile the v3 demangler support code in libiberty, bump minor. Will be used |  miod | 2010-09-04 | 2 | -2/+3 |
* | make gcc4 lib sprintf/strcpy free. |  espie | 2010-05-26 | 1 | -5/+6 |
* | Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to |  robert | 2009-10-12 | 7 | -39/+1487 |
* | bump |  martynas | 2008-07-24 | 1 | -2/+2 |
* | Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, |  miod | 2008-06-22 | 1 | -1/+1 |
* | Put back sprintf -> snprintf changes which have been lost accidentally in the |  miod | 2008-06-07 | 3 | -5/+5 |
* | Put back the diff made between rev. 1.1.1.3 and 1.3 |  chl | 2008-06-07 | 1 | -0/+2 |
* | Merge OpenBSD specific changes: |  miod | 2008-05-27 | 84 | -13051/+18091 |
* | Update libiberty to the version found in binutils 2.17.1 (which still |  miod | 2008-05-27 | 83 | -1535/+6000 |
* | makeinfo --no-split, simplifies sets immensely. |  espie | 2006-07-12 | 1 | -1/+2 |
* | strcpy->strlcpy, needed by libstdc++ actually. |  espie | 2005-04-27 | 1 | -4/+4 |
* | amd64 canonicalization |  kettenis | 2005-04-16 | 1 | -3/+0 |
* | use snprintf. okay deraadt@ |  espie | 2005-04-14 | 3 | -9/+10 |
* | unfuck amd64 |  pvalchev | 2005-02-04 | 1 | -0/+3 |
* | simplify OpenBSD case by using arch(1) and sed to grab |  brad | 2005-01-25 | 2 | -40/+8 |
* | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ |  drahn | 2005-01-02 | 1 | -0/+3 |
* | fix up conflicts |  espie | 2004-12-24 | 21 | -72/+204 |
* | update to gcc 3.3.5 |  espie | 2004-12-24 | 18 | -129/+58 |
* | gnu code will never, ever, EVER, get close to passing lint |  deraadt | 2004-09-18 | 1 | -1/+3 |
* | cute side-effect of bsd.lib.mk, some typos only show up with make tags. |  espie | 2004-08-30 | 1 | -2/+2 |
* | Clean up old mips stuff and add sgi. |  pefo | 2004-08-11 | 1 | -10/+1 |
* | errno changes, lib major version bumps, and general flag day |  marc | 2004-07-13 | 1 | -1/+1 |
* | cats -> arm; miod ok |  deraadt | 2004-07-04 | 1 | -0/+3 |
* | Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library. |  kettenis | 2004-05-17 | 4 | -76/+256 |
* | Add luna88k related directories and information to the build infrastructure. |  miod | 2004-04-21 | 1 | -0/+3 |
* | cope with MACHINE_ARCH changing from x86_64 to amd64. For now, we want |  deraadt | 2004-02-27 | 1 | -0/+3 |
* | missing prototypes; ok espie |  pvalchev | 2004-01-03 | 1 | -0/+1 |
* | resurrect pexecute.c for now, since vax and m68k barf on pex-unix.c |  espie | 2003-12-28 | 2 | -2/+794 |
* | add libiberty.info to CLEANFILES |  brad | 2003-12-26 | 1 | -2/+3 |
* | Manual merge of ChangeLog entries. |  espie | 2003-12-25 | 1 | -544/+63 |
* | bye-bye. Merge should basically be finished |  espie | 2003-12-25 | 1 | -792/+0 |
* | typo in demangler |  espie | 2003-12-25 | 1 | -1/+1 |
* | restore #ifdef __cplusplus around demangler prototypes. |  espie | 2003-12-25 | 2 | -1/+9 |
* | Compile the right files, bump minor number. |  espie | 2003-12-25 | 2 | -4/+4 |
* | revert to versions in gcc 3.3.2, those are more recent |  espie | 2003-12-25 | 2 | -23/+10 |
* | Automatic merge |  espie | 2003-12-25 | 22 | -299/+690 |
* | Update to libiberty from binutils-2.14 |  espie | 2003-12-25 | 36 | -132/+2272 |