Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-08-14 | sync with gcc - whitespace differences, one missing entry, and one | DJ Delorie | 1 | -56/+60 | |
rearrangement. | |||||
2001-08-14 | * floatformat.c (floatformat_ieee_double_littlebyte_bigword): Fix | Andrew Cagney | 2 | -1/+6 | |
name. | |||||
2001-08-13 | merge from gcc | DJ Delorie | 2 | -2/+8 | |
2001-08-10 | (lbasename): Change function declaration to return a const char pointer. | Andrew Cagney | 2 | -3/+8 | |
2001-08-09 | merge from gcc | DJ Delorie | 2 | -4/+25 | |
2001-08-04 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-07-30 | merge from gcc | DJ Delorie | 1 | -0/+3 | |
2001-07-30 | merge from gcc | DJ Delorie | 2 | -46/+124 | |
2001-07-26 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-07-19 | merge from gcc | DJ Delorie | 2 | -10/+38 | |
2001-07-11 | merge from gcc | DJ Delorie | 3 | -2/+8254 | |
2001-07-05 | merge from gcc | DJ Delorie | 5 | -3/+40 | |
2001-06-18 | merge from gcc | DJ Delorie | 2 | -0/+5 | |
2001-06-12 | merge from gcc | DJ Delorie | 3 | -0/+10 | |
2001-06-11 | merge from gcc | DJ Delorie | 2 | -48/+35 | |
2001-05-16 | merge from gcc | DJ Delorie | 2 | -2/+6 | |
2001-05-09 | merge from gcc | DJ Delorie | 2 | -68/+73 | |
2001-05-08 | merge from gcc | DJ Delorie | 3 | -14/+34 | |
2001-05-07 | merge from gcc | DJ Delorie | 2 | -1/+40 | |
2001-04-16 | sync with egcs | DJ Delorie | 1 | -3/+3 | |
2001-04-16 | Forgot the makefile portion | Daniel Berlin | 2 | -5/+7 | |
2001-04-16 | 2001-04-15 Daniel Berlin <dan@cgsoftware.com> | Daniel Berlin | 2 | -0/+162 | |
* ternary.c: New file - Ternary search tree implementation. 2001-04-15 Daniel Berlin <dan@cgsoftware.com> * ternary.h: New file - Ternary search tree header. | |||||
2001-04-04 | merge from gcc | DJ Delorie | 2 | -2/+6 | |
2001-03-28 | merge from gcc | DJ Delorie | 2 | -0/+5 | |
2001-03-28 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-03-23 | merge from gcc | DJ Delorie | 2 | -6/+7 | |
2001-03-22 | * cp-demangle.c (string_list_delete): Don't forget to free the | Jim Blandy | 2 | -1/+7 | |
actual contents of the string. | |||||
2001-03-21 | merge from gcc | DJ Delorie | 4 | -147/+181 | |
2001-03-20 | * libiberty/cp-demangle.c (struct demangling_def): New fields: | Jim Blandy | 2 | -6/+124 | |
is_constructor and is_destructor. (demangling_new): Initialize them. (demangle_ctor_dtor_name): Set them, if we detect a constructor or destructor. (demangle_v3_with_details, is_gnu_v3_mangled_ctor, is_gnu_v3_mangled_dtor): New functions. * include/demangle.h (enum gnu_v3_constructor_kinds, is_gnu_v3_mangled_ctor, enum gnu_v3_destructor_kinds, is_gnu_v3_mangled_dtor): New declarations. | |||||
2001-03-20 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-03-15 | merge from gcc | DJ Delorie | 1 | -1/+1 | |
2001-03-15 | merge from gcc | DJ Delorie | 2 | -32/+38 | |
2001-03-14 | Fix minor formatting bugs. | DJ Delorie | 1 | -6/+7 | |
2001-03-10 | merge from gcc | DJ Delorie | 3 | -6/+104 | |
2001-03-06 | merge from gcc | DJ Delorie | 2 | -31/+0 | |
2001-03-06 | merge from gcc | DJ Delorie | 9 | -316/+164 | |
2001-03-05 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-02-17 | merge from gcc | DJ Delorie | 2 | -1/+5 | |
2001-02-02 | merge from gcc | DJ Delorie | 1 | -95/+117 | |
2001-02-02 | merge from gcc | DJ Delorie | 4 | -24/+225 | |
2001-01-27 | Remove extraneous tab from the blank line after the most recent entry | Michael Sokolov | 1 | -1/+1 | |
2000-12-29 | * fnmatch.c: Make the note about the origins of this file more | DJ Delorie | 6 | -10/+20 | |
accurate, at least until we can sync with glibc. * getopt.c: Ditto. * getopt1.c: Ditto. * md5.c: Ditto. * obstack.c: Ditto. | |||||
2000-12-26 | * bsearch.c: New file. | DJ Delorie | 5 | -105/+189 | |
* configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate. | |||||
2000-12-26 | Synchronise with master FSF GCC sources | Nick Clifton | 1 | -146/+140 | |
2000-12-17 | * safe-ctype.c: #include "ansidecl.h". | DJ Delorie | 4 | -1/+12 | |
* strtod.c: Likewise. * strtoul.c: Include safe-ctype.h, not ctype.h. | |||||
2000-12-09 | Add - before rms to be more portable. | DJ Delorie | 1 | -7/+7 | |
2000-12-08 | * safe-ctype.c: New file. | DJ Delorie | 11 | -77/+243 | |
* Makefile.in (CFILES): Add safe-ctype.c. (REQUIRED_OFILES): Add safe-ctype.o. * argv.c: Define ISBLANK and use it, not isspace. * basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c, strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c) before calling TOLOWER(c)/TOUPPER(c). | |||||
2000-12-07 | * Makefile.in (distclean): When cleaning, remove testsuite. | DJ Delorie | 2 | -0/+5 | |
2000-12-05 | * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled | DJ Delorie | 2 | -2/+15 | |
name before allocating the dyn_string. | |||||
2000-12-05 | * cp-demangle.c: s/new_abi/v3/. | DJ Delorie | 3 | -16/+29 | |
* cplus-dem.c: Likewise. (current_demangling_style): Now auto_demangling. (cplus_demangle): Try v3 demangling if AUTO_DEMANGLING. (main): Use standard symbol chars for auto_demangling. |