| Commit message (Expand) | Author | Age | Files | Lines |
* | Small changes to quell gcc warnings and make message generation less ugly. | dkf | 2011-08-16 | 1 | -23/+21 |
|
|
* | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
|\ |
|
| * | 3366265 Allocate proper size buffer for TclConvertElement() to write to. | dgp | 2011-07-14 | 1 | -2/+4 |
|
|
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
|\ \ |
|
| * \ | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. | dgp | 2011-04-21 | 1 | -0/+2 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -14/+12 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -5/+5 |
|
|
* | | | [FRQ 2974744]: share exception codes (ObjType?): | nijtmans | 2010-03-30 | 1 | -1/+52 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -41/+42 |
|
|
* | | | Improve error message for corner case in ::prefix | ferrieux | 2010-03-01 | 1 | -2/+2 |
|
|
* | | | fix [AT 86258]: special-casing of empty tables when generating error messages... | ferrieux | 2010-03-01 | 1 | -11/+15 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -9/+9 |
|
|
* | | | - genStubs.tcl: No longer generate a space after "*" and | nijtmans | 2010-01-29 | 1 | -5/+5 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -5/+5 |
|
|
* | | | * generic/tclDictObj.c: Updated freeIntRepProc routines so | dgp | 2009-09-30 | 1 | -1/+2 |
|
|
* | | | Reset internal INTERP_ALTERNATE_WRONG_ARGS | nijtmans | 2009-04-27 | 1 | -1/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -7/+7 |
|
|
* | | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -1/+2 |
|
|
* | | | fix 'make checkstubs' failure: make TclGetIndexFromObjList static | das | 2008-12-15 | 1 | -4/+7 |
|
|
* | | | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 1 | -2/+2 |
|
|
* | | | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 1 | -3/+3 |
|
|
* | | | fix warning | das | 2008-10-10 | 1 | -2/+2 |
|
|
* | | | Fix [Bug 2144595] | dkf | 2008-10-05 | 1 | -5/+9 |
|
|
* | | | * doc/GetIndex.3: CONSTified the tablePtr argument | nijtmans | 2008-10-04 | 1 | -3/+3 |
|
|
* | | | Tidying up formatting | dkf | 2008-10-03 | 1 | -73/+73 |
|
|
* | | | typofix | dkf | 2008-10-03 | 1 | -4/+4 |
|
|
* | | | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] | dkf | 2008-10-03 | 1 | -9/+406 |
|
|
* | | | Implement TIP #265. [FRQ 1446696] | dkf | 2008-10-02 | 1 | -2/+380 |
|/ / |
|
* | | 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 |
|
|