summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed bug 1497 for 8.1: tclPkgUnknown should test for read privssurles1999-04-201-3/+5
|
* fixed bug 1497 for 8.1: tclPkgUnknown should test for read privssurles1999-04-201-3/+3
|
* fixed bug 1571: pkgIndex files fail for dde and registry packages:surles1999-04-193-0/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-1683-1041/+24281
|
* Fixed pkg_mkIndex when input files do "namespace import". BUG 1327welch1999-03-311-2/+2
|
* Fixed quoting bugs in auto_mkindex_parser, BUGID 1657welch1999-03-311-16/+44
|
* * library/init.tcl: Fixed auto_mkindex so it handles .tbc files.stanton1999-02-111-11/+39
| | | | | Did some general cleanup to handle bad eval statements that didn't use "list".
* * library/http2.0/http.tcl: Added catch around eof test instanton1999-02-024-8/+12
| | | | | CopyDone since the user may have already called http::reset. [Bug: 1108]
* * library/init.tcl: Various small changes requested by Jan Nijtmans.stanton1999-02-021-11/+14
| | | | | | | | | | | | | | | | | | - If the variable $tcl_library contains the empty string, this empty string will be put in $auto_path. This is not useful at all, it only slows down later package processing. - If the variable tcl_pkgPath is not set, the "unset __dir" fails. Thich makes init.tcl totally unusable. Better put a "catch" around it. - In the function tcl_findLibraries, the "string match" function only works correctly if $tcl_patchLevel is in one of the forms "?.?a?", "?.?b?" or "?.?.?". Could a "regexp" be used instead, then it allows anything to be appended to the patchLevel string. And it is more efficient. - The tclPkgSetup function assumes that if $type != "load" then the type must be "source". This needn't be true. Some users want to add their own setup types. [RFE: 1138] [Bug: 978]
* * library/init.tcl: Added catch around unset. [Bug: 978]stanton1999-02-021-2/+2
|
* Making it possible for http -command callbacks to safelyscriptics_tclpro_1_2_b1welch1999-01-194-8/+20
| | | | uset the state array.
* Updated the version to 8.0.5.rjohnson1999-01-041-1/+2
|
* Fixed pkg_mkIndex tcl to deal with failed loads.welch1998-11-121-5/+27
|
* Removed lint (thanks, procheck!)welch1998-11-113-358/+337
|
* fixed bug in pkg_mkIndex that is hit when TCL_LIBRARY is a relativestanton1998-11-021-1/+7
| | | | path (e.g. in the test suite)
* Fixed declaration of errorInfo in tcl_findLibrarywelch1998-11-021-2/+2
|
* Overhaul of pkg_mkIndexwelch1998-10-301-319/+156
|
* Fixed a typo in tcl_findLibrary, and fixed the logic that ensureswelch1998-10-231-10/+28
| | | | | the parent directory of tcl_library is on the auto_path. Added a comment to init.tcl about how auto_path is initialized.
* Fixed a number of buglets in pkg_mkIndex:escoffon1998-10-171-9/+69
| | | | | | | | - on windows, use case-insensitive comparison with the shared lib extension, so that both .DLL and .dll files are loaded (.DLL were sourced) - if the glob fails, make sure we go back to the old directory - make sure we can handle packages that spread over multiple files - set auto_path in the slave consistently with ours
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-1412-12/+12
|
* Nuked / from file pathswelch1998-08-071-2/+2
|
* Added tcl_findLibrarywelch1998-08-061-3/+84
|
* remove temporary variablesstanton1998-07-311-0/+6
|
* *** empty log message ***welch1998-07-241-14/+7
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-241-26/+393
| | | | parent workspace "/export/home/ws/tcl8.0".
* Removed changed from version 1.9surles1998-07-241-319/+52
|
* Updated core w/ Micheals latest changes.surles1998-07-241-52/+319
|