aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2005-06-21Index: include/ChangeLogGeoffrey Keating6-12/+311
2005-05-28libiberty.h: (snprintf) [!HAVE_DECL_SNPRINTF]: Declare if needed.Eli Zaretskii4-5/+298
2005-05-25demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.Richard Henderson3-0/+25
2005-05-24libiberty.h (ACONCAT): Properly cast value of alloca().Gabriel Dos Reis35-152/+641
2005-05-16getpwd.c: Remove unneeded prototype getcwd and move getwd so that it's only d...Andreas Jaeger3-7/+13
2005-05-15* functions.texi: Regenerated.Andreas Jaeger1-0/+4
2005-05-15ChangeLogAndreas Jaeger1-144/+158
2005-05-15Forgotten commit.Andreas Jaeger1-0/+3
2005-05-15fopen_unlocked.c: Enclose multi-word data types in @deftypefn in braces.Eli Zaretskii1-3/+3
2005-05-15pexecute.txh: Enclose multi-word data types in @deftypefn in braces.Eli Zaretskii2-45/+65
2005-05-12pex-djgpp.c: Include string.h, fcntl.h, unistd.h, and sys/stat.h.Eli Zaretskii2-38/+52
2005-05-11Makefile.in: Regenerate dependencies.Paul Brook2-10/+19
2005-05-10Update the address and phone number of the FSF organization.Nick Clifton66-113/+131
2005-05-07aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.Kelley Cook4-21/+18
2005-05-07configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.Kelley Cook5-72/+92
2005-04-26libiberty.h (unlock_std_streams): New.Kaveh R. Ghazi3-11/+42
2005-04-16libiberty.h (unlock_stream): New.Kaveh R. Ghazi3-14/+47
2005-04-16asprintf.c: Include config.h.Gabriel Dos Reis11-0/+320
2005-04-13Fix typos.Gabriel Dos Reis1-2/+2
2005-04-13argv.c (dupargv): Mallocate space of argv[argc], not sizeof(char *) of that a...Gabriel Dos Reis2-1/+6
2005-04-13Fix missed replacements.Gabriel Dos Reis1-2/+2
2005-04-13regex.c (wcs_re_match_2_internal, [...]): Replace not with negate.Gabriel Dos Reis2-8/+13
2005-04-12configure.ac: Check declarations for basename, ffs, asprintf, vasprintf.Gabriel Dos Reis4-0/+305
2005-04-11libiberty.h (fopen_unlocked, [...]): Provide prototypes for new functions.Kaveh R. Ghazi7-7/+159
2005-04-04test-pexecute.c (TEST_PEX_RUN): Move variable declaration before statement.Ian Lance Taylor2-2/+8
2005-04-02bcmp.c: Fix warnings and implement using memcmp.Kaveh R. Ghazi4-23/+26
2005-04-02configure.ac (ac_libiberty_warn_cflags): Add -Wwrite-strings -Wstrict-prototy...Kaveh R. Ghazi10-19/+36
2005-04-02* cp-demangle.c: Update copyright.Ian Lance Taylor2-1/+5
2005-03-31gettimeofday.c: Add "Supplemental" to @deftypefn.Joseph Myers3-2/+7
2005-03-29pex-common.c: New file.Ian Lance Taylor16-439/+2857
2005-03-28* unlink-if-ordinary.c: Include <sys/types.h>.Mark Kettenis2-1/+7
2005-03-28xregex2.h (_RE_ARGS): Remove definition and uses.Gabriel Dos Reis4-293/+194
2005-03-28partition.h: Remove use of PARAMS.Gabriel Dos Reis28-368/+179
2005-03-28ternary.h: Don't use PARAMS anymore.Gabriel Dos Reis28-194/+114
2005-03-27configure.ac (ac_c_preproc_warn_flag): Remove -Wtraditional flags.Andreas Jaeger3-81/+87
2005-03-27* getopt1.c (getopt_long_only): Fix thinko.Gabriel Dos Reis2-1/+5
2005-03-27md5.h: Remove definition and uses of __P.Gabriel Dos Reis27-431/+242
2005-03-27Convert libiberty to use ISO C prototype style 3/n.Gabriel Dos Reis3-349/+195
2005-03-26demangle.h: Remove uses of PARAMS.Gabriel Dos Reis18-414/+268
2005-03-25libiberty.h (xstrndup): Declare.Kaveh R. Ghazi8-7/+201
2005-03-25* xmemdup.c, xstrdup.c: Expose the tail call.Kaveh R. Ghazi3-4/+14
2005-03-10libiberty.h (gettimeofday): Declare.Mark Mitchell4-7/+58
2005-03-09pex-os2.c: Remove.Ian Lance Taylor5-83/+11
2005-03-07mpw-config.in: Remove.Ian Lance Taylor7-1245/+12
2005-03-06configure.ac (target_header_dir): vfork is a stub under djgpp.DJ Delorie2-2/+2
2005-03-06configure.ac (target_header_dir): vfork is a stub under djgpp.DJ Delorie3-47/+101
2005-03-01libiberty.h: Declare unlink_if_ordinary.Jan Beulich3-0/+87
2005-03-01hashtab.c (htab_find_slot_with_hash): Make function documentation clearer.Ben Elliston2-5/+10
2005-02-13cp-demangle.c (__cxa_demangle): Change resolution of ambiguous arguments.Jason Merrill2-15/+5
2005-01-11hex.c (hex_value): Group 'unsigned int' together to get correct markup.Tobias Schlüter3-12/+18