Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | clarifications in doc/CrtInterp.3 and doc/StringObj.3 | Miguel Sofer | 2002-06-26 | 3 | -6/+21 |
| | |||||
* | * Corrected suppression of -verbose skip and start by [test -output]. | dgp | 2002-06-26 | 3 | -19/+56 |
| | | | | | Also corrected test suite errors exposed by corrected code. [Bug 564656] | ||||
* | typo fixes | dgp | 2002-06-26 | 1 | -4/+4 |
| | |||||
* | Excised a tiny amount of the most pointless voodoo. Left | dgp | 2002-06-26 | 1 | -4/+4 |
| | | | | most of it in there. | ||||
* | generated | rmax | 2002-06-25 | 1 | -1668/+1471 |
| | |||||
* | Some more fixes for the compress and symlink stuff to correct situations | rmax | 2002-06-25 | 1 | -8/+7 |
| | | | | | where compressed manpages are being installed over uncompressed or vice versa. | ||||
* | * unix/tcl.m4: New macro SC_CONFIG_MANPAGES. | rmax | 2002-06-25 | 8 | -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 by | rmax | 2002-06-25 | 2 | -2/+7 |
| | | | | ${libdir}. | ||||
* | Surface fix for bug #533364; TclGetIntForIndex no longer assumes an unshared | dkf | 2002-06-25 | 2 | -4/+22 |
| | | | | empty result when generating an error message. | ||||
* | * Implementation of TIP 101. Adds and exports a [configure] command | dgp | 2002-06-25 | 4 | -848/+749 |
| | | | | from tcltest. | ||||
* | * updated changes file for 8.4b1 release. | dgp | 2002-06-22 | 2 | -1/+106 |
| | |||||
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 23 | -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). | ||||
* | Regen | dkf | 2002-06-22 | 1 | -1/+1 |
| | |||||
* | Regen. | dkf | 2002-06-22 | 1 | -1/+1 |
| | |||||
* | Resynch... | dkf | 2002-06-22 | 1 | -3/+3 |
| | |||||
* | Bumped version number to b1 in preparation for release. | dkf | 2002-06-21 | 8 | -16/+22 |
| | |||||
* | * Updated all package install directories to match current Major.minor | dgp | 2002-06-21 | 5 | -26/+37 |
| | | | | | versions of the packages. Added tcltest package to installation on Windows. | ||||
* | LogSyntaxError() should reset the interpreter result | jenglish | 2002-06-21 | 3 | -2/+11 |
| | | | | [Bug 550142 "Tcl_ExprObj -> abort"] | ||||
* | * Corrected comments and namespace style | dgp | 2002-06-21 | 2 | -48/+52 |
| | | | | issues. Thanks to Bruce Stephens. [Bug 572025] | ||||
* | tip99tip_99 | vincentdarley | 2002-06-21 | 1 | -6/+6 |
| | |||||
* | tip99 | vincentdarley | 2002-06-21 | 15 | -246/+594 |
| | |||||
* | fix for [Bug 571385] | Miguel Sofer | 2002-06-20 | 2 | -9/+18 |
| | |||||
* | * generic/tclExecute.c (TclCompEvalObj): clarified and simplified the | Miguel Sofer | 2002-06-20 | 2 | -49/+44 |
| | | | | logic for compilation/recompilation. | ||||
* | doc/file.n: Fixed indentation. No substantive changes. | jenglish | 2002-06-20 | 2 | -6/+11 |
| | |||||
* | Added parens for clarity | dgp | 2002-06-20 | 2 | -5/+6 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again | hobbs | 2002-06-19 | 2 | -1/+10 |
| | | | | | as the Tcl_ObjSetVar2 may cause the result to change. [Patch #558324] (watson) |