History log of /openbsd-src/usr.bin/cpp/cpp.sh (Results 1 – 10 of 10)
Revision Date Author Comments
# 1a49fa34 28-Sep-2019 ajacoutot <ajacoutot@openbsd.org>

Add where missing and harmonize PATH to be _PATH_DEFPATH (without local nor
X11R6).
Suggested by tb@

ok deraadt@ tb@ millert@


# 80cb8463 09-Dec-2013 guenther <guenther@openbsd.org>

Use shell arrays to store arguments instead of building a string for eval.
Add option argument handling for all the options that take an argument.
Handle -I with separate path argument.
Retire gcc2-s

Use shell arrays to store arguments instead of building a string for eval.
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@

show more ...


# 1d02ddb3 03-May-2010 drahn <drahn@openbsd.org>

Support gcc4 with cpp (gcc4 binary to be installed in /usr/libexec/cpp).
ok kettenis@


# 5aab292e 10-Feb-2004 espie <espie@openbsd.org>

Clean-up logic, support -$ on gcc2, nothing on gcc3.
Add -notraditional to help the transition into not -trad land.

ok deraadt@


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# cc5a0021 17-Jun-1999 espie <espie@openbsd.org>

Sync for 990608 egcs snapshot...
finally, the interface is frozen with /usr/libexec/cpp not defining
__GNUC__


# 9476096b 26-May-1999 espie <espie@openbsd.org>

New egcs cpp driver does always define gnu C.


# a55444b1 18-Feb-1998 niklas <niklas@openbsd.org>

Deal much better with installation problems


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# 39827acf 02-Jan-1996 deraadt <deraadt@openbsd.org>

/usr/bin/cpp wrapper script (which now knows where to find the
correct path to GNU cpp through an incredibly twisted hack)