summaryrefslogtreecommitdiffstats
path: root/validate.c
Commit message (Expand)AuthorAgeFilesLines
* More macros freed from unnecessary limitations on numargs.Kristaps Dzonsons2009-03-211-4/+4
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-211-1/+1
* Lint fixes.Kristaps Dzonsons2009-03-211-1/+2
* Added %Q macro.Kristaps Dzonsons2009-03-211-0/+1
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2Kristaps Dzonsons2009-03-201-12/+19
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-1/+2
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-28/+31
* Finished initial mdoc.7.Kristaps Dzonsons2009-03-131-6/+4
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-5/+7
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-5/+3
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-2/+2
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-0/+3
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-0/+5
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-091-0/+2
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-0/+1
* Added .Ap.Kristaps Dzonsons2009-03-081-0/+1
* Updated manuals.Kristaps Dzonsons2009-03-081-1/+6
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-3/+3
* Printing invalid escape sequences.Kristaps Dzonsons2009-03-081-1/+1
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-287/+336
* Documented the strings script.Kristaps Dzonsons2009-03-061-1/+2
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-116/+180
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-3/+45
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-0/+2
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-1/+1
* Added support for traditional `Ds' width.Kristaps Dzonsons2009-02-281-2/+2
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-15/+17
* Lintified sources.Kristaps Dzonsons2009-02-271-6/+7
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-0/+2
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-7/+50
* NetBSD Lintified.Kristaps Dzonsons2009-02-251-3/+3
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-3/+5
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-6/+8
* Added Fd section validation.Kristaps Dzonsons2009-02-241-75/+87
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-1/+5
* Added character-encoding checks.Kristaps Dzonsons2009-02-241-151/+182
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-241-16/+62
* Considerably cleaned up the validation code.Kristaps Dzonsons2009-02-231-344/+175
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-1/+2
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-187/+229
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-1/+1
* A few more macros in place.Kristaps Dzonsons2009-02-211-0/+1
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-211-0/+2
* *** empty log message ***Kristaps Dzonsons2009-01-211-23/+30
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-15/+56
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-3/+6
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-0/+8
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-27/+3
* Removed FIXME for Bf.Kristaps Dzonsons2009-01-191-1/+1
* Bf macro properly supported.Kristaps Dzonsons2009-01-191-1/+47