summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | merge main working branchdkf2014-01-021-34/+1
| | |\ \
| | * \ \ merge main working branchdkf2013-12-301-16/+19
| | |\ \ \
| | * \ \ \ merge main dev branchdkf2012-11-051-5/+28
| | |\ \ \ \
| | * | | | | Work on compilation of [string is].dkf2012-11-021-1/+1
| * | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be sha...jan.nijtmans2014-01-081-6/+39
| | |_|_|/ / | |/| | | |
| * | | | | Factor out the definition of the default string trim set; define it once only.dkf2013-12-301-34/+1
| | |_|/ / | |/| | |
| * | | | simple compilation of [string replace]dkf2013-12-121-1/+1
| * | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-3/+3
| * | | | First attempt at [string trim] compilation.dkf2013-09-301-3/+5
| * | | | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-1/+1
| |\ \ \ \
| * \ \ \ \ Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-2/+2
| |\ \ \ \ \
| * | | | | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-1/+2
| * | | | | | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-11/+11
| | |_|_|/ / | |/| | | |
| * | | | | Added bytecode compilation of many Tcl commands, merged from development branch.dkf2012-11-051-4/+4
| |\ \ \ \ \
| | * | | | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-1/+1
| | | |_|/ / | | |/| | |
| | * | | | Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-2/+2
| | * | | | Added compilation of simplest practical case of [string map].dkf2012-10-291-1/+1
| * | | | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (...jan.nijtmans2012-10-161-3/+1
| * | | | | and remove the two characters from string trim as welljan.nijtmans2012-10-091-2/+0
| * | | | | tip 318 updatejan.nijtmans2012-09-231-4/+31
| |/ / / /
| * | | | more result generation conversiondkf2012-08-031-43/+51
| * | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-2/+6
| |\ \ \ \ | | |/ / /
| * | | | faster memleak-free implementation of [string is entier]jan.nijtmans2012-03-291-4/+42
| |\ \ \ \
| | * | | | alternative TIP 395 implementation:jan.nijtmans2012-01-261-2/+47
| * | | | | Implementation of TIP #395dkf2012-03-271-10/+18
| |/ / / /
| * | | | Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp2012-01-231-2/+5
| |\ \ \ \
| * \ \ \ \ Prevent buffer read overflow. Thanks to "sebres" for the report and fixjan.nijtmans2012-01-211-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Revised TclFindElement() interface.dgp2011-05-021-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp2011-04-281-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | TclFreeIntRep() cleanup.dgp2011-04-271-2/+0
| * | | | | | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp2011-04-131-113/+14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | More generation of errorCode information, notably when lists are mis-parsed.dkf2011-03-291-0/+42
| * | | | | | | | | Use the error messages generated by the variable management code rather thandkf2011-03-281-9/+4
| * | | | | | | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-3/+3
| * | | | | | | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-1/+2
| * | | | | | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-24/+24
| * | | | | | | | | | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when settingdkf2010-11-031-1/+3
| * | | | | | | | | | * generic/tclBasic.c: New implementation for [tailcall]:Miguel Sofer2010-08-301-4/+2
| * | | | | | | | | | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out ofMiguel Sofer2010-08-181-2/+4
| * | | | | | | | | | Undodkf2010-04-061-2/+1
| * | | | | | | | | | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object whendkf2010-04-061-1/+2
| * | | | | | | | | | [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-271-13/+2
| * | | | | | | | | | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that thedkf2010-03-241-5/+31
| * | | | | | | | | | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computingdgp2010-03-231-24/+29
| * | | | | | | | | | Make error message in "try" implementationnijtmans2010-03-231-8/+10
| * | | | | | | | | | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integerdgp2010-03-221-6/+11
| * | | | | | | | | | Quell a warning in Kevin Kenny's build environmentdkf2010-03-051-2/+3
| * | | | | | | | | | Code Audit results:dkf2010-03-051-4/+4
| * | | | | | | | | | Use a less hacky way of using a char as a hash keydkf2010-03-021-3/+3