Age | Commit message (Expand) | Author | Files | Lines |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-10-09 | c-common.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-09-13 | c-parse.in (yyerror): Const-ification and/or static-ization. | Kaveh R. Ghazi | 1 | -3/+3 |
2001-09-12 | c-common.c (c_tree_code_name): Const-ification. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-08-27 | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 1 | -12/+4 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2001-03-27 | system.h: Include symcat.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-03-16 | more rigorous SIGCHLD guarding | Bruce Korb | 1 | -0/+9 |
2000-12-17 | protoize.c (main): Correctly set locale categories. | Philipp Thomas | 1 | -0/+7 |
2000-11-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
2000-08-22 | * protoize.c (munge_compile_params): Fix typo and formatting buglets. | Jeffrey A Law | 1 | -2/+3 |
2000-08-21 | gcc.c (do_spec_1): Implement %j spec flag. | Jeff Law | 1 | -5/+10 |
2000-04-18 | cccp.c, [...]: Removed. | Zack Weinberg | 1 | -1/+1 |
2000-02-26 | Fix copyrights. | Jeff Law | 1 | -1/+2 |
2000-02-25 | protoize.c: (AUX_INFO_SUFFIX): New macro. | Mumit Khan | 1 | -5/+24 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -2/+1 |
2000-01-17 | Update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2000-01-17 | machmode.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-01-07 | protoize.c: Conditionally include unistd.h. | Mumit Khan | 1 | -74/+201 |
1999-10-16 | protoize.c (safe_read, safe_write): Avoid the gcc extension of using arithmet... | Kaveh R. Ghazi | 1 | -2/+4 |
1999-09-10 | protoize.c: Remove various __STDC__ and POSIX hacks. | Kaveh R. Ghazi | 1 | -173/+107 |
1999-09-07 | c-aux-info.c (concat): Don't define. | Kaveh R. Ghazi | 1 | -94/+9 |
1999-09-02 | protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if needed. | Marc Espie | 1 | -2/+1 |
1999-08-31 | Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o. | Kaveh R. Ghazi | 1 | -2/+0 |
1999-08-25 | Makefile.in (PREPROCESSOR_DEFINES): New macro. | Fred Fish | 1 | -15/+38 |
1999-04-16 | system.h: Always prototype abort. | Zack Weinberg | 1 | -0/+1 |
1999-03-23 | protoize.c (abspath): Preserve multiple leading slashes for _WIN32 and Interix. | Mumit Khan | 1 | -1/+1 |
1999-03-18 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+2 |
1999-03-10 | cppfiles.c (INO_T_EQ): Handle UWIN. | Mumit Khan | 1 | -1/+3 |
1999-02-09 | system.h (_, N_): Remove dummy i18n macros. | Nathan Sidwell | 1 | -2/+2 |
1999-01-30 | cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined. | Jeffrey A Law | 1 | -0/+2 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -176/+200 |
1999-01-21 | Update copyright. | Richard Henderson | 1 | -1/+1 |
1999-01-21 | cccp.c (xrealloc): Call malloc given a NULL old pointer. | Richard Henderson | 1 | -1/+5 |
1999-01-09 | gcc.c (xstrerror): Renamed from my_strerror. | Kaveh R. Ghazi | 1 | -28/+26 |
1998-12-12 | * protoize.c (fputs): Wrap extern declaration in #ifndef fputs. | Manfred Hollstein | 1 | -0/+2 |
1998-12-11 | cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h". | Manfred Hollstein | 1 | -1/+0 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -29/+7 |
1998-11-19 | configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h). | Kaveh R. Ghazi | 1 | -14/+0 |
1998-11-12 | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | Geoffrey Noer | 1 | -1/+1 |
1998-11-07 | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1 | -1/+0 |
1998-11-02 | configure.in: Call AC_FUNC_VFORK. | Kaveh R. Ghazi | 1 | -6/+0 |
1998-10-17 | Warning fixes: | Kaveh R. Ghazi | 1 | -2/+2 |
1998-10-14 | Add ATTRIBUTE_NORETURN in a bunch of places: | Kaveh R. Ghazi | 1 | -0/+4 |
1998-10-14 | Warning fixes: | Kaveh R. Ghazi | 1 | -27/+36 |
1998-08-26 | system.h: Include stdarg.h/varargs.h... | Kaveh R. Ghazi | 1 | -5/+0 |
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -2/+2 |
1998-06-28 | Consolidate strerror handling, as well as getcwd/getwd. | Kaveh R. Ghazi | 1 | -7/+1 |