aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/c99/c99.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" insteadDimitry Andric2013-03-071-1/+1
* Add missing static keywords to c99(1)Ed Schouten2011-11-061-8/+8
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-4/+3
* Fix off-by-one error.Stefan Farfeleder2005-01-141-1/+1
* Re-add the code which maps POSIX standard library names into the onesTim J. Robbins2002-10-081-4/+49
* Add the c99(1) utility, which is nothing more than a synonym forTim J. Robbins2002-10-071-0/+89