| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+1 |
|\ |
|
| * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+1 |
|
|
* | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -13/+13 |
|
|
* | | Simplify STRING_AT macro. | jan.nijtmans | 2013-01-24 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1.... | jan.nijtmans | 2013-01-23 | 1 | -1/+5 |
|
|
* | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|
|
* | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
|\ \
| |/ |
|
| * | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 |
|
|
| * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
|
|
* | | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
|
|
* | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -0/+3 |
|
|
* | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -4/+6 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp | 2006-04-06 | 1 | -2/+2 |
|
|
| * | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 1 | -7/+3 |
|
|
| * | Fix [Bug 1646039] | dkf | 2006-04-05 | 1 | -13/+9 |
|
|
| * | * generic/tclIndexObj.c: Disallow the "ambiguous" error message | dgp | 2006-02-16 | 1 | -3/+3 |
|
|
| * | Fix shared object panics. [Bug 875395] | dkf | 2004-01-13 | 1 | -3/+6 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Reduce cast count. | dkf | 2007-11-19 | 1 | -19/+20 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -3/+3 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | | Silence a 'const'ness warning. | dkf | 2007-06-12 | 1 | -2/+2 |
|
|
* | | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with | dkf | 2007-06-12 | 1 | -5/+24 |
|
|
* | | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -5/+5 |
|
|
* | | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp | 2006-04-06 | 1 | -2/+2 |
|
|
* | | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty | dgp | 2006-04-05 | 1 | -7/+3 |
|
|
* | | Nail [Bug 1464039] by allowing the empty string to be exactly matched by | dkf | 2006-04-05 | 1 | -19/+15 |
|
|
* | | * generic/tclIndexObj.c: Disallow the "ambiguous" error message | dgp | 2006-02-16 | 1 | -3/+3 |
|
|
* | | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -54/+51 |
|
|
* | | fix compile error | dgp | 2005-07-21 | 1 | -2/+2 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -161/+210 |
|
|
* | | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", | dgp | 2005-06-07 | 1 | -8/+8 |
|
|
* | | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs | dkf | 2005-06-07 | 1 | -2/+7 |
|
|
* | | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ | dkf | 2004-11-25 | 1 | -3/+21 |
|
|
* | | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -5/+82 |
|
|
* | | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -3/+3 |
|
|
* | | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -5/+2 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | Fix shared object panics. [Bug 875395] | dkf | 2004-01-13 | 1 | -3/+6 |
|/ |
|
* | * doc/GetIndex.3: | dgp | 2002-02-28 | 1 | -3/+3 |
|
|
* | * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast and | hobbs | 2002-02-16 | 1 | -14/+2 |
|
|
* | * tclExecute.c: | andreas_kupries | 2002-02-15 | 1 | -2/+6 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -42/+185 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -8/+10 |
|
|
* | * Updated APIs in the file generic/tclIndexObj.c | dgp | 2002-01-14 | 1 | -7/+8 |
|
|
* | * generic/tclIndexObj.c: fixed some casting problems that upset | hobbs | 2001-08-30 | 1 | -5/+5 |
|
|
* | [Patch #424851]: Faster array searching & obj cleanup | Miguel Sofer | 2001-05-26 | 1 | -18/+1 |
|
|