summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* * config.rpath, m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4,wl2009-01-025-89/+143
* Clarify interaction of x, w, and e specifiers.wl2008-11-171-8/+23
* Implement `x' specifier for expanded columns. Contrary to old DWBwl2008-11-164-191/+414
* Improve documentation of the width of text block spans.wl2008-11-081-5/+5
* Improve documentation of text block widths.wl2008-11-071-3/+8
* * src/preproc/tbl/table.cpp (table::compute_widths): Use defaultwl2008-11-071-1/+1
* Clarify meaning of `z' modifier.wl2008-10-271-1/+3
* * src/preproc/tbl/main.cpp (process_format): Rename `x' and `X' towl2008-10-186-181/+184
* * src/preproc/tbl/table.cpp (table::compute_available_block_width):wl2008-10-182-19/+32
* * man/roff.man, doc/groff.texinfo: Improve the history part. Thiswl2008-10-101-2/+3
* * src/preproc/ref/ref.cpp (reference::compute_sort_key): Dowl2008-10-091-2/+5
* s/with other words/in other words/wl2008-10-051-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-033-67/+84
* 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/preproc/tbl/tbl.man: Document computation of element widths.wl2008-08-201-0/+45
* Add default encoding option -D to preconv and groff.wl2008-08-204-12/+47
* *** empty log message ***wl2008-08-191-1/+1
* Typo.wl2008-08-191-1/+1
* New options -f and -k for afmtodit.wl2008-07-242-9/+23
* * src/preproc/tbl/table.cpp (table::compute_separation_factor): Emitwl2008-07-182-14/+31
* * src/eqn/script.cpp (script_box::output): Portability fix.wl2008-04-291-2/+2