| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | merge main working branch | dkf | 2014-01-02 | 1 | -34/+1 |
| | |\ \ |
|
| | * \ \ | merge main working branch | dkf | 2013-12-30 | 1 | -16/+19 |
| | |\ \ \ |
|
| | * \ \ \ | merge main dev branch | dkf | 2012-11-05 | 1 | -5/+28 |
| | |\ \ \ \ |
|
| | * | | | | | Work on compilation of [string is]. | dkf | 2012-11-02 | 1 | -1/+1 |
|
|
| * | | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be sha... | jan.nijtmans | 2014-01-08 | 1 | -6/+39 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Factor out the definition of the default string trim set; define it once only. | dkf | 2013-12-30 | 1 | -34/+1 |
| | |_|/ /
| |/| | | |
|
| * | | | | simple compilation of [string replace] | dkf | 2013-12-12 | 1 | -1/+1 |
|
|
| * | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ... | dkf | 2013-10-29 | 1 | -3/+3 |
|
|
| * | | | | First attempt at [string trim] compilation. | dkf | 2013-09-30 | 1 | -3/+5 |
|
|
| * | | | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 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 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | faster memleak-free implementation of [string is entier] | jan.nijtmans | 2012-03-29 | 1 | -4/+42 |
| |\ \ \ \ |
|
| | * | | | | alternative TIP 395 implementation: | 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 |
| |\ \ \ \ |
|
| * \ \ \ \ | Prevent buffer read overflow. Thanks to "sebres" for the report and fix | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | 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 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -24/+24 |
|
|
| * | | | | | | | | | | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting | dkf | 2010-11-03 | 1 | -1/+3 |
|
|
| * | | | | | | | | | | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -4/+2 |
|
|
| * | | | | | | | | | | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of | Miguel Sofer | 2010-08-18 | 1 | -2/+4 |
|
|
| * | | | | | | | | | | Undo | dkf | 2010-04-06 | 1 | -2/+1 |
|
|
| * | | | | | | | | | | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when | dkf | 2010-04-06 | 1 | -1/+2 |
|
|
| * | | | | | | | | | | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 1 | -13/+2 |
|
|
| * | | | | | | | | | | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the | dkf | 2010-03-24 | 1 | -5/+31 |
|
|
| * | | | | | | | | | | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing | dgp | 2010-03-23 | 1 | -24/+29 |
|
|
| * | | | | | | | | | | Make error message in "try" implementation | nijtmans | 2010-03-23 | 1 | -8/+10 |
|
|
| * | | | | | | | | | | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer | dgp | 2010-03-22 | 1 | -6/+11 |
|
|
| * | | | | | | | | | | Quell a warning in Kevin Kenny's build environment | dkf | 2010-03-05 | 1 | -2/+3 |
|
|
| * | | | | | | | | | | Code Audit results: | dkf | 2010-03-05 | 1 | -4/+4 |
|
|
| * | | | | | | | | | | Use a less hacky way of using a char as a hash key | dkf | 2010-03-02 | 1 | -3/+3 |
|
|