summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
Commit message (Expand)AuthorAgeFilesLines
* dbxout.c (lastfile, cwd): Fix `unused' warning.Kaveh Ghazi2003-01-161-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-5/+5
* c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2002-07-211-5/+1
* * protoize.c: Fix formatting.Kazu Hirata2002-05-201-766/+766
* Makefile.in (PROTO_OBJS): Add cppdefault.o.Zack Weinberg2002-04-171-55/+2
* protoize.c: Match include directory usage with cppdefault.c.David O'Brien2002-04-031-8/+14
* predict.c: Fix formatting.Kazu Hirata2002-01-221-9/+9
* gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi2002-01-021-1/+1
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-1/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-2/+2
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-3/+2
* aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and USE_INCLUDED_LIBINTL w...Zack Weinberg2001-10-191-12/+1
* calls.c: Fix formatting.Kazu Hirata2001-10-101-2/+2
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-2/+2
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-3/+3
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-2/+2
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-12/+4
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-4/+4
* system.h: Include symcat.h.Kaveh R. Ghazi2001-03-271-1/+1
* more rigorous SIGCHLD guardingBruce Korb2001-03-161-0/+9
* protoize.c (main): Correctly set locale categories.Philipp Thomas2000-12-171-0/+7
* Warning fixes:Kaveh R. Ghazi2000-11-191-1/+1
* * protoize.c (munge_compile_params): Fix typo and formatting buglets.Jeffrey A Law2000-08-221-2/+3
* gcc.c (do_spec_1): Implement %j spec flag.Jeff Law2000-08-211-5/+10
* cccp.c, [...]: Removed.Zack Weinberg2000-04-181-1/+1
* Fix copyrights.Jeff Law2000-02-261-1/+2
* protoize.c: (AUX_INFO_SUFFIX): New macro.Mumit Khan2000-02-251-5/+24
* Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi2000-02-151-2/+1
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-1/+1
* protoize.c: Conditionally include unistd.h.Mumit Khan2000-01-071-74/+201
* protoize.c (safe_read, safe_write): Avoid the gcc extension of using arithmet...Kaveh R. Ghazi1999-10-161-2/+4
* protoize.c: Remove various __STDC__ and POSIX hacks.Kaveh R. Ghazi1999-09-101-173/+107
* c-aux-info.c (concat): Don't define.Kaveh R. Ghazi1999-09-071-94/+9
* protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if needed.Marc Espie1999-09-021-2/+1
* Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.Kaveh R. Ghazi1999-08-311-2/+0
* Makefile.in (PREPROCESSOR_DEFINES): New macro.Fred Fish1999-08-251-15/+38
* system.h: Always prototype abort.Zack Weinberg1999-04-161-0/+1
* protoize.c (abspath): Preserve multiple leading slashes for _WIN32 and Interix.Mumit Khan1999-03-231-1/+1
* Warning fixes:Kaveh R. Ghazi1999-03-181-2/+2
* cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1999-03-101-1/+3
* system.h (_, N_): Remove dummy i18n macros.Nathan Sidwell1999-02-091-2/+2
* cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES is defined.Jeffrey A Law1999-01-301-0/+2
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-176/+200
* Update copyright.Richard Henderson1999-01-211-1/+1
* cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1999-01-211-1/+5
* gcc.c (xstrerror): Renamed from my_strerror.Kaveh R. Ghazi1999-01-091-28/+26