summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* * library/http2.1/http.tcl: trim value for $state(meta) keyhobbs2000-01-113-6/+6
|
* * library/http2.1/http.tcl: fixed error handling in http::Eventhobbs1999-12-043-12/+9
| | | | [Bug: 3752]
* * library/dde1.1/pkgIndex.tcl:hobbs1999-11-304-4/+24
| | | | | * library/reg1.0/pkgIndex.tcl: added supported for debugged versions of the libraries
* Changed version number on dllswart1999-11-244-4/+4
|
* * library/tcltest1.0/tcltest.tcl: Fixed bug where tcltest outputstanton1999-11-232-4/+6
| | | | | went to stdout instead of the specified output file in some cases.
* *** empty log message ***hobbs1999-11-193-6/+6
|
* * library/http2.1/http.tcl:hobbs1999-11-196-9/+9
| | | | * library/http2.1/pkgIndex.tcl: updated http package to 2.2
* * library/http2.1/http.tcl: added register and unregisterhobbs1999-11-193-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 iswelch1999-11-183-102/+402
| | | | | not available. Also correctly fixed the bug between -timeout and a subsequent http::status call.
* *** empty log message ***hobbs1999-11-103-6/+6
|
* * library/init.tcl: removed the installed binary directory fromhobbs1999-11-101-7/+5
| | | | the auto_path variable
* Changed references to the README to references to the man page for tcltest.jenn1999-11-042-6/+6
|
* Fixed bug in the handling of the status code after an asynchronous connect,welch1999-10-303-9/+6
| | | | e.g., one that is used with the -timeout flag.
* * library/tcltest1.0/tcltest.tcl: updated makeFile to returnhobbs1999-10-292-12/+10
| | | | full pathname of file created
* Changed update to 'after 1' to cause a true sleep in the currenthobbs1999-10-214-6/+12
| | | | thread, avoiding numerous superfluous thread send calls.
* * library/http2.1/http.tcl: protected gets with catch [Bug: 2665]hobbs1999-10-213-6/+12
|
* Merged code from core-8-2-1 branch that changes the checks for thejenn1999-10-202-8/+16
| | | | | value of tcl_interactive to also incorporate a check for the existence of the variable.
* * tests/tcltest.test:jenn1999-10-192-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 filehobbs1999-10-132-12/+10
|
* * library/http2.1/http.tcl: fixed possible use of global c var.hobbs1999-10-053-12/+9
|
* * library/init.tcl: updated to 8.3a1 from 8.2.0.hobbs1999-10-051-2/+2
|
* * library/tcltest1.0/tcltest.tcl: Applied patches sent in byjenn1999-09-212-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 ajenn1999-09-012-4/+8
| | | | | child namespace (requires that command-line args are processed in that namespace)
* * library/tcltest1.0/tcltest.tcl:jenn1999-08-312-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 thatjenn1999-08-272-92/+210
| | | | | variables are only initialized to their default values if they did not previously exist.
* * tests/tcltest.test:jenn1999-08-272-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>hobbs1999-08-1911-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>hobbs1999-08-091-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>hobbs1999-08-053-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 testjenn1999-07-302-14/+14
| | | | suite was started (e.g. wrong # arguments)
* * tests/tcltest.test:jenn1999-07-282-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:jenn1999-07-262-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.1hershey1999-07-203-6/+6
|
* changed http dir from 2.0 to 2.1hershey1999-07-192-538/+0
|
* Catch the cd that sets up the initial value for the testsDirectory variable.jenn1999-07-122-4/+4
|
* Removed -asidefromdir and -relateddir flags, removed unusedjenn1999-07-092-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.rjohnson1999-07-082-14/+4
|
* Fixed handling of connection timeouts.welch1999-07-074-4/+16
|
* Temporarily disabling core file checking.jenn1999-07-022-40/+78
|
* Updated for new package version numberwelch1999-07-014-8/+8
|
* Fixed -timeout bug to handle connections to dead servers properly.welch1999-06-304-36/+268
| | | | Added http::cleanup function
* Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵jenn1999-06-294-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.redman1999-06-265-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 filejenn1999-06-264-0/+2496
| | | | that was a part of the test suite.
* Changed to Tcl 8.2b1welch1999-06-251-2/+2
|
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-2/+12
|
* back out previous commitscriptics_tclpro_1_3_b1core_8_1_1_baseredman1999-05-113-3/+3
|
* Fix loading of dde and reg to load with info nameofexecutable.redman1999-05-113-3/+3
|
* * library/encoding/koi8-r.enc:stanton1999-04-231-0/+20
| | | | | * tools/encoding/koi8-r.txt: Added support for the koi8-r Cyrillic encoding. [Bug: 1771]
* Resynced with mainline.rjohnson1999-04-211-1/+1
|