Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | fixed bug 1497 for 8.1: tclPkgUnknown should test for read privs | surles | 1999-04-20 | 1 | -3/+3 |
| | |||||
* | fixed bug 1571: pkgIndex files fail for dde and registry packages: | surles | 1999-04-19 | 3 | -0/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 83 | -1041/+24281 |
| | |||||
* | Fixed pkg_mkIndex when input files do "namespace import". BUG 1327 | welch | 1999-03-31 | 1 | -2/+2 |
| | |||||
* | Fixed quoting bugs in auto_mkindex_parser, BUGID 1657 | welch | 1999-03-31 | 1 | -16/+44 |
| | |||||
* | * library/init.tcl: Fixed auto_mkindex so it handles .tbc files. | stanton | 1999-02-11 | 1 | -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 in | stanton | 1999-02-02 | 4 | -8/+12 |
| | | | | | CopyDone since the user may have already called http::reset. [Bug: 1108] | ||||
* | * library/init.tcl: Various small changes requested by Jan Nijtmans. | stanton | 1999-02-02 | 1 | -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] | stanton | 1999-02-02 | 1 | -2/+2 |
| | |||||
* | Making it possible for http -command callbacks to safelyscriptics_tclpro_1_2_b1 | welch | 1999-01-19 | 4 | -8/+20 |
| | | | | uset the state array. | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 1 | -1/+2 |
| | |||||
* | Fixed pkg_mkIndex tcl to deal with failed loads. | welch | 1998-11-12 | 1 | -5/+27 |
| | |||||
* | Removed lint (thanks, procheck!) | welch | 1998-11-11 | 3 | -358/+337 |
| | |||||
* | fixed bug in pkg_mkIndex that is hit when TCL_LIBRARY is a relative | stanton | 1998-11-02 | 1 | -1/+7 |
| | | | | path (e.g. in the test suite) | ||||
* | Fixed declaration of errorInfo in tcl_findLibrary | welch | 1998-11-02 | 1 | -2/+2 |
| | |||||
* | Overhaul of pkg_mkIndex | welch | 1998-10-30 | 1 | -319/+156 |
| | |||||
* | Fixed a typo in tcl_findLibrary, and fixed the logic that ensures | welch | 1998-10-23 | 1 | -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: | escoffon | 1998-10-17 | 1 | -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_3 | stanton | 1998-09-14 | 12 | -12/+12 |
| | |||||
* | Nuked / from file paths | welch | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Added tcl_findLibrary | welch | 1998-08-06 | 1 | -3/+84 |
| | |||||
* | remove temporary variables | stanton | 1998-07-31 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -14/+7 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and | welch | 1998-07-24 | 1 | -26/+393 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | Removed changed from version 1.9 | surles | 1998-07-24 | 1 | -319/+52 |
| | |||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 1 | -52/+319 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-20 | 1 | -3/+19 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | fixed a typo in the name of the -verbose flag | escoffon | 1998-07-14 | 1 | -2/+2 |
| | |||||
* | - added the -verbose flag, to show progress | escoffon | 1998-07-13 | 1 | -4/+31 |
| | | | | | | - make sure that namespaces are not imported more than once per interpreter - make sure we import the namespaces before setting the initial list of commands, or we miss the imported commands. | ||||
* | Fixed pkg_mkIndex | welch | 1998-07-11 | 1 | -1/+8 |
| | |||||
* | - merged in the pkg_MkIndex changes | escoffon | 1998-07-02 | 1 | -23/+22 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-02 | 1 | -91/+343 |
| | | | | parent workspace "/ws/tcl8.0". | ||||
* | expr bracing | welch | 1998-06-29 | 7 | -99/+104 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 5 | -55/+90 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 19 | -0/+5864 |