summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* mergeKevin B Kenny2010-12-1126-2043/+2994
* mergeKevin B Kenny2010-12-0123-497/+3087
* mergeKevin B Kenny2010-11-031-67/+104
* mergeKevin B Kenny2010-10-301-5/+21
* mergeKevin B Kenny2010-10-281-9/+14
* * generic/tclAssembly.c:Kevin B Kenny2010-10-281-21/+395
* * tclAssembly.c:Kevin B Kenny2010-10-241-234/+342
* removed useless separation between tclAssembly.h and tclAssembly.cKevin B Kenny2010-10-232-207/+236
* mergeKevin B Kenny2010-10-237-49/+369
* mergeKevin B Kenny2010-10-207-1072/+1147
* mergeKevin B Kenny2010-10-093-8/+16
* Added catches. Still needs a lot of testing.Kevin B Kenny2010-10-062-350/+1277
* nop and regexpKevin B Kenny2010-10-022-0/+17
* added missing tests: nsupvar, variable, upvarKevin B Kenny2010-10-021-3/+3
* * generic/tclAssembly.c:Kevin B Kenny2010-10-024-15/+129
* mergeKevin B Kenny2010-10-024-113/+144
* mergeKevin B Kenny2010-10-0111-64/+73
* Added listIn, listNotIn, and dictGet.Kevin B Kenny2010-10-012-1/+20
* MergeKevin B Kenny2010-09-301-24/+72
* * tests/assemble.test: Added tryCvtToNumeric and several more listKevin B Kenny2010-09-302-8/+140
* * tests/assemble.test: Completed conversion of tests to aKevin B Kenny2010-09-291-2/+37
* mergeKevin B Kenny2010-09-282-2/+151
* * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-282-135/+199
* Merged from HEAD.Kevin B Kenny2010-09-2715-827/+499
* * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-271-16/+43
* * tests/assemble.test: Added many new tests moving toward a moreKevin B Kenny2010-09-261-22/+61
* added more tests; fixed a bug in initialization of BasicBlock objKevin B Kenny2010-09-251-0/+10
* * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-257-740/+1324
* merge changes from HEADKevin B Kenny2010-09-226-43/+40
* initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-214-2/+1642
* Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ...nijtmans2010-09-163-8/+11
* * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Makedkf2010-09-151-4/+19
* [Patch 3034251] backport ttkGenStubs.tclnijtmans2010-09-154-985/+989
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-012-10/+12
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-317-22/+22
* * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-306-152/+55
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly.nijtmans2010-08-305-28/+27
* [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile f...nijtmans2010-08-253-30/+9
* [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-08-243-14/+34
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-2215-70/+67
* [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly:nijtmans2010-08-215-226/+226
* * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd)dkf2010-08-191-4/+4
* [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: re...nijtmans2010-08-197-4800/+64
* * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-184-65/+115
* * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out ofMiguel Sofer2010-08-181-2/+4
* * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-186-82/+45
* * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make thedkf2010-08-151-6/+8
* [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntrynijtmans2010-08-141-4/+4
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-145-16/+42
* * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypastaMiguel Sofer2010-08-111-2/+2