| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | | 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 |
|
|
| * | | | 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 |
| | | |/ |
|
| | | * | New scheme for keeping the per-process tcl_precision value in sync without | dgp | 2013-03-04 | 1 | -23/+296 |
|
|
* | | | | 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 |
|/ / / |
|
* | | | Revise TclReleaseLiteral() to tolerate a NULL interp argument. | dgp | 2013-02-28 | 3 | -23/+13 |
|
|
* | | | 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 -> Tcl_... | jan.nijtmans | 2013-02-27 | 7 | -28/+31 |
|
|
* | | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
|
|
* | | | 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 |
| |\ \
| | |/ |
|
| | * | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 2 | -83/+82 |
|
|
| | * | 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 set... | jan.nijtmans | 2013-02-26 | 1 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a set... | jan.nijtmans | 2013-02-26 | 1 | -1/+6 |
|
|
* | | | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 2 | -13/+18 |
|\ \ \
| |/ / |
|