Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version.VERSION.1.7.19 | Kristaps Dzonsons | 2009-06-17 | 1 | -5/+5 |
| | | | | | Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY. | ||||
* | Put $VFLAGS back into $LINTFLAGS (broke on NetBSD). | Kristaps Dzonsons | 2009-06-17 | 1 | -0/+1 |
| | |||||
* | Fixed lint invocation in Makefile. | Kristaps Dzonsons | 2009-06-17 | 1 | -4/+3 |
| | | | | Minor cleanups in mdoc.c. | ||||
* | Removed superfluous ifdef around strftime (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -1/+1 |
| | | | | Bumped version (this was supposed to be in 1.7.17). | ||||
* | Tagging version 1.7.17.VERSION.1.7.17 | Kristaps Dzonsons | 2009-06-15 | 1 | -2/+2 |
| | |||||
* | Version. | Kristaps Dzonsons | 2009-06-13 | 1 | -2/+2 |
| | |||||
* | Don't run with -Werror when generating texts.VERSION.1.7.15 | Kristaps Dzonsons | 2009-06-12 | 1 | -3/+3 |
| | |||||
* | Lint fixes (no effect). | Kristaps Dzonsons | 2009-06-12 | 1 | -2/+2 |
| | | | | Versioning up. | ||||
* | Added automatic ChangeLog generation with each snapshot.VERSION.1.7.14 | Kristaps Dzonsons | 2009-06-11 | 1 | -2/+6 |
| | | | | Added ChangeLog to main page. | ||||
* | Version up. Testing. | Kristaps Dzonsons | 2009-06-11 | 1 | -2/+2 |
| | |||||
* | Added compat to Makefile. | Kristaps Dzonsons | 2009-06-11 | 1 | -0/+3 |
| | |||||
* | Version bumped.VERSION.1.7.13 | Kristaps Dzonsons | 2009-04-12 | 1 | -2/+2 |
| | | | | `.Er' has more section restrictions (Joerg). | ||||
* | *** empty log message ***VERSION.1.7.12 | Kristaps Dzonsons | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Version (BIG fix). | Kristaps Dzonsons | 2009-04-06 | 1 | -2/+2 |
| | |||||
* | Added TEXTS to installwww.VERSION.1.7.10 | Kristaps Dzonsons | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -7/+19 |
| | | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. | ||||
* | Version. | Kristaps Dzonsons | 2009-04-03 | 1 | -2/+2 |
| | |||||
* | Initial -mandoc auto-switch in place. | Kristaps Dzonsons | 2009-04-02 | 1 | -1/+2 |
| | |||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -17/+14 |
| | |||||
* | Version. Added forgotten file. | Kristaps Dzonsons | 2009-03-27 | 1 | -2/+2 |
| | |||||
* | Fixes in going over all OpenBSD manuals. | Kristaps Dzonsons | 2009-03-27 | 1 | -10/+10 |
| | |||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -1/+1 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. | ||||
* | Fixed after-NLINE-error assertion. | Kristaps Dzonsons | 2009-03-26 | 1 | -1/+1 |
| | | | | | Scanned over all manuals with valgrind. Version up. | ||||
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -9/+10 |
| | |||||
* | Version (getting ready for abstracting term.c). | Kristaps Dzonsons | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | Fixed inheritence of initial macro into man_macro. | Kristaps Dzonsons | 2009-03-26 | 1 | -1/+1 |
| | | | | Removed warnxs from man_macro (man_vwarn). | ||||
* | Fixed reading whitespace for man.7 `. TH'. | Kristaps Dzonsons | 2009-03-26 | 1 | -1/+1 |
| | | | | Documented this. | ||||
* | Added man_action.c, renamed mdoc_action.c. | Kristaps Dzonsons | 2009-03-25 | 1 | -8/+11 |
| | |||||
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -9/+14 |
| | |||||
* | FreeBSD uses sha256 now. | Kristaps Dzonsons | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | More fixes from Ulrich Sporlein. (freebsd) | Kristaps Dzonsons | 2009-03-24 | 1 | -4/+6 |
| | |||||
* | Added FreeBSD port. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+20 |
| | |||||
* | Bumped version (testing). | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | Fixed inclusion of MANSRCS (sorry, Ulrich). | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
| | | | | Added DragonFlyBSD __dead2. | ||||
* | -man printing linked to -Ttree. | Kristaps Dzonsons | 2009-03-23 | 1 | -2/+2 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -53/+67 |
| | | | | Abstraction of mdoc. | ||||
* | Fixed Bd -compact. | Kristaps Dzonsons | 2009-03-22 | 1 | -1/+1 |
| | | | | Fixed vspace before Bd and Bl. | ||||
* | Backed-out STRIP_XO by default. | Kristaps Dzonsons | 2009-03-22 | 1 | -2/+2 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-03-22 | 1 | -0/+1 |
| | |||||
* | Removed Xo/Xc no-support notices. | Kristaps Dzonsons | 2009-03-22 | 1 | -2/+2 |
| | |||||
* | Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO). | Kristaps Dzonsons | 2009-03-22 | 1 | -1/+5 |
| | |||||
* | More documentation clarification. | Kristaps Dzonsons | 2009-03-22 | 1 | -2/+2 |
| | |||||
* | Freed more macros from zero-length restrictions. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | | | | Fixed `Fn' spacing. | ||||
* | Versioning. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Versioning up. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Versioning up. | Kristaps Dzonsons | 2009-03-21 | 1 | -2/+2 |
| | |||||
* | Proper .Dl literalism. | Kristaps Dzonsons | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Fixed literal-formatting error with `Dl'. | Kristaps Dzonsons | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -2/+2 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Some Linux-isms. | Kristaps Dzonsons | 2009-03-19 | 1 | -4/+4 |
| |