| Commit message (Expand) | Author | Age | Files | Lines |
* | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -1/+1 |
|\ |
|
| * | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 1 | -1/+1 |
|
|
* | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -1/+2 |
|
|
* | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -11/+11 |
|
|
* | | Added bytecode compilation of many Tcl commands, merged from development branch. | dkf | 2012-11-05 | 1 | -4/+4 |
|\ \ |
|
| * | | Added compilation of [string last] and improved the compilation of [string ra... | dkf | 2012-11-03 | 1 | -1/+1 |
|
|
| * | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 1 | -2/+2 |
|
|
| * | | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 1 | -1/+1 |
|
|
* | | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (... | jan.nijtmans | 2012-10-16 | 1 | -3/+1 |
|
|
* | | | and remove the two characters from string trim as well | jan.nijtmans | 2012-10-09 | 1 | -2/+0 |
|
|
* | | | tip 318 update | jan.nijtmans | 2012-09-23 | 1 | -4/+31 |
|/ / |
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -43/+51 |
|
|
* | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -22/+22 |
| |\ |
|
| * \ | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ... | dgp | 2012-02-06 | 1 | -1/+20 |
|
|
* | | | faster memleak-free implementation of [string is entier] | jan.nijtmans | 2012-03-29 | 1 | -4/+42 |
|\ \ \ |
|
| * | | | alternative TIP 395 implementation:tip_395_with_alt_name | jan.nijtmans | 2012-01-26 | 1 | -2/+47 |
|
|
* | | | | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -10/+18 |
|/ / / |
|
* | | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
|
|
* | | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | dgp | 2012-01-19 | 1 | -1/+1 |
|
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -2/+2 |
|
|
* | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -1/+1 |
|
|
* | | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -2/+0 |
|
|
* | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -113/+14 |
|\ \ \
| |/ / |
|
| * | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -113/+14 |
|
|
* | | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 1 | -0/+42 |
|
|
* | | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -9/+4 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -1/+2 |
|
|
* | | | 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 |
|
|
| | * | [Bug 3127687] Triggers FORTIFY_SOURCE buffer overflow detection | nijtmans | 2010-12-05 | 1 | -4/+4 |
|
|
| | * | Fixed object leak | vasiljevic | 2010-04-06 | 1 | -3/+2 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values to | dgp | 2009-09-18 | 1 | -3/+3 |
|
|
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -17/+28 |
|
|
| | * | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -4/+4 |
|
|
| | * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -4/+4 |
|
|
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -2/+135 |
|
|
| | * | * generic/tclCmdMZ.c: Stop some interference between enter traces | dgp | 2006-04-11 | 1 | -5/+10 |
|
|
| | * | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): | Miguel Sofer | 2005-11-18 | 1 | -1/+10 |
|
|