summaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
Commit message (Collapse)AuthorAgeFilesLines
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
|
* Fixed condition of `\}' closing a conditional at the start of the line.Kristaps Dzonsons2010-06-011-2/+2
| | | | | | | | Fixed flushed-out condition of \} causing subsequent arguments to be truncated, when in fact the whole line should be passed through (if the conditional succeeds) to the front-end and the \} ignored there. Added regression test of this behaviour.
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-1/+2
| | | | | | | Breakable hyphens are cued in the back-ends (with ASCII_HYPH) and acted upon in term.c or ignored in html.c. Also cleaned up XML decl printing (no need for extra vars).
* Added stupid pod2man reserved strings.Kristaps Dzonsons2010-03-231-2/+2
|
* Removed superfluous lookahead block in chars.c.Kristaps Dzonsons2010-01-281-13/+1
|
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-051-2/+2
|
* Big check-in of compatibility layer. This should work on most major ↵Kristaps Dzonsons2010-01-011-1/+5
| | | | architectures. Thanks to Joerg Sonnenberger.
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-051-3/+4
|
* Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-2/+2
|
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-3/+3
|
* Continued safe handling of allocations.Kristaps Dzonsons2009-10-301-7/+12
|
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-2/+2
| | | | Re-added text links to index.sgml (just for show).
* Sync'd special letters and ligatures with newest groff.Kristaps Dzonsons2009-09-231-2/+2
|
* Arrows & brackets sync'd with newest groff.Kristaps Dzonsons2009-09-231-2/+2
|
* Quotes sync'd with newest groff.Kristaps Dzonsons2009-09-231-2/+2
|
* Accent marks sync'd with current groff.Kristaps Dzonsons2009-09-221-2/+2
|
* Many more UTF-8 symbols in place.Kristaps Dzonsons2009-09-221-2/+2
| | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff.
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-221-2/+2
|
* More html.Kristaps Dzonsons2009-09-171-29/+32
| | | | Initial html encodings in chars.in.
* ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding).Kristaps Dzonsons2009-09-171-0/+201
More html work.