summaryrefslogtreecommitdiffstats
path: root/macro.c
Commit message (Collapse)AuthorAgeFilesLines
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-1446/+0
| | | | Abstraction of mdoc.
* Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO).Kristaps Dzonsons2009-03-221-0/+7
|
* Added %Q macro.Kristaps Dzonsons2009-03-211-0/+1
|
* Fixed new partial-imp closure (wasn't action-ing closed scopes).Kristaps Dzonsons2009-03-211-9/+5
|
* Explicit-scope can break some implicit partial-block (Oc -> Op).Kristaps Dzonsons2009-03-211-17/+44
|
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-1/+2
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-462/+380
| | | | | | | | | | | 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.
* Made syste-name macros callable (At, Bsx, etc.).Kristaps Dzonsons2009-03-121-7/+7
|
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-3/+2
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* Delimiters added to columns.Kristaps Dzonsons2009-03-121-2/+1
|
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-12/+33
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-37/+74
| | | | | | 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-0/+11
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Bug-fix in mdoc_argv.Kristaps Dzonsons2009-03-101-2/+8
| | | | | Added some documentation to macro.c. Version-up.
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-0/+2
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-091-5/+2
|
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-0/+1
|
* Added .Ap.Kristaps Dzonsons2009-03-081-0/+3
|
* Fixed strings.sh to work with NetBSD.Kristaps Dzonsons2009-03-081-1/+1
| | | | Fixed various lint warnings.
* Updated manuals.Kristaps Dzonsons2009-03-081-10/+56
| | | | Added -fign-scope and -fign-escape.
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-103/+41
| | | | | Removed libmdoc internal argv limit (all dynamic). Removed "data" union in mdoc_node (to be selectively re-added).
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-20/+51
| | | | | Added -V option. Deprecated README files.
* Added argv regression tests.Kristaps Dzonsons2009-03-051-0/+5
| | | | Table-ised argument flags in argv.c.
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-0/+2
|
* Lintified sources.Kristaps Dzonsons2009-02-271-5/+10
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-5/+2
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-2/+1
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-63/+156
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-4/+12
| | | | System now supports all mdocml manual pages.
* Fix-ups to macro.c.Kristaps Dzonsons2009-01-221-9/+89
|
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-24/+16
|
* Minor documentation.Kristaps Dzonsons2009-01-201-0/+4
|
* Tagged version.Kristaps Dzonsons2009-01-201-2/+1
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-201-28/+32
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-36/+170
| | | | Added line-arg softmax.
* More correct validation.Kristaps Dzonsons2009-01-191-4/+29
| | | | Elision of prologue macros from main tree.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-68/+29
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* Lint checks.Kristaps Dzonsons2009-01-171-99/+71
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-3/+3
|
* Added more validation (parents/msecs).Kristaps Dzonsons2009-01-161-2/+11
| | | | Initial function documentation for mdoc.3.
* Finished re-fitting err/warn/msg routines.Kristaps Dzonsons2009-01-161-37/+47
| | | | Some minor bug-fixes.
* Broken build (changing err/warn/msg function prototypes for clarity).Kristaps Dzonsons2009-01-151-3/+3
|
* *** empty log message ***Kristaps Dzonsons2009-01-151-69/+84
|
* *** empty log message ***Kristaps Dzonsons2009-01-141-91/+261
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-14/+14
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-2/+6
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-5/+5
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-4/+4
|
* *** empty log message ***Kristaps Dzonsons2009-01-091-16/+40
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-7/+8
|