summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
*-. merge trunk into dogeen-assembler-branchKevin B Kenny2011-03-021-42/+28
|\ \
| | * This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285mig2011-03-011-42/+28
| |/
* | merge trunkKevin B Kenny2011-03-011-5/+12
|\ \ | |/
| * remove unused variablesmig2011-03-011-2/+0
| * * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for comman...mig2011-03-011-1/+10
* | merge trunkKevin B Kenny2011-03-011-7/+7
|\ \ | |/
| * Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-4/+4
| * * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...):dkf2010-12-091-5/+7
| * fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-011-2/+2
| * Patch by Miguel, providing a [::tcl::unsupported::inject coroname command arg...ferrieux2010-11-291-2/+51
| * * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-1/+10
| * [Patch 2995655] Report inner contexts in [info errorstack]ferrieux2010-10-201-1/+7
| * * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-4/+4
| * * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-191/+136
* | mergeKevin B Kenny2010-12-111-5/+7
* | mergeKevin B Kenny2010-12-011-3/+61
* | mergeKevin B Kenny2010-10-231-1/+7
* | mergeKevin B Kenny2010-10-011-4/+4
* | Merged from HEAD.Kevin B Kenny2010-09-271-191/+136
* | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-211-1/+8
|/
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-3/+2
* * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-101/+40
* Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-5/+5
* * generic/tclBasic.c: New redesign of [tailcall]: findMiguel Sofer2010-08-181-46/+88
* * generic/tclBasic.c: Redesign of [tailcall] toMiguel Sofer2010-08-181-20/+27
* * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypastaMiguel Sofer2010-08-111-2/+2
* From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the re...nijtmans2010-07-241-3/+3
* * generic/tclBasic.c: Added more errorCode setting.dkf2010-07-161-8/+28
* * generic/tclBasic.c: Fix for #3008307: make callerPtr chainsMiguel Sofer2010-06-051-10/+27
* CONSTify various useful internal functionsnijtmans2010-05-031-3/+2
* Fix the problems I introduced inadvertently:dkf2010-04-301-13/+23
* * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd)dkf2010-04-301-16/+33
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-271-4/+2
* * generic/tclBasic.c: add unsupported [yieldm] command.Miguel Sofer2010-04-251-23/+43
* * generic/tclBasic.test: modify api of TclSpliceTailcall()Miguel Sofer2010-04-241-7/+7
* TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-1/+14
* Compile the [throw] command.dkf2010-03-191-2/+2
* Code Audit results:dkf2010-03-051-70/+74
* More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-9/+9
* Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-19/+34
* Fix [Bug 2954959] expr abs(0.0) is -0.0nijtmans2010-02-211-3/+7
* reverted earlier rename from tcl*Stubs tonijtmans2010-02-151-4/+4
* Compilation of [try] now enabled!dkf2010-02-091-2/+2
* Added basic compilation of [error] (the most common case only).dkf2010-02-051-2/+2
* Follow-up to earlier commit today:nijtmans2010-02-051-4/+4
* Turned the [array] command into a true ensemble. Test changes indicate somedkf2010-02-021-5/+5
* Make the [unset] command be bytecode compiled.dkf2010-01-301-2/+2
* * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-031-3/+2
* Move declarations to the top of the file, add boilerplate comments to somedkf2009-12-241-190/+203
* * generic/tclBasic.c: Fix for bad cmd resolution by coroutinesMiguel Sofer2009-12-191-1/+2