summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* equivalentdgp_reviewjan.nijtmans2013-06-131-2/+2
* rebase TIP #414 implementationjan.nijtmans2013-06-125-31/+129
|\
| * TIP #414 implementationjan.nijtmans2013-06-045-31/+129
| |\
| | * rebasejan.nijtmans2013-04-115-31/+129
| | |\
| | | * rebasejan.nijtmans2013-04-115-30/+128
| | | |\
| | | | * rebasejan.nijtmans2013-04-035-30/+128
| | | | |\
| | | | | * better commentsjan.nijtmans2013-04-033-17/+18
| | | | | * Use Tcl_InitSubsystems in Tcl_Main macrojan.nijtmans2013-04-011-1/+1
| | | | | * initsubsystemsjan.nijtmans2013-04-015-29/+131
| | | | | |\
| | | | | | * 2 lines not used any morejan.nijtmans2013-03-311-3/+0
| | | | | | * Fix Tcl_Main macrojan.nijtmans2013-03-312-5/+1
| | | | | | * Going forward trying to define a better Tcl_InitStubsystems()jan.nijtmans2013-03-3113-98/+164
| | | | | | |\
| | | | | | | * better leave tclPanic.c as it wasjan.nijtmans2013-03-312-5/+18
| | | | | | | * Better Windows console panic proc, still to be TIPped.jan.nijtmans2013-03-307-16/+114
| | | | | | |/ | | | | | |/|
| | | | | | * merge trunk so review patch/diff is smallerdgp2013-03-2630-564/+1125
| | | | | | |\
| | | | | | * | Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad ...jan.nijtmans2013-03-263-12/+16
| | | | | | * | Add TCL_INIT_STUFFjan.nijtmans2013-03-263-2/+14
| | | | | | * | Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flagjan.nijtmans2013-03-263-77/+4
| | | | | | * | TCL_INIT_ENCODINGPATHjan.nijtmans2013-03-252-0/+8
| | | | | | * | merge trunkjan.nijtmans2013-03-2220-693/+1219
| | | | | | |\ \
| | | | | | * \ \ merge trunkjan.nijtmans2013-03-0648-1350/+1023
| | | | | | |\ \ \
| | | | | | * \ \ \ merge trunk. jan.nijtmans2013-02-233-8/+11
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ merge trunk. jan.nijtmans2013-02-237-140/+116
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ merge trunk. jan.nijtmans2013-02-2010-36/+71
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Doc improvements. jan.nijtmans2013-02-177-50/+79
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Merge trunk. jan.nijtmans2013-02-159-104/+130
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-02-1429-80/+223
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-02-052-0/+40
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-02-0413-66/+155
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-02-031-2/+9
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-02-0156-692/+643
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-262-0/+13
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-262-22/+30
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-258-46/+60
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | | Another memory leak, and one Tcl_Free -> ckfreejan.nijtmans2013-01-252-1/+2
| | | | | | * | | | | | | | | | | | | | | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-2511-21/+20
| | | | | | * | | | | | | | | | | | | | | | | merge trunkjan.nijtmans2013-01-2134-483/+781
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODEjan.nijtmans2013-01-105-29/+69
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | | | | New function Tcl_InitSubsystems, still to be TIP'edjan.nijtmans2013-01-095-29/+154
* | | | | | | | | | | | | | | | | | | | | | | | | Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand.dgp2013-06-111-14/+23
* | | | | | | | | | | | | | | | | | | | | | | | | Select improvements in stack depth estimates brought over from mig-review.dgp2013-06-115-71/+17
* | | | | | | | | | | | | | | | | | | | | | | | | Repairs to compile/exec debugging output.dgp2013-06-112-8/+16
* | | | | | | | | | | | | | | | | | | | | | | | | Stack housekeeping repair for last checkin.dgp2013-06-111-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd().dgp2013-06-112-59/+52
* | | | | | | | | | | | | | | | | | | | | | | | | Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-112-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-112-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | [779d38b996]: Make the 'try' compiler handle -during right and compile somedkf2013-06-093-171/+500
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fix the problems with code generation; behavior now appears correct.dkf_better_try_compilationdkf2013-06-091-129/+204
| * | | | | | | | | | | | | | | | | | | | | | | | | | Improving tests, fixed one case.dkf2013-06-092-36/+181
| * | | | | | | | | | | | | | | | | | | | | | | | | | Working on a better compiler for [try]; found some bugs in previous compilationdkf2013-06-081-23/+123
|/ / / / / / / / / / / / / / / / / / / / / / / / / /