Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If TCL_NO_DEPRECATED is defined, don't depend on ↵ | jan.nijtmans | 2013-03-22 | 4 | -5/+27 |
| | | | | | Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases any more. Prevent endless loop in Tcl_AddObjErrorInfo, when TCL_NO_DEPRECATED is defined. | ||||
* | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -10/+7 |
|\ | |||||
| * | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -10/+7 |
| |\ | |||||
| | * | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -8/+7 |
| | | | |||||
* | | | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. | dgp | 2013-03-11 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. | dgp | 2013-03-11 | 1 | -0/+12 |
| | | | |||||
* | | | 3607246,3607372 Unbalanced refcounts of literals in the global literal table. | dgp | 2013-03-11 | 2 | -3/+8 |
|\ \ \ | |||||
| * | | | 3607372 Correct literal refcounting.bug_3607372 | dgp | 2013-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Correct unbalanced effect of TclInvalidateCmdLiteral() on the refcountsbug_3607246 | dgp | 2013-03-07 | 1 | -2/+7 |
| | | | | | | | | | | | | of literals in the global table. | ||||
* | | | | msvc compiler warning: signed-unsigned mismatch. | jan.nijtmans | 2013-03-08 | 1 | -1/+1 |
|/ / / | |||||
* | | | Cleaner error handling in fixempties(). | dgp | 2013-03-06 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Cleaner error handling in fixempties(). | dgp | 2013-03-06 | 1 | -2/+5 |
| |\ \ | | |/ | |||||
| | * | Cleaner error handling in fixempties(). | dgp | 2013-03-06 | 1 | -2/+4 |
| | | | |||||
| | * | merge 8.4bug_3606683_84 | dgp | 2013-03-06 | 1 | -1/+0 |
| | |\ | |||||
| | * | | Rework into Tcl 8.4 coding style (closer to original Spencer). | dgp | 2013-03-06 | 1 | -174/+177 |
| | | | | |||||
| | * | | Indent reduction in fixempties(). | dgp | 2013-03-06 | 1 | -19/+19 |
| | | | | |||||
| | * | | Use flag argument to combine copy(nonempty)* routines into copy* routines. | dgp | 2013-03-06 | 2 | -59/+23 |
| | | | | |||||
| | * | | New routine hasnonemptyout() for minor improvement to new fixempties(). | dgp | 2013-03-06 | 2 | -1/+18 |
| | | | | |||||
| | * | | Contributed patch from Tom Lane <tgl@users.sf.net>. Merge conflicts due to | dgp | 2013-03-05 | 2 | -92/+264 |
| | | | | | | | | | | | | different coding style and lingering obsolete compiler support resolved. | ||||
| * | | | merge 8.5bug_3606683_85 | dgp | 2013-03-06 | 3 | -14/+17 |
| |\ \ \ | |||||
| * | | | | Rework into Tcl 8.5+ coding style. | dgp | 2013-03-06 | 1 | -50/+69 |
| | | | | | |||||
| * | | | | Indent reduction in fixempties() | dgp | 2013-03-06 | 1 | -19/+19 |
| | | | | | |||||
| * | | | | Use flag argument to combine copy(nonempty)* routines into copy* routines. | dgp | 2013-03-06 | 2 | -59/+25 |
| | | | | | |||||
| * | | | | New routine hasnonemptyout() for minor improvement to new fixempties(). | dgp | 2013-03-06 | 2 | -1/+18 |
| | | | | | |||||
| * | | | | Contributed regexp engine patch from Tom Lane. Backports clean from trunk. | dgp | 2013-03-05 | 2 | -81/+235 |
| | | | | | |||||
* | | | | | merge trunkbug_3606683 | dgp | 2013-03-06 | 6 | -37/+64 |
|\ \ \ \ \ | |||||
| * | | | | | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 6 | -22/+46 |
| | | | | | | |||||
| * | | | | | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 3 | -14/+18 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Remove from tclCompile.h declarations used in only one source file. | dgp | 2013-03-05 | 3 | -13/+17 |
| | | | | | | |||||
| * | | | | | Remove TclInitCompilation() declaration with no definition. | dgp | 2013-03-05 | 1 | -1/+0 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Remove TclInitCompilation() declaration with no definition. | dgp | 2013-03-05 | 1 | -1/+0 |
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/| | |||||
| | | * | | Remove TclInitCompilation() declaration that's never had a definition | dgp | 2013-03-05 | 1 | -1/+0 |
| | | |/ | | | | | | | | | (14 years!). | ||||
| | | * | New scheme for keeping the per-process tcl_precision value in sync without | dgp | 2013-03-04 | 1 | -23/+296 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the need for mutex locks on every read. Uses adapted ProcessGlobalValue machinery backported from Tcl 8.5 where it's been working without reported problems. Thanks to Phil Brooks for reporting on tests which highlight the thread performance problems raised by the old scheme, and to Clif Flynt for further testing pointing the finger at tcl_precision locks as the main culprit. | ||||
* | | | | Rework into Tcl 8.5+ coding style. | dgp | 2013-03-06 | 1 | -50/+69 |
| | | | | |||||
* | | | | Indent reduction in fixempties() | dgp | 2013-03-06 | 1 | -19/+19 |
| | | | | |||||
* | | | | Use flag argument to combine copy(nonempty)* routines into copy* routines. | dgp | 2013-03-06 | 2 | -59/+25 |
| | | | | |||||
* | | | | New routine hasnonemptyout() for minor improvement to new fixempties(). | dgp | 2013-03-06 | 2 | -1/+18 |
| | | | | |||||
* | | | | Contributed patch from Tom Lane <tgl@users.sf.net>. | dgp | 2013-03-05 | 2 | -81/+235 |
|/ / / | | | | | | | Rewrites parts of the regexp engine to avoid infinite loops. | ||||
* | | | Revise TclReleaseLiteral() to tolerate a NULL interp argument. | dgp | 2013-02-28 | 3 | -23/+13 |
| | | | | | | | | | Update callers and revise mistaken comments. | ||||
* | | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 8 | -2/+22 |
| | | | |||||
* | | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> ↵ | jan.nijtmans | 2013-02-27 | 7 | -28/+31 |
| | | | | | | | | | | | | Tcl_VarTraceInfo2 conversions. | ||||
* | | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | Lane for providing the test-case and the patch. | ||||
| * | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
| |\ \ | | |/ | | | | | | | Lane for providing the test-case and the patch. | ||||
| | * | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵ | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
| | | | | | | | | | | | | Lane for providing the test-case and the patch. | ||||
* | | | Remove from tclIO.h structs used only in tclIO.c. | dgp | 2013-02-26 | 2 | -108/+106 |
|\ \ \ | |/ / | |||||
| * | | structs *ChannelHandler* GetsState CopyState used only locally. | dgp | 2013-02-26 | 2 | -108/+106 |
| |\ \ | | |/ | | | | Remove from tclIO.h. | ||||
| | * | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 2 | -83/+82 |
| | | | | | | | | | Remove from tclIO.h. | ||||
| | * | struct NextChannelHandler used only locally. Remove from tclIO.h. | dgp | 2013-02-26 | 2 | -25/+24 |
| | | | |||||
* | | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a ↵ | jan.nijtmans | 2013-02-26 | 1 | -1/+6 |
|\ \ \ | |/ / | | | | | | | setFromAnyProc, create a proper error message. | ||||
| * | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a ↵ | jan.nijtmans | 2013-02-26 | 1 | -1/+6 |
| | | | | | | | | | | | | setFromAnyProc, create a proper error message. |