Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-11-22 | Makefile.in, [...]: Expunge remaining traces of facility for running MD files... | Zack Weinberg | 1 | -12/+15 |
2000-07-23 | configure.in (AC_CHECK_HEADERS): Add time.h. | Michael Sokolov | 1 | -0/+6 |
2000-07-23 | configure.in (AC_CHECK_HEADERS): Add limits.h. | Michael Sokolov | 1 | -0/+3 |
2000-07-23 | aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro. | Michael Sokolov | 1 | -0/+4 |
2000-04-28 | aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP. | Kaveh R. Ghazi | 1 | -0/+9 |
1999-08-31 | Makefile.in (CFILES): Add calloc.c and getpwd.c. | Kaveh R. Ghazi | 1 | -0/+3 |
1999-06-20 | configure.in (checkfuncs): Add gettimeofday. | Andreas Schwab | 1 | -0/+12 |
1999-04-15 | configure.in (checkfuncs): Check for sbrk. | Mumit Khan | 1 | -0/+6 |
1998-11-19 | configure.in: Call AC_HEADER_SYS_WAIT. | Kaveh R. Ghazi | 1 | -0/+3 |