summaryrefslogtreecommitdiff
path: root/src/roff/troff
Commit message (Expand)AuthorAgeFilesLines
* Add email address groff-bernd.warken-72@web.de for Bernd Warken.bwarken2013-01-221-2/+2
* Fix compiler warnings.wl2012-03-101-2/+2
* Fix compiler warnings.wl2011-10-312-8/+10
* 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
* 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
* * src/roff/troff/node.cpp (make_node): Adding missing `%'.wl2010-06-281-1/+1
* 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
* [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
* Update FDL 1.1 to FDL 1.3.wl2009-01-051-3/+3
* Update copyright year.wl2009-01-0522-22/+28
* * */*: Update GPL2 to GPL3.wl2009-01-0421-105/+84
* * 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-181-1/+1
* * 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
* * src/roff/troff/input.cpp: s/safer_flag/unsafe_flag/.wl2008-02-261-9/+9
* 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-041-7/+13
* * 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-191-0/+1
* * tmac/unicode.tmac: Make `-' a pure input character by mapping itwl2007-09-141-0/+1
* * src/roff/troff/input.cpp (get_copy): Add third argument to controlwl2007-03-191-6/+11
* Follow through on a portability fix.esr2007-02-061-1/+1
* .SY and .YS are canned macros now, so we can use them here.esr2007-02-061-52/+5
* * doc/groff.texinfo (Page Location Traps) [.wh]: Give more detailswl2006-11-131-4/+6
* Add `\%^' escape to handle the parameters to a macro as a stringwl2006-10-262-18/+76