summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* The routines StartExpanding() and EnterCmdWordData() are orthogonal, so it'sdgp2013-07-081-4/+3
* merge trunkdgp2013-07-052-1/+3
|\
| * CONST -> const in one placejan.nijtmans2013-07-051-1/+1
| * Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are ...jan.nijtmans2013-07-051-0/+2
* | merge trunkdgp2013-07-053-6/+6
|\ \ | |/
| * Fix compiler warning when compiling Itcl 4.0:jan.nijtmans2013-07-032-5/+4
* | comment improvementsdgp2013-07-021-2/+20
* | More Work In Progress.dgp2013-07-011-21/+34
* | More elimination of error message litter to fix [Bug 20a81392ec].dgp2013-06-283-19/+10
* | Stop the compileProc routines leaving behind error messages in interp.dgp2013-06-274-64/+83
* | plug memory leaksdgp2013-06-271-1/+3
* | merge trunkdgp2013-06-273-48/+61
|\ \ | |/
| * Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.jan.nijtmans2013-06-273-48/+61
| |\
| | * Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings.jan.nijtmans2013-06-272-47/+59
| | |\
| | | * Allocate encoding name, so caller of Tcl_RegisterConfig() doesn't need to kee...ticket_9b2e636361jan.nijtmans2013-06-261-4/+12
| | | * Proposed solution for [9b2e636361]jan.nijtmans2013-06-262-27/+22
* | | | merge trunkdgp2013-06-264-4/+9
|\ \ \ \ | |/ / /
| * | | Stop buffer overrun into undefined values detected by valgrind.dgp2013-06-261-1/+2
| * | | Correct typo detected by valgrind.dgp2013-06-261-1/+1
| * | | typos. jan.nijtmans2013-06-262-2/+6
| |\ \ \ | | |/ /
| | * | formatting, typojan.nijtmans2013-06-261-13/+13
| | |/
* | | Fix bytecode ranges in the cmdMapPtr. still leaky.dgp2013-06-261-4/+9
* | | A few bug fixes from failing tests; still leaky.dgp2013-06-261-2/+5
* | | merge trunkdgp2013-06-251-1/+2
|\ \ \ | |/ /
| * | Replace always true test with assertion.dgp2013-06-251-1/+2
* | | Nearly functional now, but leaky and not yet as tidy as I'm hoping for.dgp2013-06-251-12/+289
* | | merge trunkdgp2013-06-252-7/+4
|\ \ \ | |/ /
| * | Make more use of the CompileTokens() macro.dgp2013-06-252-7/+4
* | | Branch for rewriting TclCompileScript() and related routines, with thedgp2013-06-251-0/+124
|/ /
* | Don't use deprecated Tcl_DStringTrunc any morejan.nijtmans2013-06-251-1/+1
|\ \ | |/
| * Don't use deprecated Tcl_DStringTrunc any more.jan.nijtmans2013-06-251-1/+1
* | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-8/+0
* | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...jan.nijtmans2013-06-212-0/+3
* | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,...jan.nijtmans2013-06-213-17/+27
* | TclCompileScript() should not overwrite envPtr->numSrcBytes.dgp2013-06-201-2/+0
|\ \ | |/
| * TclCompileScript() should not overwrite envPtr->numSrcBytes.dgp2013-06-201-1/+0
* | Fixed bug with optimizing with INST_START_CMD about.dkf2013-06-191-2/+1
* | More use of simplifying macros.dgp2013-06-191-7/+6
* | Fix [3611974]: InitSubsystems multiple thread issuejan.nijtmans2013-06-181-7/+2
|\ \ | |/
| * Fix [3611974]: InitSubsystems multiple thread issuejan.nijtmans2013-06-181-9/+4
* | Better place to put vsnprintf switch, so it is usable by all *.c files. jan.nijtmans2013-06-181-2/+5
* | Use more portable TclIsSpaceProc() in stead of isspace().jan.nijtmans2013-06-173-6/+5
|\ \ | |/
| * Use more portable TclIsSpaceProc() in stead of isspace(). jan.nijtmans2013-06-173-6/+7
* | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \...jan.nijtmans2013-06-171-2/+3
|\ \ | |/
| * Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \...jan.nijtmans2013-06-171-2/+3
* | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms...jan.nijtmans2013-06-171-1/+1
* | split off TclInitStubTable() as separate function - which does the actual stu...jan.nijtmans2013-06-163-24/+80
* | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. jan.nijtmans2013-06-131-9/+9
|\ \ | |/
| * Fix some gcc warnings which become visible with -Wextrajan.nijtmans2013-06-132-28/+28
* | Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand.dgp2013-06-111-14/+23