aboutsummaryrefslogtreecommitdiff
path: root/gcc/protoize.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth1-5/+1
2002-05-20* protoize.c: Fix formatting.Kazu Hirata1-766/+766
2002-04-17Makefile.in (PROTO_OBJS): Add cppdefault.o.Zack Weinberg1-55/+2
2002-04-03protoize.c: Match include directory usage with cppdefault.c.David O'Brien1-8/+14
2002-01-22predict.c: Fix formatting.Kazu Hirata1-9/+9
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-1/+1
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-3/+2
2001-10-19aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg1-12/+1
2001-10-10calls.c: Fix formatting.Kazu Hirata1-2/+2
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-2/+2
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-3/+3
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-2/+2
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-12/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-4/+4
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-1/+1
2001-03-16more rigorous SIGCHLD guardingBruce Korb1-0/+9
2000-12-17protoize.c (main): Correctly set locale categories.Philipp Thomas1-0/+7
2000-11-19Warning fixes:Kaveh R. Ghazi1-1/+1
2000-08-22* protoize.c (munge_compile_params): Fix typo and formatting buglets.Jeffrey A Law1-2/+3
2000-08-21gcc.c (do_spec_1): Implement %j spec flag.Jeff Law1-5/+10
2000-04-18cccp.c, [...]: Removed.Zack Weinberg1-1/+1
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-02-25protoize.c: (AUX_INFO_SUFFIX): New macro.Mumit Khan1-5/+24
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-2/+1
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1
2000-01-07protoize.c: Conditionally include unistd.h.Mumit Khan1-74/+201
1999-10-16protoize.c (safe_read, safe_write): Avoid the gcc extension of using arithmet...Kaveh R. Ghazi1-2/+4
1999-09-10protoize.c: Remove various __STDC__ and POSIX hacks.Kaveh R. Ghazi1-173/+107
1999-09-07c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1-94/+9
1999-09-02protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if needed.Marc Espie1-2/+1
1999-08-31Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1-2/+0
1999-08-25Makefile.in (PREPROCESSOR_DEFINES): New macro.Fred Fish1-15/+38
1999-04-16system.h: Always prototype abort.Zack Weinberg1-0/+1
1999-03-23protoize.c (abspath): Preserve multiple leading slashes for _WIN32 and Interix.Mumit Khan1-1/+1
1999-03-18Warning fixes:Kaveh R. Ghazi1-2/+2
1999-03-10cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1-1/+3
1999-02-09system.h (_, N_): Remove dummy i18n macros.Nathan Sidwell1-2/+2
1999-01-30cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1-0/+2
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-176/+200
1999-01-21Update copyright.Richard Henderson1-1/+1
1999-01-21cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1-1/+5
1999-01-09gcc.c (xstrerror): Renamed from my_strerror.Kaveh R. Ghazi1-28/+26
1998-12-12* protoize.c (fputs): Wrap extern declaration in #ifndef fputs.Manfred Hollstein1-0/+2
1998-12-11cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1-1/+0
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-29/+7