]> git.cameronkatri.com Git - mandoc.git/log
mandoc.git
15 years agoVersioning up.
Kristaps Dzonsons [Wed, 11 Mar 2009 00:41:35 +0000 (00:41 +0000)]
Versioning up.

15 years agoExpanded perfect htab to use 27 * 26 * 3 space.
Kristaps Dzonsons [Wed, 11 Mar 2009 00:39:58 +0000 (00:39 +0000)]
Expanded perfect htab to use 27 * 26 * 3 space.
Added Brq, Bro and Brc macros.
Added lbrace and rbrace to special characters.
Fixed spacing in braces.

15 years agoMade sure saved value is initialised.
Kristaps Dzonsons [Tue, 10 Mar 2009 21:27:39 +0000 (21:27 +0000)]
Made sure saved value is initialised.

15 years agoBug-fix in mdoc_argv.
Kristaps Dzonsons [Tue, 10 Mar 2009 15:01:54 +0000 (15:01 +0000)]
Bug-fix in mdoc_argv.
Added some documentation to macro.c.
Version-up.

15 years agoAdded regular-form sanity check in mdocterm.
Kristaps Dzonsons [Tue, 10 Mar 2009 11:16:43 +0000 (11:16 +0000)]
Added regular-form sanity check in mdocterm.

15 years agoFixed hash lookup regression.
Kristaps Dzonsons [Tue, 10 Mar 2009 10:20:03 +0000 (10:20 +0000)]
Fixed hash lookup regression.

15 years agoVersioning up.
Kristaps Dzonsons [Mon, 9 Mar 2009 14:20:59 +0000 (14:20 +0000)]
Versioning up.

15 years agoAdded `Mt' and `Lk' macros (NetBSD).
Kristaps Dzonsons [Mon, 9 Mar 2009 14:19:59 +0000 (14:19 +0000)]
Added `Mt' and `Lk' macros (NetBSD).

15 years agoFixed valgrind issues. VERSION_1_4_6
Kristaps Dzonsons [Mon, 9 Mar 2009 13:35:09 +0000 (13:35 +0000)]
Fixed valgrind issues.

15 years agoEasier integration into FreeBSD (sys/types.h, time.h, etc.). VERSION_1_4_5
Kristaps Dzonsons [Mon, 9 Mar 2009 13:17:49 +0000 (13:17 +0000)]
Easier integration into FreeBSD (sys/types.h, time.h, etc.).

15 years agoAdded "Input Encoding" section to mdoc*.1. VERSION_1_4_4
Kristaps Dzonsons [Mon, 9 Mar 2009 13:04:01 +0000 (13:04 +0000)]
Added "Input Encoding" section to mdoc*.1.
Newline-escaped lines are concatenated.
Added -fign-macro option.

15 years agoAdded `Lp' macro.
Kristaps Dzonsons [Sun, 8 Mar 2009 20:57:35 +0000 (20:57 +0000)]
Added `Lp' macro.

15 years agoAdded .Ap.
Kristaps Dzonsons [Sun, 8 Mar 2009 20:50:12 +0000 (20:50 +0000)]
Added .Ap.

15 years agoSmall speed-ups in hash lookup.
Kristaps Dzonsons [Sun, 8 Mar 2009 20:29:45 +0000 (20:29 +0000)]
Small speed-ups in hash lookup.

15 years agoBumping version... VERSION_1_4_2
Kristaps Dzonsons [Sun, 8 Mar 2009 19:48:37 +0000 (19:48 +0000)]
Bumping version...

15 years agoRemoved some unnecesary functions.
Kristaps Dzonsons [Sun, 8 Mar 2009 19:47:40 +0000 (19:47 +0000)]
Removed some unnecesary functions.

15 years agoFront-end handling of `Lb'.
Kristaps Dzonsons [Sun, 8 Mar 2009 19:38:08 +0000 (19:38 +0000)]
Front-end handling of `Lb'.

15 years agoFixed strings.sh to work with NetBSD.
Kristaps Dzonsons [Sun, 8 Mar 2009 19:32:03 +0000 (19:32 +0000)]
Fixed strings.sh to work with NetBSD.
Fixed various lint warnings.

15 years agoFix left-over prototype.
Kristaps Dzonsons [Sun, 8 Mar 2009 19:28:09 +0000 (19:28 +0000)]
Fix left-over prototype.

