index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
indent
Commit message (
Expand
)
Author
Age
Files
Lines
*
indent(1): don't treat bare '_t' as a type name when -ta is used
avg
2010-04-15
1
-2
/
+3
*
indent(1): add a new option, -ta, to treat all *_t identifiers as types
avg
2010-03-31
4
-0
/
+19
*
indent(1): correctly handle case/label at the very start of a function
avg
2010-03-31
1
-1
/
+1
*
initialize variable (WARNS=6)
charnier
2006-09-13
1
-0
/
+1
*
Use the appropriate error function for displaying the error,
dds
2005-11-20
1
-1
/
+1
*
Declare find_err in indent_globs.h where the other shared variables
dwmalone
2005-11-13
3
-4
/
+1
*
Fix all the spelling mistakes I could find in the man pages for words
keramida
2005-07-31
1
-2
/
+2
*
Expand contractions.
ru
2005-02-13
1
-2
/
+2
*
Expand *n't contractions.
ru
2005-02-13
1
-2
/
+2
*
Quote example file names consistently, and fix a small grammatical nit.
ceri
2005-02-04
1
-2
/
+2
*
Clarify a bit the BUGS section.
keramida
2005-02-03
1
-4
/
+3
*
Fix a buffer overflow by using strncpy() instead of strcpy().
das
2004-09-19
1
-4
/
+4
*
Deal with double whitespace.
ru
2004-07-03
1
-23
/
+23
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-50
/
+100
*
Bump document date.
schweikh
2004-06-30
1
-1
/
+1
*
Document recently acquired options.
schweikh
2004-06-29
1
-0
/
+12
*
Fix problems with non-8 space tabs. New options for function
schweikh
2004-06-27
4
-15
/
+45
*
Fixed document date.
ru
2004-05-19
1
-1
/
+1
*
Support C-style comments in profile.
des
2004-03-21
1
-3
/
+18
*
Only indent once for continuation lines when not lining up with
bde
2004-02-12
2
-3
/
+5
*
Added an option -ldi<N> to control indentation of local variable names.
bde
2004-02-09
4
-4
/
+27
*
Only use tabs to indent variable names if the declaration indent is
bde
2004-02-09
1
-8
/
+8
*
Backed out a part of previous commit that wasn;t mentioned in the log
bde
2004-02-09
1
-2
/
+1
*
Fixed tab lossage in indented variable names. The -diN option was
bde
2004-02-09
1
-6
/
+22
*
Fixed misformatting of "struct foo *bar" in function parameter lists. It
bde
2004-02-09
1
-8
/
+11
*
Expanded the size of the keyword table from 100 to 1000 entries so that
bde
2004-02-09
1
-1
/
+3
*
Backed out rev.1.4 and 1.7 so they they can be implemented and committed
bde
2004-02-09
1
-18
/
+5
*
err() on allocation failure. WARNS=9 compliant
charnier
2003-06-15
7
-21
/
+46
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-3
/
+3
*
Spelling
charnier
2002-10-16
5
-10
/
+13
*
Consistently use FBSDID
obrien
2002-06-30
6
-14
/
+16
*
Remove deprecated register qualifier.
jmallett
2002-06-24
7
-40
/
+40
*
Use `The .Nm utility'
charnier
2002-04-20
1
-14
/
+22
*
1) Const enough things to avoid warnings.
dwmalone
2002-03-30
6
-30
/
+31
*
Make this compile cleanly when warnings are enabled:
schweikh
2001-10-28
8
-227
/
+310
*
Properly handle backslash newline within an identifier or keyword.
schweikh
2001-10-19
1
-1
/
+11
*
Remove whitespace at EOL.
dd
2001-07-15
1
-9
/
+9
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Fix damage I did in rev 1.4 that broke formatting this example:
obrien
2001-04-20
1
-0
/
+2
*
Fix indent endless on garbage input (i.e., if it encountered EOF while
obrien
2001-02-27
1
-1
/
+1
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
1
-1
/
+1
*
Don't abuse the SCCS `@(#)' for RCS.
obrien
2000-12-25
6
-6
/
+6
*
The options I added where not formated to new manpage style specs.
obrien
2000-12-09
1
-4
/
+7
*
Add or fix FreeBSD IDs.
obrien
2000-12-09
7
-5
/
+10
*
"Implement -[n]fcb (formatting of block comments) and attempt to implement
obrien
2000-12-09
6
-11
/
+46
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-3
/
+2
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
1
-7
/
+0
*
Don't call err() with no format string.
kris
2000-07-10
1
-7
/
+7
*
Don't depend on the fact that variables default to int.
billf
1999-09-06
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
[next]