summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed segfault with empty word.Kristaps Dzonsons2009-03-124-20/+39
| | | | Initial "full" -column support.
* Brq/Bro/Brc fixed up and pretty.Kristaps Dzonsons2009-03-126-121/+210
| | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway.
* Versioning up.Kristaps Dzonsons2009-03-111-2/+2
|
* Expanded perfect htab to use 27 * 26 * 3 space.Kristaps Dzonsons2009-03-1111-20/+119
| | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces.
* Made sure saved value is initialised.Kristaps Dzonsons2009-03-101-3/+6
|
* Bug-fix in mdoc_argv.Kristaps Dzonsons2009-03-103-7/+22
| | | | | Added some documentation to macro.c. Version-up.
* Added regular-form sanity check in mdocterm.Kristaps Dzonsons2009-03-102-36/+120
|
* Fixed hash lookup regression.Kristaps Dzonsons2009-03-101-4/+7
|
* Versioning up.Kristaps Dzonsons2009-03-091-1/+1
|
* Added `Mt' and `Lk' macros (NetBSD).Kristaps Dzonsons2009-03-097-5/+66
|
* Fixed valgrind issues.VERSION.1.4.6Kristaps Dzonsons2009-03-093-7/+8
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION.1.4.5Kristaps Dzonsons2009-03-099-14/+19
|
* Added "Input Encoding" section to mdoc*.1.VERSION.1.4.4Kristaps Dzonsons2009-03-097-21/+114
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Added `Lp' macro.Kristaps Dzonsons2009-03-087-2/+9
|
* Added .Ap.Kristaps Dzonsons2009-03-087-2/+23
|
* Small speed-ups in hash lookup.Kristaps Dzonsons2009-03-081-7/+6
|
* Bumping version...VERSION.1.4.2Kristaps Dzonsons2009-03-081-2/+5
|
* Removed some unnecesary functions.Kristaps Dzonsons2009-03-082-17/+0
|
* Front-end handling of `Lb'.Kristaps Dzonsons2009-03-081-2/+23
|
* Fixed strings.sh to work with NetBSD.Kristaps Dzonsons2009-03-084-10/+13
| | | | Fixed various lint warnings.
* Fix left-over prototype.Kristaps Dzonsons2009-03-081-1/+1
|
* Removed static limitation of buffer size.Kristaps Dzonsons2009-03-081-26/+20
|
* Updated manuals.Kristaps Dzonsons2009-03-089-58/+198
| | | | Added -fign-scope and -fign-escape.
* Bumped minor-number.Kristaps Dzonsons2009-03-083-9/+13
| | | | All sources converted to new schema.
* Segmentation-fault fix in mdocterm.Kristaps Dzonsons2009-03-081-2/+2
|
* mdocterm now using new API.Kristaps Dzonsons2009-03-083-88/+96
|
* Memory-corruption fix.Kristaps Dzonsons2009-03-081-3/+1
|
* Fixed null-pointer dereference.Kristaps Dzonsons2009-03-081-0/+3
|
* Memory fixes in new dynamic schema.Kristaps Dzonsons2009-03-084-20/+27
|
* Printing invalid escape sequences.Kristaps Dzonsons2009-03-081-1/+1
|
* BROKEN CHECK-IN. Wide-ranging updates.Kristaps Dzonsons2009-03-0810-851/+837
| | | | | 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-069-5/+59
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-0627-1279/+779
| | | | | 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-44/+118
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Added argv regression tests.Kristaps Dzonsons2009-03-056-20/+210
| | | | Table-ised argument flags in argv.c.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-044-9/+19
| | | | Versioning up.
* Fixed some character-escapes.Kristaps Dzonsons2009-03-044-11/+21
|
* Proper fix to NOBREAK margins (oops).Kristaps Dzonsons2009-03-041-1/+1
|
* Considerably cleaned up list handling.Kristaps Dzonsons2009-03-045-138/+181
|
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-033-8/+17
| | | | Versioned up.
* -inset and -diag lists now supported.Kristaps Dzonsons2009-03-034-17/+74
|
* Character-escape addition simplified (see README.addescape, also added).Kristaps Dzonsons2009-03-034-116/+148
|
* Noted lacking areas in mdocterm.1.Kristaps Dzonsons2009-03-023-36/+37
| | | | Put styles into symtab (for real this time).
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-029-404/+615
| | | | | 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-7/+47
| | | | Tabs auto-converted to spaces.
* Cd breaks line properly.VERSION.1.3.15Kristaps Dzonsons2009-03-011-0/+1
|
* Versioning up.Kristaps Dzonsons2009-03-011-2/+2
|
* Removed isspace assertion (is handled by pad).Kristaps Dzonsons2009-03-011-5/+3
|
* Backed-out warning about Ds.Kristaps Dzonsons2009-03-013-12/+10
| | | | Backed-out assertion about Bd subtypes.