summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/tcltest/tcltest.tcl: Correction to debug prints and testingdgp2004-05-264-25/+30
| | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior. Bumped to tcltest 2.2.6.
* * doc/http.n (http::config): add -urlencoding option (default utf-8)hobbs2004-05-255-31/+96
| | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0.
* Prototype fix for [Bug 960410] that tries to move hash table cleanup somewheredkf2004-05-252-9/+18
| | | | more reliable.
* Added exampledkf2004-05-251-1/+8
|
* Added exampledkf2004-05-251-1/+16
|
* Added examplesdkf2004-05-251-1/+12
|
* * docs/global.n: added details for qualified variable namesMiguel Sofer2004-05-252-10/+26
| | | | [Bug 959831]
* * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-254-43/+55
| | | | | | | | | | | | | | | | * tests/namespace.test (namespace-17.10-12): reverted commit of 2004-05-23 and removed the tests, as it interferes with the varname resolver and there are apps that break (AlphaTk). A fix will have to wait for Tcl9. * generic/tclVar.c: Caching of namespace variables disabled: no simple way was found to avoid interfering with the resolver's idea of variable existence. A cached varName may keep a variable's name in the namespace's hash table, which is the resolver's criterion for existence. * tests/namespace.c (namespace-17.10): testing for interference between varname caching and name resolver.
* * tests/winPipe.test: Protect against path being setdgp2004-05-254-4/+11
| | | | | | * tests/unixInit.test: Unset path when done. * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. Delete interps when done.
* * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist.dgp2004-05-255-277/+283
| | | | | | * tests/stringComp.test: stop re-use of string.test test names * tests/regexpComp.test: stop re-use of regexp.test test names * tests/namespace.test (namespace-46.3): Verify [p] does not exist.
* * tests/winFCmd.test: Correct test for the presence of a CD-ROM so Kevin B Kenny2004-05-252-15/+13
| | | | | | that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267]
* io-61.1: initialize resdgp2004-05-251-1/+2
|
* * tests/http.test: Clear away the custom [bgerror] when done.dgp2004-05-253-4/+7
| | | | * tests/io.test: Take care to use namespace variables.
* * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result"dgp2004-05-254-7/+14
| | | | | | | that gets cleaned up. * tests/exec.test: Clean up the "path" array. * tests/interp.test (interp-9.3): Initialize res, so prior values cannot make the test fail.
* * tests/execute.test (execute-8.1): Updated to remove the tracedgp2004-05-252-4/+14
| | | | | set on ::errorInfo . When left in place, that trace can cause later tests to fail.
* error in test namingdkf2004-05-251-3/+3
|
* Add exampledkf2004-05-251-2/+17
|
* Finish fixing comments for [Bug 848440]dkf2004-05-253-5/+9
|
* Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312]dkf2004-05-252-30/+48
|
* More idiomatic example. [Bug 959602]dkf2004-05-252-4/+7
|
* * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT tohobbs2004-05-252-2/+10
| | | | | | properly have tclIntType used for smaller values. This corrects TclX bug 896727 and any other 3rd party extension that created math functions but was not yet WIDE_INT aware in them.
* Added examplesdkf2004-05-244-30/+83
|
* Fixed [Bug 959193] which is apparently a word-size issue.dkf2004-05-242-2/+7
|
* * doc/set.n: accurate description of name resolution process,Miguel Sofer2004-05-242-15/+18
| | | | referring to namespace.n for details [Bug 959180]
* Added exampledkf2004-05-241-1/+23
|
* Added examples and more cross-referencesdkf2004-05-241-9/+49
|
* Added example and cross-referencedkf2004-05-241-2/+9
|
* Adding potential incompatibility warning in ChangelogMiguel Sofer2004-05-241-0/+12
|
* Fix in commentsMiguel Sofer2004-05-231-10/+7
|
* * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,Miguel Sofer2004-05-234-19/+56
| | | | | | | insuring that no "zombie" variables are found. * generic/tclVar.c (TclLookupSimpleVar): comments re [Bug 736729] (predecessor of [Bug 959052]) removed. * tests/namespace.test: added tests 17.10-12
* * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for newMiguel Sofer2004-05-222-12/+39
| | | | | | | | (in tcl8.4) exteriorisations of [Bug 736729] due to the use of tclNsVarNameType obj types. Reenabling the use of this objType ("VAR ref absolute" benchmark down to 66 ms, from 230). Added comments in TclLookupSimpleVar explaining my current understanding of [Bug 736729].
* * generic/tclVar.c: fix for [Bug 735335]. The use ofMiguel Sofer2004-05-222-21/+30
| | | | | tclNsVarNameType objs is still disabled, pending resolution of [Bug 736729].
* Reformulated so as to make clear what are examples.dkf2004-05-221-15/+17
|
* * tests/namespace.test (namespace-41.3): removed the {knownBug}Miguel Sofer2004-05-222-2/+8
| | | | | constraint: [Bug 231259] is closed since nov 2001, and the fix of [Bug 729692] (INST_START_CMD) makes the test succeed.
* Minor syntactic fixes. Removed a clause that read very strangely anddkf2004-05-221-5/+1
| | | | | was effectively duplicated elsewhere (and was a hold-over from previous versions of the page)
* Use longer dashes (where available)dkf2004-05-211-5/+5
|
* Typo!dkf2004-05-211-2/+2
|
* Added examples.dkf2004-05-211-1/+28
|
* Added some more examples; there are actually examples scattered through the ↵dkf2004-05-211-12/+39
| | | | file anyway.
* One more fix; this time it really does let this file build...dkf2004-05-211-9/+15
|
* Make TCL_COMPILE_DEBUG path through TEBC work...dkf2004-05-212-8/+9
|
* Variables should only ever be declarated at the start of a block...dkf2004-05-212-3/+8
|
* 2004-05-21 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2004-05-212-1114/+1285
| | | | | | | | | | * generic/tclExecute.c (TclExecuteByteCode): reorganised TEBC automatic variables, defining them in tight blocks instead of at the function level. This has three purposes: - it simplifies the analysis of individual instructions - it is preliminary work to the non-recursive engine - it allows a better register allocation by the optimiser; under gcc3.3, this results in up to 10% runtime in some tests
* Added examplesdkf2004-05-201-1/+39
|
* Added examples.dkf2004-05-201-2/+61
|
* It seems all NaN handling is non-portable except where the platform isdkf2004-05-201-5/+5
| | | | incredibly constrained.
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-205-5/+174
|
* * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue Kevin B Kenny2004-05-192-2/+13
| | | | | | | | | where there was a sneak path from Tcl_DStringFree to SetErrorCode(0). The result was that the error code could be reset between a call to FindFirstFileEx and the check of its status return, leading to a bizarre error return of {POSIX unknown {No error}}. (Found in unplanned test - no incident logged at SourceForge.)
* Added test based on suggestion by Miguel Soferdkf2004-05-191-1/+17
|
* Oops! Duplicated a -constraints section, which confused tcltestdkf2004-05-191-3/+3
|