15 years agoRemoved static limitation of buffer size.
Kristaps Dzonsons [Sun, 8 Mar 2009 18:50:40 +0000 (18:50 +0000)]
Removed static limitation of buffer size.

15 years agoUpdated manuals.
Kristaps Dzonsons [Sun, 8 Mar 2009 18:02:36 +0000 (18:02 +0000)]
Updated manuals.
Added -fign-scope and -fign-escape.

15 years agoBumped minor-number.
Kristaps Dzonsons [Sun, 8 Mar 2009 14:01:46 +0000 (14:01 +0000)]
Bumped minor-number.
All sources converted to new schema.

15 years agoSegmentation-fault fix in mdocterm.
Kristaps Dzonsons [Sun, 8 Mar 2009 13:57:07 +0000 (13:57 +0000)]
Segmentation-fault fix in mdocterm.

15 years agomdocterm now using new API.
Kristaps Dzonsons [Sun, 8 Mar 2009 13:52:29 +0000 (13:52 +0000)]
mdocterm now using new API.

15 years agoMemory-corruption fix.
Kristaps Dzonsons [Sun, 8 Mar 2009 13:01:35 +0000 (13:01 +0000)]
Memory-corruption fix.

15 years agoFixed null-pointer dereference.
Kristaps Dzonsons [Sun, 8 Mar 2009 12:46:38 +0000 (12:46 +0000)]
Fixed null-pointer dereference.

15 years agoMemory fixes in new dynamic schema.
Kristaps Dzonsons [Sun, 8 Mar 2009 12:40:27 +0000 (12:40 +0000)]
Memory fixes in new dynamic schema.

15 years agoPrinting invalid escape sequences.
Kristaps Dzonsons [Sun, 8 Mar 2009 11:48:44 +0000 (11:48 +0000)]
Printing invalid escape sequences.

15 years agoBROKEN CHECK-IN. Wide-ranging updates.
Kristaps Dzonsons [Sun, 8 Mar 2009 11:41:22 +0000 (11:41 +0000)]
BROKEN CHECK-IN.  Wide-ranging updates.
Removed libmdoc internal argv limit (all dynamic).
Removed "data" union in mdoc_node (to be selectively re-added).

15 years agoDocumented the strings script.
Kristaps Dzonsons [Fri, 6 Mar 2009 14:24:49 +0000 (14:24 +0000)]
Documented the strings script.

15 years agoStrings abstracted into dynamically-created C files.
Kristaps Dzonsons [Fri, 6 Mar 2009 14:13:47 +0000 (14:13 +0000)]
Strings abstracted into dynamically-created C files.
Added -V option.
Deprecated README files.

15 years agoAdded another regression test.
Kristaps Dzonsons [Thu, 5 Mar 2009 13:15:40 +0000 (13:15 +0000)]
Added another regression test.

15 years agoCleaned up ctype functions (netbsd).
Kristaps Dzonsons [Thu, 5 Mar 2009 13:12:12 +0000 (13:12 +0000)]
Cleaned up ctype functions (netbsd).
Fixed .Ex/.Rv -std usage.
Made Ar provide default value.

15 years agoAdded argv regression tests.
Kristaps Dzonsons [Thu, 5 Mar 2009 12:08:52 +0000 (12:08 +0000)]
Added argv regression tests.
Table-ised argument flags in argv.c.

15 years ago-tag, if followed by empty body, doesn't newline.
Kristaps Dzonsons [Wed, 4 Mar 2009 14:41:40 +0000 (14:41 +0000)]
-tag, if followed by empty body, doesn't newline.
Versioning up.

15 years agoFixed some character-escapes.
Kristaps Dzonsons [Wed, 4 Mar 2009 14:13:05 +0000 (14:13 +0000)]
Fixed some character-escapes.

15 years agoProper fix to NOBREAK margins (oops).
Kristaps Dzonsons [Wed, 4 Mar 2009 14:04:02 +0000 (14:04 +0000)]
Proper fix to NOBREAK margins (oops).

15 years agoConsiderably cleaned up list handling.
Kristaps Dzonsons [Wed, 4 Mar 2009 13:57:35 +0000 (13:57 +0000)]
Considerably cleaned up list handling.

15 years ago-diag fixed (allows quoted parameters)
Kristaps Dzonsons [Tue, 3 Mar 2009 22:28:21 +0000 (22:28 +0000)]
-diag fixed (allows quoted parameters)
Versioned up.

15 years ago-inset and -diag lists now supported.
Kristaps Dzonsons [Tue, 3 Mar 2009 22:17:19 +0000 (22:17 +0000)]
-inset and -diag lists now supported.

15 years agoCharacter-escape addition simplified (see README.addescape, also added).
Kristaps Dzonsons [Tue, 3 Mar 2009 21:07:01 +0000 (21:07 +0000)]
Character-escape addition simplified (see README.addescape, also added).

15 years agoNoted lacking areas in mdocterm.1.
Kristaps Dzonsons [Mon, 2 Mar 2009 17:29:16 +0000 (17:29 +0000)]
Noted lacking areas in mdocterm.1.
Put styles into symtab (for real this time).

15 years agoAdded new old escape sequence \*[nn].
Kristaps Dzonsons [Mon, 2 Mar 2009 17:14:46 +0000 (17:14 +0000)]
Added new old escape sequence \*[nn].
Initial correct .Bd support (still only text in literal displays).
Symbols put into tables (character-encoding).

15 years agoSupport for maxrmargin-breaking with TERMP_NOBREAK.
Kristaps Dzonsons [Mon, 2 Mar 2009 12:09:32 +0000 (12:09 +0000)]
Support for maxrmargin-breaking with TERMP_NOBREAK.
Tabs auto-converted to spaces.

15 years agoCd breaks line properly. VERSION_1_3_15
Kristaps Dzonsons [Sun, 1 Mar 2009 23:27:14 +0000 (23:27 +0000)]
Cd breaks line properly.

15 years agoVersioning up.
Kristaps Dzonsons [Sun, 1 Mar 2009 23:25:07 +0000 (23:25 +0000)]
Versioning up.

15 years agoRemoved isspace assertion (is handled by pad).
Kristaps Dzonsons [Sun, 1 Mar 2009 23:23:55 +0000 (23:23 +0000)]
Removed isspace assertion (is handled by pad).

15 years agoBacked-out warning about Ds.
Kristaps Dzonsons [Sun, 1 Mar 2009 23:14:15 +0000 (23:14 +0000)]
Backed-out warning about Ds.
Backed-out assertion about Bd subtypes.

15 years agoBacking-out DESTDIR.
Kristaps Dzonsons [Sun, 1 Mar 2009 20:17:03 +0000 (20:17 +0000)]
Backing-out DESTDIR.

15 years agoVersioning up.
Kristaps Dzonsons [Sun, 1 Mar 2009 20:07:20 +0000 (20:07 +0000)]
Versioning up.

15 years agoApplying Joerg Sonnenberger's patch.
Kristaps Dzonsons [Sun, 1 Mar 2009 20:05:32 +0000 (20:05 +0000)]
Applying Joerg Sonnenberger's patch.

15 years agoVersioning up. VERSION_1_3_13
Kristaps Dzonsons [Sun, 1 Mar 2009 13:09:03 +0000 (13:09 +0000)]
Versioning up.

15 years agoFixed TERMP_NOBREAK and line overruns.
Kristaps Dzonsons [Sun, 1 Mar 2009 13:06:49 +0000 (13:06 +0000)]
Fixed TERMP_NOBREAK and line overruns.
Fixed TERMP_SETFLAGS and current-flag omission.

15 years ago*** empty log message ***
Kristaps Dzonsons [Sat, 28 Feb 2009 22:27:17 +0000 (22:27 +0000)]
*** empty log message ***

15 years agoWhite-space churn.
Kristaps Dzonsons [Sat, 28 Feb 2009 21:50:01 +0000 (21:50 +0000)]
White-space churn.

15 years agoMany more changes and fixes (`In', `Fd', etc.).
Kristaps Dzonsons [Sat, 28 Feb 2009 21:31:13 +0000 (21:31 +0000)]
Many more changes and fixes (`In', `Fd', etc.).

15 years agoMore fixes (hard-escapes, etc.).
Kristaps Dzonsons [Sat, 28 Feb 2009 20:13:06 +0000 (20:13 +0000)]
More fixes (hard-escapes, etc.).

15 years agoInitial Rs/Re support.
Kristaps Dzonsons [Sat, 28 Feb 2009 19:15:28 +0000 (19:15 +0000)]
Initial Rs/Re support.
Fixed default Ds width.

15 years ago*** empty log message *** VERSION_1_3_11
Kristaps Dzonsons [Sat, 28 Feb 2009 14:48:03 +0000 (14:48 +0000)]
*** empty log message ***

15 years agoMade `Ds' emit a warning.
Kristaps Dzonsons [Sat, 28 Feb 2009 14:43:35 +0000 (14:43 +0000)]
Made `Ds' emit a warning.
Default width is 78.

15 years agoAdded support for traditional `Ds' width.
Kristaps Dzonsons [Sat, 28 Feb 2009 14:40:07 +0000 (14:40 +0000)]
Added support for traditional `Ds' width.

15 years agoVersion up. VERSION_1_3_10
Kristaps Dzonsons [Sat, 28 Feb 2009 13:49:11 +0000 (13:49 +0000)]
Version up.

15 years agoAdded support for dynamic -width detection for -tag lists.
Kristaps Dzonsons [Sat, 28 Feb 2009 13:47:36 +0000 (13:47 +0000)]
Added support for dynamic -width detection for -tag lists.

15 years agoVersion up. VERSION_1_3_9
Kristaps Dzonsons [Sat, 28 Feb 2009 12:16:38 +0000 (12:16 +0000)]
Version up.

15 years agoFixed delimiter end-of-line parsing.
Kristaps Dzonsons [Sat, 28 Feb 2009 12:16:02 +0000 (12:16 +0000)]
Fixed delimiter end-of-line parsing.

15 years agoVersion up. VERSION_1_3_8
Kristaps Dzonsons [Sat, 28 Feb 2009 10:15:25 +0000 (10:15 +0000)]
Version up.

15 years agoFinalised index.sgml for NetBSD pkgsrc.
Kristaps Dzonsons [Sat, 28 Feb 2009 10:13:45 +0000 (10:13 +0000)]
Finalised index.sgml for NetBSD pkgsrc.

15 years agoMore pkgsrc stuff.
Kristaps Dzonsons [Sat, 28 Feb 2009 09:51:50 +0000 (09:51 +0000)]
More pkgsrc stuff.

15 years agoInitial NetBSD pkgsrc.
Kristaps Dzonsons [Fri, 27 Feb 2009 17:24:30 +0000 (17:24 +0000)]
Initial NetBSD pkgsrc.

15 years agoSlowly decoupling mdoc(3) from being OpenBSD-only. VERSION_1_3_6
Kristaps Dzonsons [Fri, 27 Feb 2009 10:55:16 +0000 (10:55 +0000)]
Slowly decoupling mdoc(3) from being OpenBSD-only.

15 years agoLintified sources.
Kristaps Dzonsons [Fri, 27 Feb 2009 09:39:40 +0000 (09:39 +0000)]
Lintified sources.

15 years agoVersioning up.
Kristaps Dzonsons [Fri, 27 Feb 2009 09:16:12 +0000 (09:16 +0000)]
Versioning up.

15 years agoAdded more character-escape regressions.
Kristaps Dzonsons [Fri, 27 Feb 2009 09:15:37 +0000 (09:15 +0000)]
Added more character-escape regressions.

15 years agoCharacter-encoding stuff documented, expanded.
Kristaps Dzonsons [Fri, 27 Feb 2009 09:14:02 +0000 (09:14 +0000)]
Character-encoding stuff documented, expanded.

15 years agoMore character-encoding.
Kristaps Dzonsons [Fri, 27 Feb 2009 08:20:15 +0000 (08:20 +0000)]
More character-encoding.

15 years agoHeader and footer now use term API.
Kristaps Dzonsons [Thu, 26 Feb 2009 17:11:38 +0000 (17:11 +0000)]
Header and footer now use term API.

15 years agoSupport for macro widths (/usr/share/tmac/mdoc/doc-common).
Kristaps Dzonsons [Thu, 26 Feb 2009 16:08:11 +0000 (16:08 +0000)]
Support for macro widths (/usr/share/tmac/mdoc/doc-common).

15 years agoLists (scoped elements) now put delims in-scope.
Kristaps Dzonsons [Thu, 26 Feb 2009 14:56:27 +0000 (14:56 +0000)]
Lists (scoped elements) now put delims in-scope.

15 years agoMore list work.
Kristaps Dzonsons [Wed, 25 Feb 2009 23:18:50 +0000 (23:18 +0000)]
More list work.

15 years ago*** empty log message ***
Kristaps Dzonsons [Wed, 25 Feb 2009 17:02:47 +0000 (17:02 +0000)]
*** empty log message ***

15 years agoAdded [almost] all list types.
Kristaps Dzonsons [Wed, 25 Feb 2009 15:12:26 +0000 (15:12 +0000)]
Added [almost] all list types.

15 years agoSupport for nested lists added.
Kristaps Dzonsons [Wed, 25 Feb 2009 13:30:53 +0000 (13:30 +0000)]
Support for nested lists added.

15 years agoFormatting.
Kristaps Dzonsons [Wed, 25 Feb 2009 12:46:27 +0000 (12:46 +0000)]
Formatting.

15 years agoFixed version-date tag. VERSION_1_3_5
Kristaps Dzonsons [Wed, 25 Feb 2009 12:38:15 +0000 (12:38 +0000)]
Fixed version-date tag.

15 years agoVersion printed on website.
Kristaps Dzonsons [Wed, 25 Feb 2009 12:37:18 +0000 (12:37 +0000)]
Version printed on website.

15 years agoNetBSD Lintified.
Kristaps Dzonsons [Wed, 25 Feb 2009 12:32:50 +0000 (12:32 +0000)]
NetBSD Lintified.

15 years agoSome offsets built into termpair.
Kristaps Dzonsons [Wed, 25 Feb 2009 12:27:37 +0000 (12:27 +0000)]
Some offsets built into termpair.

15 years agoAdded "termpair" for symmetric flag-setting.
Kristaps Dzonsons [Wed, 25 Feb 2009 12:09:20 +0000 (12:09 +0000)]
Added "termpair" for symmetric flag-setting.

15 years agoAll "low-hanging" macros implemented in term.c.
Kristaps Dzonsons [Wed, 25 Feb 2009 11:37:05 +0000 (11:37 +0000)]
All "low-hanging" macros implemented in term.c.

15 years agoRaft of mdocterm callbacks in place.
Kristaps Dzonsons [Tue, 24 Feb 2009 16:16:45 +0000 (16:16 +0000)]
Raft of mdocterm callbacks in place.
Fixed Fo/Fc handling in validate/mdocterm.

15 years agoMore macros filled in.
Kristaps Dzonsons [Tue, 24 Feb 2009 15:01:15 +0000 (15:01 +0000)]
More macros filled in.

15 years agoAdded several more mdocterm outputs.
Kristaps Dzonsons [Tue, 24 Feb 2009 14:52:55 +0000 (14:52 +0000)]
Added several more mdocterm outputs.

15 years agoAdded Fd section validation.
Kristaps Dzonsons [Tue, 24 Feb 2009 13:57:17 +0000 (13:57 +0000)]
Added Fd section validation.

15 years agoCharacter-encoding checked for all text (arguments/values).
Kristaps Dzonsons [Tue, 24 Feb 2009 13:46:54 +0000 (13:46 +0000)]
Character-encoding checked for all text (arguments/values).

15 years agoAdded character-encoding checks.
Kristaps Dzonsons [Tue, 24 Feb 2009 12:20:52 +0000 (12:20 +0000)]
Added character-encoding checks.

15 years agoEscape-sequence validation in place (for nodes).
Kristaps Dzonsons [Tue, 24 Feb 2009 11:43:13 +0000 (11:43 +0000)]
Escape-sequence validation in place (for nodes).

15 years agoConsiderably cleaned up the validation code.
Kristaps Dzonsons [Mon, 23 Feb 2009 22:51:10 +0000 (22:51 +0000)]
Considerably cleaned up the validation code.

15 years agoPort works.
Kristaps Dzonsons [Mon, 23 Feb 2009 20:55:56 +0000 (20:55 +0000)]
Port works.

15 years agoFixing port generation & instructions.
Kristaps Dzonsons [Mon, 23 Feb 2009 16:01:33 +0000 (16:01 +0000)]
Fixing port generation & instructions.

15 years agoCross-checked NetBSD compile changes to Linux.
Kristaps Dzonsons [Mon, 23 Feb 2009 15:38:20 +0000 (15:38 +0000)]
Cross-checked NetBSD compile changes to Linux.