| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.6 | dgp | 2018-04-19 | 1 | -2/+2 |
|\ |
|
| * | Fold TclArraySet() into its only caller. tclEnv.c no longer calls it | dgp | 2018-04-19 | 1 | -2/+0 |
|
|
| * | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -0/+2 |
|
|
* | | merge 8.7 | dgp | 2018-03-15 | 1 | -80/+117 |
|\ \ |
|
| * | | New routine TclStringReplace() serves as a common implementation for both | dgp | 2018-03-14 | 1 | -0/+3 |
|
|
| * | | cherry pick the desirable part of the merge. | dgp | 2018-03-14 | 1 | -0/+2 |
|
|
| * | | backout the latest merge | dgp | 2018-03-14 | 1 | -2/+0 |
|
|
| * | | merge 8.6 | dgp | 2018-03-14 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | merge 8.5 | dgp | 2018-03-14 | 1 | -0/+2 |
| | |\ |
|
| | | * | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 1 | -0/+2 |
|
|
| * | | | merge 8.7 | dgp | 2018-03-12 | 1 | -105/+140 |
| |\ \ \ |
|
| | * \ \ | [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor... | dgp | 2018-03-10 | 1 | -0/+15 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Return routine to file scope. | dgp | 2018-03-09 | 1 | -2/+0 |
|
|
| | | * | | Refactor the index value encode/decode machinery for broader use. | dgp | 2018-03-09 | 1 | -0/+15 |
|
|
| | | * | | New internal routine TclGetEndOffsetFromObj. | dgp | 2018-03-06 | 1 | -0/+2 |
|
|
| | | * | | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update | pooryorick | 2018-02-14 | 1 | -0/+4905 |
|
|
| | | * | | Lift the restriction on command names names that begin with ":". | pooryorick | 2018-02-14 | 1 | -4922/+0 |
|
|
| | * | | | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C... | jan.nijtmans | 2018-02-14 | 1 | -2/+10 |
|
|
| | * | | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -2/+2 |
|
|
| | * | | | fixes [9280abbaf57fca3eb40a89403d9d891853209bb6]: compare of `LLONG_MAX == LO... | sebres | 2018-02-08 | 1 | -1/+1 |
|
|
| | * | | | TIP 484: Merge 'int' and 'wideInt' Obj-type to a single 'int' | dgp | 2018-02-06 | 1 | -52/+25 |
| | |\ \ \ |
|
| | | * | | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T... | jan.nijtmans | 2018-01-26 | 1 | -3/+3 |
|
|
| | | * | | | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon... | jan.nijtmans | 2018-01-26 | 1 | -2/+2 |
| | | |\ \ \ |
|
| | | * | | | | make the old "int" type "static", since it's just used in a single file. | jan.nijtmans | 2018-01-22 | 1 | -1/+0 |
|
|
| | | * | | | | Put old "int" type back. Not used by Tcl anymore, but this restores compatibi... | jan.nijtmans | 2018-01-22 | 1 | -0/+1 |
|
|
| | | * | | | | merge core-8-branch | jan.nijtmans | 2018-01-22 | 1 | -15/+17 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | * | | | | merge core-8-branch | jan.nijtmans | 2018-01-16 | 1 | -1/+0 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-28 | 1 | -5/+4 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -20/+19 |
| | | |\ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ | merge core-8-branch | jan.nijtmans | 2017-12-06 | 1 | -1/+30 |
| | | |\ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ | merge core-8-branch. Also fix some test-cases, expecting the existence of "in... | jan.nijtmans | 2017-11-15 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (... | jan.nijtmans | 2017-11-09 | 1 | -19/+57 |
| | | |\ \ \ \ \ \ \ \ \ |
|
| | | * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2017-11-09 | 1 | -58/+20 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. | pooryorick | 2017-11-08 | 1 | -1/+1 |
|
|
| | | | * | | | | | | | | | | TIPs 330 & 336 changes to Tcl 9 Implementation | dgp | 2017-11-03 | 1 | -55/+19 |
| | | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | tidy? | dgp | 2017-10-30 | 1 | -9/+9 |
|
|
| | | | | * | | | | | | | | | | tidy | dgp | 2017-10-30 | 1 | -9/+9 |
|
|
| | | | | * | | | | | | | | | | tidying | dgp | 2017-10-30 | 1 | -2/+2 |
|
|
| | | | | * | | | | | | | | | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336. | dgp | 2017-10-30 | 1 | -55/+19 |
|
|
| | | | * | | | | | | | | | | | TIP 114 Implementation | dgp | 2017-11-03 | 1 | -2/+0 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | | Implementation branch for TIP 114 - Eliminate Octal Parsing... | dgp | 2017-10-23 | 1 | -2/+0 |
| | | | | |/ / / / / / / / / / |
|
| | | * | | | | | | | | | | | | merge trunk | jan.nijtmans | 2017-11-03 | 1 | -13/+18 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -47/+6 |
|
|
| | | * | | | | | | | | | | | | Fix some pointer arthemeric (only visible on big-endian systems) | jan.nijtmans | 2017-10-30 | 1 | -1/+18 |
|
|
| | | * | | | | | | | | | | | | more progress in code simplifications | jan.nijtmans | 2017-10-30 | 1 | -4/+4 |
|
|
| | | * | | | | | | | | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -7/+7 |
| | | | |/ / / / / / / / / /
| | | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | | Merge the NRE-enabling of [package require]. | dgp | 2018-02-06 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | Fix segmentation fault triggered by test package-3.12. Adapt signature of | pooryorick | 2018-01-31 | 1 | -0/+1 |
| | | | |_|_|_|_|_|_|_|/ / /
| | | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | | Rework TclStringReverse to consistent standard form. | dgp | 2018-02-06 | 1 | -3/+3 |
|
|
| | * | | | | | | | | | | | | Rename TclStringFind to TclStringFirst. Repair its operations on bytearrays. | dgp | 2018-02-06 | 1 | -2/+2 |
|
|