aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze2013-06-201-2/+2
* Even though the size of a pointer should not depend on the type of theIngo Schwarze2013-05-181-2/+2
* Const-ify some mchars arguments. I think these are non-const for historicalKristaps Dzonsons2011-11-081-7/+10
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Regression fixes after merging 1.11.3 to OpenBSD (rev. 1.20):Ingo Schwarze2011-07-311-3/+5
* Add support for 1/2, 1/4, and 3/4 (needed by eqn).Kristaps Dzonsons2011-07-221-2/+2
* Support `size' constructs in eqn.7. Generalise mandoc_strontou to thisKristaps Dzonsons2011-07-211-3/+3
* Simplify chars.c---there's really no need for extra code to reorder theKristaps Dzonsons2011-07-071-61/+8
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-241-32/+1
* Remove predefined strings from the chars.in file, as they're now localKristaps Dzonsons2011-05-241-23/+12
* Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go!Kristaps Dzonsons2011-05-171-3/+17
* Remove function calls to res() and so forth in term_word(). These wereKristaps Dzonsons2011-05-151-4/+3
* Fix missing support for \N'n' when calculating string widths in -TasciiKristaps Dzonsons2011-05-151-1/+2
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-141-2/+3
* Filter all \N'' values with isprint(). Ok schwarze@.Kristaps Dzonsons2011-05-011-10/+6
* Make mchars_num2char() return a char like it says.Kristaps Dzonsons2011-04-301-11/+11
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-301-2/+2
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-301-4/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-291-29/+21
* Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are part ofKristaps Dzonsons2011-04-201-2/+2
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-221-2/+2
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-171-12/+3
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-301-1/+23
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-021-12/+12
* Remove last pod2man escapes. These render ok, although \*(-- renders asKristaps Dzonsons2010-09-151-2/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-3/+3
* Remove the pod2man table entries. They can now be properly read andKristaps Dzonsons2010-08-291-2/+2
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-3/+3
* Remove \*(C+ from the pre-predefined strings. It is always `ds'-definedKristaps Dzonsons2010-08-161-2/+2
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-2/+2
* Remove asciisz from chars.in. It frees up a nice chunk of memory and atKristaps Dzonsons2010-07-261-10/+9
* Clean up mandoc_special() (in order later to catch \m). It also flagsKristaps Dzonsons2010-07-181-2/+3
* By letting strncmp() do its job and not helping it with a prior lengthKristaps Dzonsons2010-07-171-10/+9
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-24/+65
* 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
* Modified version of Ingo Schwarze's patch for hyphen-breaking.Kristaps Dzonsons2010-05-251-1/+2
* 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 architec...Kristaps Dzonsons2010-01-011-1/+5
* 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
* 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