Age | Commit message (Expand) | Author |
2020-09-06 | After .ti, there are many reasons why the offset may change, so setting | Ingo Schwarze |
2017-11-10 | streamline termp allocation. this will allow the init function to | Marc Espie |
2017-11-01 | shrink the generated PostScript by more than 50% by actually using PostScript | Marc Espie |
2017-10-29 | Print a human-readable media name in the %%DocumentMedia DSC comment | Ingo Schwarze |
2017-10-26 | more readable conversion of paper size from millimeters to PostScript | Ingo Schwarze |
2017-10-25 | The page footer line (psmarg) is created in ps_begin(), and the | Ingo Schwarze |
2017-10-25 | Properly close out the top-level Font object, the end-of-page | Ingo Schwarze |
2017-06-07 | Prepare the terminal driver for filling multiple columns in parallel, | Ingo Schwarze |
2017-05-08 | Basic implementation of the roff(7) .ti (temporary indent) request. | Ingo Schwarze |
2017-02-09 | Be consistent in protecting __attribute__ attributes with __; | Ingo Schwarze |
2016-08-10 | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze |
2016-07-19 | Use __attribute__((__format__ throughout. | Ingo Schwarze |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-12 | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze |
2015-10-11 | Finally use __progname, err(3) and warn(3). | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-04-04 | Rounding rules for horizontal scaling widths are more complicated. | Ingo Schwarze |
2015-03-27 | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-01-21 | Improve overstriking. When overstriking a wider character with a | Ingo Schwarze |
2014-12-19 | Enforcing an arbitrary, implementation dependent, undocumented limit | Ingo Schwarze |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-11-20 | Prevent negative arguments to the .ll request from causing integer | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-27 | Support overstriking by backspace in PostScript and PDF output. | Ingo Schwarze |
2014-08-28 | I just noticed that -Tps writes "%%CreationDate:" headers. | Ingo Schwarze |
2014-08-24 | Oops. Garbage collect unused variable. | Ingo Schwarze |
2014-08-24 | When support for bold italic font was added to the parsers and to the | Ingo Schwarze |
2014-08-13 | Begin cleanup of scaling units. | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-07-27 | code readability; no functional change | Ingo Schwarze |
2014-04-23 | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-01-05 | Fix one case where a non-literal is used as format string. | Ingo Schwarze |
2011-10-16 | Remove a bunch of useless assignments, | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2011-03-07 | Do not leak information about the software used | Ingo Schwarze |
2011-01-31 | Remove unnecessary conditional: term_alloc() cannot return NULL; | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |
2010-09-06 | fix an off by one found by parfait | Jonathan Gray |
2010-08-26 | sys/param.h is for kernel interface programs. | Theo de Raadt |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-08-18 | Turn the non-trivial PS_GROWBUF macro into a function. | 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 |