Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverted max column width 80 -> 78 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-22 | 2 | -1/+2 |
| | |||||
* | Added nchild decrement in libman (not used, but better in than forgotten). | Kristaps Dzonsons | 2009-06-18 | 6 | -22/+17 |
| | | | | Added nchild to libmdoc, deprecated count() functions in validator. | ||||
* | Fixed libman .br to be a newline, not a .PP alias. | Kristaps Dzonsons | 2009-06-18 | 1 | -1/+12 |
| | |||||
* | Moved all formatted libman warn/error into man.c/libman.h. | Kristaps Dzonsons | 2009-06-18 | 5 | -44/+70 |
| | | | | Converted all formatted warn/errors into regular syntax. | ||||
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 6 | -21/+66 |
| | | | | | | | man_validate.c checks for non-tab/isprint words. libman hashtable fixed (was ignoring .br). Added ncount field to man_node, deprecating count() functions. Documented use of tabs in man.7. | ||||
* | mandoc.1 reflects actual use of -f option (schwarze@openbsd.org) | Kristaps Dzonsons | 2009-06-18 | 1 | -13/+15 |
| | |||||
* | Bumped version.VERSION.1.7.19 | Kristaps Dzonsons | 2009-06-17 | 3 | -44/+30 |
| | | | | | Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY. | ||||
* | Removed superfluous FIXMEs (fixed already). | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+0 |
| | |||||
* | Special characters, e.g. \(ae, are now correctly rendered in the current ↵ | Kristaps Dzonsons | 2009-06-17 | 2 | -54/+33 |
| | | | | font decoration. | ||||
* | Put $VFLAGS back into $LINTFLAGS (broke on NetBSD). | Kristaps Dzonsons | 2009-06-17 | 1 | -0/+1 |
| | |||||
* | Clean-up. | Kristaps Dzonsons | 2009-06-17 | 1 | -3/+2 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-06-17 | 3 | -8/+5 |
| | |||||
* | `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...). | Kristaps Dzonsons | 2009-06-17 | 4 | -24/+87 |
| | |||||
* | Cleaned up .Bf validator. | Kristaps Dzonsons | 2009-06-17 | 2 | -18/+15 |
| | |||||
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 6 | -111/+103 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Noted deprecation of \*( and \* special-character escapes. | Kristaps Dzonsons | 2009-06-17 | 2 | -9/+10 |
| | | | | Minor clean-ups. | ||||
* | Fixed lint invocation in Makefile. | Kristaps Dzonsons | 2009-06-17 | 2 | -16/+17 |
| | | | | Minor cleanups in mdoc.c. | ||||
* | Clean-up: in-source documentation. | Kristaps Dzonsons | 2009-06-16 | 2 | -59/+12 |
| | |||||
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 8 | -18/+16 |
| | | | | Fix: hashtable not fully formed after removal of MDOC___. | ||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 7 | -31/+28 |
| | | | | parser). | ||||
* | Modernised comment handling: text following \" is thrown away before | Kristaps Dzonsons | 2009-06-16 | 5 | -35/+60 |
| | | | | | | 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. | ||||
* | Removed superfluous ifdef around strftime (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 3 | -9/+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 |
| | |||||
* | Updated www to note existence of pkgsrc/port/in-tree mdocml/mandoc. | Kristaps Dzonsons | 2009-06-15 | 1 | -3/+21 |
| | |||||
* | Deprecated mdoc_msg (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 4 | -56/+1 |
| | |||||
* | Removed mdoc_nwarn (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 2 | -19/+0 |
| | |||||
* | mdoc error/warn macros replaced with real functions for GCC2 support ↵ | Kristaps Dzonsons | 2009-06-15 | 2 | -32/+147 |
| | | | | (miod@openbsd.org). | ||||
* | Mdocdate fix (literals being replaced) ({cnst,schwarze}@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -2/+2 |
| | |||||
* | Manual-aesthetics fix (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -5/+5 |
| | |||||
* | Fixed grammar error. Back-versioning to .16.VERSION.1.7.16 | Kristaps Dzonsons | 2009-06-13 | 1 | -5/+5 |
| | |||||
* | Version. | Kristaps Dzonsons | 2009-06-13 | 1 | -2/+2 |
| | |||||
* | Updated index with "administrative" stuff (contacts, etc.). | Kristaps Dzonsons | 2009-06-13 | 1 | -37/+71 |
| | |||||
* | 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 | 3 | -5/+8 |
| | | | | Versioning up. | ||||
* | Made per-macro "now callable" COMPATIBILITY claims into a single "most ↵ | Kristaps Dzonsons | 2009-06-12 | 2 | -30/+37 |
| | | | | | | | macros callable". Added COMPATIBILITY note on escaped special-character sequences. Vertical bar now correctly delimits (like in new groff). | ||||
* | `Lk' is correctly handled as CALLABLE (note groff munges nested output). | Kristaps Dzonsons | 2009-06-12 | 5 | -15/+50 |
| | | | | | | | `Mt' is now CALLABLE. Fixed missing validate/action of zero-element, non-called inline elements. Fixed missing validate/action of nested inline element re-calls. Fixed bogus column argv index in validator. | ||||
* | `Ft' and `Ms' are now callable and compat-noted in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-06-11 | 2 | -6/+7 |
| | |||||
* | `An' now callable, historic use noted in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-06-11 | 2 | -3/+4 |
| | |||||
* | Added automatic ChangeLog generation with each snapshot.VERSION.1.7.14 | Kristaps Dzonsons | 2009-06-11 | 2 | -5/+9 |
| | | | | Added ChangeLog to main page. | ||||
* | Backed-out .IP changes for libman (needs work). | Kristaps Dzonsons | 2009-06-11 | 1 | -0/+5 |
| | |||||
* | Version up. Testing. | Kristaps Dzonsons | 2009-06-11 | 1 | -2/+2 |
| | |||||
* | Added mdoc.template (from NetBSD -- unlicensed??). | Kristaps Dzonsons | 2009-06-11 | 2 | -18/+58 |
| | | | | | Moved MDOC_TEXT type checks into assertions (should be caught by parser). Added some FIXME notes in mdoc output (largely that things should be asserted, not caught). | ||||
* | Added "left" -offset tag. | Kristaps Dzonsons | 2009-06-11 | 1 | -4/+8 |
| | |||||
* | Documented some un-clear parts of main.c. | Kristaps Dzonsons | 2009-06-11 | 3 | -136/+64 |
| | | | | | Fixed footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary). | ||||
* | Clean up validation of field widths. | Kristaps Dzonsons | 2009-06-11 | 2 | -33/+59 |
| | | | | | | Pushed field-width warn/error into warn/error routine. Removed superfluous space at output eoln. Fixed overzealous line break in lists. | ||||
* | Added compat to Makefile. | Kristaps Dzonsons | 2009-06-11 | 1 | -0/+3 |
| | |||||
* | Fix space-before-newline (inspired by schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-11 | 1 | -5/+4 |
| | |||||
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 9 | -9/+9 |
| | | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 41 | -41/+41 |
| | |||||
* | Version bumped.VERSION.1.7.13 | Kristaps Dzonsons | 2009-04-12 | 2 | -3/+3 |
| | | | | `.Er' has more section restrictions (Joerg). |