summaryrefslogtreecommitdiffstats
path: root/tools/man2tcl.c
Commit message (Collapse)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
| * #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-1/+8
| |
* | Removed a rogue ^M from the end of a linepatthoyts2008-10-241-2/+2
| |
* | Fix for [Bug 1934200]Joe Mistachkin2008-10-061-1/+2
| |
* | Fixes for [Bug 1934200, 1934272]Joe Mistachkin2008-10-021-5/+9
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Working towards better nroff scraping...dkf2007-10-261-2/+28
| |
* | Windows build fixesJoe Mistachkin2007-01-191-2/+3
| |
* | ANSIfydkf2005-11-041-118/+96
| |
* | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-3/+1
| | | | | | | | | | | | | | | | | | | | * tools/man2tcl.c: * unix/tcl.m4: * unix/tclConfig.h.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* | #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-091-1/+8
|/
* Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix fordavygrvy2002-05-081-2/+7
| | | | | | single-quote macro mis-understanding was wrong. Reverted to reimpliment the 'macro2' proc which handles single-quote macros and restored file.n text arrangement to avoid single-quotes on the first line.
* Proper source of macro error misunderstanding ' as the leading macrodavygrvy2002-05-081-7/+2
| | | | command found and repaired.
* Increased line buffer size and a bail-out if that should ever be over-run.davygrvy2002-05-081-2/+8
| | | | Changes from Peter Spjuth <peter.spjuth@space.se>.
* Added #define around include of <errno.h> so that systems with thewart1999-12-061-1/+4
| | | | header file (win NT) will pick it up.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-1/+3
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionstanton1998-04-281-0/+400