summaryrefslogtreecommitdiff
path: root/src/roff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix incompatibility between `.de1' and `.do'. Without this change,wl2008-09-252-14/+21
* Add default encoding option -D to preconv and groff.wl2008-08-202-3/+23
* * src/roff/troff/input.cpp: s/safer_flag/unsafe_flag/.wl2008-02-261-9/+9
* * src/preproc/html/pre-html.cpp (usage): Don't describe options butwl2008-01-191-2/+8
* name_to_glyph() exists two times. Explain this.wl2008-01-161-1/+6
* * src/roff/troff/node.cpp (left_italic_corrected_node::add_self):wl2008-01-061-2/+6
* * */*: s/Osanna/Ossanna/.wl2008-01-042-16/+19
* * NEWS: Updated.wl2007-12-062-9/+9
* * src/roff/nroff/nroff.sh: Handle GROFF_TYPESETTER environmentwl2007-11-192-42/+83
* Add some copyrights.wl2007-11-041-0/+24
* * src/roff/troff/input.cpp (do_ps_file): Handle `%X' in headerwl2007-10-211-4/+11
* * src/roff/troff/input.cpp (interpolate_arg): Remove compilerwl2007-09-201-2/+2
* * doc/groff.texinfo: Document new .O register and add crosswl2007-09-192-6/+42