Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no zero refcount in Tcl_FS | vincentdarley | 2002-07-08 | 3 | -14/+33 |
| | |||||
* | fs cleanup | vincentdarley | 2002-07-08 | 4 | -17/+29 |
| | |||||
* | fs cleanup | vincentdarley | 2002-07-08 | 7 | -70/+66 |
| | |||||
* | add file link constraint | vincentdarley | 2002-07-08 | 4 | -13/+38 |
| | |||||
* | * tests/pkgMkIndex.test: Constrained tests of [load] package indexing | dgp | 2002-07-06 | 2 | -2/+11 |
| | | | | | to those platforms where the testing shared libraries have been built. [Bug 578166]. | ||||
* | * added recent changes | dgp | 2002-07-05 | 2 | -1/+15 |
| | |||||
* | * generic/tclClock.c (FormatClock): Convert the format string to | rmax | 2002-07-05 | 3 | -4/+22 |
| | | | | | | UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that. | ||||
* | Made many tests work properly when the current directory is not writable. | dkf | 2002-07-05 | 15 | -222/+238 |
| | | | | Added targets to unix/Makefile.in to facilitate testing of this situation. | ||||
* | minor doc fixcore_8_4_b1 | hobbs | 2002-07-05 | 2 | -7/+7 |
| | |||||
* | updated for 8.4b1 release | hobbs | 2002-07-05 | 2 | -13/+13 |
| | |||||
* | More fixing of writable-current-dir assumption. [Bug 575824] | dkf | 2002-07-04 | 3 | -133/+152 |
| | |||||
* | Fix to latest patch. | andreas_kupries | 2002-07-04 | 1 | -2/+3 |
| | |||||
* | * tests/socket.test: | andreas_kupries | 2002-07-04 | 4 | -100/+114 |
| | | | | | | * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for a description the general problem. | ||||
* | fixed [Bug 575817] | Miguel Sofer | 2002-07-04 | 2 | -15/+24 |
| | |||||
* | * All the bugs below are instances of the same problem: The | andreas_kupries | 2002-07-04 | 5 | -1125/+1174 |
| | | | | | | | | | testsuite assumes [pwd] = [temporaryDirectory] and writable. * tests/iogt.test: Fixed bug #575860. * tests/io.test: Fixed bug #575862. * tests/exec.test: * tests/ioCmd.test: Fixed bug #575836. | ||||
* | tests/pkg1 removal | dgp | 2002-07-04 | 1 | -0/+7 |
| | |||||
* | * tests/pkg1/direct1.tcl: removed | dgp | 2002-07-04 | 4 | -227/+62 |
| | | | | | | | | * tests/pkg1/pkgIndex.tcl: removed * tests/pkgMkIndex.test: Imported auxilliary files from tests/pkg1 into the test file pkgMkIndex.test itself. Formatting fixes. * unix/Makefile.in: removed tests/pkg/* from `make dist` | ||||
* | * Fixed [Bug 575857] where this test file | dgp | 2002-07-04 | 18 | -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]. Avoid | dgp | 2002-07-03 | 4 | -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): return | Miguel Sofer | 2002-07-03 | 2 | -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... | dgp | 2002-07-03 | 1 | -7/+6 |
| | |||||
* | incorrect section name reference. | dgp | 2002-07-03 | 1 | -2/+2 |
| | |||||
* | * doc/tcltest.n: more refinements of the documentation. | dgp | 2002-07-03 | 3 | -210/+249 |
| | | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes. | ||||
* | Markup fixes, spellcheck. | jenglish | 2002-07-02 | 2 | -28/+30 |
| | |||||
* | * doc/tcltest.n: Reverted [makeFile] and [viewFile] to | dgp | 2002-07-02 | 7 | -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] | dgp | 2002-07-02 | 3 | -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 link | vincentdarley | 2002-07-02 | 3 | -5/+11 |
| | |||||
* | * doc/tcltest.n: more work in progress updating tcltest docs. | dgp | 2002-07-01 | 3 | -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) | jenglish | 2002-07-01 | 1 | -0/+38 |
| | |||||
* | Spell-check, fixed typos (Updates from Larry Virden). | jenglish | 2002-07-01 | 38 | -115/+113 |
| | |||||
* | Fix for Tcl bug #541181; programs that link against libtcl.so on Solaris no | dkf | 2002-07-01 | 3 | -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. | dgp | 2002-07-01 | 7 | -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] | dkf | 2002-07-01 | 2 | -7/+18 |
| | |||||
* | * work in progress updating tcltest documentation. | dgp | 2002-07-01 | 2 | -86/+75 |
| | |||||
* | * Updated the instructions on running and adding to the test suite. | dgp | 2002-07-01 | 7 | -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 no | dgp | 2002-07-01 | 2 | -4/+14 |
| | | | | default directory can be guaranteed to be writeable. | ||||
* | * Updated auto_mkIndex tests to use | dgp | 2002-07-01 | 6 | -126/+147 |
| | | | | | [makeFile] and [removeFile] so tests are done in [temporaryDirecotry] where write access is guaranteed. | ||||
* | alternative fix. | dgp | 2002-07-01 | 1 | -4/+20 |
| | |||||
* | * Fixed [makeFile] and [viewFile] to accurately reflect a file's | dgp | 2002-07-01 | 7 | -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. | dgp | 2002-07-01 | 1 | -2/+0 |
| | |||||
* | * generic/tclCompile.h: modified the macro TclEmitPush | Miguel Sofer | 2002-06-28 | 2 | -5/+14 |
| | |||||
* | * docs/tcltest.n: Doc revisions in progress. | dgp | 2002-06-28 | 3 | -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 their | dkf | 2002-06-28 | 7 | -73/+93 |
| | | | | names were really badly chosen. Also prevented a double-#def. | ||||
* | Minor improvement to documentation for [string last], and reformatting to | dkf | 2002-06-28 | 2 | -151/+123 |
| | | | | remove long-obsolete changebars. | ||||
* | * Work in progress updating the documentation of the packages that | dgp | 2002-06-27 | 6 | -99/+90 |
| | | | | come bundled with the Tcl source distribution, notably tcltest. | ||||
* | * Made sure that the TCLTEST_OPTIONS | dgp | 2002-06-27 | 2 | -39/+52 |
| | | | | environment variablle configures tcltest at package load time. | ||||
* | unix root volume fix | vincentdarley | 2002-06-27 | 3 | -3/+21 |
| | |||||
* | empty path name error msgs | vincentdarley | 2002-06-26 | 3 | -2/+159 |
| | |||||
* | * unix/tclUnixTime.c: Make [clock format] respect locale settings. | rmax | 2002-06-26 | 3 | -2/+11 |
| | | | | * tests/clock.test: Bug #565880. ***POTENTIAL INCOMPATIBILITY*** | ||||
* | Fixed a typo in the "shell" target. | rmax | 2002-06-26 | 1 | -2/+2 |
| |