Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -44/+14 |
| | |||||
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 1 | -1/+1 |
| | |||||
* | -man also prints unknown macro (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+0 |
| | |||||
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -1/+3 |
| | |||||
* | Added warning about specifying list arguments before type (suggested by ↵ | Kristaps Dzonsons | 2009-10-15 | 1 | -0/+1 |
| | | | | Joerg Sonnenberg). | ||||
* | Added support for `Bd -centered', which appears in newer groffs (not yet ↵ | Kristaps Dzonsons | 2009-10-15 | 1 | -1/+1 |
| | | | | implemented in centre-capable front-ends, i.e., -Thtml). | ||||
* | Added EBADCHILD error (bad child of parent context). | Kristaps Dzonsons | 2009-09-24 | 1 | -1/+2 |
| | | | | | `Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C). | ||||
* | FreeBSD compile fixes (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | Lookup hashes are now static tables, ordered first-level by second ↵ | Kristaps Dzonsons | 2009-09-16 | 1 | -7/+4 |
| | | | | character, then randomly along a chain. Improves performance by a small fraction and considerably cleans up hash sources. | ||||
* | Added check for graphable characters in initial-line parse for libman and ↵ | Kristaps Dzonsons | 2009-08-22 | 1 | -0/+6 |
| | | | | libmdoc (joerg@netbsd.org). | ||||
* | Fix to libmdoc passing over delimiters. | Kristaps Dzonsons | 2009-08-20 | 1 | -4/+2 |
| | | | | `RS' and `RE' documented in man.7. | ||||
* | In-line documentation of mdoc_macro file. | Kristaps Dzonsons | 2009-08-19 | 1 | -5/+20 |
| | | | | Moved _NEXT_ macros into _alloc_ routines (where they belong). | ||||
* | Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc). | Kristaps Dzonsons | 2009-08-19 | 1 | -8/+6 |
| | | | | De-chunking of word terms in libman. | ||||
* | libmdoc accepts whitespace following control character.VERSION.1.9.0 | Kristaps Dzonsons | 2009-08-18 | 1 | -12/+16 |
| | |||||
* | Noted areas that need work in libmdoc. | Kristaps Dzonsons | 2009-08-13 | 1 | -0/+2 |
| | |||||
* | Columns with `Bl -column' correctly check for CALLABLE status. | Kristaps Dzonsons | 2009-07-29 | 1 | -2/+4 |
| | |||||
* | Moved CALLABLE check to lookup_raw(). | Kristaps Dzonsons | 2009-07-29 | 1 | -6/+4 |
| | | | | | | Made PARSABLE check occur prior to lookup(). Non-PARSEABLE macros no longer warn against having macro-like parameters. Non-CALLABLE macros no longer produce an error, just display their symbols (as in groff) (pointed out by joerg@netbsd.org). | ||||
* | main.c using fprintf instead of warnx for parse errors (like cc). | Kristaps Dzonsons | 2009-07-27 | 1 | -2/+2 |
| | | | | | | Error string is now file:line:col: message. Removed sed from vim -q example in manuals.7. Fixed column reporting (off by one). | ||||
* | Replaced ugly TABSEP handling with simpler routine. | Kristaps Dzonsons | 2009-07-20 | 1 | -1/+0 |
| | |||||
* | Removed EARGVPARM (superfluous, overly error-generating). | Kristaps Dzonsons | 2009-07-17 | 1 | -1/+0 |
| | | | | Added `sp' handler. | ||||
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Added Linux compat (strlcpy). | Kristaps Dzonsons | 2009-07-16 | 1 | -0/+4 |
| | |||||
* | libmdoc now breaks up free-form lines into tokens prior to be passed to the ↵ | Kristaps Dzonsons | 2009-07-15 | 1 | -33/+95 |
| | | | | backend (simplifies LITERAL mode in front-end). | ||||
* | Replacement of `Lb' in mdoc_action.c. | Kristaps Dzonsons | 2009-07-12 | 1 | -0/+1 |
| | | | | | | Added warning against bogus `Lb' (like groff does). Added proper quotes around `Lb' in mdoc_term.c. Moved mdoc_a2lib -> libmdoc (where it belongs). | ||||
* | Tabularised error-code lookup in mdoc.c. | Kristaps Dzonsons | 2009-07-07 | 1 | -174/+60 |
| | |||||
* | Consolidated all err/warnings into mdoc.c via libmdoc.h. | Kristaps Dzonsons | 2009-07-06 | 1 | -126/+187 |
| | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -13/+8 |
| | |||||
* | Added nchild decrement in libman (not used, but better in than forgotten). | Kristaps Dzonsons | 2009-06-18 | 1 | -0/+5 |
| | | | | Added nchild to libmdoc, deprecated count() functions in validator. | ||||
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 1 | -13/+21 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Fixed lint invocation in Makefile. | Kristaps Dzonsons | 2009-06-17 | 1 | -12/+14 |
| | | | | Minor cleanups in mdoc.c. | ||||
* | Clean-up: in-source documentation. | Kristaps Dzonsons | 2009-06-16 | 1 | -4/+0 |
| | |||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 1 | -5/+5 |
| | | | | parser). | ||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 1 | -5/+1 |
| | | | | | | either parser is invoked. Single-dot lines correctly handled. This confirms with both new- and old-groff. "Comment" subsection added to mdoc.7 and man.7. | ||||
* | Deprecated mdoc_msg (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -49/+0 |
| | |||||
* | Removed mdoc_nwarn (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -17/+0 |
| | |||||
* | mdoc error/warn macros replaced with real functions for GCC2 support ↵ | Kristaps Dzonsons | 2009-06-15 | 1 | -0/+132 |
| | | | | (miod@openbsd.org). | ||||
* | Lint fixes (no effect). | Kristaps Dzonsons | 2009-06-12 | 1 | -2/+4 |
| | | | | Versioning up. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -7/+9 |
| | | | | Initial man hashtab (BROKEN). | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -120/+136 |
| | |||||
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -10/+5 |
| | |||||
* | -man printing linked to -Ttree. | Kristaps Dzonsons | 2009-03-23 | 1 | -20/+26 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -30/+18 |
| | | | | Abstraction of mdoc. | ||||
* | Added %Q macro. | Kristaps Dzonsons | 2009-03-21 | 1 | -1/+2 |
| | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -8/+41 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Many more ASCII escapes added. | Kristaps Dzonsons | 2009-03-19 | 1 | -3/+30 |
| | | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API. | ||||
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -2/+2 |
| | | | | Cleaned up manual-page documentation. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -5/+6 |
| | | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions. | ||||
* | Added -nested (doesn't do anything). | Kristaps Dzonsons | 2009-03-12 | 1 | -3/+5 |
| | | | | | | Added .%C. .Cd is now callable. Added .Rv -std. |