| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-03-25 | 3 | -28/+27 |
|\ |
|
| * | Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ... | jan.nijtmans | 2020-03-25 | 3 | -30/+29 |
|
|
* | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove Tcl_MacOSXOpenBundleR... | jan.nijtmans | 2020-03-24 | 4 | -35/+85 |
|\ \
| |/ |
|
| * | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling Tcl_MacOSXOpenVer... | jan.nijtmans | 2020-03-24 | 1 | -0/+5 |
|
|
| * | Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same functions... | jan.nijtmans | 2020-03-24 | 3 | -35/+78 |
|
|
| * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 2 | -4/+4 |
|
|
* | | Resolve gcc compiler warnings, only on 32-bit builds (gcc-7) | jan.nijtmans | 2020-03-20 | 1 | -2/+2 |
|
|
* | | Improve the standard error message for nonbyte arguments. | dgp | 2020-03-18 | 1 | -9/+32 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 19 | -121/+119 |
|\ \
| |/ |
|
| * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 16 | -116/+114 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 3 | -5/+22 |
|\ \
| |/ |
|
| * | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico... | jan.nijtmans | 2020-03-17 | 2 | -4/+21 |
| |\ |
|
| | * | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate... | jan.nijtmans | 2020-03-17 | 5 | -9/+33 |
|
|
| * | | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i... | jan.nijtmans | 2020-03-15 | 3 | -7/+11 |
|
|
* | | | a few more | dgp | 2020-03-17 | 1 | -2/+2 |
|
|
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 30 | -125/+11 |
|
|
* | | | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ... | jan.nijtmans | 2020-03-15 | 1 | -21/+21 |
|\ \ \
| |/ / |
|
| * | | Make ourEnviron type (techar **) not (char **), so we need less type-casts. | jan.nijtmans | 2020-03-15 | 1 | -32/+32 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-03-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix one wrong type-cast (only causing warning, nothing serious) | jan.nijtmans | 2020-03-14 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-03-14 | 1 | -22/+43 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6.
| jan.nijtmans | 2020-03-13 | 2 | -8/+56 |
| |\ \ |
|
| * | | | fix back-ported from tclSE (with several modifications due to conflicts and c... | sebres | 2020-03-13 | 1 | -22/+43 |
|
|
* | | | | Need declaration too. | dgp | 2020-03-13 | 1 | -0/+2 |
|
|
* | | | | New internal routine TclGetBytesFromObj(). | dgp | 2020-03-13 | 1 | -10/+55 |
|
|
* | | | | Minimal fix for crash bug. | dgp | 2020-03-12 | 1 | -0/+2 |
|
|
* | | | | Merge new tests. Reveals crash in Tcl 8.7 implementation. | dgp | 2020-03-12 | 1 | -0/+46 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add some testing of Tcl_SetByteArrayLength(). | dgp | 2020-03-12 | 1 | -0/+48 |
| |/ / |
|
* | | | close [234d6c811d]: fixed segfault on empty list variable by "lpop" without i... | sebres | 2020-03-11 | 1 | -0/+8 |
|
|
* | | | Fix Windows build, broken by [d5175f6050e308f4] | jan.nijtmans | 2020-03-10 | 1 | -2/+2 |
|
|
* | | | more | dgp | 2020-03-09 | 2 | -139/+69 |
|
|
* | | | More | dgp | 2020-03-09 | 3 | -27/+13 |
|
|
* | | | More TCL_UNUSED | dgp | 2020-03-09 | 8 | -633/+281 |
|
|
* | | | More TCL_UNUSED. | dgp | 2020-03-08 | 7 | -123/+85 |
|
|
* | | | Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN() | jan.nijtmans | 2020-03-07 | 2 | -15/+15 |
|
|
* | | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ... | jan.nijtmans | 2020-03-07 | 5 | -43/+43 |
|
|
* | | | Unused arguments in the OO source code files. | dgp | 2020-03-07 | 6 | -187/+98 |
|
|
* | | | more | dgp | 2020-03-06 | 5 | -129/+66 |
|
|
* | | | More unused arguments through the IO code. | dgp | 2020-03-06 | 4 | -92/+47 |
|
|
* | | | more | dgp | 2020-03-06 | 1 | -17/+13 |
|
|
* | | | more unused arguments | dgp | 2020-03-06 | 2 | -20/+11 |
|
|
* | | | merge 8.6 | dgp | 2020-03-06 | 1 | -36/+1 |
|\ \ \
| |/ / |
|
| * | | Remove SetIndexFromAny(), a useless routine that can only be reached via | dgp | 2020-03-06 | 1 | -35/+1 |
|
|
* | | | more | dgp | 2020-03-06 | 2 | -18/+8 |
|
|
* | | | more | dgp | 2020-03-06 | 3 | -33/+31 |
|
|
* | | | (no comment) | dgp | 2020-03-06 | 2 | -13/+7 |
|
|
* | | | (no comment) | dgp | 2020-03-06 | 1 | -6/+3 |
|
|
* | | | more unused arguments | dgp | 2020-03-06 | 2 | -141/+53 |
|
|
* | | | more of the same | dgp | 2020-03-06 | 3 | -117/+74 |
|
|
* | | | More TCL_UNUSED(). | dgp | 2020-03-06 | 6 | -599/+254 |
|
|