summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-03-253-28/+27
|\
| * Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with ↵jan.nijtmans2020-03-253-30/+29
| | | | | | | | same entry from win32. Can be simplified further in 8.7/9.0.
* | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2020-03-244-35/+85
|\ \ | |/ | | | | Tcl_MacOSXOpenBundleResources() completely
| * MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling ↵jan.nijtmans2020-03-241-0/+5
| | | | | | | | Tcl_MacOSXOpenVersionedBundleResources: One more stub entry which can be removed in Tcl 9.0
| * Fill UNIX TclIntPlatDecls stub entries 15 up to 19 and 22 with same ↵jan.nijtmans2020-03-243-35/+78
| | | | | | | | | | functions as for win32. Not used in 8.6 yet. This is a step on the way, making the TclIntPlatDecls stub table the same for all platforms in 9.0
| * Even more uppercase HEX representations in source-codejan.nijtmans2020-03-222-4/+4
| |
* | Resolve gcc compiler warnings, only on 32-bit builds (gcc-7)jan.nijtmans2020-03-201-2/+2
| |
* | Improve the standard error message for nonbyte arguments.dgp2020-03-181-9/+32
| |
* | Merge 8.6jan.nijtmans2020-03-1819-121/+119
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-1816-116/+114
| |
* | Merge 8.6jan.nijtmans2020-03-173-5/+22
|\ \ | |/
| * Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵jan.nijtmans2020-03-172-4/+21
| |\ | | | | | | | | | Unicode tables. Not used in 8.6 yet.
| | * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so ↵jan.nijtmans2020-03-175-9/+33
| | | | | | | | | | | | | | | generate those in the tables too. Add one reserved stub entry (Backported from 8.6)
| * | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() ↵jan.nijtmans2020-03-153-7/+11
| | | | | | | | | | | | in Tcl 8.7.
* | | a few moredgp2020-03-171-2/+2
| | |
* | | TIP 569 - remove lint commentsdgp2020-03-1730-125/+11
| | |
* | | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ↵jan.nijtmans2020-03-151-21/+21
|\ \ \ | |/ / | | | | | | of the "master" build failure)
| * | Make ourEnviron type (techar **) not (char **), so we need less type-casts.jan.nijtmans2020-03-151-32/+32
| | |
* | | Merge 8.6jan.nijtmans2020-03-141-1/+1
|\ \ \ | |/ /
| * | Fix one wrong type-cast (only causing warning, nothing serious)jan.nijtmans2020-03-141-1/+1
| | |
* | | Merge 8.6jan.nijtmans2020-03-141-22/+43
|\ \ \ | |/ /
| * | Merge 8.6. jan.nijtmans2020-03-132-8/+56
| |\ \ | | | | | | | | Code review: Tcl 8.6 doesn't (need to) build with -DUNICODE -D_UNICODE any more, so things can be simplified. Good work, thanks!
| * | | fix back-ported from tclSE (with several modifications due to conflicts and ↵sebres2020-03-131-22/+43
| | | | | | | | | | | | | | | | compat reasons)
* | | | Need declaration too.dgp2020-03-131-0/+2
| | | |
* | | | New internal routine TclGetBytesFromObj().dgp2020-03-131-10/+55
| | | | | | | | | | | | Aimed to become public, see TIP 568 in progress.
* | | | Minimal fix for crash bug.dgp2020-03-121-0/+2
| | | |
* | | | Merge new tests. Reveals crash in Tcl 8.7 implementation.dgp2020-03-121-0/+46
|\ \ \ \ | | |/ / | |/| |
| * | | Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+48
| |/ /
* | | close [234d6c811d]: fixed segfault on empty list variable by "lpop" without ↵sebres2020-03-111-0/+8
| | | | | | | | | | | | index
* | | Fix Windows build, broken by [d5175f6050e308f4]jan.nijtmans2020-03-101-2/+2
| | |
* | | moredgp2020-03-092-139/+69
| | |
* | | Moredgp2020-03-093-27/+13
| | |
* | | More TCL_UNUSEDdgp2020-03-098-633/+281
| | |
* | | More TCL_UNUSED.dgp2020-03-087-123/+85
| | |
* | | Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN()jan.nijtmans2020-03-072-15/+15
| | |
* | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ↵jan.nijtmans2020-03-075-43/+43
| | | | | | | | | | | | (void *) in stead of (char *)
* | | Unused arguments in the OO source code files.dgp2020-03-076-187/+98
| | |
* | | moredgp2020-03-065-129/+66
| | |
* | | More unused arguments through the IO code.dgp2020-03-064-92/+47
| | |
* | | moredgp2020-03-061-17/+13
| | |
* | | more unused argumentsdgp2020-03-062-20/+11
| | |
* | | merge 8.6dgp2020-03-061-36/+1
|\ \ \ | |/ /
| * | Remove SetIndexFromAny(), a useless routine that can only be reached viadgp2020-03-061-35/+1
| | | | | | | | | unsupported shenanigans.
* | | moredgp2020-03-062-18/+8
| | |
* | | moredgp2020-03-063-33/+31
| | |
* | | (no comment)dgp2020-03-062-13/+7
| | |
* | | (no comment)dgp2020-03-061-6/+3
| | |
* | | more unused argumentsdgp2020-03-062-141/+53
| | |
* | | more of the samedgp2020-03-063-117/+74
| | |
* | | More TCL_UNUSED().dgp2020-03-066-599/+254
| | |