Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -4/+6 |
| | |||||
* | remove __P | imp | 2002-03-22 | 3 | -11/+11 |
| | |||||
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
| | |||||
* | Install files via FILES. | ru | 2001-12-17 | 1 | -8/+5 |
| | |||||
* | WARNS=2 fix, kill register keyword, use __FBSDID(). | markm | 2001-12-11 | 5 | -21/+27 |
| | | | | | NO_WERROR set because of hard-to-fix warnings originating in system headers. | ||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -6/+9 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -21/+21 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
| | |||||
* | beforeinstall -> SCRIPTS. | ru | 2001-04-07 | 1 | -3/+4 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Eliminate groff(1) warnings caused by vgrind(1). | ru | 2000-11-29 | 1 | -4/+6 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Change the name of a variable from _start to s_start. On alpha there | jb | 1998-05-15 | 3 | -8/+8 |
| | | | | must be a library function called _start. | ||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -4/+4 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | Main() returns int. | charnier | 1997-08-26 | 1 | -2/+2 |
| | |||||
* | Use err(3). Nm vgrind -> Nm in man page. | charnier | 1997-08-25 | 2 | -15/+18 |
| | |||||
* | minor stylistic change (NULL to '\0') | jmg | 1997-04-02 | 1 | -1/+1 |
| | | | | | | Submitted-by: Philippe Charnier <charnier@xp11.frmug.org> Closes PR#2999 | ||||
* | Basically reverse last commit which was plain wrong. | phk | 1997-02-08 | 1 | -1/+3 |
| | |||||
* | delete unused variable BINDIR=/usr/libexec | wosch | 1997-02-06 | 1 | -2/+1 |
| | | | | /usr/bin -> ${BINDIR} | ||||
* | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
| | |||||
* | Use ${COPY} instead of -c for installing non-source files. | bde | 1997-01-01 | 1 | -1/+1 |
| | |||||
* | The neverending story... vgrind. | joerg | 1996-10-22 | 1 | -2/+2 |
| | | | | | | | | | For definitions without an "nc" entry, some parts have now been mis-detected as `non-comment'. Avoid this by not converting the noregexp in case the "nc" capability has not been found. I begin to wonder why things like missing "ab"/"ae"'s do work at all... Detected by: nate | ||||
* | Correct the SYNOPSIS section of the man page to add the -p option. | joerg | 1996-10-21 | 1 | -1/+2 |
| | |||||
* | Slightly improve the C and C++ support. Allow for function return | joerg | 1996-10-18 | 2 | -3/+10 |
| | | | | | | | | | | types being on the same line as the function name, this finally closes PR # bin/1785. Also allow :: and ~ as part of the function name, for C++. Still, C++ operator overloading will not be recognized as a valid function name. Fixing this would require a major overhaul of the \p recognition parser. | ||||
* | Some cleanup: | joerg | 1996-10-18 | 4 | -3/+33 |
| | | | | | | | | | | | | | . correct a typo in regexp.c, . implement a new "nc" (non-comment) feature to describe exceptions from the comment detection; there were problems in Perl with the $# operator that could not be solved by any other means, . prevent blocklevel from becoming negative (due to earlier misdetected sequences), this is probably a workaround for the problem described in PR # bin/1785, . update the Perl description to use the "nc" feature, . update the man page for the "nc" and the undocumented "ab"/"ae" features. | ||||
* | Wow!, i finally found a usable vgrind definition for Perl. | joerg | 1996-10-15 | 2 | -2/+15 |
| | |||||
* | . make vgrind 8-bit clean; note that it still implicitly assumes | joerg | 1996-09-08 | 3 | -9/+30 |
| | | | | | | | | ISO-8859-1, since the characters are simply being passed on to groff . introduce an option to override the silly default to `psroff' as the post-processor . document the new option | ||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -4/+4 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -17/+17 |
| | |||||
* | Build database at build time instead of at install time. | bde | 1994-09-05 | 1 | -2/+7 |
| | |||||
* | More merry makefile munging for man page compatability. | wollman | 1994-08-05 | 1 | -2/+2 |
| | |||||
* | Reviewed by: phk | phk | 1994-07-24 | 1 | -1/+1 |
| | | | | changed a ctrl-A to \001 | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 13 | -0/+2600 |