aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validate.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-29/+32
| | | | | | | | | | | 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.
* Finished initial mdoc.7.Kristaps Dzonsons2009-03-131-7/+5
|
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-6/+8
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-6/+4
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-3/+3
| | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway.
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-111-1/+4
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-1/+6
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-1/+3
|
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-1/+2
|
* Added .Ap.Kristaps Dzonsons2009-03-081-1/+2
|
* Updated manuals.Kristaps Dzonsons2009-03-081-2/+7
| | | | Added -fign-scope and -fign-escape.
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-081-4/+4
|
* Printing invalid escape sequences.Kristaps Dzonsons2009-03-081-2/+2
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-288/+337
| | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added).
* Documented the strings script.Kristaps Dzonsons2009-03-061-2/+3
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-117/+181
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-4/+46
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-041-1/+3
|
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-2/+2
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Added support for traditional `Ds' width.Kristaps Dzonsons2009-02-281-3/+3
|
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-16/+18
|
* Lintified sources.Kristaps Dzonsons2009-02-271-7/+8
|
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-271-1/+3
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-8/+51
|
* NetBSD Lintified.Kristaps Dzonsons2009-02-251-4/+4
|
* All "low-hanging" macros implemented in term.c.Kristaps Dzonsons2009-02-251-4/+6
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-7/+9
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* Added Fd section validation.Kristaps Dzonsons2009-02-241-76/+88
|
* Character-encoding checked for all text (arguments/values).Kristaps Dzonsons2009-02-241-2/+6
|
* Added character-encoding checks.Kristaps Dzonsons2009-02-241-152/+183
|
* Escape-sequence validation in place (for nodes).Kristaps Dzonsons2009-02-241-17/+63
|
* Considerably cleaned up the validation code.Kristaps Dzonsons2009-02-231-345/+176
|
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-2/+3
| | | | System now supports all mdocml manual pages.
* Cleaned up validation source a bit.Kristaps Dzonsons2009-02-221-188/+230
| | | | | Fixed `Nm' and `Nd' detection. Added a few more terminal outputs.
* Split mdocml -> mdocterm, mdoctree (new manuals, etc.).Kristaps Dzonsons2009-02-211-2/+2
| | | | Escape-recognition term.c.
* A few more macros in place.Kristaps Dzonsons2009-02-211-1/+2
|
* Initial list support (not nested, yet).Kristaps Dzonsons2009-02-211-1/+3
|
* *** empty log message ***Kristaps Dzonsons2009-01-211-24/+31
|
* More validation on prologue/first NAME section.Kristaps Dzonsons2009-01-211-16/+57
|
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-4/+7
|
* Re-merged old port-building routines.Kristaps Dzonsons2009-01-201-1/+9
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-28/+4
| | | | Added line-arg softmax.
* Removed FIXME for Bf.Kristaps Dzonsons2009-01-191-2/+2
|
* Bf macro properly supported.Kristaps Dzonsons2009-01-191-2/+48
|
* More correct validation.Kristaps Dzonsons2009-01-191-30/+30
| | | | Elision of prologue macros from main tree.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-25/+56
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* Lint checks.Kristaps Dzonsons2009-01-171-4/+12
|
* Added tests to makefile.Kristaps Dzonsons2009-01-171-59/+97
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-70/+176
|
* Initial separation of tree/mdocml.1.Kristaps Dzonsons2009-01-161-24/+114
| | | | | Finished mdoc.3. Broken build: mdocml.c.