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
/
chars.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up mandoc_special() (in order later to catch \m). It also flags
Kristaps Dzonsons
2010-07-18
1
-1
/
+2
*
By letting strncmp() do its job and not helping it with a prior length
Kristaps Dzonsons
2010-07-17
1
-9
/
+8
*
Change chars.in HTML encoding to be a Unicode codepoint (int), which is
Kristaps Dzonsons
2010-07-16
1
-23
/
+64
*
Churn as I finish email address migration kth.se -> bsd.lv.
Kristaps Dzonsons
2010-06-19
1
-1
/
+1
*
Fixed condition of `\}' closing a conditional at the start of the line.
Kristaps Dzonsons
2010-06-01
1
-1
/
+1
*
Modified version of Ingo Schwarze's patch for hyphen-breaking.
Kristaps Dzonsons
2010-05-25
1
-0
/
+1
*
Added stupid pod2man reserved strings.
Kristaps Dzonsons
2010-03-23
1
-1
/
+1
*
Removed superfluous lookahead block in chars.c.
Kristaps Dzonsons
2010-01-28
1
-12
/
+0
*
Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).
Kristaps Dzonsons
2010-01-05
1
-1
/
+1
*
Big check-in of compatibility layer. This should work on most major architec...
Kristaps Dzonsons
2010-01-01
1
-0
/
+4
*
Added functionality of -Tascii non-breaking `\~' space.
Kristaps Dzonsons
2009-11-05
1
-2
/
+3
*
Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).
Kristaps Dzonsons
2009-11-01
1
-1
/
+1
*
Using perror() instead of fprintf for failure from library functions.
Kristaps Dzonsons
2009-10-31
1
-2
/
+2
*
Continued safe handling of allocations.
Kristaps Dzonsons
2009-10-30
1
-6
/
+11
*
All special characters sync'd with groff, both -Thtml and -Tascii.
Kristaps Dzonsons
2009-09-23
1
-1
/
+1
*
Sync'd special letters and ligatures with newest groff.
Kristaps Dzonsons
2009-09-23
1
-1
/
+1
*
Arrows & brackets sync'd with newest groff.
Kristaps Dzonsons
2009-09-23
1
-1
/
+1
*
Quotes sync'd with newest groff.
Kristaps Dzonsons
2009-09-23
1
-1
/
+1
*
Accent marks sync'd with current groff.
Kristaps Dzonsons
2009-09-22
1
-1
/
+1
*
Many more UTF-8 symbols in place.
Kristaps Dzonsons
2009-09-22
1
-1
/
+1
*
Many more characters for HMTL (mostly Greek).
Kristaps Dzonsons
2009-09-22
1
-1
/
+1
*
More html.
Kristaps Dzonsons
2009-09-17
1
-28
/
+31
*
ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).
Kristaps Dzonsons
2009-09-17
1
-0
/
+201
[prev]