summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Fixed [Bug 575857] where this test filedgp2002-07-0418-376/+463
| | | | | | expected to be able to write to [file join [testsDirectory] pkg]. Part of the fix was to import several auxilliary files into the test file itself.
* * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoiddgp2002-07-034-19/+44
| | | | | | | * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033]
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-032-7/+8
| | | | | TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen at runtime so that it can be caught [Bug 577015].
* 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-033-210/+249
| | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes.
* Markup fixes, spellcheck.jenglish2002-07-022-28/+30
|
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-027-1692/+1248
| | | | | | | | * 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:
* * library/tcltest/tcltest.tcl: Simplified logic of [GetMatchingFiles]dgp2002-07-023-470/+262
| | | | | | | and [GetMatchingDirectories], removing special case processing. * doc/tcltest.n: More documentation updates. Reference sections are complete. Only examples need adding.
* clearer error msgs for file linkvincentdarley2002-07-023-5/+11
|
* * doc/tcltest.n: more work in progress updating tcltest docs.dgp2002-07-013-158/+178
| | | | | | | * library/tcltest/tcltest.tcl: Change [configure -match] to stop treating an empty list as a list of the single pattern "*". Changed the default value to [list *] so default operation remains the same.
* (doc/*.[3n]) -- spell-check, fix typos (Updates from Larry Virden)jenglish2002-07-011-0/+38
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-0138-115/+113
|
* Fix for Tcl bug #541181; programs that link against libtcl.so on Solaris nodkf2002-07-013-24/+36
| | | | longer need to use the same compiler as that used for the library itself
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-017-1242/+1776
| | | | | * library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value.
* Documented the *real* behaviour of [concat]dkf2002-07-012-7/+18
|
* * work in progress updating tcltest documentation.dgp2002-07-012-86/+75
|
* * Updated the instructions on running and adding to the test suite.dgp2002-07-017-163/+133
| | | | | Also updated several tests, mostly to correctly create and destroy any temporary files in the [temporaryDirectory] of tcltest.
* * Stopped checking for writeability of -tmpdir value because nodgp2002-07-012-4/+14
| | | | default directory can be guaranteed to be writeable.
* * Updated auto_mkIndex tests to usedgp2002-07-016-126/+147
| | | | | [makeFile] and [removeFile] so tests are done in [temporaryDirecotry] where write access is guaranteed.
* alternative fix.dgp2002-07-011-4/+20
|
* * Fixed [makeFile] and [viewFile] to accurately reflect a file'sdgp2002-07-017-71/+88
| | | | | | contents. Updated tests that depended on buggy behavior. Also added warning messages to "-debug 1" operations to debug test calls to (make|remove)(File|Directory).
* * `make mklinks` on 6-27 commits.dgp2002-07-011-2/+0
|
* * generic/tclCompile.h: modified the macro TclEmitPushMiguel Sofer2002-06-282-5/+14
|
* * docs/tcltest.n: Doc revisions in progress.dgp2002-06-283-246/+428
| | | | | | * library/tcltest/tcltest.tcl: Corrected -testdir default value. Was not reliable, and disagreed with docs! Thanks to Hemang Lavana. [Bug 575150]
* Changed all the Tcl_Platform* symbols to TclOS*; they weren't public so theirdkf2002-06-287-73/+93
| | | | names were really badly chosen. Also prevented a double-#def.
* Minor improvement to documentation for [string last], and reformatting todkf2002-06-282-151/+123
| | | | remove long-obsolete changebars.
* * Work in progress updating the documentation of the packages thatdgp2002-06-276-99/+90
| | | | come bundled with the Tcl source distribution, notably tcltest.
* * Made sure that the TCLTEST_OPTIONSdgp2002-06-272-39/+52
| | | | environment variablle configures tcltest at package load time.
* unix root volume fixvincentdarley2002-06-273-3/+21
|
* empty path name error msgsvincentdarley2002-06-263-2/+159
|
* * unix/tclUnixTime.c: Make [clock format] respect locale settings.rmax2002-06-263-2/+11
| | | | * tests/clock.test: Bug #565880. ***POTENTIAL INCOMPATIBILITY***
* Fixed a typo in the "shell" target.rmax2002-06-261-2/+2
|
* clarifications in doc/CrtInterp.3 and doc/StringObj.3Miguel Sofer2002-06-263-6/+21
|
* * Corrected suppression of -verbose skip and start by [test -output].dgp2002-06-263-19/+56
| | | | | Also corrected test suite errors exposed by corrected code. [Bug 564656]
* typo fixesdgp2002-06-261-4/+4
|
* Excised a tiny amount of the most pointless voodoo. Leftdgp2002-06-261-4/+4
| | | | most of it in there.
* generatedrmax2002-06-251-1668/+1471
|
* Some more fixes for the compress and symlink stuff to correct situationsrmax2002-06-251-8/+7
| | | | | where compressed manpages are being installed over uncompressed or vice versa.
* * unix/tcl.m4: New macro SC_CONFIG_MANPAGES.rmax2002-06-258-1586/+2506
| | | | | | | | | | | * unix/configure.in: Added support for symlinks and compression * unix/Makefile.in: when installing the manpages. [Patch 518052] * unix/mkLinks.tcl: Default is still hardlinks and no compression. * unix/mkLinks: generated * unix/configure: * unix/README: Added documentation for the new features.
* * unix/tcl.m4 (SC_PATH_TCLCONFIG): Replaced ${exec_prefix}/lib byrmax2002-06-252-2/+7
| | | | ${libdir}.
* Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshareddkf2002-06-252-4/+22
| | | | empty result when generating an error message.
* * Implementation of TIP 101. Adds and exports a [configure] commanddgp2002-06-254-848/+749
| | | | from tcltest.
* * updated changes file for 8.4b1 release.dgp2002-06-222-1/+106
|
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-2223-79/+108
| | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2).
* Regendkf2002-06-221-1/+1
|
* Regen.dkf2002-06-221-1/+1
|
* Resynch...dkf2002-06-221-3/+3
|
* Bumped version number to b1 in preparation for release.dkf2002-06-218-16/+22
|
* * Updated all package install directories to match current Major.minordgp2002-06-215-26/+37
| | | | | versions of the packages. Added tcltest package to installation on Windows.