aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc
AgeCommit message (Collapse)AuthorFilesLines
1999-06-10Corrected quote formationBruce Korb2-2/+2
From-SVN: r27471
1999-06-10Correct quoting rulesBruce Korb1-1/+1
From-SVN: r27470
1999-06-10fix a selection expression, skip a bypassBruce Korb2-14/+6
From-SVN: r27468
1999-06-10fix a selection expression, skip a bypassBruce Korb1-6/+2
From-SVN: r27467
1999-06-09inclhack.def (no_double_slash): Fix quoting for test.Jeffrey A Law3-3/+3
* fixinc/inclhack.def (no_double_slash): Fix quoting for test. * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt. From-SVN: r27460
1999-06-09Added a purpose comment for ioctl_fix_ctrlBruce Korb1-0/+10
From-SVN: r27455
1999-06-09RegenerateBruce Korb2-2/+2
From-SVN: r27448
1999-06-09improve bypass re for sun_auth_protoBruce Korb1-1/+2
From-SVN: r27447
1999-06-08fixincludes: Avoid removing '.'.Jeff Law5-5/+5
� * fixincludes: Avoid removing '.'. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/inclhack.tpl: Likewise. * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt. From-SVN: r27440
1999-06-08inclhack.def (sun_catmacro): Escape parens in the select pattern.Kaveh R. Ghazi3-3/+3
1999-06-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * fixinc/inclhack.def (sun_catmacro): Escape parens in the select pattern. * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt. From-SVN: r27434
1999-06-07inclhack.def (bad_lval): Remove bogus selector.Jeff Law3-16/+4
* fixinc/inclhack.def (bad_lval): Remove bogus selector. * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt. From-SVN: r27423
1999-06-07inclhack.def (avoid_bool): Also catch "typedef [unsigned] int bool".Jeffrey A Law3-0/+32
* fixinc/inclhack.def (avoid_bool): Also catch "typedef [unsigned] int bool". * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt. From-SVN: r27418
1999-06-07inclhack.def (math_gcc_ifndefs): Insert whitespace between sed's -e flag, ↵Kaveh R. Ghazi3-6/+6
and the open-quote following it. * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace between sed's -e flag, and the open-quote following it. * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt. From-SVN: r27405
1999-06-03inclhack.def (limits_ifndefs): Also apply to sys/limits.hJeff Law3-2/+4
� * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h * fixinc/fixincl.x: Regenerated. * fixinc/inclhack.sh: Regenerated. From-SVN: r27338
1999-06-03Io_Def_Quotes): corrected sed expressionBruce Korb3-3/+6
From-SVN: r27327
1999-06-02Remove references to setenv/putenvBruce Korb3-61/+78
From-SVN: r27312
1999-05-28Replace local include scheme with #include of system.hRobert Lipe3-37/+6
From-SVN: r27232
1999-05-28fixinc.dgux: Use modified _int_varargs.hEric Raskin1-16/+48
From-SVN: r27231
1999-05-20A fix for one breaks another :( - do not ignore SIGCLD!Bruce Korb1-7/+0
From-SVN: r27055
1999-05-20static initialization removal & K&R-ificationAlexandre Oliva5-16/+43
From-SVN: r27052
1999-05-19KandR-ification of fixincl.xBruce Korb2-520/+457
From-SVN: r27024
1999-05-18fixincl.tpl: Avoid depending on ANSI C features for filename lists.Bruce Korb2-8/+5
p * fixinc/fixincl.tpl: Avoid depending on ANSI C features for filename lists. * fixinc/fixincl.x: Rebuilt. From-SVN: r27017
1999-05-17* fixinc/fixincl.c: Remove #error, it is not portable.Alexandre Oliva1-1/+1
From-SVN: r26981
1999-05-17Removed no-op pipeRainer Orth2-2/+2
From-SVN: r26973
1999-05-17Wait for children from chain_open()Rainer Orth2-1/+8
From-SVN: r26972
1999-05-15hackshell.tpl: Fix mis-applied patch.Jeffrey A Law2-2/+2
* fixinc/hackshell.tpl: Fix mis-applied patch. * fixinc/inclhack.sh: Regenerated. From-SVN: r26947
1999-05-14mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need ↵Mark Kettenis1-0/+1
any fixes. P * fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of targets that do not need any fixes. From-SVN: r26946
1999-05-14(FD_ZERO): Fix operand numbers in asm input operands.Ulrich Drepper1-6/+6
From-SVN: r26933
1999-05-12verify a file's existence before copying itBruce Korb1-58/+84
From-SVN: r26898
1999-05-11inclhack.def (io_def_quotes): Consistently allow multiple whitespace ↵Jeffrey A Law3-6/+6
characters between the "define" and the... * fixinc/inclhack.def (io_def_quotes): Consistently allow multiple whitespace characters between the "define" and the name of the macro. * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt. From-SVN: r26893
1999-05-11(FD_ZERO): Remove unneccessary memory output operand which irritates gcc.Ulrich Drepper1-7/+3
From-SVN: r26890
1999-05-10inclhack.def (sun_auth_proto): Apply to all targets.Jeffrey A Law3-30/+29
* fixinc/inclhack.def (sun_auth_proto): Apply to all targets. (sysz_stdlib_for_sun): Similarly. * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt. From-SVN: r26878
1999-05-10check for Norcroft bug ; // comment remover portabilityBruce Korb1-4/+56
From-SVN: r26853
1999-05-07DESTDIR is already trimmed to the correct directoryRainer Orth1-1/+1
From-SVN: r26823
1999-05-07fix memory leak in run_compilesRainer Orth1-6/+11
From-SVN: r26822
1999-05-07don't \\-escape the cd command + format fixRainer Orth1-4/+11
From-SVN: r26813
1999-04-29new regex header nameRobert Lipe1-1/+1
From-SVN: r26697
1999-04-29regex.c, regex.h: Removed.Robert Lipe3-1232/+2047
Thu Apr 29 15:58:52 1999 Robert Lipe <robertlipe@usa.net> * fixinc/regex.c, fixinc/regex.h: Removed. Replace with... * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Imported from GDB 4.18. * fixinc/Makefile.in (OBJ, HDR): Handle name changes from above. (gnu-regex.o): Define REGEX_MALLOC to avoid memory leak. From-SVN: r26696
1999-04-28Makesure the result shell script is writableBruce Korb1-1/+4
From-SVN: r26689
1999-04-26inclhack.def (avoid_bool): Enable match if typedefs are prepended by spaces.Robert Lipe4-174/+283
* fixinc/inclhack.def (avoid_bool): Enable match if typedefs are prepended by spaces. (sco5_stat_wrappers): New fix. Make sys/stat.h C++ safe. * fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt. From-SVN: r26665
1999-04-26RegenerateBruce Korb2-2/+2
From-SVN: r26647
1999-04-26Remove unnecessary character quoteBruce Korb1-1/+1
From-SVN: r26645
1999-04-26properly handle child processesBruce Korb3-105/+185
From-SVN: r26644
1999-04-13configure.in (interix Alpha): Add.Donn Terry1-1/+2
* configure.in(interix Alpha): Add. * configure.in(winnt Alpha): Use alpha32.h * configure.in(interix i386): Parallel Alpha32. * config/interix.h: Move common elements from i386-interix.h. * config/i386/i386-interix.h: Delete same. * config/alpha/alpha-interix.h: New file * config/alpha/alpha32.h: New file, part fron win-nt.h. * config/alpha/win-nt.h: Deletions (-> alpha32.h). * config/alpha/interix.h: New file * config/alpha/alpha.md (interix): Comment. * config/alpha/xm-alpha-interix.h: New file. * config/alpha/t-interix: New file. * fixinc/mkfixinc.sh (interix/Alpha): Add. Co-Authored-By: Martin Heller <Ing.-Buero_Heller@t-online.de> From-SVN: r26424
1999-04-12regeneratedBruce Korb3-408/+507
From-SVN: r26364
1999-04-121. the file name lists ought to be restricted to "*.h" anyway 2. C++ files ↵Bruce Korb3-48/+70
may be named .../[a-z]++/... 1. the file name lists ought to be restricted to "*.h" anyway 2. C++ files may be named .../[a-z]++/... also 3. the original egrep pattern was not finding "__MIPSEL". I am not enough of a regexp person to know why. 4. Adding copyright year and attribution to output 5. Add copyright date and attribution 6. Clarify a bunch of comments 7. Remove dead template text 8. Correct the counting of regular expressions From-SVN: r26363
1999-04-11Forgot to check in.Jeff Law1-0/+2
From-SVN: r26348
1999-04-07Remove dynamic content from generated filesBruce Korb2-3/+3
From-SVN: r26259
1999-04-05Ensure that the server shell is _NOT_ cshBruce Korb1-0/+3
From-SVN: r26193
1999-04-05Separate sed -e flag from its argumentBruce Korb1-1/+1
From-SVN: r26192