summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent (follow)
Commit message (Expand)AuthorAgeFilesLines
* it's typedef, not typdef.tobiasu2016-06-061-2/+2
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-111-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath wpath cpath", because this program reads and createsderaadt2015-10-051-1/+3
* Mark diag() as printf-likeguenther2015-09-272-5/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-203-13/+13
* Recognise 'F'/'f' constant suffix for single precision floating point.jsg2015-01-221-1/+7
* Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw2015-01-192-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* Userland reallocarray() audit.doug2014-10-111-2/+2
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-201-2/+3
* Use errc/warnc to simplify code.guenther2014-05-202-4/+4
* unsigned char casts for ctypederaadt2013-11-264-14/+17
* tweak previous;jmc2013-06-241-4/+4
* Default to stdin/stdout if no input files arejsg2013-06-212-7/+11
* add ut/nut flags to indent to enable/disable tabs.jsg2013-06-205-12/+57
* remove uesless Pp;jmc2013-01-171-3/+2
* no more vgrind(1); ok deraadtjmc2010-10-191-7/+4
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-276-45/+6
* "input-file" is a required argument; while here, remove a few superfluoussobrado2009-05-292-6/+6
* typos; ok jmc@martynas2007-11-271-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* When checking for comment characters using negative pointer arithmeticmillert2005-05-151-3/+3
* Fix realloc bug introduce in rev 1.10 and do some minor cleanup.millert2005-03-061-11/+8
* clearer wording;jmc2005-02-041-4/+4
* Spell precede correctly.jsg2004-11-291-3/+3
* ansi; khalek@linuxgamers.netderaadt2004-07-205-52/+29
* - some fixes from PR 1446jmc2003-11-281-62/+65
* better realloc. ok deraadt@ henning@tedu2003-09-262-10/+15
* minimal protosderaadt2003-06-262-7/+7
* delete junk protoderaadt2003-06-251-2/+1
* de-register and ansification; millert okderaadt2003-06-121-6/+4
* final bits of obvious UCB term 3 removalderaadt2003-06-128-53/+21
* de-registerderaadt2003-06-111-5/+9
* - section reorderjmc2003-06-101-5/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* sprintf -> snprintf and add a couple of size checks to ensure againstkrw2003-04-251-5/+11
* snprintfderaadt2003-04-011-4/+3
* inconsistant spelling; torh@bogus.netderaadt2002-11-291-3/+3
* misplaced break in the lastmickey2002-10-071-3/+3
* some formatting from mickey.mickey2002-10-041-8/+8
* fprintf+exit vs errxmickey2002-10-041-6/+4
* better error message when we find unmatched braces. (i.e. "braces" is morevincent2002-03-161-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-21/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-162-26/+26
* kill more registersmpech2001-11-193-11/+11
* errx -> err if ENOMEMpjanzen2001-06-254-16/+16
* Remove completely redundant introductory sentences in ENVIRONMENT sections.aaron2001-05-011-3/+1