Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-09-26 | * md5.c: #include "ansidecl.h". | DJ Delorie | 2 | -0/+5 | |
2000-09-22 | * Makefile.in (REQUIRED_OFILES): Add md5.o. | Jason Merrill | 3 | -2/+427 | |
(CFILES): Add md5.c. * md5.c: New file. | |||||
2000-09-15 | * splay-tree.c: #include <stdio.h>. | DJ Delorie | 2 | -0/+6 | |
2000-09-13 | * testsuite/demangle-expected: Add two tests for anonymous | Hans-Peter Nilsson | 3 | -1/+33 | |
namespaces. * cplus-dem.c (gnu_special): Handle anonymous namespaces. | |||||
2000-09-10 | * testsuite/demangle-expected: Add four tests for type_info | Hans-Peter Nilsson | 3 | -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. | |||||
2000-09-05 | * configure.in (Cygwin): special case cygwin only when we're | DJ Delorie | 3 | -8/+23 | |
building cygwin, not when we're hosting cygwin. | |||||
2000-08-31 | (From GCC:) Add testcases and missing changelogs: | Hans-Peter Nilsson | 2 | -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. | |||||
2000-07-27 | Fix typo. | Jeff Law | 1 | -1/+1 | |
2000-07-27 | * config/mh-openedition.h: Added -DLE370 definition. | Jeff Law | 2 | -1/+5 | |
2000-07-27 | * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to | Jeff Law | 2 | -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. | |||||
2000-07-26 | * getcwd.c: Include string.h, stdlib.h for prototypes | Jeff Law | 2 | -0/+8 | |
2000-07-26 | * Makefile.in (rename.o, waitpid.o): Depend on config.h | Jeff Law | 4 | -0/+22 | |
* rename.c: include config.h, unistd.h * waitpid.c: include config.h, sys/wait.h | |||||
2000-07-24 | Demangling fixes | Daniel Berlin | 2 | -31/+248 | |
2000-07-23 | * configure.in (AC_CHECK_HEADERS): Add time.h. | Jeff Law | 9 | -85/+176 | |
(AC_HEADER_TIME): Add check. * configure, config.in: Regenerate. * getruntime.c: Portably #include <sys/time.h> and/or <time.h>. | |||||
2000-07-23 | * aclocal.m4 (libiberty_AC_DECLARE_ERRNO): New macro. | Jeff Law | 8 | -78/+146 | |
* configure.in (libiberty_AC_DECLARE_ERRNO): Add check. * configure, config.in: Regenerate. * pexecute.c, strtol.c, strtoul.c: Declare errno if necessary. | |||||
2000-07-23 | * cp-demangle.c, mkstemps.c: #include <sys/types.h>. | Jeff Law | 3 | -0/+7 | |
2000-07-20 | * cplus-dem.c (demangle_fund_type): Make 'dec' an unsigned int, | Jeff Law | 2 | -2/+7 | |
and print it with %u. | |||||
2000-07-20 | merge with gcc | Jason Merrill | 3 | -337/+873 | |
2000-07-17 | * testsuite/regress-demangle (failed test): Show result and | Hans-Peter Nilsson | 2 | -0/+7 | |
expected output. (From GCC.) | |||||
2000-07-07 | 2000-07-07 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -0/+6 | |
* cplus-dem.c (main): fflush() after emitting last char before waiting for input. | |||||
2000-06-15 | Synced with libiberty in the gcc repository. | H.J. Lu | 18 | -283/+4421 | |
2000-06-06 | * Makefile.in: add EXTRA_INCS | DJ Delorie | 4 | -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. | |||||
2000-05-31 | Add field ``name'' to floatformat. | Andrew Cagney | 2 | -12/+33 | |
2000-05-30 | * Makefile.in (objalloc.o): Depend on config.h | Jeff Law | 2 | -1/+5 | |
2000-05-29 | * hashtab.c, partition.c, xmemdup.c: Include string.h | Zack Weinberg | 10 | -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. | |||||
2000-05-26 | * Makefile.in (maintainer-clean-subdir): Fix handling of empty | Alexandre Oliva | 2 | -2/+7 | |
SUBDIRS. | |||||
2000-04-21 | 2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG> | Jeff Law | 2 | -3/+9 | |
* Makefile.in (*-subdir): Revamp slightly to avoid losing on 4.3BSD systems. | |||||
2000-04-06 | * splay-tree.c (splay_tree_remove): New. | Richard Henderson | 2 | -0/+45 | |
2000-03-25 | * partition.c: New file. | Christopher Faylor | 1 | -0/+185 | |
2000-03-24 | merge from gcc | Jason Merrill | 3 | -228/+375 | |
2000-02-22 | merge with libiberty from egcs 2000-02-22 | Ian Lance Taylor | 10 | -370/+902 | |
2000-02-22 | This commit was generated by cvs2svn to track changes on a CVS vendor | Ian Lance Taylor | 20 | -29/+3372 | |
branch. | |||||
2000-02-22 | import libiberty from egcs | Ian Lance Taylor | 33 | -369/+4422 | |
1999-12-28 | * vasprintf.c (int_vasprintf): Don't re-read the format character | Geoffrey Keating | 2 | -0/+6 | |
as this mishandles strings like '%%s'. | |||||
1999-08-05 | Revert last patch to xmalloc.c, and instead bring over this patch from | Ian Lance Taylor | 5 | -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. | |||||
1999-08-05 | * xmalloc.c: Control all uses of SBRK with a single define, | Ian Lance Taylor | 2 | -12/+23 | |
USE_SBRK. Don't define it if __INTERIX. | |||||
1999-08-03 | * floatformat.c: Add casts to avoid signed/unsigned warnings. | Ian Lance Taylor | 3 | -7/+16 | |
* pexecute.c: Add ATTRIBUTE_UNUSED as needed on Unix. | |||||
1999-08-03 | * Makefile.in (install_to_libdir): Change $(TARGETLIB).n to | Ian Lance Taylor | 1 | -6/+6 | |
$(TARGETLIB)n so it works on MSDOS. (install_to_tooldir): Likewise. | |||||
1999-07-22 | From Mark Elbrecht: | Ian Lance Taylor | 2 | -14/+1 | |
* configure.bat: Remove; obsolete. | |||||
1999-07-22 | From Mark Elbrecht: | Ian Lance Taylor | 2 | -29/+5 | |
* makefile.dos: Remove; obsolete. | |||||
1999-07-14 | * argv.c: Include stdlib.h and string.h instead of | Richard Henderson | 3 | -6/+11 | |
prototyping directly. * choose-temp.c: Conditionally include string.h. | |||||
1999-07-11 | * splay-tree.c (splay_tree_insert): Add initialization to avoid | Ian Lance Taylor | 2 | -2/+7 | |
warning. | |||||
1999-05-11 | *** empty log message *** | Jim Blandy | 1 | -0/+6 | |
1999-05-11 | * cplus-dem.c (main): Use table lookup to distinguish identifier | Jim Blandy | 1 | -5/+80 | |
characters from non-identifier characters. (standard_symbol_alphabet, hp_symbol_alphabet): New functions. | |||||
1999-05-06 | * configure.in (sys/resource.h): Add to AC_CHECK_HEADERS list. | Richard Henderson | 4 | -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. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 87 | -0/+23068 | |