Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merging in changes from trunkhypnotoad_bug_3598385 | seandeelywoods | 2013-03-18 | 156 | -3017/+4338 | |
|\ | ||||||
| * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 4 | -196/+339 | |
| |\ | | | | | | | | | | they have in Debian. | |||||
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 4 | -29/+13 | |
| | |\ | | | | | | | | | | | | | they have in Debian. | |||||
| | | * | re-generate configure | jan.nijtmans | 2013-03-12 | 1 | -56/+1 | |
| | | | | ||||||
| | | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 2 | -24/+6 | |
| | | | | | | | | | | | | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet) | |||||
| | | * | Some more ignore-glob settings for msvc, mac, hp .... | jan.nijtmans | 2013-03-08 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | 3606391 trace.test test independence. | dgp | 2013-03-11 | 1 | -12/+44 | |
| |\ \ \ | | |/ / | ||||||
| | * | | 3606391 trace.test test independence | dgp | 2013-03-11 | 1 | -12/+44 | |
| | | | | ||||||
| * | | | 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 | 3 | -3/+13 | |
| |\ \ \ | ||||||
| | * | | | 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 | |
| | | | | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 3 | -95/+258 | |
| |\ \ \ \ | | | |/ / | | | | | | | | | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution. | |||||
| | | | | | ||||||
| | | | \ | ||||||
| | | *-. \ | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 3 | -95/+258 | |
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution. | |||||
| | | | | * | merge 8.5bug_3606683_85 | dgp | 2013-03-06 | 9 | -14/+50 | |
| | | | | |\ | | | | |_|/ | | | |/| | | ||||||
| | | | | * | 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 | |
| | | | | | | ||||||
| | | | * | | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 3 | -88/+251 | |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | to completely eliminate the infinite loop hazard. Thanks to Tom Lane for the much improved solution. | |||||
| | | | | * \ | merge 8.4bug_3606683_84 | dgp | 2013-03-06 | 7 | -1/+33 | |
| | | | | |\ \ | | | | | |/ / | | | | |/| | | ||||||
| | | | | * | | 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 trunkbug_3606683 | dgp | 2013-03-06 | 12 | -37/+97 | |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Tell fossil and Eclipse that the default eol-convention is LF. | jan.nijtmans | 2013-03-06 | 6 | -0/+33 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8 | |||||
| | * | | | | | Add Eclipse .project too | jan.nijtmans | 2013-03-06 | 1 | -0/+11 | |
| | | | | | | | ||||||
| | * | | | | | Tell fossil and Eclipse that the default eol-convention is LF. | jan.nijtmans | 2013-03-06 | 5 | -0/+22 | |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8 | |||||
| | | * | | | | Tell fossil and Eclipse that the default eol-convention is LF. | jan.nijtmans | 2013-03-06 | 6 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8 | |||||
| * | | | | | | 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!). | |||||
| | | | * | 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. | |||||
| * | | | merge mark | dgp | 2013-03-04 | 0 | -0/+0 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge mark | dgp | 2013-03-04 | 0 | -0/+0 | |
| | |\ \ | | | |/ |