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
*
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
*
Moved printing of empty word [back] into mdoc_action.c so that it's not
Kristaps Dzonsons
2010-05-29
3
-5
/
+23
*
Adding `Ar' regression for empty-prior-closing-punctuation checkin.
Kristaps Dzonsons
2010-05-29
1
-0
/
+17
*
Commit of patch floated on discuss@ a few days ago: if an in_line scope
Kristaps Dzonsons
2010-05-29
7
-16
/
+108
*
Allow bad -man dates to flow verbatim into the front-ends. Noted by
Kristaps Dzonsons
2010-05-26
6
-7
/
+26
*
Documented `Ud'.
Kristaps Dzonsons
2010-05-26
5
-5
/
+44
*
Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).
Kristaps Dzonsons
2010-05-26
8
-4
/
+103
*
Made index.sgml release notes, mostly cribbed from Ingo's m2k10 report.
Kristaps Dzonsons
2010-05-25
1
-84
/
+66
*
Fix man.7 to include AT and UC in its syntax table.
Kristaps Dzonsons
2010-05-25
1
-1
/
+2
*
Added roff.3, which documents the roff parser interface.
Kristaps Dzonsons
2010-05-25
4
-20
/
+175
*
Clean-up: added `Nm mdoc' to mdoc.3.
Kristaps Dzonsons
2010-05-25
2
-53
/
+54
*
Clean-up: new-sentence, new-line for mdoc.3.
Kristaps Dzonsons
2010-05-25
1
-105
/
+59
*
Noted areas where performance can be increased.
Kristaps Dzonsons
2010-05-25
1
-0
/
+16
*
Smarten BADCHAR check to allow ASCII_HYPH.
Kristaps Dzonsons
2010-05-25
3
-2
/
+3
*
Forgot to add regression tests.
Kristaps Dzonsons
2010-05-25
2
-0
/
+35
*
Modified version of Ingo Schwarze's patch for hyphen-breaking.
Kristaps Dzonsons
2010-05-25
8
-23
/
+69
*
recognize ".if n" as true;
Ingo Schwarze
2010-05-24
2
-7
/
+26
*
provide stubs to ignore .ds, .rm and .tr,
Ingo Schwarze
2010-05-24
2
-0
/
+34
*
sync to OpenBSD:
Ingo Schwarze
2010-05-24
3
-11
/
+18
*
Handle literal tab characters both in literal context (.Bd -literal)
Ingo Schwarze
2010-05-24
3
-2
/
+28
*
.Bl -tag -compact
Ingo Schwarze
2010-05-24
1
-9
/
+0
*
fix an obvious typo in print_bvspace():
Ingo Schwarze
2010-05-24
1
-1
/
+1
*
rewrite the main mdoc text parser, mdoc_ptext(),
Ingo Schwarze
2010-05-24
1
-38
/
+51
*
Plug second meta.source leak in `UT' handling.
Kristaps Dzonsons
2010-05-24
1
-0
/
+3
*
Lifted 64-byte max width for Sh (now BUFSIZ).
Kristaps Dzonsons
2010-05-24
1
-3
/
+4
*
Fixed memory leak for `AT' (-man input).
Kristaps Dzonsons
2010-05-24
1
-0
/
+3
[next]