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_term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor .Bk fixes:
Ingo Schwarze
2010-06-27
1
-3
/
+13
*
Following clue-stick applied by schwarze@, back out const-ness of regset
Kristaps Dzonsons
2010-06-27
1
-6
/
+6
*
Basic implementation of .Bk/.Ek; from OpenBSD.
Ingo Schwarze
2010-06-27
1
-1
/
+21
*
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
Kristaps Dzonsons
2010-06-26
1
-0
/
+1
*
Initial chunks for variable-width fonts. Pushes all width calculations
Kristaps Dzonsons
2010-06-25
1
-39
/
+41
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Remove arg_getattrs(), as we only have arg_getattr()-like calls now that
Kristaps Dzonsons
2010-06-13
1
-44
/
+14
*
Switch on cached -width usage in front-ends.
Kristaps Dzonsons
2010-06-13
1
-9
/
+10
*
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
-10
/
+10
*
Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache,
Kristaps Dzonsons
2010-06-12
1
-7
/
+10
*
Moved `Bl -compact' into cached data. This allowed the removal of
Kristaps Dzonsons
2010-06-12
1
-10
/
+9
*
`Bl' is now using a struct instead of a single enum mdoc_list for its
Kristaps Dzonsons
2010-06-12
1
-4
/
+5
*
Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in
Kristaps Dzonsons
2010-06-12
1
-18
/
+15
*
Added enum mdoc_disp (similar to enum mdoc_list). Display types are now
Kristaps Dzonsons
2010-06-12
1
-41
/
+6
*
Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.
Ingo Schwarze
2010-06-10
1
-3
/
+2
*
Have the standard manpage header and footer print on every page of -Tps
Kristaps Dzonsons
2010-06-09
1
-6
/
+5
*
First check-in of PostScript output. This does not change any logic
Kristaps Dzonsons
2010-06-07
1
-6
/
+14
*
Normalise SYNOPSIS behaviour after I gave up on following groff's
Kristaps Dzonsons
2010-06-07
1
-76
/
+90
*
Merge a fix to avoid a regression in OpenBSD:
Ingo Schwarze
2010-06-06
1
-0
/
+3
*
Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.
Kristaps Dzonsons
2010-06-06
1
-32
/
+32
*
Fix following the first: `Ft' is given special treatment if specified before
Kristaps Dzonsons
2010-06-04
1
-1
/
+3
*
Fixed `Fn' newline behaviour and added some regression tests to this
Kristaps Dzonsons
2010-06-04
1
-2
/
+9
*
Documented `In' in full.
Kristaps Dzonsons
2010-06-04
1
-17
/
+14
*
Fixed `Fd' to format in the right way. Found when confused by what the
Kristaps Dzonsons
2010-06-04
1
-5
/
+0
*
De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.
Kristaps Dzonsons
2010-06-01
1
-1
/
+1
*
Remove enum mdocargerr from phrase() (unused).
Kristaps Dzonsons
2010-05-31
1
-0
/
+1
*
Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This
Kristaps Dzonsons
2010-05-30
1
-16
/
+24
*
Moved printing of empty word [back] into mdoc_action.c so that it's not
Kristaps Dzonsons
2010-05-29
1
-2
/
+0
*
Commit of patch floated on discuss@ a few days ago: if an in_line scope
Kristaps Dzonsons
2010-05-29
1
-0
/
+2
*
Documented `Ud'.
Kristaps Dzonsons
2010-05-26
1
-0
/
+4
*
sync to OpenBSD:
Ingo Schwarze
2010-05-24
1
-8
/
+6
*
Handle literal tab characters both in literal context (.Bd -literal)
Ingo Schwarze
2010-05-24
1
-0
/
+5
*
fix an obvious typo in print_bvspace():
Ingo Schwarze
2010-05-24
1
-1
/
+1
*
Fix 1.125: Add missing return in termp_nm_pre.
Joerg Sonnenberger
2010-05-22
1
-0
/
+1
*
Increase performance by stashing the list type in struct mdoc_node.
Kristaps Dzonsons
2010-05-17
1
-90
/
+47
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-2
/
+6
*
LIBRARY can also occur in section 9.
Kristaps Dzonsons
2010-05-15
1
-1
/
+1
*
Make the output width an option for ascii_alloc and use that to compute
Joerg Sonnenberger
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
-7
/
+7
*
Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...
Kristaps Dzonsons
2010-05-12
1
-0
/
+3
*
-man also now has unbound margins for literal context.
Kristaps Dzonsons
2010-05-10
1
-2
/
+2
*
Setting maxmargin, too (for completion).
Kristaps Dzonsons
2010-05-09
1
-8
/
+12
*
Allow literal contexts to have unbound line lengths (from Ingo Schwarze's man...
Kristaps Dzonsons
2010-05-09
1
-22
/
+55
*
Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...
Kristaps Dzonsons
2010-04-08
1
-21
/
+1
*
Allow `Bd' to accept (warn about then ignore) in-line arguments.
Kristaps Dzonsons
2010-04-06
1
-2
/
+2
*
Let `Bl' accept arguments on the head line with a warning (these are ignored ...
Kristaps Dzonsons
2010-04-06
1
-1
/
+11
*
`Fl' now correctly suppresses the trailing space if followed by macros on the...
Kristaps Dzonsons
2010-04-06
1
-2
/
+2
*
Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...
Kristaps Dzonsons
2010-04-03
1
-1
/
+4
*
Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...
Kristaps Dzonsons
2010-03-29
1
-1
/
+1
[next]