summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* More uppercase HEX representations in source-code.jan.nijtmans2020-03-1816-116/+114
* Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico...jan.nijtmans2020-03-172-4/+21
|\
| * Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so generate...jan.nijtmans2020-03-175-9/+33
* | Add one more reserved stub entry, most likely will be Tcl_GetBytesFromObj() i...jan.nijtmans2020-03-153-7/+11
* | Make ourEnviron type (techar **) not (char **), so we need less type-casts.jan.nijtmans2020-03-151-32/+32
* | Fix one wrong type-cast (only causing warning, nothing serious)jan.nijtmans2020-03-141-1/+1
* | Merge 8.6. jan.nijtmans2020-03-132-8/+56
|\ \
| * | Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+48
* | | fix back-ported from tclSE (with several modifications due to conflicts and c...sebres2020-03-131-22/+43
|/ /
* | Remove SetIndexFromAny(), a useless routine that can only be reached viadgp2020-03-061-35/+1
* | Update to Unicode-13jan.nijtmans2020-03-053-1335/+1357
|\ \ | |/
| * Update all internal tables to Unicode 13.jan.nijtmans2020-03-053-1333/+1355
| |\
| | * Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ...jan.nijtmans2020-02-113-1335/+1357
| | * TclInitBignumFromWide(U)Int is not used any more.jan.nijtmans2020-02-021-2/+0
| | * Fix conflict between (unpatched) tommath.h and tcl.h. See also [https://githu...jan.nijtmans2020-02-026-39/+54
| | |\
| | | * Attempt to resolve a conflict between (unmodified) tommath.h and tcl.h in the...jan.nijtmans2020-01-136-39/+54
| | * | Add 64-bit seek to the ZipChanneljan.nijtmans2020-01-312-13/+25
| | * | Merge 8.6jan.nijtmans2020-01-303-105/+35
| | |\ \
| | * | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-292-2/+2
| | * | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-253-4/+18
| | * | | Implement TIP 559dgp2020-01-242-3/+4
| | |\ \ \
| | | * | | Implement TIP 559 (deprecation part).dgp2020-01-132-3/+4
| | | | |/ | | | |/|
| | * | | Merge 8.6jan.nijtmans2020-01-231-23/+17
| | |\ \ \
| | * \ \ \ Add error-handling to all libtommath function calls. Most likely not perfect ...jan.nijtmans2020-01-235-270/+530
| | |\ \ \ \
| | | * \ \ \ Merge 8.7. All calls using MP_WUR handled now.jan.nijtmans2020-01-223-49/+92
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.7, more WIPjan.nijtmans2020-01-2118-107/+196
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7, more WIPjan.nijtmans2020-01-173-55/+94
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-01-155-11/+43
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ More WIPjan.nijtmans2020-01-101-24/+41
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-095-124/+260
| | | |/ / / / / / / /
| | * | | | | | | | | Merge 8.6jan.nijtmans2020-01-233-5/+15
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | * | | | | | | | | Implement TIP 543dgp2020-01-212-2/+8
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | | * | | | | | | | merge 8.7dgp2020-01-1012-64/+100
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |
| | | * | | | | | | | merge 8.7dgp2019-12-3095-4988/+5213
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Start of TIP 543 implementation.dgp2019-05-102-2/+8
| | * | | | | | | | | | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, si...jan.nijtmans2020-01-203-12/+17
| | * | | | | | | | | | Implementation of TIP #542: Support for switchable Full Unicode supportjan.nijtmans2020-01-2015-82/+117
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ merge 8.7dgp2020-01-176-11/+43
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | merge 8.7dgp2020-01-083-20/+14
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / | | | | |/| | | | | | | |
| | | * | | | | | | | | | Merge 8.7jan.nijtmans2020-01-0714-103/+207
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge 8.7. Exclude 4 test-cases in TCL_NO_DEPRECATED mode, because they are n...jan.nijtmans2019-12-191-15/+4
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Put back 4 test-cases as they were in core-8-branch, but only for TCL_UTF_MAX=3jan.nijtmans2019-12-171-1/+34
| | | * | | | | | | | | | | | Merge 8.7jan.nijtmans2019-12-131-0/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-12-1320-1322/+366
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Implement "panic" as described in the TIPjan.nijtmans2019-12-112-19/+30
| | | * | | | | | | | | | | | | | Merge 8.7jan.nijtmans2019-12-111-6/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-12-082-5/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-12-037-34/+47
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-261-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | Some code cleanup. Build with zlib dll on Win32 when using makefile.vc (share...jan.nijtmans2019-11-183-5/+5