summaryrefslogtreecommitdiff
path: root/src/roff
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.wl2012-05-241-2/+2
* * src/roff/grog/grog.pl (process): Fix .so handling.wl2012-05-241-5/+21
* * src/roff/grog/grog.sh: Fix .so handling.wl2012-05-241-2/+3
* Typo, found by Denis M. Wilson <dmw@oxytropis.plus.com>.wl2012-05-241-2/+2
* Fix compiler warnings.wl2012-03-101-2/+2
* Fix compiler warnings.wl2011-10-312-8/+10
* Add new output device `gropdf'.wl2011-07-261-0/+17
* Fix clang warnings.wl2011-07-031-3/+3
* Fix compilation issues with gcc 2.95.wl2011-03-301-0/+3
* [troff] Improve error message.wl2011-03-181-2/+5
* Typo.wl2011-02-231-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
* 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
* 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-132-1/+2
* `.class' must not emit empty lines.wl2010-12-131-0/+2
* Implement support for character classes.wl2010-12-132-10/+216
* [groff] Don't use prefix for preconv.wl2010-09-191-4/+4
* * src/roff/troff/node.cpp (make_node): Adding missing `%'.wl2010-06-281-1/+1
* s/legalize/legalese/ where appropriate.wl2010-06-021-3/+3
* Don't use obsolete intermediate output command `F'.wl2010-05-281-2/+2
* 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-201-1/+1
* 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
* 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
* * */Makefile.* (CLEANADD, CLEANNOTSRCDIRADD, CLEANDIRADD): Renamedgroff-1_20_1wl2009-01-082-2/+2
* Update FDL 1.1 to FDL 1.3.wl2009-01-052-6/+6
* Update copyright year.wl2009-01-0532-37/+43
* * */*: Update GPL2 to GPL3.wl2009-01-0428-143/+108
* * src/roff/troff/TODO: Mention local variables.wl2009-01-041-0/+2
* * src/preproc/tbl/main.cpp (process_format): Rename `x' and `X' towl2008-10-184-8/+6
* * src/roff/troff/input.cpp (do_suppress): Make \O[3], \O[4], andwl2008-10-041-2/+6
* * src/devices/grops/grops.man, src/roff/troff/troff.man,wl2008-10-031-6/+11
* Restore behaviour of \$0 if a macro is called with string syntaxwl2008-09-301-1/+20
* Make \\*[xxx]\\ within a macro (with `xxx' a macro too) work aswl2008-09-292-9/+75
* If a macro is called as a string, inherit value of \n[.br] from thewl2008-09-281-1/+5