summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Typo.wl2011-02-231-1/+1
* More fixes for Savannah bug #32301.wl2011-01-315-5/+5
* * src/preproc/html/Makefile.sub: Add $(LIBGNU).wl2011-01-311-1/+1
* * src/preproc/grn/Makefile.sub: Add $(LIBGNU).wl2011-01-311-1/+1
* Fix Savannah bug #32301.wl2011-01-311-1/+1
* Update `grog'.wl2011-01-223-71/+20
* Make `groff -G' imply `-p'.wl2011-01-222-1/+13
* Integrate `chem' into `groff' (new option -j).wl2011-01-223-12/+23
* Fix handling of wide characters in no-SGR mode.wl2011-01-201-10/+5
* * src/preproc/pic/pic.man: Add pic manual to `SEE ALSO' section.wl2011-01-191-4/+13
* 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