summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This CVS repository has been converted to git. It is obsolete now.HEADoriginmasterwl2013-12-231-0/+11
| | | | | | | | | | =================================================================== See https://savannah.gnu.org/projects/groff for more.
* * config.guess, config.sub: Updated from `config' repository.wl2013-11-213-108/+133
|
* Formatting.wl2013-11-151-2/+2
|
* Bug fix: critical missing '$' in string \*[$DOC_FAM] when settingPTPi2013-11-081-1/+1
| | | | line numbering family default.
* Fixes to linenumbering; doc updates.PTPi2013-11-062-158/+144
| | | | Fix to tbl handling for columns.
* * src/libs/libgroff/tmpname.cpp (gen_tempname): Use O_BINARY.wl2013-11-062-3/+13
| | | | | | Problem reported by Charlie Van Dien <charlie@vandien.com>; see http://lists.gnu.org/archive/html/groff/2013-10/msg00006.html
* Makefile.comm (.man.n): Use C locale.wl2013-11-062-2/+9
| | | | | Problem reported by Petr Man <petr@madnetwork.org>; fix suggested by Ralph Corderoy <ralph@inputplus.co.uk>.
* Small fix to linenumbering.PTPi2013-11-041-6/+2
|
* Fixes to line numbering. Code cleanup.PTPi2013-11-033-365/+234
|
* om.tmac with TOC, BIBLIOGRAPHY, and ENDNOTE fixes.PTPi2013-11-021-56/+48
|
* Fixes to TOC, BIBLIOGRAPHY, and ENDNOTES leading management andPTPi2013-11-023-10/+19
| | | | traps.
* Updated om.tmac missing from prevous commit.PTPi2013-10-311-19/+14
|
* Fixes to TOC page numbering when pagenum is at top of page.PTPi2013-10-311-0/+9
|
* Expanded and improved float and tbl handling.PTPi2013-10-3013-582/+1254
| | | | | | Fixes to AUTOLEAD, SMARTQUOTES, and CODE from patches supplied by Robin Haberkorn. Doc updates and revisions.
* glilypond.man: Correct writing.bwarken2013-10-302-14/+20
|
* Doc updates for tbl support.PTPi2013-09-172-33/+133
|
* .TS/.TE extended to support multi-page tables with headers.PTPi2013-09-152-20/+115
|
* Fixed QUOTE_INDENT when inside FLOAT.PTPi2013-09-133-34/+59
| | | | | | Fixed broke SMARTQUOTES OFF. Fixed DOCHEADER_LEAD so it's not reset to default after first chapter.
* Bug fixes to FLOAT.PTPi2013-09-132-8/+19
|
* Doc fix (tables-of-contents.html).PTPi2013-09-051-6/+5
|
* Patch supplied by Robin Haberkorn to fix issues with tbl and linePTPi2013-09-041-1/+5
| | | | numbering.
* Doc fix.PTPi2013-08-261-1/+1
|
* Fixed tbl bug (overprinting 1st two lines when tables span pages).PTPi2013-08-245-17/+62
| | | | | | Fixed AUTOLEAD to retain its value after START. Fixed PDF_IMAGE and .IL/.IR/.IB placement bug. Restored reserved.html to toc.html of docs.
* Integrate mom.7 into the man-page groff_mom.7wl2013-08-201-0/+3413
|
* Removing for test onlybwarken2013-08-203-3387/+4
|
* New man-page mom.7bwarken2013-08-203-1/+3237
|
* Change version number in toc.html.PTPi2013-08-121-1/+1
|
* Updated documentation concerning refer usage.PTPi2013-08-124-225/+276
|
* Revert accidental removal of files in previous commit.wl2013-08-114-0/+12265
|
* Revert accidental removal of previous files.wl2013-08-119-0/+3332
|
* Revert accidental removal of previous commit.wl2013-08-1154-0/+10656
|
* Revert accidental removal in previous commit.wl2013-08-116-0/+14578
|
* Revert last accidental removal of files.wl2013-08-1119-0/+4109
|
* Die Gedanken sind frei ... (thoughts are free - song of the original German ↵bwarken2013-08-0592-44940/+0
| | | | freemasons). Free your mind.
* [mdoc] Implement `.%C'.wl2013-07-314-3/+82
| | | | | * tmac/doc.tmac, tmac/doc-common: Do it. * tmac/groff_mdoc.man: Updated.
* Fix overprinting issue with Acrobat reader.wl2013-07-312-2/+13
| | | | | | | | | Problem reported by Heinz-Jürgen Oertel <hj.oertel@t-online.de>. * src/devices/gropdf/gropdf.pl (do_t, FindChar): Use ascii octal notation (i.e., \015) when outputting characters with value < 32. This fixes a bug which affected acroread when control-M (cr) was embedded in a text string.
* Fix RUNOFF.bwarken2013-07-312-10/+14
|
* * tmac/fallbacks.tmac: Make it work in compatibility mode.wl2013-07-162-0/+10
| | | | Problem reported by Y T <doarhop@hotmail.com>.
* * src/roff/grog/Makefile.sub (install_data, uninstall_sub): Typos.wl2013-07-162-4/+6
|
* * Makefile.in (GREP, MDEFINES): Define and use plain grep.wl2013-07-162-0/+8
| | | | Necessary for Bernd's code to extract groff options.
* * tmac/an-old.tmac (TP): Do not clobber line length after doublewl2013-07-162-2/+9
| | | | call to `.TP'.
* Typos.wl2013-07-031-4/+4
|
* * doc/groff.texinfo: Fix syntax error in documentation of `\z'.wl2013-07-022-1/+5
|
* [grolbp] Don't write trailer if no printer was created.wl2013-07-022-1/+7
| | | | * src/devices/grolbp/lbp.cpp (main): Implement it.
* Remove *~ files.bwarken2013-06-272-41/+85
|
* groff_filenames.man: Extension.bwarken2013-06-272-22/+85
|
* Minor.wl2013-06-102-1/+4
|
* Better not to set something like an URL when it isn't one.esr2013-06-102-3/+3
|
* Running text doesn't belong in the Synopsis section.esr2013-06-102-5/+9
|
* Small fix to HEADERS_AND_FOOTERS; doc update.PTPi2013-06-073-3/+33
|