summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ...jan.nijtmans2019-11-153-11/+4
* Protect additional Tcl_UtfToUniChar() call, for the case when not enough byte...jan.nijtmans2019-11-151-1/+1
* restore verification for deleted interpsebres2019-11-141-1/+3
* fixed SF [135804138e] -- no call of next possible after object namespace is d...sebres2019-11-141-3/+3
* Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It ...jan.nijtmans2019-11-141-12/+25
* Part 2 of bugfix [d433c0e0ad]: TCL_UTF_MAX == 4 problemsjan.nijtmans2019-11-131-1/+1
* Fix TIP #389 implementation, bug [d433c0e0ad]: TCL_UTF_MAX == 4 problems. Tha...jan.nijtmans2019-11-132-2/+2
* Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-085-21/+77
* Fix tclScan.c, not generating a string representation any more with unsigned ...jan.nijtmans2019-11-061-8/+10
* Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan...jan.nijtmans2019-10-306-34/+20
* Fix for [bcd100410465], stale cached file FsPath objectpooryorick2019-10-261-0/+1
* Put #define's in alphabetical order. jan.nijtmans2019-10-254-30/+24
* Combine two libtommath stub entries, which (almost) do the samejan.nijtmans2019-10-243-17/+10
* Combine two libtommath stub entries, which do exactly the same. jan.nijtmans2019-10-233-19/+13
* Extend libtommath stub table, so extension writers can move away from depreca...jan.nijtmans2019-10-235-10/+51
* Merge libtommath 1.2.0-rc3jan.nijtmans2019-10-215-240/+411
* Update tclTomMath.h with changes from tommath.hjan.nijtmans2019-10-181-35/+48
* Merge some libtommath changes (mainly additon of MP_CALLOC)jan.nijtmans2019-10-171-0/+3
* Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-1743-255/+457
|\
| * Merge 8.5jan.nijtmans2019-10-155-0/+94
| |\
| | * Add more dummy stub-entries, filled with NULL. Stub table size corresponds wi...jan.nijtmans2019-10-155-5/+125
| * | Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core....jan.nijtmans2019-10-052-2/+2
| |\ \ | | |/
| | * partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ...sebres2019-09-111-2/+23
| * | Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-271-22/+15
| |\ \
| * | | Merge 8.6jan.nijtmans2019-09-261-17/+7
| |/ /
| * | TEBC: avoid error "unitialized variable" if called in debug mode (or with ana...sebres2019-09-181-1/+1
| * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-182-2/+2
| * | Bugfix in Tcl_UtfPrev/Tcl_UtfNext: When handling 4-byte UTF-8 byte sequences,...jan.nijtmans2019-09-161-7/+7
| * | More code cleanup: Move more Tcl_UniChar initializations out of the loop. Rem...jan.nijtmans2019-09-121-27/+24
| * | Code cleanup: Add some initialization to "Tcl_UniChar ch" declaration, making...jan.nijtmans2019-09-123-33/+30
| * | Fix Tcl part of [https://core.tcl-lang.org/tk/tktview?name=a179564826|a179564...jan.nijtmans2019-09-121-5/+3
| |\ \
| | * | Attempt to fix [https://core.tcl-lang.org/tk/tktview?name=a179564826|a1795648...jan.nijtmans2019-08-011-5/+3
| * | | merge bug-fec0c17d39-8.6-limit: ultimate fix for [fec0c17d39] - avoid SO on d...sebres2019-09-111-0/+23
| |\ \ \
| | * | | Expand acronym in comment.dgp2019-09-031-2/+2
| | * | | Merge 8.6jan.nijtmans2019-09-031-2/+1
| | |\ \ \
| | * \ \ \ merge 8.6sebres2019-09-021-1/+2
| | |\ \ \ \
| | * | | | | extends [fec0c17d39]: restrict nested compilations using same limit (interp r...sebres2019-08-301-0/+23
| * | | | | | Merge 8.5jan.nijtmans2019-09-101-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-072-11/+5
| | |\ \ \ \ \
| | | * | | | | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-062-11/+5
| * | | | | | | merge 8.5sebres2019-09-061-2/+7
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | if frameName (actual level) does not contain a real level (#0 or 1) historica...sebres2019-09-061-3/+8
| | * | | | | fix bad level (if specified argument is not a level at all)sebres2019-09-061-0/+1
| | |/ / / /
| * | | | | Backout [87d28ec30a29e3ce]: Looks like it causes test-failures in event.test ...jan.nijtmans2019-09-031-2/+1
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Backout last commit: Looks like it causes test-failures in event.test on Wind...jan.nijtmans2019-09-031-2/+1
| * | | | Merge 8.5jan.nijtmans2019-09-021-1/+2
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references globa...jan.nijtmans2019-09-021-1/+2
| * | | fixes bug [fec0c17d39] (regression firstly introduced in [bf171b6b51]): stack...sebres2019-08-291-18/+29
| |\ \ \
| | * | | closes [fec0c17d39]: fixed stack overflow (followed by SF) by compilation of ...sebres2019-08-291-18/+29