summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Verbosely report errors to the user (overridable), and make suremarkm2001-08-101-3/+15
| | | | that the correct failure mode is reported.
* libgmp has been superseded by libmp.dd2001-08-10367-53804/+0
|
* Remove libgmp build infrastructure.dd2001-08-104-287/+0
|
* Change copyright to BSD-style copyright.brian2001-08-102-35/+48
| | | | Ok'd by: Gabor Kincses <gabor@acm.org>
* cvs updated to 1.11.1p1dd2001-08-102-2/+2
|
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-1053-130/+114
|
* Do NOT allocate a 1K buffer on the kernel stack.julian2001-08-101-2/+12
| | | | | Found by: Smashed u-area and hardware watch points. MFC after: 1 week
* Include string.h for the strlen() prototype to quiet a warning.jhb2001-08-101-0/+1
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-1010-11/+15
|
* Fix missing splx().yokota2001-08-101-0/+1
|
* Fix broken logic so that this actually works for the superuser.markm2001-08-101-5/+21
| | | | | Verbosely log (properly). Verbosely report errors to the user.
* Rework this to prevent a nasty problem involving different modules'markm2001-08-101-42/+34
| | | | option interacting with each other.
* Declare the new user-error reporting macro.markm2001-08-102-6/+18
| | | | | This is a macro to allow use of the __FILE__ and __FUNCTION__ macros.
* Add a routine for providing feedback via the conversation mechanismmarkm2001-08-101-24/+58
| | | | (usually to stderr) for user-reportable errors.
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-1047-55/+55
| | | | with a trailing zero-width space: `e.g.\&'.
* Eliminate the hot-spare 'r' in Arrray.phk2001-08-101-1/+1
| | | | Submitted by: Søren Schrøder <sch@chaos.dk>
* Fixed style bugs (dot `.' at the end of error and warning messages).ru2001-08-101-22/+22
| | | | Noticed by: bde
* Markup nits: use diagnostic type lists for error and warning messages.ru2001-08-101-21/+17
| | | | | | | | Backout previous revision. We should not expand plain text xrefs if they appear in the literal text, e.g. in the error or warning message of the library function. (Submitted by: bde) Moved "out of memory" from warning to errors section.
* Use some slightly less horrible make magic for doing the version stuff.peter2001-08-102-17/+12
|
* One more version related tweak after cvs-1.11 -> 1.11.1p1peter2001-08-101-4/+4
|
* Argh, this could not possibly have worked as it existed in the tree.peter2001-08-101-1/+1
|
* Copy our changes from sccs2rcs.csh to sccs2rcs.inpeter2001-08-102-285/+4
|
* This commit was generated by cvs2svn to compensate for changes in r81440,peter2001-08-101-1/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Update build rules for .in and tidy up.peter2001-08-101-6/+4
|
* This commit was generated by cvs2svn to compensate for changes in r81437,peter2001-08-101-439/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This file is gone in cvs-1.11.1p1 (replaced by log.in)peter2001-08-101-183/+0
|
* This commit was generated by cvs2svn to compensate for changes in r81434,peter2001-08-107-1495/+0
| | | | which included commits to RCS files with non-trunk default branches.
* mdoc(7) police: add zdestroy() to NAME.ru2001-08-101-1/+2
|
* Tools dir is now empty and unusedpeter2001-08-102-20/+1
|
* mdoc(7) police: fix markup and a SYNOPSIS bug from revision 1.24.ru2001-08-101-98/+150
|
* mdoc(7) police: fix markup.ru2001-08-101-9/+22
|
* mdoc(7) police: removed (now gratuitous) .Xo/.Xc brackets.ru2001-08-101-18/+6
|
* Re-kill this file. It got whiplash being killed and restored on thepeter2001-08-101-97/+0
| | | | mainline, it is truely dead now.
* This commit was generated by cvs2svn to compensate for changes in r81426,peter2001-08-102-295/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81424,peter2001-08-109-6605/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81422,peter2001-08-101-86/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Generate version.c on the fly rather than using a generated file.peter2001-08-101-0/+12
|
* This commit was generated by cvs2svn to compensate for changes in r81420,peter2001-08-101-526/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Get the version source from the (more) correct place.peter2001-08-101-8/+7
| | | | Remove the obsolete cvsbug.sh script
* mdoc(7) police: spelling, punctuation and markup nits.ru2001-08-101-10/+12
|
* mdoc(7) police: add xref to intro(2).ru2001-08-101-0/+1
|
* mdoc(7) police: compute the exact tag width.ru2001-08-101-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r81414,peter2001-08-101-175/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r81412,peter2001-08-101-764/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Bah. Previous commit was: update for cvs-1.11 -> 1.11.1p1peter2001-08-100-0/+0
| | | | (This was my fat-fingers, not a cvs glitch)
* *** empty log message ***peter2001-08-102-18/+76
|
* Add annotate.c, remove rtag.c for 1.11.1p1peter2001-08-101-2/+2
|
* Tweak for 1.11.1p1peter2001-08-101-2/+2
|
* Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There ispeter2001-08-1018-1224/+1624
| | | | still some suspicious and/or broken stuff to fix yet.
* This commit was generated by cvs2svn to compensate for changes in r81404,peter2001-08-1097-4397/+18751
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud