index
:
mandoc
VERSION.1.12
VERSION.1.13
bapt
master
origin
version.0
UNIX manpage compiler toolset
Matěj Cepl <mcepl@cepl.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdoc_term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
`sp' documented: validates & produces correct output.
Kristaps Dzonsons
2009-07-17
1
-1
/
+23
*
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Kristaps Dzonsons
2009-07-17
1
-0
/
+13
*
Off-by-one space fixed for `Bl -diag'.
Kristaps Dzonsons
2009-07-16
1
-3
/
+1
*
Fix to presentation date (Ulrich Sporlein)
Kristaps Dzonsons
2009-07-15
1
-1
/
+1
*
Using \(en for OpenBSD `Nd' (compromise with jmc@openbsd.org).
VERSION.1.8.0
Kristaps Dzonsons
2009-07-14
1
-6
/
+1
*
Cleaned up arg_width and arg_column functions.
Kristaps Dzonsons
2009-07-14
1
-16
/
+27
*
Removed unnecessary save/restore of style around list prefix.
Kristaps Dzonsons
2009-07-14
1
-16
/
+23
*
Err/warn fix (schwarze@openbsd.org).
Kristaps Dzonsons
2009-07-13
1
-5
/
+18
*
Replacement of `Lb' in mdoc_action.c.
Kristaps Dzonsons
2009-07-12
1
-19
/
+1
*
Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).
Kristaps Dzonsons
2009-07-12
1
-14
/
+1
*
Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).
Kristaps Dzonsons
2009-07-12
1
-20
/
+1
*
Removed superfluous FIXMEs in mdoc_term.c.
Kristaps Dzonsons
2009-07-12
1
-12
/
+6
*
Fixed `Fo' superfluous space before `('. Noted groff compatibility in mdoc.7.
Kristaps Dzonsons
2009-07-12
1
-2
/
+1
*
`Vt' macro behaves [more] properly when in the SYNOPSIS section.
Kristaps Dzonsons
2009-07-12
1
-1
/
+5
*
Replaced ugly macro function declarations in mdoc_term with real [sorted] ones.
Kristaps Dzonsons
2009-07-12
1
-78
/
+86
*
Removed rmargin from termpair (right in print_node()).
Kristaps Dzonsons
2009-07-12
1
-8
/
+5
*
Removed offset from termpair (much simpler & cleaner).
Kristaps Dzonsons
2009-07-12
1
-21
/
+12
*
Removed ambiguous TERMPAIR_SETFLAG from mdoc_term.c (pairs/flags must be manu...
Kristaps Dzonsons
2009-07-12
1
-50
/
+38
*
GNU/Linux also uses \- for Nd (ew).
Kristaps Dzonsons
2009-07-12
1
-2
/
+2
*
Consolidated Bx/Ox/Nx/etc. into one function.
Kristaps Dzonsons
2009-07-12
1
-64
/
+34
*
`Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd.org, behaviour ok jmc...
Kristaps Dzonsons
2009-07-12
1
-0
/
+3
*
Noted dissent with \- for OpenBSD.
Kristaps Dzonsons
2009-07-12
1
-1
/
+5
*
Added \(hy symbol.
Kristaps Dzonsons
2009-07-12
1
-0
/
+4
*
Made `In' handling work in new-groff style (see mdoc.samples).
Kristaps Dzonsons
2009-07-07
1
-2
/
+13
*
Backed out "-width indent" and "-width indent-two", which aren't
Kristaps Dzonsons
2009-07-05
1
-4
/
+0
*
Fixed -offset indent-two (schwarze@openbsd.org).
Kristaps Dzonsons
2009-07-04
1
-1
/
+1
*
Fixed -offset left (schwarze@openbsd.org).
Kristaps Dzonsons
2009-07-04
1
-2
/
+2
*
Lint fixes.
VERSION.1.7.20
Kristaps Dzonsons
2009-06-22
1
-1
/
+2
*
Noted .Cd tabs-ok issue (will fix later).
Kristaps Dzonsons
2009-06-22
1
-3
/
+7
*
Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.
Kristaps Dzonsons
2009-06-22
1
-8
/
+10
*
Special characters, e.g. \(ae, are now correctly rendered in the current font...
Kristaps Dzonsons
2009-06-17
1
-2
/
+7
*
Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...
Kristaps Dzonsons
2009-06-16
1
-4
/
+6
*
Removed superfluous ifdef around strftime (schwarze@openbsd.org).
Kristaps Dzonsons
2009-06-15
1
-4
/
+0
*
`Lk' is correctly handled as CALLABLE (note groff munges nested output).
Kristaps Dzonsons
2009-06-12
1
-3
/
+8
*
Added mdoc.template (from NetBSD -- unlicensed??).
Kristaps Dzonsons
2009-06-11
1
-18
/
+20
*
Added "left" -offset tag.
Kristaps Dzonsons
2009-06-11
1
-4
/
+8
*
Documented some un-clear parts of main.c.
Kristaps Dzonsons
2009-06-11
1
-132
/
+30
*
Fixed email address in manual AUTHOR reference.
Kristaps Dzonsons
2009-06-11
1
-1
/
+1
*
Fixed license email address.
Kristaps Dzonsons
2009-06-10
1
-1
/
+1
*
Using proper license template (const).
Kristaps Dzonsons
2009-04-12
1
-12
/
+10
*
Manual .Dt fields CAPITALISED.
Kristaps Dzonsons
2009-04-12
1
-1
/
+1
*
Updated manuals.7.
Kristaps Dzonsons
2009-04-03
1
-2
/
+2
*
All macro-invocations, for consistency, begin with `.' in documentation.
Kristaps Dzonsons
2009-03-26
1
-23
/
+15
*
Fixed after-NLINE-error assertion.
Kristaps Dzonsons
2009-03-26
1
-0
/
+5
*
Initial front-end formatting for -man pages.
Kristaps Dzonsons
2009-03-26
1
-0
/
+2247