summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind/regexp.c
Commit message (Collapse)AuthorAgeFilesLines
* remove __Pimp2002-03-221-1/+1
|
* WARNS=2 fix, kill register keyword, use __FBSDID().markm2001-12-111-4/+9
| | | | | NO_WERROR set because of hard-to-fix warnings originating in system headers.
* Change the name of a variable from _start to s_start. On alpha therejb1998-05-151-3/+3
| | | | must be a library function called _start.
* Slightly improve the C and C++ support. Allow for function returnjoerg1996-10-181-1/+6
| | | | | | | | | | 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-181-1/+1
| | | | | | | | | | | | | . 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.
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+593
OpenPOWER on IntegriCloud