Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tentative addition of front-end utility functions (out.h) (not sure if it's ↵ | Kristaps Dzonsons | 2009-09-21 | 1 | -5/+8 |
| | | | | | | necessary). More -Thtml installments. | ||||
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 1 | -6/+6 |
| | | | | More html work. | ||||
* | More updates to html.c. | Kristaps Dzonsons | 2009-09-16 | 1 | -3/+6 |
| | | | | Secretly enabled -Thtml in main.c (obviously not yet documented). | ||||
* | Lookup hashes are now static tables, ordered first-level by second ↵ | Kristaps Dzonsons | 2009-09-16 | 1 | -1/+1 |
| | | | | character, then randomly along a chain. Improves performance by a small fraction and considerably cleans up hash sources. | ||||
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ↵ | Kristaps Dzonsons | 2009-09-15 | 1 | -0/+3 |
| | | | | | | increments. Cleaned up confusing behaviour of p->flags. | ||||
* | Version: 1.9.2.VERSION.1.9.2 | Kristaps Dzonsons | 2009-09-05 | 1 | -2/+2 |
| | | | | Fixed man.7 syntax error (oops). | ||||
* | Removed superfluous XXX. | Kristaps Dzonsons | 2009-08-21 | 1 | -2/+2 |
| | | | | Version: 1.9.1. | ||||
* | Updated libman AST documentation. | Kristaps Dzonsons | 2009-08-17 | 1 | -2/+2 |
| | | | | Version (not yet finalised, but tagging in Makefile): 1.9.0. | ||||
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -3/+6 |
| | | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman. | ||||
* | Version: 1.8.5. | Kristaps Dzonsons | 2009-07-28 | 1 | -2/+2 |
| | | | | Added \*R, \*(Tm (obscure -man predefined strings). | ||||
* | Version.VERSION.1.8.4 | Kristaps Dzonsons | 2009-07-26 | 1 | -2/+2 |
| | |||||
* | Version.VERSION.1.8.3 | Kristaps Dzonsons | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | Version.VERSION.1.8.2 | Kristaps Dzonsons | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Fixed broken `make www' dep.VERSION.1.8.1 | Kristaps Dzonsons | 2009-07-19 | 1 | -2/+2 |
| | |||||
* | Version. | Kristaps Dzonsons | 2009-07-19 | 1 | -2/+2 |
| | |||||
* | ChangeLog xsl reflects symbolic tag. | Kristaps Dzonsons | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | Removed automatic port generation, as the downstream versions should be used ↵ | Kristaps Dzonsons | 2009-07-17 | 1 | -69/+4 |
| | | | | instead. | ||||
* | Proper html showing of ChangeLog. | Kristaps Dzonsons | 2009-07-16 | 1 | -1/+1 |
| | |||||
* | Using xsl for html changelog. | Kristaps Dzonsons | 2009-07-16 | 1 | -8/+13 |
| | |||||
* | Minor version bumped: -hang lists were the last major missing formatting ↵ | Kristaps Dzonsons | 2009-07-14 | 1 | -2/+2 |
| | | | | "feature". | ||||
* | Version.VERSION.1.7.24 | Kristaps Dzonsons | 2009-07-12 | 1 | -2/+2 |
| | |||||
* | Small clean-ups in error message usage.VERSION.1.7.23 | Kristaps Dzonsons | 2009-07-07 | 1 | -2/+2 |
| | | | | Version. | ||||
* | Version.VERSION.1.7.22 | Kristaps Dzonsons | 2009-07-05 | 1 | -2/+2 |
| | |||||
* | Version up.VERSION.1.7.21 | Kristaps Dzonsons | 2009-07-04 | 1 | -2/+2 |
| | |||||
* | Moved escape validation into libmandoc.h/mandoc.c (common between ↵ | Kristaps Dzonsons | 2009-07-04 | 1 | -7/+8 |
| | | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently. | ||||
* | Makefile properly generates MD5 sums. | Kristaps Dzonsons | 2009-06-25 | 1 | -6/+12 |
| | | | | More clean-ups of new, simplified webpage. | ||||
* | Updating web-page to be a bit more compact. | Kristaps Dzonsons | 2009-06-25 | 1 | -5/+12 |
| | |||||
* | Lint fixes.VERSION.1.7.20 | Kristaps Dzonsons | 2009-06-22 | 1 | -2/+2 |
| | | | | Version up. | ||||
* | 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. |