Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/http2.1/http.tcl: fixed error handling in http::Event | hobbs | 1999-12-04 | 3 | -12/+9 |
| | | | | [Bug: 3752] | ||||
* | * library/dde1.1/pkgIndex.tcl: | hobbs | 1999-11-30 | 4 | -4/+24 |
| | | | | | * library/reg1.0/pkgIndex.tcl: added supported for debugged versions of the libraries | ||||
* | Changed version number on dlls | wart | 1999-11-24 | 4 | -4/+4 |
| | |||||
* | * library/tcltest1.0/tcltest.tcl: Fixed bug where tcltest output | stanton | 1999-11-23 | 2 | -4/+6 |
| | | | | | went to stdout instead of the specified output file in some cases. | ||||
* | *** empty log message *** | hobbs | 1999-11-19 | 3 | -6/+6 |
| | |||||
* | * library/http2.1/http.tcl: | hobbs | 1999-11-19 | 6 | -9/+9 |
| | | | | * library/http2.1/pkgIndex.tcl: updated http package to 2.2 | ||||
* | * library/http2.1/http.tcl: added register and unregister | hobbs | 1999-11-19 | 3 | -27/+183 |
| | | | | | commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617] | ||||
* | Improved error handling of http::geturl in the case the server is | welch | 1999-11-18 | 3 | -102/+402 |
| | | | | | not available. Also correctly fixed the bug between -timeout and a subsequent http::status call. | ||||
* | *** empty log message *** | hobbs | 1999-11-10 | 3 | -6/+6 |
| | |||||
* | * library/init.tcl: removed the installed binary directory from | hobbs | 1999-11-10 | 1 | -7/+5 |
| | | | | the auto_path variable | ||||
* | Changed references to the README to references to the man page for tcltest. | jenn | 1999-11-04 | 2 | -6/+6 |
| | |||||
* | Fixed bug in the handling of the status code after an asynchronous connect, | welch | 1999-10-30 | 3 | -9/+6 |
| | | | | e.g., one that is used with the -timeout flag. | ||||
* | * library/tcltest1.0/tcltest.tcl: updated makeFile to return | hobbs | 1999-10-29 | 2 | -12/+10 |
| | | | | full pathname of file created | ||||
* | Changed update to 'after 1' to cause a true sleep in the current | hobbs | 1999-10-21 | 4 | -6/+12 |
| | | | | thread, avoiding numerous superfluous thread send calls. | ||||
* | * library/http2.1/http.tcl: protected gets with catch [Bug: 2665] | hobbs | 1999-10-21 | 3 | -6/+12 |
| | |||||
* | Merged code from core-8-2-1 branch that changes the checks for the | jenn | 1999-10-20 | 2 | -8/+16 |
| | | | | | value of tcl_interactive to also incorporate a check for the existence of the variable. | ||||
* | * tests/tcltest.test: | jenn | 1999-10-19 | 2 | -238/+648 |
| | | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842] | ||||
* | * library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl file | hobbs | 1999-10-13 | 2 | -12/+10 |
| | |||||
* | * library/http2.1/http.tcl: fixed possible use of global c var. | hobbs | 1999-10-05 | 3 | -12/+9 |
| | |||||
* | * library/init.tcl: updated to 8.3a1 from 8.2.0. | hobbs | 1999-10-05 | 1 | -2/+2 |
| | |||||
* | * library/tcltest1.0/tcltest.tcl: Applied patches sent in by | jenn | 1999-09-21 | 2 | -44/+66 |
| | | | | | | Andreas Kupries to fix typos in comments and ::tcltest::grep, fix hook redefinition problems, and change "string compare" to "string equal." [Bug: 2836, 2837, 2839, 2840] | ||||
* | Process command-line arguments only ::tcltest doesn't have a | jenn | 1999-09-01 | 2 | -4/+8 |
| | | | | | child namespace (requires that command-line args are processed in that namespace) | ||||
* | * library/tcltest1.0/tcltest.tcl: | jenn | 1999-08-31 | 2 | -6/+2 |
| | | | | | | | * doc/tcltest.n: * tests/README: Modified testConstraints variable so that it isn't unset every time ::tcltest::initConstraints is called and cleaned up documentation in the README file and the man page. | ||||
* | * library/tcltest1.0/tcltest.tcl: Modified tcltest so that | jenn | 1999-08-27 | 2 | -92/+210 |
| | | | | | variables are only initialized to their default values if they did not previously exist. | ||||
* | * tests/tcltest.test: | jenn | 1999-08-27 | 2 | -10/+24 |
| | | | | | | * library/tcltest1.0/tcltest.tcl: Added a -args flag that sets a variable named ::tcltest::parameters based on whatever's being sent in as the argument to the -args flag. | ||||
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 11 | -472/+436 |
| | | | | | | | | | | | | | * library/auto.tcl: * library/init.tcl: * library/ldAout.tcl: * library/package.tcl: * library/safe.tcl: * library/word.tcl: * library/http2.1/http.tcl: * library/msgcat1.0/msgcat.tcl: updated libraries to better Tcl style guide (no more string comparisons with == or !=, spacing changes). | ||||
* | 1999-08-09 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-09 | 1 | -8/+10 |
| | | | | | * library/init.tcl: fixed path handling in auto_execok (it could miss including the normal path on some Windows machines) [Bug: 1276] | ||||
* | 1999-08-05 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-05 | 3 | -6/+9 |
| | | | | | * library/http2.1/http.tcl: Made use of "i" in init section not use global var and start at 0 (was 1). [Bug: 2502] | ||||
* | Exit with non-zero status if there were problems with the way the test | jenn | 1999-07-30 | 2 | -14/+14 |
| | | | | suite was started (e.g. wrong # arguments) | ||||
* | * tests/tcltest.test: | jenn | 1999-07-28 | 2 | -28/+32 |
| | | | | | | | | * library/tcltest1.0/tcltest.tcl: Fixed the condition under which ::tcltest::PrintError had an infinite loop problem and added a test case for it. Added an optional argument to ::tcltest::getMatchingFiles telling it where to search for test files. | ||||
* | * tests/tcltest.test: | jenn | 1999-07-26 | 2 | -152/+206 |
| | | | | | | * library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: Cleaned up code in ::tcltest::PrintError, revised documentation, and added tests for the tcltest package. | ||||
* | changed http package version from 2.0 to 2.1 | hershey | 1999-07-20 | 3 | -6/+6 |
| | |||||
* | changed http dir from 2.0 to 2.1 | hershey | 1999-07-19 | 2 | -538/+0 |
| | |||||
* | Catch the cd that sets up the initial value for the testsDirectory variable. | jenn | 1999-07-12 | 2 | -4/+4 |
| | |||||
* | Removed -asidefromdir and -relateddir flags, removed unused | jenn | 1999-07-09 | 2 | -226/+274 |
| | | | | | ::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations. | ||||
* | Fixed broken utility function makeFile. | rjohnson | 1999-07-08 | 2 | -14/+4 |
| | |||||
* | Fixed handling of connection timeouts. | welch | 1999-07-07 | 4 | -4/+16 |
| | |||||
* | Temporarily disabling core file checking. | jenn | 1999-07-02 | 2 | -40/+78 |
| | |||||
* | Updated for new package version number | welch | 1999-07-01 | 4 | -8/+8 |
| | |||||
* | Fixed -timeout bug to handle connections to dead servers properly. | welch | 1999-06-30 | 4 | -36/+268 |
| | | | | Added http::cleanup function | ||||
* | Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵ | jenn | 1999-06-29 | 4 | -136/+736 |
| | | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates. | ||||
* | Added poke command to dde. | redman | 1999-06-26 | 5 | -3/+4 |
| | | | | | | Changed dde package version to 1.1 Fixed makefile to install tcl8.2 library correctly Fixed dll names in pkgIndex files for dde and reg | ||||
* | Adding package tcltest; this replaces the original defs.tcl file | jenn | 1999-06-26 | 4 | -0/+2496 |
| | | | | that was a part of the test suite. | ||||
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -2/+2 |
| | |||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -2/+12 |
| | |||||
* | back out previous commitscriptics_tclpro_1_3_b1core_8_1_1_base | redman | 1999-05-11 | 3 | -3/+3 |
| | |||||
* | Fix loading of dde and reg to load with info nameofexecutable. | redman | 1999-05-11 | 3 | -3/+3 |
| | |||||
* | * library/encoding/koi8-r.enc: | stanton | 1999-04-23 | 1 | -0/+20 |
| | | | | | * tools/encoding/koi8-r.txt: Added support for the koi8-r Cyrillic encoding. [Bug: 1771] | ||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | fixed bug 1497 for 8.1: tclPkgUnknown should test for read privs | surles | 1999-04-20 | 1 | -3/+5 |
| |