Age | Commit message (Expand) | Author | Files | Lines |
2023-11-28 | libiberty: Use x86 HW optimized sha1 | Jakub Jelinek | 1 | -0/+3 |
2023-11-09 | [PATCH v3] libiberty: Use posix_spawn in pex-unix when available. | Brendan Shanks | 1 | -0/+9 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 1 | -0/+5 |
2018-10-01 | [libiberty] Use pipe inside pex_run | Nathan Sidwell | 1 | -0/+3 |
2017-05-31 | configure.ac (strnlen): Add to AC_CHECK_DECLS. | DJ Delorie | 1 | -0/+4 |
2015-11-09 | Configury changes for obstack optimization | Alan Modra | 1 | -0/+3 |
2015-05-22 | libiberty.h (asprintf): Don't declare if HAVE_DECL_ASPRINTF is not defined. | Yunlian Jiang | 1 | -0/+32 |
2014-10-28 | Add strtoll and strtoull to libiberty. | Yury Gribov | 1 | -0/+31 |
2012-09-18 | strnlen.c: New file. | Ian Lance Taylor | 1 | -0/+3 |
2011-07-22 | re PR c++/49756 (g++ ICE) | Jakub Jelinek | 1 | -0/+6 |
2010-11-21 | Fix build regression | Anthony Green | 1 | -3/+3 |
2010-11-04 | Use spawnve on cygwin. | Richard Henderson | 1 | -0/+12 |
2010-11-02 | simple-object.h: New file. | Ian Lance Taylor | 1 | -0/+3 |
2010-10-06 | [PATCH] Report LTO phase in lto1 process name v2 | Andi Kleen | 1 | -8/+8 |
2009-09-04 | re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t) | Ozkan Sezer | 1 | -2/+7 |
2009-09-03 | re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t) | Ozkan Sezer | 1 | -0/+3 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 1 | -4/+18 |
2009-03-27 | memmem.c: New file, from gnulib. | Ian Lance Taylor | 1 | -0/+3 |
2008-10-07 | configure.ac: Call AC_SYS_LARGEFILE. | Jan Kratochvil | 1 | -0/+6 |
2005-07-22 | configure.ac: Check for a getopt(3) declaration. | Ben Elliston | 1 | -0/+4 |
2005-07-07 | config.in: Regenerate for 6/20 change. | Kelley Cook | 1 | -0/+7 |
2005-05-28 | libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed. | Eli Zaretskii | 1 | -0/+8 |
2005-05-24 | libiberty.h (ACONCAT): Properly cast value of alloca(). | Gabriel Dos Reis | 1 | -0/+20 |
2005-05-07 | configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS. | Kelley Cook | 1 | -8/+2 |
2005-04-12 | configure.ac: Check declarations for basename, ffs, asprintf, vasprintf. | Gabriel Dos Reis | 1 | -0/+15 |
2005-04-11 | libiberty.h (fopen_unlocked, [...]): Provide prototypes for new functions. | Kaveh R. Ghazi | 1 | -0/+6 |
2005-04-02 | configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototy... | Kaveh R. Ghazi | 1 | -0/+6 |
2005-03-25 | libiberty.h (xstrndup): Declare. | Kaveh R. Ghazi | 1 | -0/+3 |
2004-12-11 | fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is... | Ben Elliston | 1 | -0/+3 |
2004-04-22 | hashtab.c: Include limits.h, stdint.h, ansidecl.h. | Richard Henderson | 1 | -0/+3 |
2004-03-09 | configure.ac: Bump version to 2.59. | Kelley Cook | 1 | -5/+4 |
2004-01-10 | configure.in: Rename file to ... | Kelley Cook | 1 | -177/+214 |
2003-06-19 | configure.in: Add check for malloc.h needed by m68k for function free(). | Dara Hazeghi | 1 | -0/+3 |
2003-06-09 | re PR bootstrap/10974 (Bootstrap failure) | Albert Chin-A-Young | 1 | -3/+3 |
2003-05-07 | hashtab.c (burtle_hash): New fn. | Jason Merrill | 1 | -0/+10 |
2003-04-16 | configure.in (funcs, [...]): Add snprintf and vsnprintf. | Kaveh R. Ghazi | 1 | -0/+6 |
2003-04-16 | mempcpy.c, [...]: New files. | Kaveh R. Ghazi | 1 | -0/+9 |
2003-02-22 | configure.in: Check for sys/systemcfg.h and _system_configuration. | Kaveh R. Ghazi | 1 | -0/+6 |
2003-02-22 | configure.in: Check for sys/sysctl.h and sysctl. | Kaveh R. Ghazi | 1 | -0/+6 |
2003-02-21 | physmem.c (physmem_total): Use getsysinfo on Tru64 UNIX. | Rainer Orth | 1 | -0/+15 |
2003-02-21 | configure.in: Check for sys/sysmp.h and sysmp. | Kaveh R. Ghazi | 1 | -0/+6 |
2003-02-21 | physmem.c (physmem_total, [...]): De-ANSI-fy. | Kaveh R. Ghazi | 1 | -0/+6 |
2003-02-21 | libiberty.h (physmem_total, [...]): Prototype. | Kaveh R. Ghazi | 1 | -1/+4 |
2003-02-20 | Makefile.in (CFILES): Add lrealpath.c. | Daniel Jacobowitz | 1 | -1/+10 |
2003-02-13 | acconfig.h: New file. | Kaveh R. Ghazi | 1 | -1/+7 |
2001-11-28 | top level: | Zack Weinberg | 1 | -6/+12 |
2001-11-26 | configure.in: Check for alloca.h (for regex.c and putenv.c). | DJ Delorie | 1 | -0/+3 |
2001-11-15 | config.in (HAVE_UINTPTR_T): Provide autoconf stub. | Jeffrey A Law | 1 | -0/+3 |
2001-03-06 | aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. | Zack Weinberg | 1 | -22/+12 |
2000-12-26 | bsearch.c: New file. | Michael Sokolov | 1 | -0/+3 |