Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this compile cleanly when warnings are enabled: | schweikh | 2001-10-28 | 8 | -227/+310 |
| | | | | | | | | | | | | | | - ANSIfy function declarations - braces around initializers structs within structs - add parens in complicated expressions - disambiguate dangling elses - no more implicit int - make functions static where possible - use prototypes - don't use varargs hack for diag() Requested by: joerg MFC after: 2 weeks | ||||
* | Properly handle backslash newline within an identifier or keyword. | schweikh | 2001-10-19 | 1 | -1/+11 |
| | | | | | | | | PR: bin/6015 Submitted by: myself (schweikh) Patch by: Alexey V.Neyman <alex.neyman@auriga.ru> Tested by: indenting my chess problem solver and running its test suite MFC after: 3 weeks | ||||
* | 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 |
| | | | | void foo(struct bar *bar) { return 0; } | ||||
* | Fix indent endless on garbage input (i.e., if it encountered EOF while | obrien | 2001-02-27 | 1 | -1/+1 |
| | | | | | | waiting for a '}' nesting terminator) Obtained from: OpenBSD rev 1.8 | ||||
* | 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 |
| | | | | Requested by: bde | ||||
* | 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 |
| | | | | | | | no-space=after-sizeof (not optional) and no-space-after 'struct foo *' (not optional). Without these, indent unKNFizes even more perfectly KNF code." Submitted by: bde | ||||
* | 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 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 2 | -7/+9 |
| | |||||
* | Improve handling of "do ... while" following "else". This change | rnordier | 1999-05-21 | 1 | -1/+1 |
| | | | | eliminates some incorrect "Unmatched 'else'" errors. | ||||
* | PR: 7583 | thepish | 1998-10-18 | 1 | -4/+4 |
| | | | | | Submitted by: Dave Glowacki <dglo@SSEC.WISC.EDU> Support input via stdin if no input file name specified explicitly | ||||
* | Support integer constant unsigned-suffix and long-long-suffix. | rnordier | 1998-05-19 | 1 | -3/+21 |
| | |||||
* | Change defaults to match reality. | hoek | 1997-10-24 | 1 | -15/+17 |
| | | | | PR: docs/3817 | ||||
* | Use err(3) instead of local redefinition. Add usage(). | charnier | 1997-07-15 | 4 | -51/+54 |
| | |||||
* | Some minor cosmetic tweaks. | steve | 1997-06-28 | 1 | -5/+5 |
| | | | | | PR: docs/3941 Partially submitted by: uenami@imasy.or.jp | ||||
* | Fix description of -cli option so that it comes out as -cli0.5 instead of | scrappy | 1996-10-23 | 1 | -1/+1 |
| | | | | | | -cli0 -.5 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> | ||||
* | Fix a variety of minor typos and cross references in a bunch of | mpp | 1996-01-20 | 1 | -2/+2 |
| | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp> | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -39/+39 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 11 | -0/+4341 |