summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * changes: Updates for 8.6a2 release.dgp2008-08-081-0/+4
|
* Olson's tzdata2008eKevin B Kenny2008-08-081-0/+1
|
* Olson's tzdata2008eKevin B Kenny2008-08-081-0/+15
|
* * generic/tclBasic.c: Fix tailcalls falling out of tebc intoMiguel Sofer2008-08-071-1/+7
| | | | | * generic/tclExecute.c: Tcl_EvalEx [Bug 2017946] * generic/tclInt.h:
* * generic/tclOO.c: Revised TclOO's check for an interpdgp2008-08-061-0/+11
| | | | | | | | | | being deleted during handling of object command deletion. The old code was relying on documented features of command delete traces that do not in fact work. [Bug 2039178]. * tests/oo.test (oo-26.*): Added tests that demonstrate failure of TclOO to check for various kinds of invalid bytecode during method dispatch. [Bug 2037727].
* credit dgp for that bug :}Miguel Sofer2008-08-061-1/+2
|
* * generic/tclVar.c (TclLookupSimpleVar): fix bug that the coreMiguel Sofer2008-08-061-0/+5
| | | | | | could not trigger before TclOO: the number of locals was being read from the Proc, which can under some circumstance be out of sync with the localCache's.
* * library/init.tcl (::unknown): removed the [namespace inscope]Miguel Sofer2008-08-061-0/+10
| | | | | | | | | hack that was maintained for Itcl *** POTENTIAL INCOMPATIBILITY *** for Itcl Itcl users will need a new release with Itcl's [Patch 2040295], or else load the tiny script in that patch by themselves (rewrite ::unknown). Note that it is a script-only patch.
* Streamline async connect logic [Patch 1994512].jenglish2008-08-051-0/+4
| | | | | | | Consolidate error reporting paths in CreateSocket(); Restore blocking mode immediately after connect() FD blocking mode is now consistent with [fconfigure ... -blocking] setting while async connect is in progress.
* missing ChangeLof entryMiguel Sofer2008-08-051-0/+5
|
* * tests/nre.test: added tests for [if], [while] and [for]. A testMiguel Sofer2008-08-041-0/+4
| | | | | for [foreach] has been added and marked as knownbug, awaiting for it to be NR-enabled.
* * generic/tclBasic.c: made atProcExit commands runMiguel Sofer2008-08-041-0/+8
| | | | | | | * generic/tclCompile.h: inconditionally, streamlined * generic/tclExecute.c: atProcExit/tailcall processing * generic/tclProc.c: in TEBC. * tests/unsupported.test:
* * generic/tclExecute.c: Stopped faulty double-logging of errors todgp2008-08-041-0/+7
| | | | | | * tests/execute.test: stack trace when a compile epoch bump triggers fallback to direct evaluation of commands in a compiled script. [Bug 2037338]
* ChangeLog entryMiguel Sofer2008-08-031-0/+10
|
* remove NRE.test & add new test files to Tcl.xcodeprojdas2008-08-031-6/+3
|
* * tests/NRE.test: made empty, waiting for removal until das doesMiguel Sofer2008-08-021-0/+9
| | | | | | | | his thing in macosx/Tcl.xcodeproj/project.pbxproj * tests/nre.test: migrated tests to standard locations, * tests/unsupported.test: separating core functionality from the experimental commands. These are new files.
* * doc/Exit.3: do not call Tcl_Finalize implicitlyhobbs2008-08-011-0/+8
| | | | | | | * generic/tclEvent.c: on DLL_PROCESS_DETACH as it may lead * win/tclWin32Dll.c (DllMain): to issues and the user should be explicitly calling Tcl_Finalize before unloading regardless. Clarify the docs to note the explicit need in embedded use.
* * generic/tclBasic.c: Revised timing of the CmdFrame stack managementdgp2008-08-011-0/+9
| | | | | | | | * tests/info.test: in TclEvalEx so that the CmdFrame will still be on the stack at the time Tcl_LogCommandInfo is called to append another level of -errorinfo information. Sets the stage to add file and line data to the stack trace. Added test to check that [info frame] functioning remains unchanged by the revision.
* * tests/NRE.test: replaced all deep-recursing tests by shallowerMiguel Sofer2008-08-011-0/+4
| | | | | tests that actually measure the C-stack depth. This makes them bearable again (even under memdebug) and avoid crashing on failure.
* tclNRE.h die die diedas2008-07-311-40/+40
|
* nr-enabling [for]; [while] made to reuse [for]'s infrastructure.Miguel Sofer2008-07-311-2/+2
|
* nr-enabling [while]Miguel Sofer2008-07-311-2/+3
|
* missing ChangeLog entryMiguel Sofer2008-07-311-2/+3
|
* * generic/tclBasic.c: NR-enabling [catch]Miguel Sofer2008-07-311-0/+5
| | | | | | * generic/tclCmdAH.c: * generic/tclInt.h: * tests/NRE.test:
* wrong date in ChangelogMiguel Sofer2008-07-311-1/+1
|
* Dumped tclNRE.h's contents into tclInt.h. The file is now empty andMiguel Sofer2008-07-311-0/+15
| | | | | | unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some knowledgeable maintainer please remove tclNRE.h after making sure it doesn't break the build on macosx
* * generic/tclBasic.c: Improved tailcalls and tests.Miguel Sofer2008-07-311-0/+6
| | | | | | | * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclTest.c: * tests/NRE.test:
* * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorgMiguel Sofer2008-07-301-0/+3
| | | | to clarify what is happening.
* * generic/tclBasic.c: guard against the value of iPtr->evalFlagsMiguel Sofer2008-07-301-0/+6
| | | | | changing between the times where TEOV and TEOV_exception run. Thanks dgp for catching this.
* * tests/NRE.test: new tests that went MIA in the NRE revampingMiguel Sofer2008-07-291-0/+2
|
* a timid start at cleaning upMiguel Sofer2008-07-291-0/+4
|
* * generic/tclBasic.c: Made use of the thread's alloc cacheMiguel Sofer2008-07-291-0/+8
| | | | | | | | | * generic/tclInt.h: stored in the ekeko at interp creation * generic/tclNRE.h: to avoid hitting the TSD each time an * generic/tclThreadAlloc.c: NRE callback is pushed or pulled; the approach is suitably general to extend to evry other obj allocation where an interp is know; this is left for some other time, requires a lot of grunt work.
* * generic/tclExecute.c: fix [Bug 2030670] that causeMiguel Sofer2008-07-291-0/+4
| | | | | TclStackRealloc to panic on rare corner cases. Thx ajpasadyn for diagnose and patch.
* changelog entryMiguel Sofer2008-07-291-0/+16
|
* it's tip #27, not #24nijtmans2008-07-281-3/+3
|
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-0/+12
| | | | | | | | | | | * generic/tcl.decls: which all are supposed to be a constant, but * generic/tclDecls.h: this was not reflected in the API: * generic/tclFileSystem.h: Tcl_FSGetInternalRep * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... This change complies with TIP #24. ***POTENTIAL INCOMPATIBILITY***
* * generic/tclBasic.c: Added missing ref count when creating anandreas_kupries2008-07-281-0/+8
| | | | | | | empty string as path (TclEvalEx). In 8.4 the missing code caused panics in the testsuite. It doesn't in 8.5. I am guessing that the code path with the missing the incr-refcount is not invoked any longer. Because the bug in itself is certainly the same.
* general tidy updkf2008-07-271-214/+208
|
* formatting onlynijtmans2008-07-271-13/+13
|
* Remove unnecessary hack.dkf2008-07-271-0/+5
|
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-271-0/+16
| | | | | | | | | | | | | | | * doc/ObjectType.3 Tcl_ObjType which all are supposed * generic/tcl.decls to be a constant, but this was not * generic/tcl.h reflected in the API: * generic/tclDecls.h Tcl_ConvertToType * generic/tclObj.c Tcl_GetObjType * generic/tclCompCmds.c Tcl_RegisterObjType * generic/tclOOMethod.c Introduced a CONST86_RETURN, so extensions which * generic/tclTestobj.c use Tcl_ObjType directly can be modified to compile against both Tcl 8.5 and Tcl 8.6 tclDecls.h is re-generated with "make genstubs" This change complies with TIP #24 ***POTENTIAL INCOMPATIBILITY***
* * test/info.test: More work on singleTestInterp usability. Thisandreas_kupries2008-07-251-0/+3
| | | | fixes bug [1605269].
* * tests/info.test: Tests 38.* added, exactly testing the trackingandreas_kupries2008-07-251-0/+18
| | | | | | | | | | | | | | | | | of location for uplevel scripts. Resolved merge conflict on info-37.0, switched !singleTestInterp constraint to glob matching instead. Ditto info-22.8, removed constraint, more glob matching, and reduced the depth of the stack we check. More is coming, right now I want to commit the bug fixes. * tests/oo.test: Updated oo-22.1 for expanded location tracking. * generic/tclCompile.c (TclInitCompileEnv): Reorganized the initialization of the #280 location information to match the flow in TclEvalObjEx to get more absolute contexts. * generic/tclBasic.c (TclEvalObjEx): Added missing cleanup of extended location information.
* * tests/info.test (info-37.0): Add !singleTestInterp constraint;das2008-07-251-1/+8
| | | | | | (info-22.8, info-23.0): switch to glob matching to avoid sensitivity to tcltest.tcl line number changes, remove knownBug constraint, fix expected result. [Bug 1605269]
* Oops, wrong datenijtmans2008-07-241-2/+2
|
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-0/+19
| | | | | | | | | | | supposed to be a constant, but this was not reflected in the API: Tcl_SetTimer Tcl_WaitForEvent Tcl_ConditionWait Tcl_SetMaxBlockTime Introduced a CONST86, so extensions which have their own Notifier (are there any?) can be modified to compile against both Tcl 8.5 and Tcl 8.6. This change complies with TIP #24
* Added relative speed test for pure byte array concats.ferrieux2008-07-231-1/+3
|
* Added relative speed test for lrange, checking fro in-place optimization.ferrieux2008-07-231-0/+5
|
* * tests/info.test: Reordered the tests to have monotonouslyandreas_kupries2008-07-231-0/+3
| | | | increasing numbers.
* * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-0/+11
| | | | | | | | | | * generic/tclCmdIL.c: immediately, without search. Reworked setup * generic/tclCompile.c: of eoFramePtr, doesn't need the line * tests/info.test: information, more sensible to have everything on line 1 when eval'ing a pure list. Updated the users of the line information to special case this based on the frame type (i.e. TCL_LOCATION_EVAL_LIST). Added a testcase demonstrating the new behaviour.