summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind
Commit message (Collapse)AuthorAgeFilesLines
* Make it work with POSIX sort (POS arg).ache2002-09-241-1/+3
| | | | All old sorts understand -k too.
* Use `The .Nm utility'charnier2002-04-201-4/+6
|
* remove __Pimp2002-03-223-11/+11
|
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* Install files via FILES.ru2001-12-171-8/+5
|
* WARNS=2 fix, kill register keyword, use __FBSDID().markm2001-12-115-21/+27
| | | | | NO_WERROR set because of hard-to-fix warnings originating in system headers.
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-1/+1
|
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-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.dd2001-07-152-21/+21
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
|
* beforeinstall -> SCRIPTS.ru2001-04-071-3/+4
|
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
|
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
|
* Eliminate groff(1) warnings caused by vgrind(1).ru2000-11-291-4/+6
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-122-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 therejb1998-05-153-8/+8
| | | | must be a library function called _start.
* Many places in the code NULL is used in integer context, wherephk1997-09-181-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.charnier1997-08-261-2/+2
|
* Use err(3). Nm vgrind -> Nm in man page.charnier1997-08-252-15/+18
|
* minor stylistic change (NULL to '\0')jmg1997-04-021-1/+1
| | | | | | Submitted-by: Philippe Charnier <charnier@xp11.frmug.org> Closes PR#2999
* Basically reverse last commit which was plain wrong.phk1997-02-081-1/+3
|
* delete unused variable BINDIR=/usr/libexecwosch1997-02-061-2/+1
| | | | /usr/bin -> ${BINDIR}
* Sort cross references.wosch1997-01-151-2/+2
|
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-1/+1
|
* The neverending story... vgrind.joerg1996-10-221-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.joerg1996-10-211-1/+2
|
* Slightly improve the C and C++ support. Allow for function returnjoerg1996-10-182-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:joerg1996-10-184-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.joerg1996-10-152-2/+15
|
* . make vgrind 8-bit clean; note that it still implicitly assumesjoerg1996-09-083-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 bebde1995-07-251-4/+4
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-302-17/+17
|
* Build database at build time instead of at install time.bde1994-09-051-2/+7
|
* More merry makefile munging for man page compatability.wollman1994-08-051-2/+2
|
* Reviewed by: phkphk1994-07-241-1/+1
| | | | changed a ctrl-A to \001
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2713-0/+2600
OpenPOWER on IntegriCloud