summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* * pexecute.c: Don't use vfork. Initialize 'pid' before retry loop.zack2000-08-022-20/+9
* Fix typo.law2000-07-271-1/+1
* 2000-04-27 Dave Pitts <dpitts@cozx.com>law2000-07-272-1/+5
* * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ tolaw2000-07-272-5/+24
* * getcwd.c: Include string.h, stdlib.h for prototypeslaw2000-07-262-2/+10
* * Makefile.in (rename.o, waitpid.o): Depend on config.hlaw2000-07-264-0/+22
* * configure.in (AC_CHECK_HEADERS): Add time.h.law2000-07-235-85/+142
* * configure.in (AC_CHECK_HEADERS): Add limits.h.law2000-07-238-2/+36
* * cp-demangle.c (demangle_ctor_dtor_name): Remove not-in-chargesamuel2000-07-232-15/+40
* * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.law2000-07-238-78/+146
* * cp-demangle.c, mkstemps.c: #include <sys/types.h>.law2000-07-233-0/+7
* * (vasprintf.o): Add dependency for config.h in vasprintf.c.mrs2000-07-212-0/+2
* * Makefile.in (xexit.o): Add dependency for config.h in xexit.c.mrs2000-07-212-1/+5
* Warning fixes:ghazi2000-07-217-28/+67
* * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,law2000-07-202-2/+7
* * testsuite/regress-demangle (failed test): Show result andhp2000-07-172-0/+7
* 2000-07-07 Andrew Haley <aph@cygnus.com>aph2000-07-072-0/+6
* in libiberty/ChangeLog:samuel2000-06-302-32/+41
* * cp-demangle.c (demangle_special_name): Swap base and derivedsamuel2000-06-282-4/+28
* in include/ChangeLog:samuel2000-06-233-309/+812
* * cp-demangle.c (demangle_operator_name): Add spaces beforezack2000-06-092-7/+30
* * cp-demangle.c (template_arg_list_new): Revert previous PARAMS patch.phdm2000-06-082-1/+5
* * cp-demangle.c (stdio.h): File included unconditionaly.phdm2000-06-084-4/+12
* libiberty:ghazi2000-06-0710-21/+50
* * Makefile.in (cp-demangle.o): Depend on $(INCDIR)/demangle.h.ghazi2000-06-073-9/+22
* * cp-demangle.c (demangle_prefix): Cast argument to isdigit tosamuel2000-06-052-7/+18
* In include,samuel2000-06-055-15/+3392
* Add field ``name'' to floatformat.cagney2000-05-312-12/+33
* * Makefile.in (objalloc.o): Depend on config.hlaw2000-05-301-0/+4
* * Makefile.in (objalloc.o): Depend on config.hlaw2000-05-301-1/+1
* * hashtab.c, partition.c, sort.c, xmemdup.c: Include string.hzack2000-05-2910-16/+61
* * Makefile.in (xmalloc.o): Add dependency for config.h, fixes makemrs2000-05-242-1/+6
* * xmalloc.c: Include config.h for HAVE_SBRK definition.law2000-05-182-0/+7
* * hashtab.c (hash_pointer): Delete low-order bits which aremmitchel2000-05-162-1/+6
* - fix typo in entrydje2000-05-161-1/+1
* Makefile.in: Change "pic" to depend on $(PICFLAG), notdje2000-05-162-3/+9
* * config.table: Use mh-sparcpic for sparc*-*-*.jakub2000-05-112-0/+5
* Add strncmp.c to list of CFILES and strncmp to the NEEDED listnickc2000-05-092-2/+7
* include:ghazi2000-05-042-4/+11
* * sort.h (sys/types.h): File included unconditionnaly.phdm2000-05-042-0/+8
* * Makefile.in (maintainer-clean-subdir): Fix handling of emptyaoliva2000-04-292-3/+8
* * libiberty/cplus-dem.cjason2000-04-282-29/+128
* * aclocal.m4: New file with new test libiberty_AC_FUNC_STRNCMP.ghazi2000-04-286-2/+479
* * hashtab.c (htab_expand): Add prototype.hubicka2000-04-272-0/+7
* * hashtab.c (hash_pointer, eq_pointer): Make definition static toghazi2000-04-242-3/+9
* * hashtab.h (hash_pointer): Declare.mmitchel2000-04-242-0/+34
* * sort.c (sort_pointers): Fix endianness bugs.mmitchel2000-04-242-8/+12
* * sort.c: New file.mmitchel2000-04-243-4/+188
* 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>law2000-04-212-3/+9
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-182-47/+59