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
...
*
Fix mdoc bug found by Claus Assmann: `Pf' should be callable.
Kristaps Dzonsons
2010-04-06
2
-2
/
+2
*
Make mathematical symbols have a longer first-column width (pointed out by Jo...
Kristaps Dzonsons
2010-04-05
1
-1
/
+1
*
Added mandoc_char.7 to installed manuals (noted by Joerg Sonnenberger).
Kristaps Dzonsons
2010-04-05
1
-1
/
+2
*
Fix issue of non-NAME sections triggering "no sections" error, reported by Ch...
Kristaps Dzonsons
2010-04-05
1
-1
/
+5
*
Commited relaxation of title-less document error-out noted by Christian Weisg...
Kristaps Dzonsons
2010-04-05
1
-2
/
+17
*
Fix in `Mt' mailto from a patch by Tim van der Molen.
Kristaps Dzonsons
2010-04-05
2
-48
/
+52
*
Enum-ised REWIND return values.
Kristaps Dzonsons
2010-04-05
1
-6
/
+8
*
Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ...
Kristaps Dzonsons
2010-04-05
1
-3
/
+8
*
Removed lingering `Sp' reference (not -man).
Kristaps Dzonsons
2010-04-05
1
-1
/
+0
*
Added generation of mdoc.h.html and man.h.html as linked from generated mdoc....
Kristaps Dzonsons
2010-04-05
1
-2
/
+5
*
Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...
Kristaps Dzonsons
2010-04-03
3
-2
/
+8
*
Modified version of Ingo Schwarze's patch so that -man doesn't puke when a TH...
Kristaps Dzonsons
2010-04-03
2
-2
/
+15
*
Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...
Kristaps Dzonsons
2010-04-03
3
-16
/
+33
*
Merging patch by Ingo Schwarze.
Kristaps Dzonsons
2010-04-03
2
-4
/
+15
*
Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...
Kristaps Dzonsons
2010-04-03
3
-30
/
+59
*
Added new version information. Fixing up Makefile a bit.
VERSION.1.9.22
Kristaps Dzonsons
2010-03-31
2
-4
/
+22
*
Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit...
Kristaps Dzonsons
2010-03-31
2
-9
/
+14
*
Re-adjusting UGLY tags.
Kristaps Dzonsons
2010-03-31
4
-6
/
+4
*
Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...
Kristaps Dzonsons
2010-03-31
10
-171
/
+222
*
Whitespace fix.
VERSION.1.9.21
Kristaps Dzonsons
2010-03-31
1
-1
/
+1
*
Version (bug-fix).
Kristaps Dzonsons
2010-03-31
1
-2
/
+2
*
Escape TH -> Th (noticed by Joerg Sonnenberger).
Kristaps Dzonsons
2010-03-30
3
-20
/
+25
*
Modified in_line_eoln() to handle leading punctuation.
VERSION.1.9.20
Kristaps Dzonsons
2010-03-30
3
-28
/
+40
*
Last remaining bits for leading-punctuation in blk_exp().
Kristaps Dzonsons
2010-03-30
1
-53
/
+65
*
Fixed segfault with accidentally-munged tree.
Kristaps Dzonsons
2010-03-29
1
-10
/
+8
*
Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...
Kristaps Dzonsons
2010-03-29
5
-86
/
+118
*
Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...
Kristaps Dzonsons
2010-03-29
6
-30
/
+37
*
Initial step in fixing badness reported by Sascha Wildner (wip).
Kristaps Dzonsons
2010-03-29
3
-6
/
+25
*
Fix mandoc.1 ending (noted by Sascha Wildner).
VERSION.1.9.19
Kristaps Dzonsons
2010-03-27
1
-1
/
+2
*
Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ...
VERSION.1.9.18
Kristaps Dzonsons
2010-03-27
1
-1
/
+1
*
...finishing last commit message: accept both tabs and spaces between control...
Kristaps Dzonsons
2010-03-27
1
-2
/
+2
*
*** empty log message ***
Kristaps Dzonsons
2010-03-27
1
-1
/
+5
*
Lint fixes.
Kristaps Dzonsons
2010-03-27
3
-3
/
+4
*
Lint fixes.
Kristaps Dzonsons
2010-03-27
1
-4
/
+0
*
Documentation of apostrophe control character.
Kristaps Dzonsons
2010-03-27
2
-3
/
+24
*
Fixed re-adjustment of scope in exiting roff instructions (libman).
Kristaps Dzonsons
2010-03-27
8
-53
/
+215
*
Fixed misspelt "Loongson" (noted by Ingo Schwarze).
Kristaps Dzonsons
2010-03-26
2
-2
/
+2
*
Lint fixes.
VERSION.1.9.17
Kristaps Dzonsons
2010-03-25
1
-0
/
+2
*
Cleaned up version info.
Kristaps Dzonsons
2010-03-25
2
-6
/
+6
*
Fixed up some documentation in man.7: only documenting man.7 macros, not rela...
Kristaps Dzonsons
2010-03-25
4
-52
/
+68
*
Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...
Kristaps Dzonsons
2010-03-24
8
-43
/
+233
*
enum-ised rew_* return values (type-safety).
Kristaps Dzonsons
2010-03-24
2
-16
/
+11
*
libman using enum mant instead of #defines for macros.
Kristaps Dzonsons
2010-03-23
5
-77
/
+106
*
Noted recent updates.
Kristaps Dzonsons
2010-03-23
1
-0
/
+7
*
Added stupid pod2man reserved strings.
Kristaps Dzonsons
2010-03-23
3
-5
/
+45
*
Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...
Kristaps Dzonsons
2010-03-23
4
-16
/
+21
*
Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...
Kristaps Dzonsons
2010-03-23
8
-79
/
+128
*
Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the manua...
Kristaps Dzonsons
2010-03-22
1
-13
/
+0
*
Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch...
Kristaps Dzonsons
2010-03-22
2
-33
/
+45
*
Updated web-site with new version.
VERSION.1.9.16
Kristaps Dzonsons
2010-03-22
3
-65
/
+45
[prev]
[next]