summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Speed up troff.wl2010-12-261-2/+2
* Replace patch from 2010-12-18 with a much faster implementation.wl2010-12-202-262/+54
* Speed up access to cflags values.wl2010-12-202-19/+58
* Protect `.class' against cyclic nesting.wl2010-12-192-10/+34
* Improve CJK support with new values for `.cflags'.wl2010-12-183-19/+286
* Remove compiler warning.wl2010-12-181-1/+1
* Fix compilation problem.wl2010-12-152-8/+8
* Remove unused code.wl2010-12-152-7/+1
* Use enum to increase readability.wl2010-12-151-7/+13
* Add wide character support to grotty.wl2010-12-1362-23/+24050
* `.class' must not emit empty lines.wl2010-12-131-0/+2
* Implement support for character classes.wl2010-12-134-84/+270
* Fix crash in tbl with option `nospaces'.wl2010-11-111-1/+2
* [grohtml] Improve man page.wl2010-11-021-1/+21
* [groff] Don't use prefix for preconv.wl2010-09-191-4/+4
* Typo.wl2010-07-171-2/+2
* * src/roff/troff/node.cpp (make_node): Adding missing `%'.wl2010-06-281-1/+1
* afmtodit: Add option `-o' to specify an output file.wl2010-06-042-8/+21
* s/legalize/legalese/ where appropriate.wl2010-06-021-3/+3
* Don't use obsolete intermediate output command `F'.wl2010-05-281-2/+2
* Use DESC's `unicode' keyword for grotty.wl2010-05-232-10/+22
* Handle ditroff command `Dt' without argument gracefully.wl2010-05-091-4/+5
* Fix angle brackets in grohtml.wl2010-02-251-1/+4
* tbl: Add `nowarn' option.wl2010-02-164-14/+28
* Improve `tbl' warnings.wl2010-02-041-4/+7
* Refer to groff(1) for the location of temporary files.wl2010-01-203-3/+21
* Don't hardcode `ps' device.wl2010-01-021-1/+1
* Make patterns with uppercase letters work.wl2009-12-311-1/+1
* Fix double frees and memory leaks.wl2009-11-243-8/+12
* * */*.cpp: Replace `printf(string);' with `printf("%s", string);'.wl2009-11-203-4/+4
* Minor fixes suggested by Keith.wl2009-10-282-3/+3
* Document limitations with `#' characters, tbl, and eqn.wl2009-10-282-1/+22
* Improve formatting.wl2009-09-091-2/+6
* * src/roff/groff/groff.man: Point to troff(1) for `-w' and `-W'.wl2009-09-091-0/+2
* [troff]: Fix hyphenation problem with kerned letters.wl2009-09-081-1/+1
* [pic] Fix a border case for arc computation.wl2009-09-011-2/+2
* Make groff compile on Interix.wl2009-06-251-0/+4
* pic: Fix handling of nested positions.wl2009-06-161-5/+18
* Accept \0 and friends within \o.wl2009-05-072-11/+35
* Fix a memory leak in troff for -Thtml.wl2009-04-102-5/+10
* Add a new `file' warning category.wl2009-02-213-4/+15
* Implement a leading spaces macro request, `lsm', in analogy towl2009-02-141-6/+26
* Fix incorrect grops color state before \X'...'.wl2009-01-191-5/+3
* * */Makefile.* (CLEANADD, CLEANNOTSRCDIRADD, CLEANDIRADD): Renamedgroff-1_20_1wl2009-01-084-4/+4
* Update FDL 1.1 to FDL 1.3.wl2009-01-052-6/+6
* Update copyright year.wl2009-01-05217-227/+307
* * */*: Update GPL2 to GPL3.wl2009-01-04200-1005/+792
* * src/roff/troff/TODO: Mention local variables.wl2009-01-041-0/+2
* Update .cvsignore files.wl2009-01-033-0/+7
* * src/preproc/tbl/table.cpp (table::compute_expand_width,wl2009-01-031-7/+12