Age | Commit message (Expand) | Author |
2017-08-23 | Improve ASCII rendering of a few rare character escape sequences | Ingo Schwarze |
2017-08-23 | Switch ASCII rendering of the same mathematical symbols and greek | Ingo Schwarze |
2017-06-14 | add the \(ru (0.5m baseline ruler) character escape sequence, | Ingo Schwarze |
2017-06-02 | add about 15 missing character escape sequences found in groff_char(7); | Ingo Schwarze |
2017-02-17 | Many people have been complaining for a long time that ``...'' looks | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-02-17 | Render \(lq and \(rq as '"' in -Tascii mode but leave the rendering | Ingo Schwarze |
2014-10-29 | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-28 | Tighten Unicode escape name parsing. | Ingo Schwarze |
2014-10-27 | Fix a regression in term.c rev. 1.89 reported by bentley@: | Ingo Schwarze |
2014-10-26 | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-07-23 | Security fix: | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze |
2013-05-18 | Even though the size of a pointer should not depend on the type of the | Ingo Schwarze |
2011-11-12 | mark some arguments "const" that will not be changed; from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-07-08 | simplify: there's really no need for extra code to reorder | Ingo Schwarze |
2011-05-29 | Fix two regressions introduced in 1.11.3: | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-01-30 | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2010-09-20 | remove remaining pod2man escapes, mandoc now uses the standard preamble; | Ingo Schwarze |
2010-09-13 | Parse and ignore the \k, \o, \w, and \z roff escapes, and recursively | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-18 | Remove the standard pod2man \*(C+ pre-predefined string ("C++"). | Ingo Schwarze |
2010-07-31 | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | Ingo Schwarze |
2010-03-26 | merge 1.9.17, keeping local patches | Ingo Schwarze |
2010-02-18 | sync to release 1.9.15: | Ingo Schwarze |
2009-12-24 | sync to 1.9.14: rewrite escape sequence handling: | Ingo Schwarze |
2009-12-22 | sync to 1.9.12, mostly portability and refactoring: | Ingo Schwarze |
2009-10-19 | sync to 1.9.6: here is the sync of special characters to new groff | Ingo Schwarze |
2009-10-19 | sync to 1.9.5: partial rewrite of special character and predefined string | Ingo Schwarze |