Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 16 | -116/+114 |
| | |||||
* | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 2 | -4/+21 |
|\ | | | | | | | 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 | 5 | -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.nijtmans | 2020-03-15 | 3 | -7/+11 |
| | | | | | | | | in Tcl 8.7. | ||||
* | | Make ourEnviron type (techar **) not (char **), so we need less type-casts. | jan.nijtmans | 2020-03-15 | 1 | -32/+32 |
| | | |||||
* | | 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-13 | 2 | -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! | ||||
| * | | Add some testing of Tcl_SetByteArrayLength(). | dgp | 2020-03-12 | 1 | -0/+48 |
| | | | |||||
* | | | fix back-ported from tclSE (with several modifications due to conflicts and ↵ | sebres | 2020-03-13 | 1 | -22/+43 |
|/ / | | | | | | | compat reasons) | ||||
* | | Remove SetIndexFromAny(), a useless routine that can only be reached via | dgp | 2020-03-06 | 1 | -35/+1 |
| | | | | | | unsupported shenanigans. | ||||
* | | Update to Unicode-13 | jan.nijtmans | 2020-03-05 | 3 | -1335/+1357 |
|\ \ | |/ | |||||
| * | Update all internal tables to Unicode 13. | jan.nijtmans | 2020-03-05 | 3 | -1333/+1355 |
| |\ | | | | | | | (while on it) sync tclWinDdde.c and tclWinReg.c, making it 100% identical to other branches. | ||||
| | * | Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ↵ | jan.nijtmans | 2020-02-11 | 3 | -1335/+1357 |
| | | | | | | | | | | | | (to be released March 10, 2020) | ||||
| | * | TclInitBignumFromWide(U)Int is not used any more. | jan.nijtmans | 2020-02-02 | 1 | -2/+0 |
| | | | |||||
| | * | Fix conflict between (unpatched) tommath.h and tcl.h. See also ↵ | jan.nijtmans | 2020-02-02 | 6 | -39/+54 |
| | |\ | | | | | | | | | | | | | [https://github.com/libtom/libtommath/pull/473] | ||||
| | | * | Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in ↵ | jan.nijtmans | 2020-01-13 | 6 | -39/+54 |
| | | | | | | | | | | | | | | | | the definition of mp_int. See: [https://github.com/libtom/libtommath/pull/473] | ||||
| | * | | Add 64-bit seek to the ZipChannel | jan.nijtmans | 2020-01-31 | 2 | -13/+25 |
| | | | | |||||
| | * | | Merge 8.6 | jan.nijtmans | 2020-01-30 | 3 | -105/+35 |
| | |\ \ | |||||
| | * | | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATED | jan.nijtmans | 2020-01-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | Use TCL_CHANNEL_VERSION_5 in stead of TCL_CHANNEL_VERSION_3 in tclZlib.c | ||||
| | * | | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an ↵ | jan.nijtmans | 2020-01-25 | 3 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | extension compiled with -DTCL_NO_DEPRECATED, this results in a link error. Do the same with deprecated funcions from other TIP's. | ||||
| | * | | | Implement TIP 559 | dgp | 2020-01-24 | 2 | -3/+4 |
| | |\ \ \ | |||||
| | | * | | | Implement TIP 559 (deprecation part). | dgp | 2020-01-13 | 2 | -3/+4 |
| | | | |/ | | | |/| | |||||
| | * | | | Merge 8.6 | jan.nijtmans | 2020-01-23 | 1 | -23/+17 |
| | |\ \ \ | |||||
| | * \ \ \ | Add error-handling to all libtommath function calls. Most likely not perfect ↵ | jan.nijtmans | 2020-01-23 | 5 | -270/+530 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (open for further improvements/review), but for sure better than no error-handling at all. | ||||
| | | * \ \ \ | Merge 8.7. All calls using MP_WUR handled now. | jan.nijtmans | 2020-01-22 | 3 | -49/+92 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge 8.7, more WIP | jan.nijtmans | 2020-01-21 | 18 | -107/+196 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge 8.7, more WIP | jan.nijtmans | 2020-01-17 | 3 | -55/+94 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2020-01-15 | 5 | -11/+43 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | More WIP | jan.nijtmans | 2020-01-10 | 1 | -24/+41 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not ↵ | jan.nijtmans | 2020-01-09 | 5 | -124/+260 |
| | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complete yet. | ||||
| | * | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-01-23 | 3 | -5/+15 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Implement TIP 543 | dgp | 2020-01-21 | 2 | -2/+8 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | |||||
| | | * | | | | | | | | merge 8.7 | dgp | 2020-01-10 | 12 | -64/+100 |
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | | | |||||
| | | * | | | | | | | | merge 8.7 | dgp | 2019-12-30 | 95 | -4988/+5213 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Start of TIP 543 implementation. | dgp | 2019-05-10 | 2 | -2/+8 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, ↵ | jan.nijtmans | 2020-01-20 | 3 | -12/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since that's not according to TIP #542. (Those are only deprecated when using TCL_UTF_MAX=4, not in the general case) | ||||
| | * | | | | | | | | | | Implementation of TIP #542: Support for switchable Full Unicode support | jan.nijtmans | 2020-01-20 | 15 | -82/+117 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ | merge 8.7 | dgp | 2020-01-17 | 6 | -11/+43 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / | | | | |/| | | | | | | | | |||||
| | | * | | | | | | | | | | merge 8.7 | dgp | 2020-01-08 | 3 | -20/+14 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / | | | | |/| | | | | | | | | |||||
| | | * | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 14 | -103/+207 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7. Exclude 4 test-cases in TCL_NO_DEPRECATED mode, because they are ↵ | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not supposed to work then | ||||
| | | * | | | | | | | | | | | | Put back 4 test-cases as they were in core-8-branch, but only for TCL_UTF_MAX=3 | jan.nijtmans | 2019-12-17 | 1 | -1/+34 |
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+3 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-13 | 20 | -1322/+366 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | Implement "panic" as described in the TIP | jan.nijtmans | 2019-12-11 | 2 | -19/+30 |
| | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-12-11 | 1 | -6/+7 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-08 | 2 | -5/+5 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-12-03 | 7 | -34/+47 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-26 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc ↵ | jan.nijtmans | 2019-11-18 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (shared-build only) |