aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/io.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-3/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* indent: fix the -fno-common buildKyle Evans2020-04-061-0/+9
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-101-18/+20
* indent(1): new option -lplPiotr Pawel Stefaniak2018-06-031-0/+2
* indent(1): revert introduction of -lplPiotr Pawel Stefaniak2018-06-031-2/+0
* indent(1): new option -lpl (always line up to parenthesis)Piotr Pawel Stefaniak2018-06-031-0/+2
* indent(1): ignore null characters from inputPiotr Pawel Stefaniak2018-06-031-1/+2
* indent(1): remove troff output supportPiotr Pawel Stefaniak2018-06-031-186/+40
* indent(1): limit character classification functions' input to unsigned charPiotr Pawel Stefaniak2018-06-031-3/+3
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* indent(1): add option -tsn for setting tab size.Piotr Pawel Stefaniak2017-07-251-6/+8
* indent(1): Avoid out-of-bound accesses of arrays.Pedro F. Giffuni2016-12-021-2/+3
* indent(1): Avoid out of bound access of array in_bufferPedro F. Giffuni2016-12-011-2/+3
* indent(1): have the memset invocation somewhat more canonical.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): remove dead assignments.Pedro F. Giffuni2016-08-231-1/+1
* indent(1): add some comments to quiet down Coverity.Pedro F. Giffuni2016-08-231-0/+1
* indent(1): Use a dash in the license headers.Pedro F. Giffuni2016-08-011-1/+1
* indent(1): replace function call to bzero with memset.Pedro F. Giffuni2016-07-311-1/+1
* indent(1): Untangle the connection between pr_comment.c and io.c.Pedro F. Giffuni2016-07-311-10/+1
* indent(1): Simplify pr_comment().Pedro F. Giffuni2016-07-311-5/+8
* indent(1): Yet more style issues.Pedro F. Giffuni2016-07-301-2/+2
* indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni2016-07-291-2/+2
* indent(1): Removed whitespace shouldn't be considered in column calculations.Pedro F. Giffuni2016-07-291-0/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* In usr.bin/indent/io.c, fix a few warnings about format strings not being lit...Dimitry Andric2011-12-171-2/+2
* Declare find_err in indent_globs.h where the other shared variablesDavid Malone2005-11-131-2/+0
* Fix problems with non-8 space tabs. New options for functionJens Schweikhardt2004-06-271-5/+7
* Only indent once for continuation lines when not lining up withBruce Evans2004-02-121-1/+2
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-151-4/+5
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-20/+20
* 1) Const enough things to avoid warnings.David Malone2002-03-301-7/+7
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-41/+75
* Don't abuse the SCCS `@(#)' for RCS.David E. O'Brien2000-12-251-1/+1
* Add or fix FreeBSD IDs.David E. O'Brien2000-12-091-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-3/+5
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-4/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-26/+26
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+625