summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r282449, r282450, r282451, r282452, r282453, r282454, r282455, r282457,bapt2015-05-155-218/+202
| | | | | | | | r282459, r282460, r282461 Modernize code: ansification, use c99 features Improve style(9) Better memory checking
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
| | | | Reviewed by: brueffer
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Spelling fixes for usr.bin/uqs2011-12-302-2/+2
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-1110-40/+6
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Manual page tweaks.jkoshy2006-08-291-6/+6
| | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
* Fix vgrind(1) indexing I broke in previous revision.ru2005-09-231-0/+2
| | | | | PR: bin/86343 Submitted by: Matej Vela <vela@debian.org>
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-221-1/+10
|
* Clean up after utilizing FILES.ru2005-01-281-6/+3
|
* Sort sections.ru2005-01-182-35/+35
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+2
| | | | any fake value.
* Deal with double whitespace.ru2004-07-031-3/+3
|
* Mechanically kill hard sentence breaks.ru2004-07-022-11/+22
|
* Fix warning about cgetent() argument.peter2003-10-261-1/+1
|
* Add section number to .Xrcharnier2003-06-081-3/+4
|
* Rewrite this csh program as a /bin/sh program. This appears to beschweikh2003-05-311-114/+92
| | | | | | | | | | the last csh script needed for a buildworld. You should now be able to buildworld on a system that was compiled with NO_TCSH=true. Verified to produce the same result for the one file being generated during buildworld, share/doc/papers/kernmalloc/appendix.ms. Reviewed by: hackers@ MFC after: 2 weeks
* 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
|
OpenPOWER on IntegriCloud