summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * protoize.c (fputs): Wrap extern declaration in #ifndef fputs.Manfred Hollstein1998-12-121-0/+2
* cccp.c: Do not #include <sys/stat.h> here; this is already done by "system.h".Manfred Hollstein1998-12-111-1/+0
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-29/+7
* configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh R. Ghazi1998-11-191-14/+0
* Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1998-11-121-1/+1
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* configure.in: Call AC_FUNC_VFORK.Kaveh R. Ghazi1998-11-021-6/+0
* Warning fixes:Kaveh R. Ghazi1998-10-171-2/+2
* Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1998-10-141-0/+4
* Warning fixes:Kaveh R. Ghazi1998-10-141-27/+36
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-2/+2
* Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1998-06-281-7/+1
* Consolidate support for "String-ification" into system.h:Kaveh R. Ghazi1998-05-121-8/+0
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-27/+27
* Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1998-05-061-8/+0
* Add extra protection in case strrchr already definedMichael Meissner1998-04-201-0/+2
* Switch to strrchr if available instead of rindexMichael Meissner1998-04-201-4/+14
* * protoize.c (creat, read, write): Do not declare.Jeffrey A Law1998-04-081-2/+2
* More system.h cutover patches:Kaveh R. Ghazi1998-04-061-55/+12
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-29/+59
* Fix more warnings...Kaveh R. Ghazi1998-03-181-0/+2
* Fix warious warnings:Kaveh R. Ghazi1998-02-281-5/+9