Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc. | brueffer | 2015-07-13 | 1 | -10/+1 |
| | | | | | | PR: 201303 Submitted by: Bruce Cran MFC after: 1 week | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | sync from head | sjg | 2013-04-12 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" instead | dim | 2013-03-07 | 1 | -1/+1 |
|/ | | | | | | | of just "cc", since there is no reason to cause additional path searches in this case. MFC after: 3 days | ||||
* | Add missing static keywords to c99(1) | ed | 2011-11-06 | 1 | -8/+8 |
| | |||||
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -2/+2 |
| | | | | | | thing with empty quotation macros. Requested by: Alex Kozlov | ||||
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -2/+2 |
| | |||||
* | - Update GCC reference from 3.3 to 4.2 [1] | gabor | 2010-06-17 | 1 | -3/+4 |
| | | | | | | - Add reference to c99(7) Submitted by: stefanf | ||||
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) | ||||
* | Bump the original revision of c89(1). | ru | 2007-03-10 | 1 | -1/+1 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 2 | -9/+7 |
| | |||||
* | Fix off-by-one error. | stefanf | 2005-01-14 | 1 | -1/+1 |
| | |||||
* | Update URL of GCC status page to GCC 3.3 | josef | 2004-03-04 | 1 | -1/+1 |
| | | | | | | Approved by: simon(mentor) Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> PR: docs/63370 | ||||
* | mdoc(7) police: overhaul. | ru | 2002-12-11 | 1 | -24/+41 |
| | | | | Approved by: re | ||||
* | Re-add the code which maps POSIX standard library names into the ones | tjr | 2002-10-08 | 1 | -4/+49 |
| | | | | FreeBSD uses; f.e. -lpthread -> -pthread, -lxnet -> nothing. | ||||
* | Add the c99(1) utility, which is nothing more than a synonym for | tjr | 2002-10-07 | 3 | -0/+276 |
cc -std=iso9899:1999 -pedantic, and is required by SUSv3. PR; 36087 |