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
*
Pull `ig' out of -man and leave it the roff preparser.
Kristaps Dzonsons
2010-05-15
8
-22
/
+3
*
Magic fix for bogus manuals making -man puke: I don't care if it's magic beca...
Kristaps Dzonsons
2010-05-15
1
-1
/
+1
*
Segfault fix and letting warnings slip through for now.
Kristaps Dzonsons
2010-05-15
2
-3
/
+5
*
Add mandoc.h, which will eventually replace compilers' inner enum errors with...
Kristaps Dzonsons
2010-05-15
4
-23
/
+418
*
non-numeric section headers in -man merged to OpenBSD
Ingo Schwarze
2010-05-15
1
-4
/
+0
*
Mishandling of : in expr(1)
Joerg Sonnenberger
2010-05-15
1
-0
/
+2
*
Lint-fix for enum return (ok schwarze@).
Kristaps Dzonsons
2010-05-15
1
-1
/
+1
*
For .IP groff requires a single space only after the head, adopt.
Joerg Sonnenberger
2010-05-15
1
-2
/
+0
*
Fixed memory leak introduced in last checkin of man_action TH parsing (only i...
Kristaps Dzonsons
2010-05-15
2
-3
/
+4
*
LIBRARY can also occur in section 9.
Kristaps Dzonsons
2010-05-15
9
-37
/
+36
*
Reorganise the comment stripping and line merging to be easier to follow
Joerg Sonnenberger
2010-05-15
1
-50
/
+52
*
Make the output width an option for ascii_alloc and use that to compute
Joerg Sonnenberger
2010-05-15
6
-9
/
+18
*
Removed restriction on integer manual sections in -man.
Kristaps Dzonsons
2010-05-15
8
-19
/
+12
*
Push buffer resizing into its own function. Keep initial allocations the
Joerg Sonnenberger
2010-05-15
1
-19
/
+24
*
fixed tabs in quoted .Bl -column; and removed right margin from displays
Ingo Schwarze
2010-05-15
1
-10
/
+0
*
no more info on bugs FIXED in bsd.lv;
Ingo Schwarze
2010-05-15
1
-40
/
+2
*
Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).
Ingo Schwarze
2010-05-15
4
-22
/
+32
*
Initial roff shim skeleton in place.
Kristaps Dzonsons
2010-05-15
3
-11
/
+89
*
Documented EOS buffered spaces and added `]'.
Kristaps Dzonsons
2010-05-15
3
-4
/
+19
*
More EOS: append_delims() fitted with EOS detection, so ANY macro with append...
Kristaps Dzonsons
2010-05-15
4
-18
/
+51
*
Cleanup indentation after moving the read buffering out of the loop.
Joerg Sonnenberger
2010-05-15
1
-53
/
+51
*
"Push down the buffer to where they are used.
Kristaps Dzonsons
2010-05-15
1
-77
/
+130
*
More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...
Kristaps Dzonsons
2010-05-15
3
-27
/
+19
*
Whacked lastman and lastmdoc (not being used).
Kristaps Dzonsons
2010-05-15
1
-6
/
+0
*
Making room for libroff in Makefile: properly split out libmandoc.a.
Kristaps Dzonsons
2010-05-15
1
-15
/
+57
*
Added Ingo's TODO file.
Kristaps Dzonsons
2010-05-14
1
-0
/
+164
*
"Accumulate errors and warnings in global variables and exit with error
Kristaps Dzonsons
2010-05-14
1
-57
/
+59
*
Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@).
Kristaps Dzonsons
2010-05-14
1
-47
/
+3
*
Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...
Kristaps Dzonsons
2010-05-14
4
-38
/
+3
*
"Add libelf and libterminfo." (patch by Joerg Sonnenberger)
Kristaps Dzonsons
2010-05-14
1
-0
/
+2
*
Pulled back in mysterious lost le1 <-> eq0 for Sp macro.
Kristaps Dzonsons
2010-05-14
2
-2
/
+2
*
"Warn on unknown argument for .At and print it like [new] groff." (patch by J...
Kristaps Dzonsons
2010-05-14
4
-7
/
+30
*
"Invalid standard argument should be a warning. Just leak it into the
Kristaps Dzonsons
2010-05-14
2
-4
/
+5
*
Finish initial documentation of the Bl lists.
Kristaps Dzonsons
2010-05-14
1
-0
/
+39
*
Re-addition of cleaned-up list documentation in mdoc.7.
Kristaps Dzonsons
2010-05-14
1
-54
/
+68
*
"If the last column wasn't specified, it is auto-sized." (patch by Joerg Sonn...
Kristaps Dzonsons
2010-05-14
1
-2
/
+2
*
Added documentation bits.
Kristaps Dzonsons
2010-05-14
1
-0
/
+3
*
Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...
Kristaps Dzonsons
2010-05-14
2
-1
/
+22
*
Fix for Joerg's patch stripping of pre-comment whitespace (by Joerg).
Kristaps Dzonsons
2010-05-14
1
-2
/
+2
*
Removed remaining "1 == ppos" invocations.
Kristaps Dzonsons
2010-05-14
1
-4
/
+10
*
Proper handling of quoted tab-separated column lists.
Kristaps Dzonsons
2010-05-14
3
-33
/
+50
*
Superfluous checkin testing cvs commit mailout (again)...
Kristaps Dzonsons
2010-05-14
1
-0
/
+5
*
Superfluous commit just to test commit messages.
Kristaps Dzonsons
2010-05-14
1
-1
/
+2
*
Added source mailing list entry.
Kristaps Dzonsons
2010-05-14
1
-2
/
+2
*
Documented version bits.
VERSION.1.9.25
Kristaps Dzonsons
2010-05-13
2
-6
/
+10
*
Lint fix.
Kristaps Dzonsons
2010-05-13
1
-0
/
+1
*
Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.
Kristaps Dzonsons
2010-05-13
6
-46
/
+63
*
Use "=" instead of "?=" for compatibility.
Kristaps Dzonsons
2010-05-13
1
-1
/
+1
*
Put the eos-checker into libmandoc.h.
Kristaps Dzonsons
2010-05-12
6
-26
/
+38
*
End-of-sentence, end-of-line.
Kristaps Dzonsons
2010-05-12
1
-92
/
+123
[next]