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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support for badly nested blocks, written around the time of
Ingo Schwarze
2010-06-29
1
-0
/
+8
*
Following clue-stick applied by schwarze@, back out const-ness of regset
Kristaps Dzonsons
2010-06-27
1
-1
/
+2
*
Downstream maintainers: this removes UGLY! I don't want diverging
Kristaps Dzonsons
2010-06-27
1
-6
/
+3
*
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
Kristaps Dzonsons
2010-06-26
1
-1
/
+3
*
First step of adding register support. This is inspired by a significant
Kristaps Dzonsons
2010-06-26
1
-0
/
+1
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Allow -width for lists to be cached in mdoc_bl. This requires some
Kristaps Dzonsons
2010-06-13
1
-0
/
+1
*
Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults
Kristaps Dzonsons
2010-06-12
1
-0
/
+1
*
Moved `Bl -compact' into cached data. This allowed the removal of
Kristaps Dzonsons
2010-06-12
1
-4
/
+5
*
`Bl' is now using a struct instead of a single enum mdoc_list for its
Kristaps Dzonsons
2010-06-12
1
-1
/
+5
*
Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in
Kristaps Dzonsons
2010-06-12
1
-1
/
+7
*
Added enum mdoc_disp (similar to enum mdoc_list). Display types are now
Kristaps Dzonsons
2010-06-12
1
-1
/
+11
*
Remove enum mdocargerr from phrase() (unused).
Kristaps Dzonsons
2010-05-31
1
-0
/
+1
*
Increase performance by stashing the list type in struct mdoc_node.
Kristaps Dzonsons
2010-05-17
1
-0
/
+19
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-8
/
+1
*
Allow roff_parseln() to be re-run.
Kristaps Dzonsons
2010-05-16
1
-1
/
+1
*
LIBRARY can also occur in section 9.
Kristaps Dzonsons
2010-05-15
1
-1
/
+1
*
Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.
Kristaps Dzonsons
2010-05-13
1
-14
/
+14
*
Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...
Kristaps Dzonsons
2010-05-12
1
-0
/
+1
*
mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).
Kristaps Dzonsons
2010-05-12
1
-2
/
+3
*
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...
Kristaps Dzonsons
2010-05-09
1
-1
/
+0
*
Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...
Kristaps Dzonsons
2010-03-31
1
-123
/
+128
*
libmdoc and libman now using non-recoverable allocations (simpler code).
Kristaps Dzonsons
2009-10-30
1
-1
/
+1
*
Full `%U' support.
Kristaps Dzonsons
2009-10-26
1
-2
/
+0
*
Added `%U' to -mdoc (doesn't render in a nice way yet).
Kristaps Dzonsons
2009-10-24
1
-1
/
+2
*
Added support for `Bd -centered', which appears in newer groffs (not yet impl...
Kristaps Dzonsons
2009-10-15
1
-1
/
+2
*
Synchronised man.7, mdoc.7, mdoc.template manual structure.
Kristaps Dzonsons
2009-08-20
1
-2
/
+2
*
Updated manual structure in mdoc.7.
Kristaps Dzonsons
2009-08-20
1
-1
/
+3
*
Removed superfluous FIXMEs.
Kristaps Dzonsons
2009-07-24
1
-2
/
+1
*
Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).
Kristaps Dzonsons
2009-07-17
1
-1
/
+3
*
Replacement of `Lb' in mdoc_action.c.
Kristaps Dzonsons
2009-07-12
1
-2
/
+0
*
Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).
Kristaps Dzonsons
2009-07-12
1
-1
/
+0
*
Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).
Kristaps Dzonsons
2009-07-12
1
-1
/
+0
*
Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).
Kristaps Dzonsons
2009-07-06
1
-8
/
+1
*
Added nchild decrement in libman (not used, but better in than forgotten).
Kristaps Dzonsons
2009-06-18
1
-0
/
+1
*
Section orders are more elegantly handled (MDOC_PBODY is a flag).
Kristaps Dzonsons
2009-06-17
1
-39
/
+25
*
Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...
Kristaps Dzonsons
2009-06-16
1
-14
/
+13
*
Deprecated mdoc_msg (not being used anywhere).
Kristaps Dzonsons
2009-06-15
1
-1
/
+0
*
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
-0
/
+1
*
General clean-ups.
Kristaps Dzonsons
2009-03-31
1
-1
/
+1
*
First addition of -man macro support.
Kristaps Dzonsons
2009-03-23
1
-1
/
+1
*
`Em' accepts empty tokens.
Kristaps Dzonsons
2009-03-21
1
-2
/
+0
*
Added %Q macro.
Kristaps Dzonsons
2009-03-21
1
-1
/
+2
*
Many more ASCII escapes added.
Kristaps Dzonsons
2009-03-19
1
-2
/
+2
*
Changed e-mail address to @openbsd.
Kristaps Dzonsons
2009-03-16
1
-1
/
+2
*
Fixed mdoc_phrase escape handling.
Kristaps Dzonsons
2009-03-16
1
-3
/
+3
*
Added -nested (doesn't do anything).
Kristaps Dzonsons
2009-03-12
1
-2
/
+4
*
Expanded perfect htab to use 27 * 26 * 3 space.
Kristaps Dzonsons
2009-03-11
1
-1
/
+4
[prev]
[next]