summaryrefslogtreecommitdiff
path: root/gnu/dist/groff/src
AgeCommit message (Collapse)Author
2003-07-20Add patch from groff repository:wiz
revision 1.5 date: 2003/07/18 07:00:47; author: wlemb; state: Exp; lines: +38 -21 Don't ignore grotty's command line options if \X'tty: sgr ...' is used to change the drawing scheme. * src/devives/grotty/tty.cpp (bold_flag_option, underline_flag_option, italic_flag_option, reverse_flag_option, bold_underline_mode_option): New global variables. (update_options): New function. (tty_printer::special): Call update_options. (main): Don't set xxx_flag but xxx_flag_option, then call update_options.
2003-07-05Explicit dependencies for y.tab.h handling. Without this, parallel buildsmartin
break. If someone finds a better way to do this (especially without modifying this imported makefiles) please feel free to redo this differently.
2003-07-03Add 'signed' in some places so this compiles on platforms wherewiz
char by default is unsigned.
2003-07-01Remove generated files.wiz
2003-07-01delete these generated filesmrg
2003-06-30Re-add (for now).wiz
2003-06-30Comment out locale call, since sh(1) doesn't redirect "program not found"wiz
errors to stdout, even if asked nicely.
2003-06-30Update to 1.19.wiz
2003-06-30Import groff-1.19. Changes since 1.16.1: too many to list here (> 1000 lineswiz
in the abridged version). Please read the included NEWS file for details.
2003-01-03Fix typos pointed out by Igor Sobrado in PR misc/19645 (some of thesejschauma
have already been fixed by others): groff(7) - repition (repetition), 2-characer (2-character), lenght (length), ident (indent) groff_man(7) - supressed (suppressed) groff_markup(7) - SYNPOSIS (SYNOPSIS) (is it the "SYNOPSIS" section?) groff_mm(7) - wich, defualt (default), centerered (centered), behavies (behaves), argmuent (argument), with a automatically (with an automatically), Varable (Variable???), captial (capital), argumenent (argument), specifed (specified), excibits (is that word ok?), digitsized (digit-sized?), lable (label) troff(1) - environents (environments) grohtml(1) - supress (suppress) groff_font(5) - intepreted (interpreted) groff_tmac(5) - constitue (constitute???) (Changes also sent to gnu.org)
2002-10-02hve -> have.wiz
2002-09-27Change argument handling to be like in groff-1.18, thus avoidingwiz
a possible buffer overflow.
2002-08-08bitmask operation audit (s/&&/&/). from openbsditojun
2002-01-30Remove extraneous declarations of yyparse() and yylex().tv
2002-01-13Add a trailing dot.wiz
2001-11-12Fix up the bogosity in .y->.cc handling. Don't generate files in $(srcdir),tv
and make sure to have dependencies for lex.o in eqn and pic (so that the .h is guaranteed to exist).
2001-04-19Initial import of groff-1.16.1 for reachover build.wiz
Source modified by groff2netbsd (TBC) before import, otherwise unchanged.