summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
Commit message (Collapse)AuthorAgeFilesLines
* Add a note in tcltest manual page to betray false expectations on msec and usec.gahr2016-05-041-0/+6
|
* Implement msec and usec verbosity levels in tcltest::configuregahr2016-04-201-2/+6
|
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-22/+22
|
* Deleted Win95/98-specific documentation as those platforms have long been ↵ashok2015-03-021-8/+0
| | | | unsupported.
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | More small documentation improvements.dkf2011-07-181-2/+2
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * 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.
| | * * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
| | |
| | * Finished user-level documentation backportdkf2004-10-271-22/+22
| | |
| | * * doc/tcltest.n:dgp2004-02-181-3/+4
| | | | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253]
| | * * doc/tcltest.n: Restored the [Eval] proc to replacedgp2003-07-181-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: the [::puts] command when either the -output or -error option for [test] is in use, in order to capture data written to the output or error channels for comparison against what is expected. This is easier to document and agrees better with most user expectations than the previous attempt to replace [puts] only in the caller's namespace. Documentation made more precise on the subject. [Bug 706359]
| | * update docs for latest changedgp2003-03-261-6/+3
| | |
| | * * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-081-3/+3
| | | | | | | | | | | | Helmut Giese. [Bug 700011]
* | | Improve linking between pages, put Tk variables in Tk docs.dkf2010-01-141-23/+24
| | |
* | | Apply a bit more polishdkf2009-11-011-169/+294
| | |
* | | Improve clarity of formatting.dkf2008-10-171-1/+4
| | |
* | | more consistent wrong # arg messages: change all messages containing ↵nijtmans2008-07-131-5/+5
|/ / | | | | | | ?options? to the form ?-option value ...?
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Spread the idiom, make the rendering to HTML reliable!dkf2007-10-301-3/+7
| |
* | Next stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-291-271/+297
| | | | | | | | generation works
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-2/+2
| | | | | | | | generation works
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-293/+264
| | | | | | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | More GOOBE quotingdkf2007-10-251-202/+225
| |
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-71/+77
| |
* | Remove over-wide lines from nroff output.dkf2007-07-041-19/+54
| |
* | * doc/tcltest.n: Typo fix. [Bug 1663539]dgp2007-02-201-2/+2
| |
* | * doc/tcltest.n: Bump to version tcltest 2.3.0 to accountdgp2006-09-111-3/+3
| | | | | | | | | | | | | | | | | | * library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc:
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * library/tcltest/tcltest.tcl: add 'line' verbose level: prints source * doc/tcltest.n: file line information of failing tests. * macosx/Tcl.xcodeproj/project.pbxproj: add new tclUnixCompat.c file; revise tests target to use new tcltest 'line' verbose level. * unix/configure.in: add descriptions to new AC_DEFINEs for MT-safe. * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* | Yet more small fixesdkf2004-10-271-21/+21
| |
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-2/+2
| |
* | * doc/tcltest.n:dgp2004-02-181-3/+4
| | | | | | | | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253]
* | * doc/tcltest.n: Restored the [Eval] proc to replacedgp2003-07-181-7/+7
| | | | | | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: the [::puts] command when either the -output or -error option for [test] is in use, in order to capture data written to the output or error channels for comparison against what is expected. This is easier to document and agrees better with most user expectations than the previous attempt to replace [puts] only in the caller's namespace. Documentation made more precise on the subject. [Bug 706359]
* | update docs for latest changedgp2003-03-261-6/+3
| |
* | * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-081-3/+3
|/ | | | Helmut Giese. [Bug 700011]
* Use [file dirname], not the abbreviation [file dir]dgp2003-01-241-2/+2
|
* corrected overlooked bump to version 2.2dgp2003-01-241-3/+3
|
* * doc/tcltest.n: fixed typo [Bug 618018]. Thanks to "JJM".dgp2002-10-031-5/+5
|
* formatting fixes (Thanks jenglish!)dgp2002-09-061-11/+15
|
* * doc/file.n: Format correction, and clarified [file normalize]dgp2002-09-061-100/+134
| | | | | | returns an absolute path. * doc/tcltest.n: Added examples section, as long promised.
* * doc/tcltest.n: Clarified phrasing.dgp2002-09-061-2/+2
|
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-081-3/+3
| | | | | * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163]
* minor doc fixcore_8_4_b1hobbs2002-07-051-4/+4
|
* just a few more corrections...dgp2002-07-031-7/+6
|
* incorrect section name reference.dgp2002-07-031-2/+2
|
* * doc/tcltest.n: more refinements of the documentation.dgp2002-07-031-209/+241
| | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes.
* Markup fixes, spellcheck.jenglish2002-07-021-28/+26
|
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-021-7/+11
| | | | | | | | * library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test: