summaryrefslogtreecommitdiff
path: root/usr.bin/indent
AgeCommit message (Expand)Author
2024-08-20nasty whitespaceTheo de Raadt
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-06-06it's typedef, not typdef.Tobias Ulmer
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-05tame "stdio rpath wpath cpath", because this program reads and createsTheo de Raadt
2015-09-27Mark diag() as printf-likePhilip Guenther
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-01-22Recognise 'F'/'f' constant suffix for single precision floating point.Jonathan Gray
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-06-24tweak previous;Jason McIntyre
2013-06-21Default to stdin/stdout if no input files areJonathan Gray
2013-06-20add ut/nut flags to indent to enable/disable tabs.Jonathan Gray
2013-01-17remove uesless Pp;Jason McIntyre
2010-10-19no more vgrind(1); ok deraadtJason McIntyre
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-29"input-file" is a required argument; while here, remove a few superfluousIgor Sobrado
2007-11-27typos; ok jmc@Martynas Venckus
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2005-05-15When checking for comment characters using negative pointer arithmeticTodd C. Miller
2005-03-06Fix realloc bug introduce in rev 1.10 and do some minor cleanup.Todd C. Miller
2005-02-04clearer wording;Jason McIntyre
2004-11-29Spell precede correctly.Jonathan Gray
2004-07-20ansi; khalek@linuxgamers.netTheo de Raadt
2003-11-28- some fixes from PR 1446Jason McIntyre
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-06-26minimal protosTheo de Raadt
2003-06-25delete junk protoTheo de Raadt
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-11de-registerTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-25sprintf -> snprintf and add a couple of size checks to ensure againstKenneth R Westerback
2003-04-01snprintfTheo de Raadt
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-10-07misplaced break in the lastMichael Shalayeff
2002-10-04some formatting from mickey.Michael Shalayeff
2002-10-04fprintf+exit vs errxMichael Shalayeff
2002-03-16 better error message when we find unmatched braces. (i.e. "braces" is moreVincent Labrecque