summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* load internals refactoringvincentdarley2002-07-171-0/+18
|
* Fix a comment that was causing problems for programs (like "mktclapp") thatdrh2002-07-171-0/+6
| | | | embed the initialization script in strings. No changes to code.
* removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar()Miguel Sofer2002-07-171-0/+9
| | | | and Tcl(Get|Set|Incr)ElementOfIndexedArray()
* Minor changes to make things build with SunPro CC...dkf2002-07-171-0/+5
|
* variable access optimisationsMiguel Sofer2002-07-171-0/+15
|
* * unix/Makefile.in:mdejong2002-07-161-0/+6
| | | | | * win/Makefile.in: Add a more descriptive warning in the event `make genstubs` needs to be rerun.
* * unix/Makefile.in: Use dltest.marker filemdejong2002-07-161-0/+9
| | | | | | | | to keep track of when the dltest package is up to date. This fixes [Tcl bug 575768] since tcltest is no longer linked every time. * unix/dltest/Makefile.in: Create ../dltest.marker after a successful `make all` run in dltest.
* * unix/configure: Regen.mdejong2002-07-161-0/+5
| | | | * unix/configure.in: Remove useless subst of TCL_BIN_DIR.
* * generic/tclVar.c: inaccurate comment fixedMiguel Sofer2002-07-161-0/+4
|
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-0/+12
| | | | results in (Tcl_AddObjErrorInfo) and (TclUpdateReturnInfo)
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-151-0/+19
| | | | | | | | | | | | | | | | | | pointers; definition of three new Tcl_Obj types to cache variable name parsing and lookup for later reuse; modification of internal functions to profit from the caching. * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclNamesp.c: adding CONST qualifiers to variable names passed to Tcl_FindNamespaceVar and to variable resolvers; adding CONST qualifier to the 'msg' argument to TclLookupVar. Needed to avoid code duplication in the new tclVar.c code. * tests/set-old.test: * tests/var.test: slight modification of error messages due to the modifications in the tclVar.c code.
* * Improved constraints to protect /tmp. [Bug 581403]dgp2002-07-151-0/+5
|
* comment cleanup and code speedup for fsvincentdarley2002-07-151-0/+1
|
* mac TclpObjlink implementationvincentdarley2002-07-151-0/+2
|
* static internal functionvincentdarley2002-07-151-0/+2
|
* tests, docsvincentdarley2002-07-151-0/+6
|
* * Removed declarations that duplicated entries in the (internal)dgp2002-07-151-0/+3
| | | | stub table.
* * library/tcltest/tcltest.tcl: Corrected errors in handling ofdgp2002-07-141-0/+3
| | | | configuration options -constraints and -limitconstraints.
* * Bumped HEAD to version 8.4b2 so we can distinguish it fromdgp2002-07-141-0/+10
| | | | the 8.4b1 release.
* logdgp2002-07-111-0/+3
|
* file normalization on win 95/98vincentdarley2002-07-111-0/+9
|
* * Overlooked CONST documentation update.dgp2002-07-111-0/+4
|
* ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d'dkf2002-07-111-0/+6
|
* tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED ↵Miguel Sofer2002-07-111-0/+7
| | | | flag.
* [file attributes -permissions] is Unix-only; [catch] it for portabilitydkf2002-07-111-0/+5
|
* * Greatly reduced the number of [exec]s, using slave interps instead.dgp2002-07-101-0/+5
| | | | | * Fixed bug uncovered in the conversion where a message was written to stdout instead of [outputChannel].
* Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268]dkf2002-07-101-0/+7
|
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-0/+18
| | | | in the test suite.
* Removed exec of unix utilities from cmdAH.test [Bug 579211]dkf2002-07-101-0/+2
|
* Fix for bug 579284; registered math funcs can now correctly return wide-ints.dkf2002-07-101-32/+38
|
* * tests/socket.test: Fixed bug #578164. The original reason forandreas_kupries2002-07-081-0/+7
| | | | | | the was a DNS outage while running the testsuite. Changed [info hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on the local host.
* * doc/tcltest.n: Fixed incompatibility in [viewFile].dgp2002-07-081-0/+6
| | | | | * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163]
* no zero refcount in Tcl_FSvincentdarley2002-07-081-1/+3
|
* fs cleanupvincentdarley2002-07-081-0/+11
|
* add file link constraintvincentdarley2002-07-081-0/+7
|
* * tests/pkgMkIndex.test: Constrained tests of [load] package indexingdgp2002-07-061-1/+6
| | | | | to those platforms where the testing shared libraries have been built. [Bug 578166].
* * added recent changesdgp2002-07-051-0/+4
|
* * generic/tclClock.c (FormatClock): Convert the format string tormax2002-07-051-0/+7
| | | | | | UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that.
* Made many tests work properly when the current directory is not writable.dkf2002-07-051-0/+26
| | | | Added targets to unix/Makefile.in to facilitate testing of this situation.
* updated for 8.4b1 releasehobbs2002-07-051-0/+4
|
* More fixing of writable-current-dir assumption. [Bug 575824]dkf2002-07-041-0/+6
|
* * tests/socket.test:andreas_kupries2002-07-041-0/+5
| | | | | | * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for a description the general problem.
* fixed [Bug 575817]Miguel Sofer2002-07-041-0/+4
|
* * All the bugs below are instances of the same problem: Theandreas_kupries2002-07-041-14/+26
| | | | | | | | | testsuite assumes [pwd] = [temporaryDirectory] and writable. * tests/iogt.test: Fixed bug #575860. * tests/io.test: Fixed bug #575862. * tests/exec.test: * tests/ioCmd.test: Fixed bug #575836.
* tests/pkg1 removaldgp2002-07-041-0/+7
|
* * Fixed [Bug 575857] where this test filedgp2002-07-041-0/+21
| | | | | | expected to be able to write to [file join [testsDirectory] pkg]. Part of the fix was to import several auxilliary files into the test file itself.
* * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoiddgp2002-07-031-0/+8
| | | | | | | * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033]
* * generic/tclCompCmds.c (TclCompileCatchCmd): returnMiguel Sofer2002-07-031-0/+6
| | | | | TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen at runtime so that it can be caught [Bug 577015].
* * doc/tcltest.n: more refinements of the documentation.dgp2002-07-031-0/+5
| | | | | * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes.
* Markup fixes, spellcheck.jenglish2002-07-021-0/+4
|