summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Versioning up.Kristaps Dzonsons2009-03-211-2/+2
|
* Proper .Dl literalism.Kristaps Dzonsons2009-03-201-1/+1
|
* Fixed literal-formatting error with `Dl'.Kristaps Dzonsons2009-03-201-1/+1
|
* Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION_1_6_2Kristaps Dzonsons2009-03-201-2/+2
| | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists.
* Some Linux-isms.Kristaps Dzonsons2009-03-191-4/+4
|
* Lintified & versioned.Kristaps Dzonsons2009-03-191-1/+1
|
* Split mdocterm.c -> main.c terminal.c.Kristaps Dzonsons2009-03-191-41/+35
| | | | | | Abstracted output with -T selector (default ascii). Name change: mdocterm -> mandoc. Re-imported tree with -Ttree.
* Many more ASCII escapes added.Kristaps Dzonsons2009-03-191-99/+35
| | | | | | Stripped nroff punt from mdocterm.c. Fixed multiple-file handling for mdocterm.c. Cleared up mdoc.h API.
* *** empty log message ***VERSION_1_5_3Kristaps Dzonsons2009-03-171-1/+1
|
* Added previous GEN files to SRCS.Kristaps Dzonsons2009-03-171-1/+2
|
* Changed e-mail address to @openbsd.Kristaps Dzonsons2009-03-161-2/+2
| | | | Cleaned up manual-page documentation.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-122/+19
| | | | | | | | | | | 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.
* Fixed version string (no leading zero).Kristaps Dzonsons2009-03-151-1/+1
|
* mdoclint accepts multiple filesKristaps Dzonsons2009-03-151-2/+2
| | | | mdocterm punts to nroff if it fails parsing
* Added colour styles (not being used) to struct termp.Kristaps Dzonsons2009-03-141-1/+1
| | | | | | Added nroff style-escape encoding. Removed ANSI schema string tables (there's only ANSI and nroff/backspace). Pushed styling directly into pword (simpler).
* Bumped version.Kristaps Dzonsons2009-03-141-2/+2
| | | | | Added \| (non-breaking space, like \&). Fixed termsym (TERMSYM_ALL).
* Removed "regression" for OpenBSD (broken).Kristaps Dzonsons2009-03-131-8/+8
| | | | Added mdoc.7 to include-in-dist hook.
* Made syste-name macros callable (At, Bsx, etc.).Kristaps Dzonsons2009-03-121-1/+1
|
* Added -nested (doesn't do anything).Kristaps Dzonsons2009-03-121-1/+1
| | | | | | Added .%C. .Cd is now callable. Added .Rv -std.
* NetBSD '.[[:whitespace:]]*' properly handled.Kristaps Dzonsons2009-03-121-2/+2
| | | | mdoc.3 indicates compatibilities and bugs.
* Version up.Kristaps Dzonsons2009-03-121-2/+2
|
* Versioning up.Kristaps Dzonsons2009-03-111-2/+2
|
* Bug-fix in mdoc_argv.Kristaps Dzonsons2009-03-101-2/+2
| | | | | Added some documentation to macro.c. Version-up.
* Versioning up.Kristaps Dzonsons2009-03-091-1/+1
|
* Fixed valgrind issues.VERSION_1_4_6Kristaps Dzonsons2009-03-091-1/+1
|
* Easier integration into FreeBSD (sys/types.h, time.h, etc.).VERSION_1_4_5Kristaps Dzonsons2009-03-091-2/+5
|
* Added "Input Encoding" section to mdoc*.1.VERSION_1_4_4Kristaps Dzonsons2009-03-091-2/+2
| | | | | Newline-escaped lines are concatenated. Added -fign-macro option.
* Bumping version...VERSION_1_4_2Kristaps Dzonsons2009-03-081-2/+5
|
* Fixed strings.sh to work with NetBSD.Kristaps Dzonsons2009-03-081-1/+1
| | | | Fixed various lint warnings.
* Bumped minor-number.Kristaps Dzonsons2009-03-081-2/+2
| | | | All sources converted to new schema.
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-17/+60
| | | | | Added -V option. Deprecated README files.
* Cleaned up ctype functions (netbsd).Kristaps Dzonsons2009-03-051-2/+3
| | | | | Fixed .Ex/.Rv -std usage. Made Ar provide default value.
* Added argv regression tests.Kristaps Dzonsons2009-03-051-2/+4
| | | | Table-ised argument flags in argv.c.
* -tag, if followed by empty body, doesn't newline.Kristaps Dzonsons2009-03-041-2/+2
| | | | Versioning up.
* -diag fixed (allows quoted parameters)Kristaps Dzonsons2009-03-031-2/+2
| | | | Versioned up.
* Added new old escape sequence \*[nn].Kristaps Dzonsons2009-03-021-2/+4
| | | | | Initial correct .Bd support (still only text in literal displays). Symbols put into tables (character-encoding).
* Versioning up.Kristaps Dzonsons2009-03-011-2/+2
|
* 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
|
* *** empty log message ***Kristaps Dzonsons2009-02-281-1/+1
|
* *** empty log message ***VERSION_1_3_11Kristaps Dzonsons2009-02-281-1/+1
|
* Version up.VERSION_1_3_10Kristaps Dzonsons2009-02-281-1/+1
|
* Added support for dynamic -width detection for -tag lists.Kristaps Dzonsons2009-02-281-0/+1
|
* Version up.VERSION_1_3_9Kristaps Dzonsons2009-02-281-1/+1
|
* Version up.VERSION_1_3_8Kristaps Dzonsons2009-02-281-2/+2
|
* More pkgsrc stuff.Kristaps Dzonsons2009-02-281-2/+5
|
* Initial NetBSD pkgsrc.Kristaps Dzonsons2009-02-271-5/+26
|
* Lintified sources.Kristaps Dzonsons2009-02-271-1/+4
|