Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor | 2019-09-28 | 1 | -2/+2 | |
| | | | | | | | X11R6). Suggested by tb@ ok deraadt@ tb@ millert@ | ||||
* | Use shell arrays to store arguments instead of building a string for eval. | 2013-12-09 | 1 | -13/+24 | |
| | | | | | | | | | Add option argument handling for all the options that take an argument. Handle -I with separate path argument. Retire gcc2-specific bits. Handle -U__GNUC__ correctly on gcc4 systems. ok jca@ millert@ | ||||
* | Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp). | 2010-05-03 | 1 | -2/+2 | |
| | | | | ok kettenis@ | ||||
* | Clean-up logic, support -$ on gcc2, nothing on gcc3. | 2004-02-10 | 1 | -19/+16 | |
| | | | | | | Add -notraditional to help the transition into not -trad land. ok deraadt@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Sync for 990608 egcs snapshot... | 1999-06-17 | 1 | -2/+5 | |
| | | | | | finally, the interface is frozen with /usr/libexec/cpp not defining __GNUC__ | ||||
* | New egcs cpp driver does always define gnu C. | 1999-05-26 | 1 | -5/+2 | |
| | |||||
* | Deal much better with installation problems | 1998-02-18 | 1 | -2/+6 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -0/+2 | |
| | |||||
* | /usr/bin/cpp wrapper script (which now knows where to find the | 1996-01-02 | 1 | -0/+102 | |
correct path to GNU cpp through an incredibly twisted hack) |