Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclBasic.c.: Embedded Tcl_Canceled() calls into | Miguel Sofer | 2008-07-14 | 4 | -22/+14 |
| | | | | | * generic/tclExecute.c: TclInterpReady(). * generic/tclParse.c: | ||||
* | * generic/tclVar.c: fix error message | Miguel Sofer | 2008-07-14 | 2 | -2/+4 |
| | |||||
* | remove unused variable | Miguel Sofer | 2008-07-14 | 1 | -3/+1 |
| | |||||
* | ChangeLog fix | Miguel Sofer | 2008-07-14 | 1 | -1/+2 |
| | |||||
* | * generic/tclParse.c: remove unnecessary numLevel management | Miguel Sofer | 2008-07-14 | 3 | -8/+7 |
| | | | | [Bug 2017583] | ||||
* | * generic/tclBasic.c.: NRE left too many calls to | Miguel Sofer | 2008-07-14 | 4 | -11/+8 |
| | | | | | | * generic/tclExecute.c: TclResetCancellation lying around: it * generic/tclProc.c: only needs to be called prior to any iPtr->numLevels++. Thanks mistachkin. | ||||
* | more consistent wrong # arg messages: change all messages containing ↵ | nijtmans | 2008-07-13 | 23 | -72/+72 |
| | | | | ?options? to the form ?-option value ...? | ||||
* | * generic/tclBasic.c: TclResetCancellation() calls were misplaced | Miguel Sofer | 2008-07-13 | 2 | -6/+6 |
| | | | | (merge mishap); stray //. Thanks patthoyts. | ||||
* | * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree | Miguel Sofer | 2008-07-13 | 2 | -1/+31 |
| | | | | were badly defined under mem debugging [Bug 2017240] (thx das) | ||||
* | whitespace | das | 2008-07-13 | 1 | -174/+174 |
| | |||||
* | add new NRE files | das | 2008-07-13 | 1 | -1/+5 |
| | |||||
* | autoheader-2.59 | das | 2008-07-13 | 1 | -3/+0 |
| | |||||
* | remove leftover DTRACE macro causing buid failure | das | 2008-07-13 | 1 | -5/+1 |
| | |||||
* | silence compiler warnings about uninited variables (gcc can't follow the logic) | Miguel Sofer | 2008-07-13 | 1 | -4/+6 |
| | |||||
* | added new files generic/tclNRE.h and tests/NRE.test | Miguel Sofer | 2008-07-13 | 2 | -0/+575 |
| | |||||
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 27 | -7657/+8955 |
| | |||||
* | Minor updates for better readability. | dkf | 2008-07-11 | 1 | -92/+96 |
| | |||||
* | add a vqtcl entry | patthoyts | 2008-07-09 | 1 | -1/+2 |
| | |||||
* | * generic/tclGet.c: Corrected out of date comments and removed | dgp | 2008-07-08 | 5 | -68/+30 |
| | | | | | | | | | | | * 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. | dkf | 2008-07-08 | 2 | -15/+21 |
| | |||||
* | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting | andreas_kupries | 2008-07-07 | 2 | -2/+7 |
| | | | | the interp result found by Don Porter. | ||||
* | typo | dgp | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | Correct examples. [Bug 1982642] | dkf | 2008-07-07 | 3 | -17/+35 |
| | |||||
* | Improve [lindex] examples. | dkf | 2008-07-06 | 2 | -5/+28 |
| | |||||
* | * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak | andreas_kupries | 2008-07-03 | 2 | -1/+19 |
| | | | | | reported in [Bug 1987821]. Thanks to Miguel for the rpeort and Don Porter for tracking the cause down. | ||||
* | * library/package.tcl: Removed [file readable] testing from | dgp | 2008-07-03 | 2 | -11/+37 |
| | | | | | | | [tclPkgUnknown] and friends. We find out soon enough whether a file is readable when we try to [source] it, and not testing before allows us to workaround the bugs on some common filesystems where [file readable] lies to us. [Patch 1969717] | ||||
* | Add focussed stack limiting to the RE compiler. Tuning might not yet be right | dkf | 2008-07-01 | 3 | -5/+21 |
| | | | | but it passes everything normally checked in the test suite. [Bug 1905562] | ||||
* | Fix [2006884] | dkf | 2008-07-01 | 2 | -10/+13 |
| | |||||
* | typo | dgp | 2008-06-30 | 1 | -2/+2 |
| | |||||
* | Clean up typedef formatting | dkf | 2008-06-30 | 2 | -14/+20 |
| | |||||
* | * doc/ObjectType.3: Updated documentation of the Tcl_ObjType | dgp | 2008-06-30 | 2 | -36/+79 |
| | | | | struct to match expectations of Tcl 8.5 [Bug 1917650]. | ||||
* | formatting, whitespace | das | 2008-06-30 | 2 | -114/+122 |
| | |||||
* | Lrange cleanup and in-place optimization [Patch 1890831] | ferrieux | 2008-06-29 | 2 | -36/+53 |
| | |||||
* | Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758]. | ferrieux | 2008-06-29 | 2 | -1/+62 |
| | |||||
* | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 80 | -836/+831 |
| | | | | typedefs, add a few missing bits) | ||||
* | * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks | dgp | 2008-06-29 | 2 | -3/+12 |
| | | | | to Rolf Ade for detecting. | ||||
* | Fix [Bug 2004256] | dkf | 2008-06-29 | 2 | -31/+52 |
| | |||||
* | Fix [Bug 2004480] | dkf | 2008-06-28 | 2 | -19/+24 |
| | |||||
* | * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks | dgp | 2008-06-28 | 2 | -3/+12 |
| | | | | Rolf Ade for detecting and Dan Steffen for the fix [Bug 2004654]. | ||||
* | Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain | dgp | 2008-06-27 | 1 | -3/+3 |
| | | | | | this claim in the docs. Also revise false claim that a custom Tcl_ObjType requires calling Tcl_RegisterObjType(). | ||||
* | typos | dgp | 2008-06-27 | 1 | -4/+4 |
| | |||||
* | * unix/Makefile.in: Followup to my change of 2008-06-25, make code | andreas_kupries | 2008-06-26 | 2 | -2/+9 |
| | | | | | | generated by the Makefile and put into the installed tm.tcl conditional on interpreter safeness as well. Thanks to Daniel Steffen for reminding me of that code. | ||||
* | remove stray .REcore_8_6_a1 | dgp | 2008-06-25 | 1 | -2/+1 |
| | |||||
* | Advance 8.6a1 release tag | dgp | 2008-06-25 | 2 | -8/+10 |
| | |||||
* | * library/tm.tcl: Modified the handling of Tcl Modules and of the | andreas_kupries | 2008-06-25 | 5 | -23/+160 |
| | | | | | | * library/safe.tcl: Safe Base to interact nicely with each other, * library/init.tcl: enabling requiring Tcl Modules in safe * tests/safe.test: interpreters. Fixes [Bug 1999119]. | ||||
* | * changes: Updates for 8.6a1 release. | dgp | 2008-06-25 | 3 | -4/+16 |
| | | | | * generic/tclOO.h: Bump to TclOO 0.5. | ||||
* | fix versions of dde and registry dlls | patthoyts | 2008-06-25 | 3 | -9/+28 |
| | | | | fix problem building with staticpkg option | ||||
* | * generic/tclPathObj.c: Fixed some internals management in the "path" | dgp | 2008-06-24 | 2 | -2/+31 |
| | | | | | Tcl_ObjType for the empty string value. Problem led to a crash in the command [glob -dir {} a]. [Bug 1999176]. | ||||
* | bug #1995063 fix examples and comment on eof use. | patthoyts | 2008-06-24 | 2 | -5/+37 |
| | |||||
* | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when | dgp | 2008-06-23 | 1 | -7/+9 |
| | | | | | | | operating on the "Special path" variant of the "path" Tcl_ObjType intrep. A full normalization was getting done, in particular, coercing relative paths to absolute, contrary to what the function of producing the "translated path" is supposed to do. [Bug 1972879]. |