summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-08-131-2/+2
|\
| * More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-2/+2
| |
* | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-02-281-16/+16
|\ \ | |/
| * Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-6/+6
| |\
| * | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-10/+10
| |/
| * Merge 8.6jan.nijtmans2019-06-261-1/+1
| |\
* | \ Merge 8.7. Also eliminate some spacing before line-endingsjan.nijtmans2019-06-241-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2019-06-151-6/+43
|\ \ \ | |/ /
| * | And fix the silly errordkf2019-06-051-2/+2
| | |
| * | And the command version of the new operators too.dkf2019-06-051-1/+1
| | |
| * | Start of implementation of string comparison operators.dkf2019-06-051-5/+42
| | |
* | | Merge 8.7jan.nijtmans2019-03-241-1/+1
|\ \ \ | |/ /
| * | Make all internal small buffer related to Tcl_UtfBackslash() length 4, not ↵jan.nijtmans2019-03-241-1/+1
| | | | | | | | | | | | | | | TCL_UTF_MAX: For TCL_UTF_MAX=6 it was overkill, for TCL_UTF_MAX=3 not enough. Prove that this works by adding a Travis CI build configuration using TCL_UTF_MAX=3
* | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ | |/ /
| * | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
| | |
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-271-1/+1
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and ↵jan.nijtmans2019-02-051-2/+2
| | | | | | | | | | | | more. Remove many type-casts which are not necessary any more.
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled ↵jan.nijtmans2019-01-241-2/+2
| | | | | | | | | | | | correctly on 64-bit platforms.
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be ↵jan.nijtmans2018-12-261-2/+2
| | | | | | | | | | | | handled correctly in many more places.
* | | Implement TIP 445dgp2018-11-131-3/+5
|\ \ \ | |/ /
| * | merge 8.7dgp2018-10-181-1/+1
| |\ \
| * \ \ merge trunkdgp2017-09-011-1/+1
| |\ \ \
| * \ \ \ merge trunkdgp2017-06-061-2/+2
| |\ \ \ \
| * | | | | Purge more direct accesses to bytes field.dgp2016-10-071-3/+5
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2018-10-121-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | TIP #502 implementation: Index value reform.jan.nijtmans2018-10-121-1/+1
| | |_|/ / | |/| | |
* | | | | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-2/+2
| | | | |
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | | | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-6/+6
| | | | | |
* | | | | | Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-9/+8
| | | | | |
* | | | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-1/+2
| | | | | |
* | | | | | Merge trunkjan.nijtmans2018-04-151-6/+6
|\ \ \ \ \ \ | |/ / / / /
* | | | | | merge trunkjan.nijtmans2018-02-221-8/+8
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-5/+5
|/ / / / /
* | | | | merge core-8-branch. Various cleanup: unused structure names, unused ↵jan.nijtmans2017-12-011-1/+1
|/ / / / | | | | | | | | | | | | #defines. Change some "epoch"-related fields from int to size_t. Nothing functional.
* | | | merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
| | |
* | | merge core-8-6-branchjan.nijtmans2017-05-291-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in ↵jan.nijtmans2017-05-291-2/+2
| | | | | | | | functionality, just faster if ASCII only strings are involved.
* | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵jan.nijtmans2016-09-071-9/+9
|\ \ | |/ | | | | literal sharing vs. per-interp resolvers
* | No longer need to create Tcl_Obj just to make some bytecode.dgp2016-04-291-5/+2
|/
* More signed/unsigned type correction.dgp2016-03-221-3/+3
|\
| * (cherry-pick): Fix signed-unsigned-compare warning (reported by François ↵jan.nijtmans2016-03-221-1/+1
|/ | | | Vogel on Windows, but gcc can trigger it as well)
* [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc().dgp2015-07-291-1/+3
|\
| * [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc().dgp2015-07-291-1/+3
| |
* | Fix some gcc compiler warnings (probably cygwin-only)jan.nijtmans2014-12-081-20/+20
|\ \ | |/
| * Fix some gcc compiler warnings (probably cygwin-only)jan.nijtmans2014-12-081-3/+3
| |
* | [d2ffcca163] Limit parsing results that are documented to accept only ASCII ↵dgp2014-12-051-27/+24
|\ \ | |/ | | | | chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results.
| * Limit isalpha(.) calls in the expr parser to only apply to known ASCIIdgp2014-12-041-3/+4
| | | | | | arguments to make the results portable.