summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Collapse)AuthorAgeFilesLines
* * testsuite/demangle-expected: Add four tests for type_infoHans-Peter Nilsson2000-09-103-1/+25
| | | | | | | mangling. * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, for a non-template non-qualified type_info function or node.
* * configure.in (Cygwin): special case cygwin only when we'reDJ Delorie2000-09-053-8/+23
| | | | building cygwin, not when we're hosting cygwin.
* (From GCC:) Add testcases and missing changelogs:Hans-Peter Nilsson2000-08-312-0/+76
| | | | | | | | | | | | | | | | | | | | | | 2000-08-31 Hans-Peter Nilsson <hp@axis.com> * testsuite/demangle-expected: Add nine tests for underscore-after-number followed by five tests for name-signature delimiter. 2000-07-24 Hans-Peter Nilsson <hp@axis.com> * cplus-dem.c (work_stuff_copy_to_from): New. (delete_non_B_K_work_stuff): New. (delete_work_stuff): New. (mop_up): Break out work_stuff destruction to delete_work_stuff. (iterate_demangle_function): New. (demangle_prefix): Call iterate_demangle_function instead of demangle_function_name. Leave handling of name-signature __-delimiters to iterate_demangle_function. * cplus-dem.c (demangle_integral_value): Strip an optional following underscore cautiously. Handle negative numbers.
* Fix typo.Jeff Law2000-07-271-1/+1
|
* * config/mh-openedition.h: Added -DLE370 definition.Jeff Law2000-07-272-1/+5
|
* * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ toJeff Law2000-07-272-5/+24
| | | | | | | | __DJGPP__. Use P_WAIT instead of constant in the spawnv* call. Cast program to 'char *' in errmsg_arg assignment. (PWAIT_ERROR): Define. (pwait): Use PWAIT_ERROR. Adjust DJGPP's status code to conform to DJGPP's WIF* macros.
* * getcwd.c: Include string.h, stdlib.h for prototypesJeff Law2000-07-262-0/+8
|
* * Makefile.in (rename.o, waitpid.o): Depend on config.hJeff Law2000-07-264-0/+22
| | | | | * rename.c: include config.h, unistd.h * waitpid.c: include config.h, sys/wait.h
* Demangling fixesDaniel Berlin2000-07-242-31/+248
|
* * configure.in (AC_CHECK_HEADERS): Add time.h.Jeff Law2000-07-239-85/+176
| | | | | | (AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
* * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro.Jeff Law2000-07-238-78/+146
| | | | | | * configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary.
* * cp-demangle.c, mkstemps.c: #include <sys/types.h>.Jeff Law2000-07-233-0/+7
|
* * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int,Jeff Law2000-07-202-2/+7
| | | | and print it with %u.
* merge with gccJason Merrill2000-07-203-337/+873
|
* * testsuite/regress-demangle (failed test): Show result andHans-Peter Nilsson2000-07-172-0/+7
| | | | | expected output. (From GCC.)
* 2000-07-07 Andrew Haley <aph@cygnus.com>Andrew Haley2000-07-072-0/+6
| | | | | * cplus-dem.c (main): fflush() after emitting last char before waiting for input.
* Synced with libiberty in the gcc repository.H.J. Lu2000-06-1518-283/+4421
|
* * Makefile.in: add EXTRA_INCSDJ Delorie2000-06-064-105/+147
| | | | | | | | | | * configure.in: if with-newlib, point to it for includes rather than using the installed includes, for target builds. If cygwin, override function list only for target builds. * configure: regenerate Note from DJ: I waited a week for gcc approval and got none, but we need this patch for cygwin builds *now*. I'll fix it later if need be.
* Add field ``name'' to floatformat.Andrew Cagney2000-05-312-12/+33
|
* * Makefile.in (objalloc.o): Depend on config.hJeff Law2000-05-302-1/+5
|
* * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg2000-05-2910-16/+245
| | | | | | | | | | | | | if HAVE_STRING_H. * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. * objalloc.c: Include config.h. Include stdlib.h and don't declare malloc or free if HAVE_STDLIB_H. * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, else declare malloc without prototype. Include string.h if HAVE_STRING_H, else declare memset without prototype. Don't include stddef.h. * sort.c: Bring over from GCC.
* * Makefile.in (maintainer-clean-subdir): Fix handling of emptyAlexandre Oliva2000-05-262-2/+7
| | | | SUBDIRS.
* 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>Jeff Law2000-04-212-3/+9
| | | | | * Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems.
* * splay-tree.c (splay_tree_remove): New.Richard Henderson2000-04-062-0/+45
|
* * partition.c: New file.Christopher Faylor2000-03-251-0/+185
|
* merge from gccJason Merrill2000-03-243-228/+375
|
* merge with libiberty from egcs 2000-02-22Ian Lance Taylor2000-02-2210-370/+902
|
* This commit was generated by cvs2svn to track changes on a CVS vendorIan Lance Taylor2000-02-2220-29/+3372
|\ | | | | branch.
| * import libiberty from egcsIan Lance Taylor2000-02-2233-369/+4422
| |
* | * vasprintf.c (int_vasprintf): Don't re-read the format characterGeoffrey Keating1999-12-282-0/+6
| | | | | | | | as this mishandles strings like '%%s'.
* | Revert last patch to xmalloc.c, and instead bring over this patch fromIan Lance Taylor1999-08-055-125/+193
| | | | | | | | | | | | | | | | | | | | egcs: Thu Apr 15 23:00:55 1999 Mumit Khan <khan@xraylith.wisc.edu> * configure.in (checkfuncs): Check for sbrk. * config.in: Rebuilt. * configure: Likewise. * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.
* | * xmalloc.c: Control all uses of SBRK with a single define,Ian Lance Taylor1999-08-052-12/+23
| | | | | | | | USE_SBRK. Don't define it if __INTERIX.
* | * floatformat.c: Add casts to avoid signed/unsigned warnings.Ian Lance Taylor1999-08-033-7/+16
| | | | | | | | * pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix.
* | * Makefile.in (install_to_libdir): Change $(TARGETLIB).n toIan Lance Taylor1999-08-031-6/+6
| | | | | | | | | | $(TARGETLIB)n so it works on MSDOS. (install_to_tooldir): Likewise.
* | From Mark Elbrecht:Ian Lance Taylor1999-07-222-14/+1
| | | | | | | | * configure.bat: Remove; obsolete.
* | From Mark Elbrecht:Ian Lance Taylor1999-07-222-29/+5
| | | | | | | | * makefile.dos: Remove; obsolete.
* | * argv.c: Include stdlib.h and string.h instead ofRichard Henderson1999-07-143-6/+11
| | | | | | | | | | prototyping directly. * choose-temp.c: Conditionally include string.h.
* | * splay-tree.c (splay_tree_insert): Add initialization to avoidIan Lance Taylor1999-07-112-2/+7
| | | | | | | | warning.
* | *** empty log message ***Jim Blandy1999-05-111-0/+6
| |
* | * cplus-dem.c (main): Use table lookup to distinguish identifierJim Blandy1999-05-111-5/+80
| | | | | | | | | | characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions.
* | * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list.Richard Henderson1999-05-064-4/+11
|/ | | | | | * getruntime.c: Only attempt to include sys/resource.h and use getrusage if both HAVE_GETRUSAGE and HAVE_SYS_RESOURCE_H are defined.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-0387-0/+23068