Commit message (Collapse) | 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 | |
| | | | | | | | | same entry from win32. Can be simplified further in 8.7/9.0. | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-24 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Spurious test-failure on Travis OSX | jan.nijtmans | 2020-03-24 | 1 | -1/+3 | |
| | | ||||||
* | | Merge 8.6. If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2020-03-24 | 5 | -35/+88 | |
|\ \ | |/ | | | | | Tcl_MacOSXOpenBundleResources() completely | |||||
| * | MacOS: Make Tcl_MacOSXOpenBundleResources() a macro calling ↵ | jan.nijtmans | 2020-03-24 | 2 | -0/+6 | |
| | | | | | | | | 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.nijtmans | 2020-03-24 | 3 | -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 | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-22 | 9 | -35/+35 | |
|\ \ | |/ | ||||||
| * | Even more uppercase HEX representations in source-code | jan.nijtmans | 2020-03-22 | 10 | -34/+34 | |
| | | ||||||
* | | 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 | 22 | -129/+127 | |
|\ \ | |/ | ||||||
| * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 19 | -124/+122 | |
| | | ||||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 15 | -23/+40 | |
|\ \ | |/ | ||||||
| * | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 16 | -26/+43 | |
| |\ | | | | | | | | | | Unicode tables. Not used in 8.6 yet. | |||||
| | * | Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so ↵ | jan.nijtmans | 2020-03-17 | 6 | -11/+35 | |
| | | | | | | | | | | | | | | | generate those in the tables too. Add one reserved stub entry (Backported from 8.6) | |||||
| | * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 14 | -24/+24 | |
| | | | ||||||
* | | | a few more | dgp | 2020-03-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 39 | -147/+14 | |
| | | | ||||||
* | | | merge-mark | jan.nijtmans | 2020-03-15 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() ↵ | jan.nijtmans | 2020-03-15 | 3 | -7/+11 | |
| | | | | | | | | | | | | in Tcl 8.7. | |||||
* | | | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ↵ | jan.nijtmans | 2020-03-15 | 2 | -23/+23 | |
|\ \ \ | |/ / | | | | | | | of the "master" build failure) | |||||
| * | | 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 | 3 | -24/+77 | |
|\ \ \ | |/ / | ||||||
| * | | Fix [8f89e2e059aafa1c]: Windows: environment is not reflected properly ↵ | jan.nijtmans | 2020-03-14 | 3 | -26/+79 | |
| |\ \ | | | | | | | | | | | | | (special characters). Thanks to sebres for patch and test-case! | |||||
| | * \ | Merge 8.6. | jan.nijtmans | 2020-03-13 | 6 | -66/+96 | |
| | |\ \ | | |/ / | |/| | | 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 ↵ | sebres | 2020-03-13 | 3 | -25/+61 | |
| | | | | | | | | | | | | | | | | compat reasons) | |||||
| | * | | env.test: added test for windows illustrating bug [8f89e2e059] - loss of ↵ | sebres | 2020-03-13 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | multi-byte chars in environment if single-byte system encoding used | |||||
* | | | | Convert many test-cases to modern test syntax | jan.nijtmans | 2020-03-14 | 7 | -303/+295 | |
| | | | | ||||||
* | | | | Need declaration too. | dgp | 2020-03-13 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | New internal routine TclGetBytesFromObj(). | dgp | 2020-03-13 | 1 | -10/+55 | |
| | | | | | | | | | | | | Aimed to become public, see TIP 568 in progress. | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-03-13 | 1 | -53/+27 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | reformat assemble-15.* test-cases | jan.nijtmans | 2020-03-13 | 1 | -53/+27 | |
| | | | | ||||||
* | | | | 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 | 2 | -0/+58 | |
|\ \ \ \ \ | | |/ / / | ||||||
| | * | | | Renumber tests to account for later releases. | dgp | 2020-03-12 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Add some testing of Tcl_SetByteArrayLength(). | dgp | 2020-03-12 | 2 | -0/+59 | |
| |/ / | ||||||
* | | | fixes segfault [234d6c811d]: "lpop" on empty list variable without index + ↵ | sebres | 2020-03-11 | 2 | -14/+27 | |
|\ \ \ | | | | | | | | | | | | | new test case | |||||
| * | | | close [234d6c811d]: fixed segfault on empty list variable by "lpop" without ↵ | sebres | 2020-03-11 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | index | |||||
| * | | | lpop.test: added test illustrating segfault in [234d6c811d] (and small ↵ | sebres | 2020-03-11 | 1 | -14/+19 | |
|/ / / | | | | | | | | | | review - stability of tests depending on outside circumstances, e. g. in case of -singleproc) | |||||
* | | | Fix Windows build, broken by [d5175f6050e308f4] | jan.nijtmans | 2020-03-10 | 2 | -3/+3 | |
| | | | ||||||
* | | | Mac fix | dgp | 2020-03-09 | 1 | -1/+5 | |
| | | | ||||||
* | | | TCL_UNUSED for win sources. | dgp | 2020-03-09 | 12 | -125/+56 | |
| | | | ||||||
* | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 16 | -130/+75 | |
| | | | ||||||
* | | | need internal header now. | dgp | 2020-03-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | Bring TCL_UNUSED to macosx sources. | dgp | 2020-03-09 | 2 | -11/+6 | |
| | | | ||||||
* | | | more | dgp | 2020-03-09 | 2 | -139/+69 | |
| | | | ||||||
* | | | More | dgp | 2020-03-09 | 3 | -27/+13 | |
| | | |