summaryrefslogtreecommitdiff
path: root/src/roff
Commit message (Expand)AuthorAgeFilesLines
* Intergrated pic2graph, contributed by Eric S. Raymond.wlemb2001-08-101-1/+2
* * src/roff/troff/troff.man: Improve documentation of -E option.wlemb2001-08-061-1/+8
* * src/libs/libgroff/tmpname.cc: New file, defining get_tempname().wlemb2001-07-201-9/+0
* * src/preproc/html/pre-html.cc (scanArguments): Use getopt_long()wlemb2001-07-201-7/+24
* Added .cvsignore fileswlemb2001-07-194-0/+11
* Replace call to `troff' with `groff -Z' to make it aware ofwlemb2001-07-171-1/+1
* * REVISION: Increased to 2.wlemb2001-07-023-9/+51
* Fix problems with preprocessor string for `man' program.wlemb2001-06-274-6/+22
* * src/roff/preproc/html/pre-html.cc (make_message): Fix incorrectwlemb2001-06-211-2/+3
* * src/roff/troff/input.cc (do_suppress): Fix typo.wlemb2001-06-191-1/+1
* Added two new options (-D and -I) to specify image names and awlemb2001-06-181-1/+74
* * src/roff/grog/Makefile.sub: Remove NAMEPREFIX.wlemb2001-06-151-1/+0
* * src/roff/troff/env.c, src/roff/troff/env.h,wlemb2001-05-184-5/+3
* * src/roff/troff/input.cc (read_size): Fix special case `s0'.wlemb2001-05-171-0/+5
* * contrib/mm/m.tmac (TH): Fix incorrect error message.wlemb2001-05-163-3/+8
* The .ns and .rs requests are now honoured not only in the top-levelwlemb2001-05-073-19/+13
* Added two new requests `de1' and `am1' which are similar to `de' andwlemb2001-05-063-8/+69
* * src/utils/afmtodit/afmtodit.pl: Fix serious typo.wlemb2001-05-051-19/+19
* Rename register .q to .nswlemb2001-05-052-7/+7
* Added `.q' number register: Returns 1 if in no-space mode (if inwlemb2001-05-052-0/+30
* * src/roff/nroff/nroff.man: Improved documentation (especiallywlemb2001-05-041-17/+35
* Added `brp' request: This is p as a request.wlemb2001-05-023-5/+20
* `Version_string' as C++ object was not visible to linker from Cwlemb2001-04-203-4/+12
* * src/preproc/html/pre-html.cc (scanArguments): Use `troff_command'wlemb2001-04-194-9/+12
* * src/roff/nroff/nroff.sh: Adding -p (pic) and -t (tbl) options.wlemb2001-04-182-6/+10
* * src/roff/troff/node.cc (make_glyph_node): Emit warning messagewlemb2001-04-151-1/+1
* Removing the grohtml-old device driver which is now obsolete.wlemb2001-04-143-6/+6
* * src/devices/grohtml/grohtml.man: Updated manual page regardingwlemb2001-04-135-55/+110
* * src/include/nonposix.h (fileno) [_MSC_VER]: Removed.wlemb2001-04-111-2/+2
* * NEWS: Updated.wlemb2001-04-105-23/+50
* Fix indentation in SYNOPSIS.wlemb2001-04-091-2/+3
* Implement continuous underlining for nroff mode. To do that, a newwlemb2001-04-064-19/+71
* * src/roff/troff/div.cc (save_vertical_space): Add default argumentwlemb2001-03-233-9/+11
* * man/groff_font.man: Document `prepro', `postpro', and `print'.wlemb2001-03-191-2/+9
* Introduced simple html tables to implement indentation.wlemb2001-03-162-3/+4
* Added the `return' request to end a macro immediately. It simplywlemb2001-03-093-11/+54
* Make `B' more rigid.wlemb2001-03-074-13/+39
* Fixed grohtml handling of any named glyph for glyph indexes < 0x80.wlemb2001-03-042-33/+24
* * src/roff/troff/node.cc (space_node::get_hyphenation_type): Newwlemb2001-02-172-0/+8
* Fixing a bug which prevented proper end-of-sentence recognitionwlemb2001-02-164-12/+33
* Redesigned the `unformat' request. It is no longer connected withwlemb2001-02-135-140/+255
* * src/roff/troff/node.h (unbreakable_space_node, hmotion_node,wlemb2001-02-083-2/+65
* A new escape sequence `:', inserting a zero-width break point.wlemb2001-02-048-143/+189
* Implemented new read-only number register `.linetabs' which returnswlemb2001-01-303-1/+16
* Fixed a bug which prevented hyphenation of words which are finishedwlemb2001-01-285-6/+26
* Adding the `linetabs' request. If set, tab distances are notwlemb2001-01-253-17/+81
* Introducing a new read-only register `.int' which is set to awlemb2001-01-232-0/+6
* troff's `box' and `boxa' requests didn't preserve temporarywlemb2001-01-237-60/+111
* * tmac/ps.tmac: Remove call of psold.tmac.wlemb2001-01-181-2/+2
* First cut of the new html device driver. Changes to pre-html andwlemb2001-01-1710-86/+787