summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Documented the strings script.Kristaps Dzonsons2009-03-069-8/+62
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-0627-1298/+798
| | | | | Added -V option. Deprecated README files.
* Added another regression test.Kristaps Dzonsons2009-03-051-0/+8
|
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-058-53/+127
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Added argv regression tests.Kristaps Dzonsons2009-03-056-23/+213
| | | | Table-ised argument flags in argv.c.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-044-12/+22
| | | | Versioning up.
* Fixed some character-escapes.Kristaps Dzonsons2009-03-044-15/+25
|
* Proper fix to NOBREAK margins (oops).Kristaps Dzonsons2009-03-041-2/+2
|
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-045-144/+187
|
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-033-10/+19
| | | | Versioned up.
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-034-21/+78
|
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-034-120/+152
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-023-40/+41
| | | | Put styles into symtab (for real this time).
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-029-410/+621
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Support for maxrmargin-breaking with TERMP_NOBREAK.Kristaps Dzonsons2009-03-025-14/+54
| | | | Tabs auto-converted to spaces.
* Cd breaks line properly.VERSION_1_3_15Kristaps Dzonsons2009-03-011-1/+2
|
* Versioning up.Kristaps Dzonsons2009-03-011-2/+2
|
* Removed isspace assertion (is handled by pad).Kristaps Dzonsons2009-03-011-6/+4
|
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-013-15/+13
| | | | Backed-out assertion about Bd subtypes.
* Backing-out DESTDIR.Kristaps Dzonsons2009-03-011-23/+23
|
* Versioning up.Kristaps Dzonsons2009-03-011-1/+1
|
* Applying Joerg Sonnenberger's patch.Kristaps Dzonsons2009-03-011-22/+33
|
* Versioning up.VERSION_1_3_13Kristaps Dzonsons2009-03-011-2/+2
|
* Fixed TERMP_NOBREAK and line overruns.Kristaps Dzonsons2009-03-013-60/+66
| | | | Fixed TERMP_SETFLAGS and current-flag omission.
* *** empty log message ***Kristaps Dzonsons2009-02-281-1/+1
|
* White-space churn.Kristaps Dzonsons2009-02-281-4/+7
|
* Many more changes and fixes (`In', `Fd', etc.).Kristaps Dzonsons2009-02-282-10/+39
|
* More fixes (hard-escapes, etc.).Kristaps Dzonsons2009-02-283-20/+37
|
* Initial Rs/Re support.Kristaps Dzonsons2009-02-282-11/+57
| | | | Fixed default Ds width.
* *** empty log message ***VERSION_1_3_11Kristaps Dzonsons2009-02-281-1/+1
|
* Made `Ds' emit a warning.Kristaps Dzonsons2009-02-282-6/+10
| | | | Default width is 78.
* Added support for traditional `Ds' width.Kristaps Dzonsons2009-02-282-7/+8
|
* Version up.VERSION_1_3_10Kristaps Dzonsons2009-02-281-1/+1
|
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-286-64/+217
|
* Version up.VERSION_1_3_9Kristaps Dzonsons2009-02-281-1/+1
|
* Fixed delimiter end-of-line parsing.Kristaps Dzonsons2009-02-281-1/+5
|
* Version up.VERSION_1_3_8Kristaps Dzonsons2009-02-281-2/+2
|
* Finalised index.sgml for NetBSD pkgsrc.Kristaps Dzonsons2009-02-281-6/+24
|
* More pkgsrc stuff.Kristaps Dzonsons2009-02-281-2/+5
|
* Initial NetBSD pkgsrc.Kristaps Dzonsons2009-02-273-5/+42
|
* Slowly decoupling mdoc(3) from being OpenBSD-only.VERSION_1_3_6Kristaps Dzonsons2009-02-275-40/+53
|
* Lintified sources.Kristaps Dzonsons2009-02-276-26/+36
|
* Versioning up.Kristaps Dzonsons2009-02-271-2/+2
|
* Added more character-escape regressions.Kristaps Dzonsons2009-02-273-0/+68
|
* Character-encoding stuff documented, expanded.Kristaps Dzonsons2009-02-274-28/+168
|
* More character-encoding.Kristaps Dzonsons2009-02-276-39/+221
|
* Header and footer now use term API.Kristaps Dzonsons2009-02-261-24/+20
|
* Support for macro widths (/usr/share/tmac/mdoc/doc-common).Kristaps Dzonsons2009-02-264-9/+173
|
* Lists (scoped elements) now put delims in-scope.Kristaps Dzonsons2009-02-264-38/+65
|
* More list work.Kristaps Dzonsons2009-02-253-90/+144
|