aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixfixes.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-31Made fixincludes a toplevel build module.Paolo Bonzini1-803/+0
2004-08-30Makefile.in (machname.h): Remove.Paolo Bonzini1-5/+5
2003-08-01fixfixes.c, [...]: ANSIfy function prototypes and defintions.Nathanael Nerode1-25/+10
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-08Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.Zack Weinberg1-7/+7
2003-05-23Makefile.in: Correct description.Nathanael Nerode1-5/+6
2003-01-21dwarf2out.c (lookup_filename): Fix printf format warning.Richard Henderson1-6/+6
2003-01-04When wrapping files, guard with both the fix name and the file nameBruce Korb1-35/+31
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-3/+3
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-05-27reorganize inclhacks and apply fix to fixtests.cBruce Korb1-8/+0
2000-12-13Use one makefile for fixincBruce Korb1-1/+8
2000-12-08safe-ctype.h: New file.Zack Weinberg1-12/+8
2000-12-02Prepare for fixincludes on BeOSDaniel Berlin1-20/+38
2000-12-02Kaveh's warning patch from 11/19Bruce Korb1-12/+14
2000-11-22fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow compilation with older comp...Mike Stump1-1/+1
2000-09-12code cleanupsBruce Korb1-10/+9
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-1/+1
2000-08-04Implement, but leave disabled, MSDOS functionalityBruce Korb1-0/+80
2000-07-27rely* on GCC defining the __xxx_TYPE__ macrosBruce Korb1-75/+21
2000-07-20use platform specific types in gnu_type_fixBruce Korb1-12/+21
2000-07-16* fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.Kaveh R. Ghazi1-7/+9
2000-07-13implement various pre-processor guards around standard typesBruce Korb1-3/+140
2000-07-12removed dinkleberries and use xmalloc instead of a private versionBruce Korb1-1/+1
2000-05-30restore old algorighm for char_macro_*_fix routinesBruce Korb1-153/+138
2000-05-17use #def constant for sub-pattern countBruce Korb1-7/+10
2000-05-17#ifdef debugging codeBruce Korb1-0/+2
2000-05-17improve the debug displays, ignore SIGPIPE, and fix char_macro_def regexBruce Korb1-10/+9
2000-05-17fixfixes.c (char_macro_use_fix, [...]): Don't check the return value of sprintf.Kaveh R. Ghazi1-9/+14
2000-05-16corrected and rewrote char_macro_* fixes to parse the text with regexesBruce Korb1-263/+292
2000-05-14implement "wrap" c_fixBruce Korb1-13/+65
2000-05-12fix up some of the testingBruce Korb1-1/+1
2000-05-12buglet & relaxed rulesBruce Korb1-22/+44
2000-05-12misapplied rejected patchBruce Korb1-1/+1
2000-05-12enhance the format style c_fix & remove unneeded wrapper funcsBruce Korb1-5/+3
2000-05-12enhance the format style c_fix & remove unneeded wrapper funcsZack Weinberg1-71/+55
2000-05-11* fixinc/fixfixes.c, fixinc/fixtests.c: Update commentary.Zack Weinberg1-10/+4
2000-05-11Added support for "make check" and the "format" c_fixBruce Korb1-248/+92
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-04genfixes (machname.h): Move the functionality from gen-machine.h into this file.Bruce Korb1-4/+5
2000-02-01frame.c (find_fde): Convert for loop to do-while so compiler sees it's always...Zack Weinberg1-1/+5
2000-01-24fixfixes.c (fix_char_macro_uses): Correct regular expression to allow undersc...Zack Weinberg1-1/+2
2000-01-22* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.Zack Weinberg1-1/+0
2000-01-20Makefile.in (fixinc.sh): Depend on specs.Zack Weinberg1-1/+100
2000-01-19Makefile.in: Correct dependencies of fixincl and fixincl.o.Zack Weinberg1-1/+195
2000-01-17fixlib.c: Add copyright notice.Zack Weinberg1-4/+3
1999-12-17fixtests.c (is_cxx_header): New fn, split out of double_slash_test.Zack Weinberg1-4/+0
1999-11-01Patch from Philippe De Muyter <phdm@macqel.be>Philippe De Muyter1-3/+3
1999-10-22Use C-coded tests and fixes for #endif/#else labelsBruce Korb1-6/+186
1999-10-12Merge from no_bogosityBruce Korb1-0/+243