summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify all the Tcl_NRPostProc declarations.dgp@users.sourceforge.net2016-07-061-8/+4
* Align comment. Remove some end-of-line spacing. No functional changes.nijtmans@users.sourceforge.net2015-09-281-2/+2
|\
| * Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f...nijtmans@users.sourceforge.net2014-05-011-6/+6
| * Better (safer) fix for [0e92c404f1]nijtmans@users.sourceforge.net2014-04-301-1/+1
* | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donalferrieux@users.sourceforge.net2014-08-051-31/+14
* | TIP 429 Implementation: [string cat]ferrieux@users.sourceforge.net2014-08-021-0/+71
* | [f0f876c141] Improve consistency in error messages.donal.k.fellows@manchester.ac.uk2014-06-171-7/+9
* | add compilation of [string is]donal.k.fellows@manchester.ac.uk2014-02-021-1/+1
|\ \
| * \ merge main working branchdonal.k.fellows@manchester.ac.uk2014-01-021-34/+1
| |\ \
| * \ \ merge main working branchdonal.k.fellows@manchester.ac.uk2013-12-301-16/+19
| |\ \ \
| * \ \ \ merge main dev branchdonal.k.fellows@manchester.ac.uk2012-11-051-5/+28
| |\ \ \ \
| * | | | | Work on compilation of [string is].donal.k.fellows@manchester.ac.uk2012-11-021-1/+1
* | | | | | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be sha...nijtmans@users.sourceforge.net2014-01-081-6/+39
| |_|_|/ / |/| | | |
* | | | | Factor out the definition of the default string trim set; define it once only.donal.k.fellows@manchester.ac.uk2013-12-301-34/+1
| |_|/ / |/| | |
* | | | simple compilation of [string replace]donal.k.fellows@manchester.ac.uk2013-12-121-1/+1
* | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...donal.k.fellows@manchester.ac.uk2013-10-291-3/+3
* | | | First attempt at [string trim] compilation.donal.k.fellows@manchester.ac.uk2013-09-301-3/+5
* | | | [3613609]: Replace strcasecmp() with UTF-8-aware version.donal.k.fellows@manchester.ac.uk2013-05-221-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlynijtmans@users.sourceforge.net2013-05-211-1/+1
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...nijtmans@users.sourceforge.net2013-04-231-2/+2
|\ \ \ \ | |/ / /
* | | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...nijtmans@users.sourceforge.net2013-02-041-1/+2
* | | | Add super-simple compiler to many ensemble subcommands to allow better codedonal.k.fellows@manchester.ac.uk2013-01-041-11/+11
| |_|/ |/| |
* | | Added bytecode compilation of many Tcl commands, merged from development branch.donal.k.fellows@manchester.ac.uk2012-11-051-4/+4
|\ \ \
| * | | Added compilation of [string last] and improved the compilation of [string ra...donal.k.fellows@manchester.ac.uk2012-11-031-1/+1
| | |/ | |/|
| * | Compilation of [string first] and [string range] (with constant indices).donal.k.fellows@manchester.ac.uk2012-10-301-2/+2
| * | Added compilation of simplest practical case of [string map].donal.k.fellows@manchester.ac.uk2012-10-291-1/+1
* | | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (...nijtmans@users.sourceforge.net2012-10-161-3/+1
* | | and remove the two characters from string trim as wellnijtmans@users.sourceforge.net2012-10-091-2/+0
* | | tip 318 updatenijtmans@users.sourceforge.net2012-09-231-4/+31
|/ /
* | more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-031-43/+51
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddonal.k.fellows@manchester.ac.uk2012-05-171-2/+6
|\ \ | |/
| * * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddonal.k.fellows@manchester.ac.uk2012-05-171-2/+6
| * make some more internal tables constnijtmans@users.sourceforge.net2012-04-181-22/+22
| |\
| * \ some formatting (*.decls)nijtmans@users.sourceforge.net2012-04-041-1/+1
| |\ \ | | |/
| | * 3484621 Invalidate bytecode when exec traces are added/removed from compiled ...dgp@users.sourceforge.net2012-02-061-1/+20
* | | faster memleak-free implementation of [string is entier]nijtmans@users.sourceforge.net2012-03-291-4/+42
|\ \ \
| * | | alternative TIP 395 implementation:nijtmans@users.sourceforge.net2012-01-261-2/+47
* | | | Implementation of TIP #395donal.k.fellows@manchester.ac.uk2012-03-271-10/+18
|/ / /
* | | Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp@users.sourceforge.net2012-01-231-2/+5
|\ \ \ | |/ /
| * | Simplify the logic of setting the TCL_REG_NOTBOL flag.dgp@users.sourceforge.net2012-01-231-2/+5
* | | Prevent buffer read overflow. Thanks to "sebres" for the report and fixnijtmans@users.sourceforge.net2012-01-211-1/+1
|\ \ \ | |/ /
| * | Prevent buffer read overflow. Thanks to "sebres" for the report and fix.nijtmans@users.sourceforge.net2012-01-211-1/+1
| |\ \ | | |/
| | * 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix.dgp@users.sourceforge.net2012-01-191-1/+1
| | * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp@users.sourceforge.net2011-03-061-1/+1
* | | Revised TclFindElement() interface.dgp@users.sourceforge.net2011-05-021-2/+2
|\ \ \ | |/ /
| * | Revised TclFindElement() interface.dgp@users.sourceforge.net2011-05-021-2/+2
* | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp@users.sourceforge.net2011-04-281-1/+1
|\ \ \ | |/ /
| * | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns()dgp@users.sourceforge.net2011-04-281-1/+1
* | | TclFreeIntRep() cleanup.dgp@users.sourceforge.net2011-04-271-2/+0
* | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*].dgp@users.sourceforge.net2011-04-131-113/+14
|\ \ \ | |/ /