cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
[gcc.git] / gcc / fixproto
2003-03-22 Nathanael Nerodefixproto: Define NULL and size_t in generated stdlib...
2002-05-16 Rainer OrthMakefile.in: Allow for PWDCMD to override hardcoded...
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-01-27 Michael Sokolovfixproto: Correctly install synthesised unistd.h and...
2000-08-11 Laurynas Biveinis* fixproto: Recognize DOS paths with drive letters...
2000-04-17 Kaveh R. GhaziMakefile.in (stmp-fixproto): Acknowledge errors in...
1999-05-17 Alexandre OlivaMakefile.in (stmp-fixproto): Pass location of mkinstall...
1999-05-11 Jeffrey A Law* fixproto: Change "mkdir" calls to "mkdir -p"
1999-01-06 Jeff LawCopyright fixes.
1998-04-19 Manfred Hollsteinfix-header.c (enum special_file): Undefine enumerators...
1998-03-27 Manfred HollsteinMakefile.in (stmp-fixinc): If we're actually fixing...
1996-11-12 Richard Kenner(std_files): Add sys/socket.h.
1996-07-19 Brendan Kehoe* fixproto (std_files): Add utime.h.
1996-06-06 Paul Eggert(subdirs): Work around Solaris 2.5
1995-06-15 Richard KennerChange FSF address.
1995-05-16 Richard KennerFix typos in comments.
1995-04-05 Per BothnerRe-write fixproto/fix-header/etc to use cpplib.
1994-09-01 Per Bothnerfixproto: Define FIX_HEADER (needed by Aug 19 change).
1994-08-19 Per BothnerUse $FIX_HEADER macro instead of calling fix-header...
1994-06-18 Jason MerrillLose assert.h hacking
1994-05-18 Jason MerrillUse ${FIXPROTO_DEFINES}.
1994-04-01 Jason MerrillAdd missing fns to required list for string.h
1994-02-09 Richard KennerAdd popen and pclose to required list for stdio.h.
1994-02-09 Richard KennerAppend "#include <stdlib.h>" to assert.h if it uses...
1994-02-05 Richard KennerAdd lstat to required_list for sys/stat.h
1993-12-22 Jim Wilson(required_unistd_h): Delete getgroups from list.
1993-11-27 Richard Stallman(scanning files_to_check): Create subdirs files are in.
1993-11-21 Richard Stallman(stdio.h): Reenable adding protos for v*printf.
1993-11-11 Richard Stallman(rel_source_subdir): Prune out redundant /subdir/....
1993-11-06 Richard Stallman(stdio.h): Don't add protos for vprintf, vfprintf,...
1993-11-05 Richard StallmanDon't scan sub-directories whose names end in CC
1993-11-03 Per BothnerMake more robust in two places.
1993-11-02 Richard Stallman(setjmp.h): Don't require siglongjmp and sigsetjmp.
1993-10-26 Richard Stallman(signal.h): Add prototypes only for kill and raise.
1993-10-22 Richard StallmanUse fix-header.
1993-10-12 Per BothnerRe-write. New logic, assuming implicit extern "C"...
1993-08-10 Per BothnerMerge. See ChangeLog.
1993-07-27 Per BothnerPass '-' to tr as the 1-character range '---'.
1993-07-26 Per BothnerInitial revision