summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Added missing function comments.andreas_kupries2008-07-221-1/+2
|
* * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-221-1/+4
| | | | * generic/tclCompile.h: static, and ansified.
* * generic/tclBasic.c: Ansified the new functions.andreas_kupries2008-07-221-0/+2
|
* * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-0/+11
| | | | | | | | | | * generic/tclCompile.c: for #280 to fix the abysmal performance * generic/tclCompile.h: for deep recursion, replaced the linear * generic/tclExecute.c: search through the whole stack with * generic/tclInt.h: another hashtable and simplified the data structure used by the compiler (array instead of hashtable). Incidentially this also fixes the memory leak reported via [Bug 2024937].
* * generic/tclBasic.c: Added numLevels field to CommandFrame,Miguel Sofer2008-07-221-1/+7
| | | | | * generic/tclExecute.c: let GetCommandSource use it. This solves * generic/tclInt.h: [Bug 2017146]. Thx dgp for the analysis.
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-0/+13
| | | | | | | | | | | | * generic/tclCmdAH.c: frame), added the ability to track the * generic/tclCompCmds.c: absolute location of literal procedure * generic/tclCompile.c: arguments, and making this information * generic/tclCompile.h: available to uplevel, eval, and * generic/tclInterp.c: siblings. This allows proper tracking of * generic/tclInt.h: absolute location through custom (Tcl-coded) * generic/tclNamesp.c: control structures based on uplevel, etc. * generic/tclProc.c: * tests/info.test:
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-0/+7
|
* Added test for file rename with inode collision on windowspatthoyts2008-07-211-0/+1
|
* TIP #304 implementationferrieux2008-07-211-0/+12
|
* * generic/tcl.decls: Changed the implementation ofMiguel Sofer2008-07-211-0/+9
| | | | | | | | | | * generic/tclBasic.c: [namespace import]; removed * generic/tclDecls.h: Tcl_NRObjProc, replaced with * generic/tclExecute.c: Tcl_NRCmdSwap (proposed public * generic/tclInt.h: NRE API). This should fix * generic/tclNRE.h: [Bug 582506]. * generic/tclNamesp.c: * generic/tclStubInit.c:
* Inode numbers on Windows are not unique so avoid the inode check on this ↵patthoyts2008-07-211-0/+4
| | | | platform [Bug 2015723]
* ChangeLog fixMiguel Sofer2008-07-211-1/+1
|
* * generic/tclBasic.c: NRE: enabled calling NR commandsMiguel Sofer2008-07-211-0/+9
| | | | | | | | * generic/tclExecute.c: from the callbacks. Completely * generic/tclInt.h: redone tailcall implementation * generic/tclNRE.h: using the new feature. * generic/tclProc.c: * tests/NRE.test:
* * tests/fileName.test: Repaired the failing test fileName-15.7Kevin B Kenny2008-07-201-0/+5
| | | | from dkf's commit earlier today.
* Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot.dkf2008-07-201-0/+7
|
* Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2dkf2008-07-201-0/+7
|
* Fix miguel's problem with env failures; need LANG to get [encoding system]dkf2008-07-191-0/+4
| | | | right in subprocesses...
* More test cleanup.dkf2008-07-191-2/+3
|
* Rewrite to use tcltest2 and not generate non-ascii chars in results.dkf2008-07-191-1/+5
| | | | Part of fix of [Bug 1513659]
* new TclNRAddCallback macro for internal use instead of the publicMiguel Sofer2008-07-181-0/+16
| | | | Tcl_NRAddCallback
* NRE-enable the TclOO constructor system.dkf2008-07-181-0/+7
|
* * tests/NRE.test: Added basic tests for deep TclOO callsMiguel Sofer2008-07-181-0/+2
|
* * generic/tcl.decls: Change the public api prefix fromMiguel Sofer2008-07-181-0/+18
| | | | | | | | | | | | | | | | | * generic/tcl.h: TclNR_foo to Tcl_NRfoo * generic/tclBasic.c: * generic/tclDecls.h: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclInterp.c: * generic/tclNRE.h: * generic/tclNamesp.c: * generic/tclOO.c: * generic/tclOOBasic.c: * generic/tclOOCall.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclStubInit.c:
* NRE-enable oo::object.evaldkf2008-07-181-0/+5
|
* * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fixMiguel Sofer2008-07-181-0/+8
| | | | | | | refcounting bugs that caused crashes [Bug 2017857]. * generic/tclBasic.c (TclNREvalObjEx): streamline the management of the command frame (opt).
* NRE-ify the non-compiled version of [dict update].dkf2008-07-171-1/+3
|
* Add NRE support to [dict with].dkf2008-07-171-1/+6
|
* * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain thatgeorgeps2008-07-161-0/+5
| | | | thread key creation is successful.
* NRE-aware TclOO.dkf2008-07-161-30/+42
|
* * tests/NRE.test: better constraint for testing theMiguel Sofer2008-07-161-0/+4
| | | | | * tests/stack.test: existence of teststacklimit, to insure that the testsuite runs under tclsh.
* * generic/tclParse.c: fixing incomplete reversion of "fix" forMiguel Sofer2008-07-151-0/+5
| | | | [Bug 2017583], missing TclResetCancellation call.
* Fix [Bug 2018603]dkf2008-07-151-0/+2
|
* Fix error in example. [Bug 2016740]dkf2008-07-151-0/+2
|
* Factor the ensemble code a bit more.dkf2008-07-151-0/+7
|
* * generic/tclParse.c: reverting the "fix" for [Bug 2017583],Miguel Sofer2008-07-141-0/+6
| | | | | * tests/parse.test: numLevel management and TclInterpReady check seems to be necessary after all.
* Store ClientDatas in NRE callback storage as an array; that's how they aredkf2008-07-141-7/+15
| | | | referred to in callback implementations anyway.
* * generic/tclParse.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-1/+2
|
* * generic/tclExecute.c: Remove unneeded TclInterpReady callMiguel Sofer2008-07-141-0/+2
|
* * generic/tclBasic.c.: Embedded Tcl_Canceled() calls intoMiguel Sofer2008-07-141-4/+7
| | | | | * generic/tclExecute.c: TclInterpReady(). * generic/tclParse.c:
* * generic/tclVar.c: fix error messageMiguel Sofer2008-07-141-0/+2
|
* ChangeLog fixMiguel Sofer2008-07-141-1/+2
|
* * generic/tclParse.c: remove unnecessary numLevel managementMiguel Sofer2008-07-141-0/+3
| | | | [Bug 2017583]
* * generic/tclBasic.c.: NRE left too many calls toMiguel Sofer2008-07-141-1/+5
| | | | | | * generic/tclExecute.c: TclResetCancellation lying around: it * generic/tclProc.c: only needs to be called prior to any iPtr->numLevels++. Thanks mistachkin.
* * generic/tclBasic.c: TclResetCancellation() calls were misplacedMiguel Sofer2008-07-131-0/+3
| | | | (merge mishap); stray //. Thanks patthoyts.
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-131-0/+5
| | | | were badly defined under mem debugging [Bug 2017240] (thx das)
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-0/+39
|
* Minor updates for better readability.dkf2008-07-111-92/+96
|
* * generic/tclGet.c: Corrected out of date comments and removeddgp2008-07-081-0/+12
| | | | | | | | | | | * generic/tclInt.decls: internal routine TclGetLong() that's no longer used. If an extension is using this from the internal stubs table, it can shift to the public routine Tcl_GetLongFromObj() or can request addition of a public Tcl_GetLong(). ***POTENTIAL INCOMPATIBILITY*** * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c:
* Tighten up language.dkf2008-07-081-0/+5
|
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-0/+5
| | | | the interp result found by Don Porter.