summaryrefslogtreecommitdiffstatshomepage
path: root/macro.c
Commit message (Collapse)AuthorAgeFilesLines
* Added %Q macro.Kristaps Dzonsons2009-03-211-1/+2
|
* Fixed new partial-imp closure (wasn't action-ing closed scopes).Kristaps Dzonsons2009-03-211-10/+6
|
* Explicit-scope can break some implicit partial-block (Oc -> Op).Kristaps Dzonsons2009-03-211-18/+45
|
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+3
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-463/+381
| | | | | | | | | | | 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-8/+8
|
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-4/+3
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* Delimiters added to columns.Kristaps Dzonsons2009-03-121-3/+2
|
* Removed segfault with empty word.Kristaps Dzonsons2009-03-121-13/+34
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-121-38/+75
| | | | | | 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/+12
| | | | | | 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-3/+9
| | | | | Added some documentation to macro.c. Version-up.
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-091-1/+3
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-6/+3
|
* Added `Lp' macro.Kristaps Dzonsons2009-03-081-1/+2
|
* Added .Ap.Kristaps Dzonsons2009-03-081-1/+4
|
* Fixed strings.sh to work with NetBSD.Kristaps Dzonsons2009-03-081-2/+2
| | | | Fixed various lint warnings.
* Updated manuals.Kristaps Dzonsons2009-03-081-11/+57
| | | | Added -fign-scope and -fign-escape.
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-081-104/+42
| | | | | 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-21/+52
| | | | | Added -V option. Deprecated README files.
* Added argv regression tests.Kristaps Dzonsons2009-03-051-1/+6
| | | | Table-ised argument flags in argv.c.
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-281-1/+3
|
* Lintified sources.Kristaps Dzonsons2009-02-271-6/+11
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-261-6/+3
|
* Raft of mdocterm callbacks in place.Kristaps Dzonsons2009-02-241-3/+2
| | | | Fixed Fo/Fc handling in validate/mdocterm.
* More in-file documentation and Linux-isation.Kristaps Dzonsons2009-02-231-64/+157
| | | | Moved mdoc_macros table definition into macro.c, where it belongs.
* Fixed `.Pf' handling.Kristaps Dzonsons2009-02-221-5/+13
| | | | System now supports all mdocml manual pages.
* Fix-ups to macro.c.Kristaps Dzonsons2009-01-221-10/+90
|
* In-progress migration to ARGV separation.Kristaps Dzonsons2009-01-201-25/+17
|
* Minor documentation.Kristaps Dzonsons2009-01-201-1/+5
|
* Tagged version.Kristaps Dzonsons2009-01-201-3/+2
|
* Quoted-literals handled correctly.Kristaps Dzonsons2009-01-201-29/+33
|
* Moved prologue-pruning into action.c.Kristaps Dzonsons2009-01-201-37/+171
| | | | Added line-arg softmax.
* More correct validation.Kristaps Dzonsons2009-01-191-5/+30
| | | | Elision of prologue macros from main tree.
* Removed unnecessary test cases (most were for visual).Kristaps Dzonsons2009-01-191-69/+30
| | | | Finally fixed scope-rewinding (MDOC_VALID).
* Lint checks.Kristaps Dzonsons2009-01-171-100/+72
|
* Documentation, more validations, cleaned up actions, added Nm action.Kristaps Dzonsons2009-01-171-4/+4
|
* Added more validation (parents/msecs).Kristaps Dzonsons2009-01-161-3/+12
| | | | Initial function documentation for mdoc.3.
* Finished re-fitting err/warn/msg routines.Kristaps Dzonsons2009-01-161-38/+48
| | | | Some minor bug-fixes.
* Broken build (changing err/warn/msg function prototypes for clarity).Kristaps Dzonsons2009-01-151-4/+4
|
* *** empty log message ***Kristaps Dzonsons2009-01-151-70/+85
|
* *** empty log message ***Kristaps Dzonsons2009-01-141-92/+262
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-15/+15
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-3/+7
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-6/+6
|
* *** empty log message ***Kristaps Dzonsons2009-01-121-5/+5
|
* *** empty log message ***Kristaps Dzonsons2009-01-091-17/+41
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-8/+9
|
* *** empty log message ***Kristaps Dzonsons2009-01-081-149/+181
|
* All macros have lines/positions.Kristaps Dzonsons2009-01-071-38/+40
|