| Commit message (Expand) | Author | Age | Files | Lines |
* | New macro TclNewIndexObj(). For Tcl 8.7 it's the same as TclNewIntObj(), but ... | jan.nijtmans | 2021-12-21 | 1 | -18/+18 |
|\ |
|
* \ | Merge 8.6. Make c++ compile (with g++-11) warning-free | jan.nijtmans | 2021-05-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix "possibly uninitialized variable" warning, seen with gcc-11 (however harm... | jan.nijtmans | 2021-05-27 | 1 | -1/+1 |
|
|
| * | More implicit type-casts, for better compatibility with C++ | jan.nijtmans | 2021-02-05 | 1 | -21/+21 |
|
|
| * | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -13/+13 |
|
|
* | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -6/+6 |
|
|
* | | 3 times -1 -> TCL_INDEX_NONE | jan.nijtmans | 2020-10-18 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -11/+12 |
|
|
* | | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
|
|
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -19/+25 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge 8.6. More documentation updates | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Implement TIP #581: Master/Slave | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-11 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | occurance -> occurrence. | jan.nijtmans | 2020-05-11 | 1 | -2/+2 |
|
|
* | | Fix [fad64a857e76f98e]: "lsearch" provides wrong errorCode with bad -stride ... | jan.nijtmans | 2020-05-07 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | More usage of TclUtfToUCS4(), so we can use the whole Unicode range better in... | jan.nijtmans | 2020-05-05 | 1 | -5/+5 |
|
|
* | | close [234d6c811d]: fixed segfault on empty list variable by "lpop" without i... | sebres | 2020-03-11 | 1 | -0/+8 |
|
|
* | | More TCL_UNUSED(). | dgp | 2020-03-06 | 1 | -122/+60 |
|
|
* | | Better error-message in case of "index out of range", mentioning the actual i... | jan.nijtmans | 2020-02-29 | 1 | -4/+4 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -32/+73 |
|\ \ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -2/+20 |
| |\ \ |
|
| * \ \ | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -8/+49 |
| |\ \ \ |
|
| * \ \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -14/+14 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -20/+20 |
| |\ \ \ \ |
|
| * | | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -3/+3 |
| |/ / / / |
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-02-26 | 1 | -3/+3 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Resolve a number of shadowed variables (discovered by compiling with -Wshadow) | jan.nijtmans | 2020-02-26 | 1 | -3/+3 |
|
|
* | | | | merge 8.6 | sebres | 2020-01-17 | 1 | -2/+20 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort) | sebres | 2020-01-17 | 1 | -2/+20 |
| |\ \ |
|
| | * | | closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would t... | sebres | 2020-01-17 | 1 | -2/+20 |
|
|
* | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -14/+14 |
| |_|/
|/| | |
|
* | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c | jan.nijtmans | 2019-06-27 | 1 | -1/+1 |
|
|
| * | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -21/+19 |
|
|
* | | | Plug memleak in [lpop] due to mishandling the unconventional recounting | dgp | 2019-04-24 | 1 | -3/+6 |
|
|
* | | | Style corrections and warning elimination | dkf | 2019-04-18 | 1 | -1/+1 |
|
|
* | | | Tests, and reduce number of copies. | dkf | 2019-03-30 | 1 | -7/+29 |
|
|
* | | | Implementation of [lremove]. | dkf | 2019-03-30 | 1 | -0/+114 |
|
|
* | | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use... | jan.nijtmans | 2019-01-18 | 1 | -3/+10 |
|
|
* | | | More TIP #502 optimizations and improvements, preparing further for the road ... | jan.nijtmans | 2019-01-16 | 1 | -7/+7 |
|
|
* | | | Internal minor optimization of TIP #502 implementation. No difference in any ... | jan.nijtmans | 2018-12-18 | 1 | -9/+8 |
|
|
* | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -21/+21 |
|
|
* | | | Implement TIP 523 | dkf | 2018-11-06 | 1 | -0/+90 |
|\ \ \ |
|
| * | | | Simplify to only accept index arguemnts. No index list. | pspjuth | 2018-10-24 | 1 | -11/+4 |
|
|
| * | | | Implement TIP 523, New lpop command | pspjuth | 2018-10-22 | 1 | -0/+97 |
|
|