summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* cplus-dem.c (demangle_template_value_parm): Handle pointers-to-members.Mark Mitchell1999-04-113-31/+55
* Mon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>Jeff Law1999-04-091-0/+2
* cplus-dem.c: Attempt to handle overflows in counts with some semblance of grace.Jim Blandy1999-04-092-42/+125
* Changes from official libiberty sources.Jeff Law1999-04-063-16/+86
* regress-demangle: New file.Tom Tromey1999-04-057-58/+2677
* splay-tree.h (splay_tree_compare_pointers): Declare.Mark Mitchell1999-04-022-0/+19
* alias.c (alias_set_compare): Remove.Mark Mitchell1999-03-302-0/+19
* cplus-dem.c (consume_count): If `count' wraps, return 0 and don't advance inp...Tom Tromey1999-03-302-2/+20
* pexecute.c (__CYGWIN32__): Rename toMumit Khan1999-03-105-62/+91
* config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpcFranz Sirl1999-03-101-4/+8
* config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpcFranz Sirl1999-03-101-0/+4
* Makefile.in: Change mkstemp -> mkstemps.Dave Brolley1999-02-092-2/+6
* Makefile.in (REQUIRED_OFILES): remove mkstemp.oMarc Espie1999-02-085-120/+172
* clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on platforms that don...Mumit Khan1999-02-023-2/+16
* * Makefile.in (xstrdup.o): Depend on config.h.Richard Henderson1999-01-302-1/+5
* * cplus-dem.c (mop_up): Set work->previous_argument to NULL after freeing it.Ulrich Drepper1999-01-141-30/+35
* (mop_up): Set work->previous_argument to NULL after freeing it.Ulrich Drepper1999-01-141-116/+116
* random.c (NULL): Don't redefine NULL if it is already defined.Michael Meissner1999-01-132-2/+10
* * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.Kaveh R. Ghazi1999-01-132-5/+14
* More address fixesJeff Law1999-01-121-1/+2
* More address fixes.Jeff Law1999-01-111-13/+13
* Update FSF address in copyright header.Jeff Law1999-01-112-2/+4
* Warning fixes:Kaveh R. Ghazi1998-12-227-29/+62
* * Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.oHans-Peter Nilsson1998-12-202-1/+5
* cplus-dem.c (demangle_fund_type): Process CV and u codes before bumping the p...Andrew MacLeod1998-12-182-3/+10
* choose-temp.c: Don't check IN_GCC anymore.Kaveh R. Ghazi1998-12-1413-44/+39
* * HP aCC demangling support.David Taylor1998-12-072-42/+508
* * pexecute.c: Remove obsolete ifdefed cygwin code.Christopher Faylor1998-12-032-37/+9
* choose-temp.c: Always include libiberty.h.Kaveh R. Ghazi1998-11-275-25/+16
* * Makefile.in (splay-tree.o): Add config.h dependency.Mike Stump1998-11-252-1/+5
* * configure.in: Use AC_PREREQ(2.12.1).Kaveh R. Ghazi1998-11-232-1/+5
* cplus-dem.c (demangle_fund_type): Add demangling for C9x types.Benjamin Kosnik1998-11-232-0/+28
* * mpw.c (mpw_access): Add missing parens.Jeffrey A Law1998-11-192-3/+7
* configure.in: detect cygwin* instead of cygwin32*Geoffrey Noer1998-11-193-7/+16
* configure.in: Call AC_HEADER_SYS_WAIT.Kaveh R. Ghazi1998-11-195-63/+118
* Regenerate config.in (accidentally omitted from last patch.)Kaveh Ghazi1998-11-181-0/+3
* configure.in: Check for calloc.Kaveh R. Ghazi1998-11-135-65/+137
* cplus-dem.c (demangle_prefix): Use the last __ in the mangled name when looki...Andrew MacLeod1998-11-132-1/+15
* cplus-dem.c (type_kind_t): Add tk_reference.Mark Mitchell1998-11-082-3/+9
* cplus-dem.c (demangle_template_value_parm): Use cplus_demangle, not internal_...Mark Mitchell1998-11-082-1/+11
* choose-temp.c: Don't include gansidecl.h.Kaveh R. Ghazi1998-11-074-3/+6
* pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining whether to incl...Kaveh R. Ghazi1998-11-022-15/+31
* splay-tree.c: Tweak include directives to make sure declarations of xmalloc a...Mark Mitchell1998-10-262-0/+15
* cplus-dem.c (gnu_special): Fix handling of virtual tables in anonymous namesp...Mark Mitchell1998-10-252-2/+7
* cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1998-10-231-0/+17
* cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.Mark Mitchell1998-10-231-55/+135
* splay-tree.c (splay_tree_foreach_helper): Make definition static to match pro...Kaveh R. Ghazi1998-10-222-1/+6
* splay-tree.c: New file.Mark Mitchell1998-10-213-3/+343
* cplus-dem.c (demangle_qualified): Fix off-by-one when checking range of 'K' i...Andreas Schwab1998-10-202-2/+7
* Warning fixes:Kaveh R. Ghazi1998-10-154-33/+68