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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Small fix to preserve trailing semicolons in examples.
Kristaps Dzonsons
2010-06-06
1
-3
/
+3
*
Merge a fix to avoid a regression in OpenBSD:
Ingo Schwarze
2010-06-06
1
-0
/
+3
*
Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisy
Joerg Sonnenberger
2010-06-06
1
-1
/
+1
*
Have regress.sh bail out if $MANDOC isn't found.
Kristaps Dzonsons
2010-06-06
1
-0
/
+6
*
Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.
Kristaps Dzonsons
2010-06-06
6
-45
/
+154
*
Shortened "its calling syntax" -> "its syntax".
Kristaps Dzonsons
2010-06-06
1
-35
/
+149
*
Fix following the first: `Ft' is given special treatment if specified before
Kristaps Dzonsons
2010-06-04
2
-1
/
+7
*
Fixed `Fn' newline behaviour and added some regression tests to this
Kristaps Dzonsons
2010-06-04
5
-3
/
+81
*
Documented `In' in full.
Kristaps Dzonsons
2010-06-04
4
-35
/
+63
*
Fixed `Fd' to format in the right way. Found when confused by what the
Kristaps Dzonsons
2010-06-04
3
-17
/
+33
*
Documented `Db', `El', `Fa', and `Fd'.
Kristaps Dzonsons
2010-06-04
1
-0
/
+37
*
Document the `Mt' macro.
Kristaps Dzonsons
2010-06-03
1
-0
/
+9
*
Remove manuals.7 (see http://manpages.bsd.lv).
Kristaps Dzonsons
2010-06-03
3
-245
/
+6
*
Version bits for 1.10.1.
Kristaps Dzonsons
2010-06-03
2
-3
/
+13
*
Compatibility note about `Ta' being a line macro.
Kristaps Dzonsons
2010-06-03
1
-0
/
+5
*
Complete, rigorous documentation of the `Bl' and `It' macros, including
Kristaps Dzonsons
2010-06-03
1
-16
/
+95
*
Consolidated list processing to a single loop in mdoc_validate.c. This
Kristaps Dzonsons
2010-06-03
6
-131
/
+116
*
Strip empty-line markers from mdoc.template and its mdoc.7 embedded form
Kristaps Dzonsons
2010-06-02
2
-4
/
+0
*
Note missing man/roff(?) feature not documented anywhere.
Kristaps Dzonsons
2010-06-01
1
-0
/
+4
*
Spelling patches provided by Ulrich Spoerlein.
Kristaps Dzonsons
2010-06-01
2
-4
/
+4
*
De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.
Kristaps Dzonsons
2010-06-01
1
-1
/
+1
*
Noted that \} collapses into a zero-width space on the front-end.
Kristaps Dzonsons
2010-06-01
1
-1
/
+3
*
Regression made old-groff-friendly.
Kristaps Dzonsons
2010-06-01
1
-2
/
+0
*
Fixed condition of `\}' closing a conditional at the start of the line.
Kristaps Dzonsons
2010-06-01
5
-4
/
+100
*
Lint fixes (noops).
Kristaps Dzonsons
2010-05-31
1
-2
/
+1
*
Cleanup post_bl_head() to use enum mdoc_list (avoid traversing that
Kristaps Dzonsons
2010-05-31
4
-12
/
+17
*
Clean up the validation code for `It' macros: use enum mdoc_list
Kristaps Dzonsons
2010-05-31
1
-71
/
+39
*
Remove now-superfluous check on `Ta' context.
Kristaps Dzonsons
2010-05-31
1
-20
/
+0
*
Fixed my breaking of Ingo's eoln-whitespace detection code, where a
Kristaps Dzonsons
2010-05-31
1
-0
/
+1
*
Macro lines now infer an `It' if they immediately follow a `Bl -column'
Kristaps Dzonsons
2010-05-31
5
-10
/
+100
*
Strengthened constraint for passing into `It'.
Kristaps Dzonsons
2010-05-31
2
-1
/
+19
*
Add ability to interpret initial free-form lines as part of a `Bl
Kristaps Dzonsons
2010-05-31
7
-2
/
+79
*
Getting args() function ready to handle no-context (*pos can == 0)
Kristaps Dzonsons
2010-05-31
1
-11
/
+11
*
`Ta' scope-checks need to be more specific (until implicit `It' handling
Kristaps Dzonsons
2010-05-31
1
-1
/
+4
*
Add some regression tests.
Kristaps Dzonsons
2010-05-31
2
-0
/
+36
*
Remove enum mdocargerr from phrase() (unused).
Kristaps Dzonsons
2010-05-31
8
-24
/
+111
*
Fix unescaped `Ta' invocations in mdoc.7.
Kristaps Dzonsons
2010-05-31
1
-3
/
+3
*
Have mdoc_args() use enum mdoc_list instead of scanning.
Kristaps Dzonsons
2010-05-30
1
-16
/
+3
*
Tweak regression so it doesn't puke on the groff behaviour (allowing
Kristaps Dzonsons
2010-05-30
1
-1
/
+1
*
Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This
Kristaps Dzonsons
2010-05-30
10
-64
/
+135
*
Final word on lac/ac. Document flow as it relates to phrasing, as I'll
Kristaps Dzonsons
2010-05-30
1
-4
/
+17
*
Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()
Kristaps Dzonsons
2010-05-30
1
-1
/
+3
*
First in several iterative patches in getting complex -column lists
Kristaps Dzonsons
2010-05-30
3
-8
/
+42
*
Make check for case a little more intuitive (suggested by joerg@).
Kristaps Dzonsons
2010-05-30
1
-3
/
+1
*
Made `Dt' default to LOCAL and UNKNOWN instead of local and unknown (note case).
Kristaps Dzonsons
2010-05-30
4
-16
/
+40
*
Fixed tech@ mailing list pointer (noted by Ulrich Spoerlein).
Kristaps Dzonsons
2010-05-30
1
-3
/
+3
*
Added a final regression for `Ar' (won't work on old groff).
Kristaps Dzonsons
2010-05-29
1
-0
/
+10
*
Bump 1.10.0 version in Makefile.
Kristaps Dzonsons
2010-05-29
1
-2
/
+2
*
Added version bits to www pages.
Kristaps Dzonsons
2010-05-29
2
-107
/
+116
*
Give libroff an extremely simple table-lookup instead of iterating over
Kristaps Dzonsons
2010-05-29
1
-21
/
+71
[prev]
[next]