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
/
term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Count trailing escaped blanks correctly;
Ingo Schwarze
2010-09-23
1
-2
/
+4
*
Allow string lengths to account for escapes. Now all calls to calculate
Kristaps Dzonsons
2010-09-15
1
-6
/
+42
*
Churny commit to quiet lint. No functional changes.
Kristaps Dzonsons
2010-09-04
1
-2
/
+2
*
Centralize handling of literal tabs in term_flushln() in one place,
Ingo Schwarze
2010-08-20
1
-10
/
+3
*
When a column contains trailing spaces, calculate the padding
Ingo Schwarze
2010-08-20
1
-0
/
+6
*
Implement a simple, consistent user interface for error handling.
Ingo Schwarze
2010-08-20
1
-2
/
+2
*
Make `Sm' start no-spacing after the first output word. Fix in both
Kristaps Dzonsons
2010-07-26
1
-0
/
+2
*
Clean up some tight spots in mandoc's default mode: pessimistically
Kristaps Dzonsons
2010-07-26
1
-19
/
+14
*
Avoid running the "width" termp callback for each whitespace.
Kristaps Dzonsons
2010-07-25
1
-3
/
+3
*
Accomodate for groff's crappy behaviour wherein an unrecognised
Kristaps Dzonsons
2010-07-21
1
-3
/
+8
*
Avoid letter-by-letter encoding by using strcspn() in term_word().
Kristaps Dzonsons
2010-07-17
1
-7
/
+6
*
Change chars.in HTML encoding to be a Unicode codepoint (int), which is
Kristaps Dzonsons
2010-07-16
1
-2
/
+2
*
Re-constitution of `ds' symbol processing. First, push the
Kristaps Dzonsons
2010-07-07
1
-6
/
+0
*
Assert my copyright, making it explicit that i'm granting the same license
Ingo Schwarze
2010-07-04
1
-1
/
+2
*
Rudimentary implementation of user-defined strings;
Ingo Schwarze
2010-07-03
1
-0
/
+6
*
Lint tweak.
Kristaps Dzonsons
2010-07-02
1
-0
/
+1
*
Pushed normalisation of scaling units into term_hspan().
Kristaps Dzonsons
2010-06-30
1
-1
/
+6
*
Move term_hspan() calculation into the output devices, where it belongs.
Kristaps Dzonsons
2010-06-30
1
-34
/
+1
*
Clean-up of variable-width glyph support. Adds no new code; only
Kristaps Dzonsons
2010-06-28
1
-15
/
+18
*
This enables variable glyph-width output. The checkin will be followed
Kristaps Dzonsons
2010-06-28
1
-11
/
+14
*
Tiny commit clarifying flushln() documentation as to what refers to
Kristaps Dzonsons
2010-06-28
1
-3
/
+4
*
Basic implementation of .Bk/.Ek; from OpenBSD.
Ingo Schwarze
2010-06-27
1
-2
/
+7
*
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
Kristaps Dzonsons
2010-06-26
1
-2
/
+0
*
Initial chunks for variable-width fonts. Pushes all width calculations
Kristaps Dzonsons
2010-06-25
1
-4
/
+22
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Teach -Tps to ignore backspace-encoding by using a one-char buffer and a
Kristaps Dzonsons
2010-06-11
1
-4
/
+1
*
Broke ascii_*() functions into term_ascii.c
Kristaps Dzonsons
2010-06-08
1
-241
/
+12
*
No functionality changes: just restructuring. Deprecated
Kristaps Dzonsons
2010-06-08
1
-35
/
+28
*
Missing prototype for getsubopt() on NetBSD fixed.
VERSION.1.10.1
Kristaps Dzonsons
2010-06-08
1
-0
/
+1
*
Lint fix.
Kristaps Dzonsons
2010-06-07
1
-1
/
+1
*
First check-in of PostScript output. This does not change any logic
Kristaps Dzonsons
2010-06-07
1
-19
/
+235
*
Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about a
Kristaps Dzonsons
2010-06-07
1
-5
/
+24
*
Modified version of Ingo Schwarze's patch for hyphen-breaking.
Kristaps Dzonsons
2010-05-25
1
-6
/
+17
*
sync to OpenBSD:
Ingo Schwarze
2010-05-24
1
-3
/
+11
*
Handle literal tab characters both in literal context (.Bd -literal)
Ingo Schwarze
2010-05-24
1
-2
/
+22
*
Enable the unified error/warning enumeration in mandoc.h that's
Kristaps Dzonsons
2010-05-17
1
-0
/
+1
*
The function term_flushln() had effectively forked in OpenBSD.
Ingo Schwarze
2010-05-17
1
-44
/
+41
*
sync to OpenBSD:
Ingo Schwarze
2010-05-16
1
-1
/
+1
*
Make the output width an option for ascii_alloc and use that to compute
Joerg Sonnenberger
2010-05-15
1
-4
/
+8
*
Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...
Kristaps Dzonsons
2010-05-12
1
-1
/
+6
*
Backed out break-at-hyphen changes.
Kristaps Dzonsons
2010-05-07
1
-38
/
+3
*
Removed pipe from front-end ("typographic") recognition as punctuation (noted...
Kristaps Dzonsons
2010-04-08
1
-2
/
+4
*
Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta...
Kristaps Dzonsons
2010-04-03
1
-21
/
+52
*
Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...
Kristaps Dzonsons
2010-03-23
1
-15
/
+13
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-0
/
+4
*
Fixed \c support for all input and output modes (documented in mandoc_char.7).
Kristaps Dzonsons
2009-11-12
1
-0
/
+3
*
FreeBSD sys/types inclusion fixed.
Kristaps Dzonsons
2009-11-12
1
-2
/
+4
*
Basically re-wrote -Tascii font handling: instead of incrementers for
Kristaps Dzonsons
2009-11-12
1
-87
/
+147
*
Hooked up -Tascii to a2roffdeco backend.
Kristaps Dzonsons
2009-11-07
1
-201
/
+49
*
-Tascii now correctly ignores \s clauses.
Kristaps Dzonsons
2009-11-06
1
-11
/
+89
[next]