summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Expand)AuthorAgeFilesLines
* More progressjan.nijtmans2022-07-141-1/+1
* First shot at TIP #625 for Tcl 9.0. jan.nijtmans2022-07-141-14/+30
* Merge 8.7jan.nijtmans2022-07-131-3/+3
|\
| * Make List->elements a TCLFLEXARRAY. Improve documentation (backported from 9.0)jan.nijtmans2022-07-131-3/+3
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-89/+91
|\ \
| * \ Merge 9.0jan.nijtmans2022-05-171-19/+19
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-04-141-10/+11
| |\ \
| * | | More progressjan.nijtmans2022-03-291-2/+2
| * | | Make framePtr->level size_tjan.nijtmans2022-03-151-2/+2
| * | | More size_tjan.nijtmans2022-03-081-2/+2
| * | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-12/+12
| * | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-7/+7
| * | | Almost complete (at least the API)jan.nijtmans2022-01-271-40/+40
| * | | More progressjan.nijtmans2022-01-271-24/+26
| * | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-19/+19
* | | | Merge 8.7jan.nijtmans2022-05-171-19/+19
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-19/+19
| * | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ...jan.nijtmans2021-12-211-18/+18
| |\ \
* | | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-10/+11
| |_|/ |/| |
* | | Merge 8.7jan.nijtmans2021-05-271-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Make c++ compile (with g++-11) warning-freejan.nijtmans2021-05-271-1/+1
| |\ \ | | |/
| | * Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm...jan.nijtmans2021-05-271-1/+1
| | * More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-051-21/+21
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-13/+13
* | | Merge 8.7jan.nijtmans2021-03-221-1/+1
|\ \ \ | |/ /
| * | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-221-1/+1
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-6/+6
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-6/+6
* | | Merge 8.7jan.nijtmans2020-10-181-1/+1
|\ \ \ | |/ /
| * | 3 times -1 -> TCL_INDEX_NONEjan.nijtmans2020-10-181-1/+1
* | | Merge 8.7jan.nijtmans2020-10-131-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-1/+1
| |\ \ | | |/
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-11/+12
* | | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-19/+25
* | | New macro TclNewIndexObj() which does the same as TclNewWideIntObjFromSize() ...jan.nijtmans2020-09-181-11/+18
* | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-111-1/+1
* | | Merge 8.7jan.nijtmans2020-09-011-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-1/+1
| |\ \ | | |/
| * | Merge 8.6. More documentation updatesjan.nijtmans2020-08-311-1/+1
| |\ \ | | |/
| | * Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-1/+1
* | | Merge 8.7jan.nijtmans2020-05-111-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-111-2/+2
| |\ \ | | |/
| | * occurance -> occurrence.jan.nijtmans2020-05-111-2/+2
* | | Merge 8.7jan.nijtmans2020-05-071-1/+1
|\ \ \ | |/ /
| * | Fix [fad64a857e76f98e]: "lsearch" provides wrong errorCode with bad -stride ...jan.nijtmans2020-05-071-1/+1
* | | Merge 8.7jan.nijtmans2020-05-051-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-051-3/+3
| |\ \ | | |/