| Commit message (Expand) | Author | Age | Files | Lines |
* | merge | Kevin B Kenny | 2010-12-11 | 1 | -15/+15 |
|
|
* | merge | Kevin B Kenny | 2010-12-01 | 1 | -14/+31 |
|
|
* | merge | Kevin B Kenny | 2010-10-23 | 1 | -1/+5 |
|
|
* | merge | Kevin B Kenny | 2010-09-28 | 1 | -1/+5 |
|
|
* | Merged from HEAD. | Kevin B Kenny | 2010-09-27 | 1 | -7/+2 |
|
|
* | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl... | Kevin B Kenny | 2010-09-21 | 1 | -1/+14 |
|
|
* | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -11/+5 |
|
|
* | * generic/tclBasic.c: New redesign of [tailcall]: find | Miguel Sofer | 2010-08-18 | 1 | -9/+9 |
|
|
* | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -3/+4 |
|
|
* | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -2/+2 |
|
|
* | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -8/+8 |
|
|
* | [tcl-Patches-3008541] order of TIP #348 fields in Interp structure | nijtmans | 2010-05-28 | 1 | -14/+18 |
|
|
* | CONSTify various useful internal functions | nijtmans | 2010-05-03 | 1 | -4/+4 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments | dgp | 2010-04-30 | 1 | -2/+2 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make | dkf | 2010-04-29 | 1 | -1/+3 |
|
|
* | Remove unused @MAN2TCLFLAGS@ | nijtmans | 2010-04-28 | 1 | -6/+1 |
|
|
* | * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that | dkf | 2010-04-28 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: add unsupported [yieldm] command. | Miguel Sofer | 2010-04-25 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.test: modify api of TclSpliceTailcall() | Miguel Sofer | 2010-04-24 | 1 | -2/+3 |
|
|
* | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -2/+2 |
|
|
* | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -1/+5 |
|
|
* | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -10/+21 |
|
|
* | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 1 | -1/+3 |
|
|
* | Compile the [throw] command. | dkf | 2010-03-19 | 1 | -1/+4 |
|
|
* | Code Audit results: | dkf | 2010-03-05 | 1 | -107/+135 |
|
|
* | Change order of various struct members, | nijtmans | 2010-02-16 | 1 | -63/+55 |
|
|
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 1 | -1/+7 |
|
|
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -3/+88 |
|
|
* | Compilation of [try] now enabled! | dkf | 2010-02-09 | 1 | -1/+4 |
|
|
* | Added basic compilation of [error] (the most common case only). | dkf | 2010-02-05 | 1 | -1/+4 |
|
|
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -2/+2 |
|
|
* | Turned the [array] command into a true ensemble. Test changes indicate some | dkf | 2010-02-02 | 1 | -4/+2 |
|
|
* | Make the [unset] command be bytecode compiled. | dkf | 2010-01-30 | 1 | -1/+11 |
|
|
* | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -6/+6 |
|
|
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+2 |
|
|
* | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to | Miguel Sofer | 2009-12-11 | 1 | -4/+5 |
|
|
* | * generic/tclBasic.c: Partial nre-enabling of coroutines. | Miguel Sofer | 2009-12-08 | 1 | -1/+4 |
|
|
* | * generic/tclExecute.c: Start cleaning the TEBC stables | Miguel Sofer | 2009-12-08 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: add ::tcl::unsupported::yieldTo | Miguel Sofer | 2009-12-07 | 1 | -1/+2 |
|
|
* | factoring TclSpliceTailcall out of TclPopStackFrame | Miguel Sofer | 2009-12-06 | 1 | -1/+3 |
|
|
* | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -1/+17 |
|
|
* | Revert mistaken commit | dgp | 2009-11-16 | 1 | -3/+1 |
|
|
* | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -1/+3 |
|
|
* | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+2 |
|
|
* | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -3/+14 |
|
|
* | TIP #356 IMPLEMENTATION | dgp | 2009-09-24 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -1/+7 |
|
|
* | make support for clang static analyzer safer & cleaner | das | 2009-09-07 | 1 | -7/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -1/+9 |
|
|
* | Improve consistency of formatting of comments and function decls | dkf | 2009-09-04 | 1 | -45/+47 |
|
|