summaryrefslogtreecommitdiffstatshomepage
path: root/macro.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added line numbering.Kristaps Dzonsons2009-01-071-7/+7
|
* *** empty log message ***Kristaps Dzonsons2009-01-071-28/+49
|
* Memory leak, some mdoc(7) conformities.Kristaps Dzonsons2009-01-061-18/+77
|
* *** empty log message ***Kristaps Dzonsons2009-01-051-8/+13
|
* Finished initial parse sequence.Kristaps Dzonsons2009-01-051-51/+257
|
* Actions and validations properly added.Kristaps Dzonsons2009-01-051-30/+36
|
* *** empty log message ***Kristaps Dzonsons2009-01-051-2/+2
|
* Huge changes.Kristaps Dzonsons2009-01-031-405/+251
|
* *** empty log message ***Kristaps Dzonsons2009-01-031-10/+18
|
* *** empty log message ***Kristaps Dzonsons2009-01-021-1/+17
|
* Broke apart macro_prologuexxx into prologue.Kristaps Dzonsons2009-01-011-508/+199
| | | | | Fixed validation for line-scoped. Merged const_arg and const.
* *** empty log message ***Kristaps Dzonsons2008-12-301-63/+56
|
* Validation fully works.Kristaps Dzonsons2008-12-301-163/+11
|
* *** empty log message ***Kristaps Dzonsons2008-12-301-19/+84
|