splay-tree.c (splay_tree_insert): Add initialization to avoid warning.
[gcc.git] / libiberty / ChangeLog
1999-07-26 Ian Lance Taylorsplay-tree.c (splay_tree_insert): Add initialization...
1999-07-14 Richard Hendersonargv.c: Include stdlib.h and string.h instead of protot...
1999-07-12 Jason Merrill* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
1999-07-07 Jason MerrillMakefile.in (needed-list): Only include stuff we actual...
1999-06-24 Jeff LawWhoops. Revert patch applied to the wrong tre.
1999-06-24 Philippe De Muytersetenv.c (sys/types.h, stdio.h): Files included.
1999-06-21 Andreas Schwabconfigure.in (checkfuncs): Add gettimeofday.
1999-06-21 Mumit Khanconfigure.in (*-*-uwin*): UWIN has sys_{errlist,nerr...
1999-06-10 Mike StumpMike Stump <mrs@wrs.com>
1999-05-28 Kaveh R. Ghaziputenv.c: Include ansidecl.h to define `const'.
1999-05-26 Jeff LawForgot to commit.
1999-05-26 Melissa O'Neillgetcwd.c (getcwd): If pathname is NULL, then obtain...
1999-05-17 Stu Grossmancplus-dem.c (demangle_fund_type (near 'I' case)): Don...
1999-05-13 Michael Hayes* tmpnam.c (L_tmpnam): Fix typo.
1999-05-13 Marc Espiecplus-dem.c (standard_symbol_characters): Renamed from...
1999-05-11 Jim Blandy*** empty log message ***
1999-05-06 Fred FishFred Fish <fnf@be.com>
1999-04-26 Donn Terryconfigure.in (alloca detection): Handle alloca directly...
1999-04-25 Mumit Khan* choose-temp.c (DIR_SEPARATOR): Use '\\' only for...
1999-04-20 Jim Blandy*** empty log message ***
1999-04-15 Mumit Khanconfigure.in (checkfuncs): Check for sbrk.
1999-04-12 Jim Blandy*** empty log message ***
1999-04-11 Mumit Khanpexecute.c: Change all references to __UWIN__ to _UWIN.
1999-04-11 Mark Mitchellcplus-dem.c (demangle_template_value_parm): Handle...
1999-04-09 Jeff LawMon Dec 14 09:55:50 1998 Kaveh R. Ghazi <ghazi@caip...
1999-04-09 Jim Blandycplus-dem.c: Attempt to handle overflows in counts...
1999-04-07 Jeff LawChanges from official libiberty sources.
1999-04-05 Tom Tromeyregress-demangle: New file.
1999-04-02 Mark Mitchellsplay-tree.h (splay_tree_compare_pointers): Declare.
1999-03-30 Mark Mitchellalias.c (alias_set_compare): Remove.
1999-03-30 Tom Tromeycplus-dem.c (consume_count): If `count' wraps, return...
1999-03-11 Mumit Khanpexecute.c (__CYGWIN32__): Rename to
1999-03-11 Franz Sirlconfig.table: Cleanup and add mh-*pic handling for...
1999-02-09 Dave BrolleyMakefile.in: Change mkstemp -> mkstemps.
1999-02-09 Marc EspieMakefile.in (REQUIRED_OFILES): remove mkstemp.o
1999-02-02 Mumit Khanclock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC...
1999-01-30 Richard Henderson* Makefile.in (xstrdup.o): Depend on config.h.
1999-01-14 Ulrich Drepper* cplus-dem.c (mop_up): Set work->previous_argument...
1999-01-13 Michael Meissnerrandom.c (NULL): Don't redefine NULL if it is already...
1999-01-13 Kaveh R. Ghazi* xstrdup.c (xstrdup): Switch from strcpy to memcpy...
1998-12-22 Kaveh R. GhaziWarning fixes:
1998-12-21 Hans-Peter Nilsson* Makefile.in (CFILES): Fix typo: splay-tree.c, not...
1998-12-18 Andrew MacLeodcplus-dem.c (demangle_fund_type): Process CV and u...
1998-12-14 Kaveh R. Ghazichoose-temp.c: Don't check IN_GCC anymore.
1998-12-07 David Taylor* HP aCC demangling support.
1998-12-04 Christopher Faylor* pexecute.c: Remove obsolete ifdefed cygwin code.
1998-11-27 Kaveh R. Ghazichoose-temp.c: Always include libiberty.h.
1998-11-25 Mike Stump* Makefile.in (splay-tree.o): Add config.h dependency.
1998-11-23 Kaveh R. Ghazi* configure.in: Use AC_PREREQ(2.12.1).
1998-11-23 Benjamin Kosnikcplus-dem.c (demangle_fund_type): Add demangling for...
1998-11-19 Jeffrey A Law* mpw.c (mpw_access): Add missing parens.
1998-11-19 Geoffrey Noerconfigure.in: detect cygwin* instead of cygwin32*
1998-11-19 Kaveh R. Ghaziconfigure.in: Call AC_HEADER_SYS_WAIT.
1998-11-13 Kaveh R. Ghaziconfigure.in: Check for calloc.
1998-11-13 Andrew MacLeodcplus-dem.c (demangle_prefix): Use the last __ in the...
1998-11-08 Mark Mitchellcplus-dem.c (type_kind_t): Add tk_reference.
1998-11-08 Mark Mitchellcplus-dem.c (demangle_template_value_parm): Use cplus_d...
1998-11-07 Kaveh R. Ghazichoose-temp.c: Don't include gansidecl.h.
1998-11-02 Kaveh R. Ghazipexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when deter...
1998-10-26 Mark Mitchellsplay-tree.c: Tweak include directives to make sure...
1998-10-25 Mark Mitchellcplus-dem.c (gnu_special): Fix handling of virtual...
1998-10-23 Mark Mitchellcplus-dem.c (work_stuff): Replace const_type and volati...
1998-10-22 Kaveh R. Ghazisplay-tree.c (splay_tree_foreach_helper): Make definiti...
1998-10-21 Mark Mitchellsplay-tree.c: New file.
1998-10-20 Andreas Schwabcplus-dem.c (demangle_qualified): Fix off-by-one when...
1998-10-15 Kaveh R. GhaziWarning fixes:
1998-10-13 Jeffrey A Lawmkstemp.c: Check HAVE_SYS_TIME_H before including sys...
1998-10-13 Jeffrey A Lawgetopt.c: Check HAVE_STRINGS_H before including strings.h.
1998-10-12 Michael TiemannFix parallel make problem.
1998-10-08 Jeff LawThu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus...
1998-09-08 Martin v. Löwis* cplus-dem.c (demangle_arm_pt): Demangle anonymous...
1998-09-07 Kaveh R. Ghazimkstemp.c: Include config.h even when not IN_GCC.
1998-09-05 Jeffrey A Lawpexecute.c: Updates from gcc.
1998-09-05 Jeffrey A Lawpexecute.c: Updates from gcc.
1998-09-05 Jeffrey A Lawpexecute.c: Updates from gcc.
1998-09-05 Jeffrey A Lawpexecute.c: Updates from gcc.
1998-08-19 Mumit Khancplus-dem.c (work_stuff): Add dllimported.
1998-08-17 Jason Merrillcplus-dem.c (do_type): Fix simple array handling.
1998-08-17 Kaveh R. Ghazicplus-dem.c: Include config.h if it exists.
1998-07-28 Mark Mitchellcplus-dem.c (type_kind_t): New type.
1998-07-19 Kaveh R. GhaziThis fixes a problem when using KNR compilers.
1998-07-13 Mark MitchellUpdate entry for last change to include more details.
1998-07-13 Mark Mitchellcplus-dem.c: Incorporate changes from GCC version not...
1998-05-30 Mumit Khan* configure.in (checkfuncs): Add missing "'".
1998-05-23 Andreas Schwab* Makefile.in (distclean): Don't remove alloca-conf.h
1998-05-22 Hans-Peter Nilssoncplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
1998-05-22 Mike StumpMakefile.in: Add a dependency on stamp-picdir for the...
1998-05-21 Mark Mitchell* cplus-dem.c (do_type): Handle volatile qualification.
1998-05-21 Manfred Hollsteinconfigure.in: Check for unistd.h as well.
1998-05-16 Jeffrey A Lawconfig.table: Add line to set enable_shared in the...
1998-05-15 Jeff LawUpdate from Cygnus libiberty.
1998-05-15 Peter Schauercplus-dem.c (cplus_demangle_opname): Initialize work.
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-04-27 Andrew MacLeodcplus-dem.c (demangle_qualified): Add a missing else...
1998-04-26 Andreas Schwabcplus-dem.c (gnu_special): Fix off-by-one bug when...
1998-04-22 Andrew MacLeodcplus-dem.c: Add code to enable demangling of names...
1998-04-10 Jeffrey A Law* cplus-dem.c: Sync with gcc.
1998-04-02 Kaveh R. GhaziPatched in the gcc directory:
1998-04-01 Mark Mitchellcplus-dem.c (optable): Add sizeof.
1998-03-05 Manfred Hollsteinconfig.table: Make locating frag files failsafe even...
next