aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/args.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a buffer overflow by using strncpy() instead of strcpy().David Schultz2004-09-191-4/+4
* Fix problems with non-8 space tabs. New options for functionJens Schweikhardt2004-06-271-0/+4
* Support C-style comments in profile.Dag-Erling Smørgrav2004-03-211-3/+18
* Added an option -ldi<N> to control indentation of local variable names.Bruce Evans2004-02-091-0/+1
* err() on allocation failure. WARNS=9 compliantPhilippe Charnier2003-06-151-3/+6
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Remove deprecated register qualifier.Juli Mallett2002-06-241-7/+7
* 1) Const enough things to avoid warnings.David Malone2002-03-301-4/+4
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-281-77/+80
* 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
* "Implement -[n]fcb (formatting of block comments) and attempt to implementDavid E. O'Brien2000-12-091-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-12/+10
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+300