summaryrefslogtreecommitdiff
path: root/gcc/protoize.c
Commit message (Expand)AuthorAgeFilesLines
* * system.h: Include symcat.h.ghazi2001-03-271-1/+1
* more rigorous SIGCHLD guardingkorbb2001-03-161-0/+9
* 2000-12-14 Philipp Thomas <pthomas@suse.de>pthomas2000-12-171-0/+7
* Warning fixes:ghazi2000-11-191-1/+1
* * protoize.c (munge_compile_params): Fix typo and formatting buglets.law2000-08-221-2/+3
* * gcc.c (do_spec_1): Implement %j spec flag.law2000-08-211-5/+10
* * cccp.c, cexp.y, cexp.c, cccp.1: Removed.zack2000-04-181-1/+1
* Fix copyrights.law2000-02-261-1/+2
* * protoize.c: (AUX_INFO_SUFFIX): New macro.law2000-02-261-5/+24
* * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,ghazi2000-02-151-2/+1
* Update copyrightsghazi2000-01-171-1/+1
* * machmode.h: PROTO -> PARAMS.ghazi2000-01-171-1/+1
* 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>khan2000-01-071-74/+201
* * protoize.c (safe_read, safe_write): Avoid the gcc extension ofghazi1999-10-161-2/+4
* * protoize.c: Remove various __STDC__ and POSIX hacks. Don'tghazi1999-09-101-173/+107
* * c-aux-info.c (concat): Don't define.ghazi1999-09-071-94/+9
* * protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base iflaw1999-09-021-2/+1
* * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.ghazi1999-08-311-2/+0
* * Makefile.in (PREPROCESSOR_DEFINES): New macro.geoffk1999-08-251-15/+38
* 1999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-161-0/+1
* * protoize.c (abspath): Preserve multiple leading slashes forlaw1999-03-231-1/+1
* Warning fixes:ghazi1999-03-181-2/+2
* * cppfiles.c (INO_T_EQ): Handle UWIN.law1999-03-111-1/+3
* * system.h (_, N_): Remove dummy i18n macros.law1999-02-091-2/+2
* * cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGESlaw1999-01-301-0/+2
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-176/+200
* Update copyright.rth1999-01-211-1/+1
* * cccp.c (xrealloc): Call malloc given a NULL old pointer.rth1999-01-211-1/+5
* * gcc.c (xstrerror): Renamed from my_strerror. All callersghazi1999-01-091-28/+26
* * protoize.c (fputs): Wrap extern declaration in #ifndef fputs.law1998-12-121-0/+2
* manfred1998-12-111-1/+0
* * system.h: Include libiberty.h.ghazi1998-11-271-29/+7
* * configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).ghazi1998-11-191-14/+0
* Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.wilson1998-11-121-1/+1
* * configure.in (host_xm_file, build_xm_file, xm_file, tm_file):ghazi1998-11-071-1/+0
* * configure.in: Call AC_FUNC_VFORK.ghazi1998-11-021-6/+0
* Warning fixes:ghazi1998-10-171-2/+2
* Add ATTRIBUTE_NORETURN in a bunch of places:ghazi1998-10-141-0/+4
* Warning fixes:ghazi1998-10-141-27/+36
* * system.h: Include stdarg.h/varargs.h, make sure they are orderedghazi1998-08-261-5/+0
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-2/+2
* Consolidate strerror handling, as well as getcwd/getwd.ghazi1998-06-281-7/+1
* Consolidate support for "String-ification" into system.h:ghazi1998-05-121-8/+0
* * c-common.c: Convert to using ctype macros defined in system.h.ghazi1998-05-061-27/+27
* Be more careful when including <time.h> and <sys/file.h> in system.h.ghazi1998-05-061-8/+0
* Add extra protection in case strrchr already definedmeissner1998-04-201-0/+2
* Switch to strrchr if available instead of rindexmeissner1998-04-201-4/+14
* * protoize.c (creat, read, write): Do not declare.law1998-04-081-2/+2
* More system.h cutover patches:ghazi1998-04-061-55/+12
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-29/+59