| Commit message (Expand) | Author | Age | Files | Lines |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -41/+41 |
* | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 2001-12-01 | 1 | -2/+2 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -1/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -136/+136 |
* | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 2001-08-27 | 1 | -22/+6 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | osf.h (ASM_OUTPUT_WEAK_ALIAS, [...]): Define. | Rainer Orth | 2001-07-19 | 1 | -29/+16 |
* | mips-tfile.c (copy_object): Always pass indexNil for symbol table index. | Rainer Orth | 2001-06-13 | 1 | -2/+1 |
* | dbxout.c, [...]: Always include gstab.h, not system stab.h. | Zack Weinberg | 2001-05-01 | 1 | -9/+1 |
* | mips-tfile.c: Cast arg to PTR when specifier is HOST_PTR_PRINTF. | Kaveh R. Ghazi | 2001-03-12 | 1 | -149/+102 |
* | mips-tdump.c (read_seek): Call xmalloc, not malloc. | Richard Kenner | 2001-03-10 | 1 | -4/+3 |
* | optabs.c (init_optabs): Initialize fixtab... | Greg McGary | 2000-08-24 | 1 | -2/+2 |
* | c-decl.c: Mark strings for translation. | Philipp Thomas | 2000-06-28 | 1 | -10/+11 |
* | Fix copyrights. | Jeff Law | 2000-02-26 | 1 | -1/+2 |
* | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 2000-02-18 | 1 | -5/+41 |
* | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 2000-02-15 | 1 | -1/+1 |
* | Update copyrights | Kaveh Ghazi | 2000-01-17 | 1 | -1/+1 |
* | machmode.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-17 | 1 | -5/+5 |
* | c-common.c (check_format_info): Don't call a variadic function with a non-lit... | Kaveh R. Ghazi | 1999-11-25 | 1 | -2/+2 |
* | flow.c (debug_flow_info): Add prototype. | Kaveh R. Ghazi | 1999-10-29 | 1 | -6/+8 |
* | machmode.h (HOST_PTR_PRINTF): Move from here ... | Kaveh R. Ghazi | 1999-09-21 | 1 | -2/+0 |
* | c-aux-info.c (concat): Don't define. | Kaveh R. Ghazi | 1999-09-07 | 1 | -117/+6 |
* | cccp.c (xrealloc): Call malloc given a NULL old pointer. | Richard Henderson | 1999-01-21 | 1 | -1/+5 |
* | Fix copyrights. | Jeff Law | 1999-01-06 | 1 | -1/+1 |
* | Warning fixes: | Kaveh R. Ghazi | 1999-01-04 | 1 | -56/+61 |
* | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1998-11-27 | 1 | -34/+17 |
* | gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it... | Kaveh R. Ghazi | 1998-11-08 | 1 | -17/+6 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-10-17 | 1 | -5/+5 |
* | Add support for strsignal, for platforms which have it but don't have sys_sig... | Kaveh R. Ghazi | 1998-09-13 | 1 | -11/+25 |
* | system.h: Include stdarg.h/varargs.h... | Kaveh R. Ghazi | 1998-08-26 | 1 | -5/+0 |
* | Redesign GCC_FUNC_PRINTF_PTR so that it doesn't define HOST_PTR_PRINTF directly. | Kaveh R. Ghazi | 1998-07-06 | 1 | -0/+2 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1998-06-29 | 1 | -2/+2 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-06-22 | 1 | -34/+84 |
* | Finish incomplete change started by Kenner. | Jim Wilson | 1998-05-19 | 1 | -1/+1 |
* | Handle missing vfprintf() & _doprnt() functions with linked in modules, | Kaveh R. Ghazi | 1998-05-07 | 1 | -30/+0 |
* | typo typo fixes fixes | Jeff Law | 1998-05-06 | 1 | -1/+1 |
* | More system.h cutover... | Kaveh R. Ghazi | 1998-05-06 | 1 | -56/+21 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1998-04-04 | 1 | -2/+3 |
* | configure.in: Find declaration for sbrk. | Richard Henderson | 1998-01-19 | 1 | -1/+3 |
* | Merge from gcc-2.8 | Jeff Law | 1997-12-06 | 1 | -12/+11 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -2/+2 |
* | collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED. | Jeffrey A Law | 1997-09-01 | 1 | -1/+1 |
* | reformat a little to match GNU coding standards. | Mike Stump | 1997-05-06 | 1 | -4/+4 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -174/+174 |
* | (malloc, calloc, realloc): Don't define for anybody. | Richard Kenner | 1995-08-31 | 1 | -3/+0 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -3/+3 |
* | (fatal, error): Make first arg const to avoid warning. | Richard Kenner | 1995-04-24 | 1 | -5/+5 |
* | Check target endianness at run time, not compile time | Ian Lance Taylor | 1994-11-16 | 1 | -1/+1 |
* | (update_headers): Do not copy stStatic symbols that result from | Richard Kenner | 1994-04-11 | 1 | -0/+3 |