summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-304-9/+9
* Proposed fix for [084ab982fe]: Use -strict to disable noncharactersjan.nijtmans2022-11-291-13/+14
* Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-2813-22/+76
* No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-285-41/+40
* Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-286-50/+92
* (partial) fix for [6978c01b65]jan.nijtmans2022-11-251-6/+26
|\
| * Make "read" throwing a "illegal byte sequence" exception. Doesn't work for "g...jan.nijtmans2022-11-231-6/+26
* | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-2510-34/+34
* | Document some more differences between Tcl 8.7 and 9.0 in tcl.hjan.nijtmans2022-11-251-12/+28
|\ \
| * | Handle closeProc == NULL the same as closeProc == TCL_CLOSE2PROC in stead of ...jan.nijtmans2022-11-251-6/+6
| * | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us...jan.nijtmans2022-11-233-12/+39
| * | merge releasedgp2022-11-221-2/+2
| |\ \
| | * \ merge 8.6dgp2022-11-014-26/+44
| | |\ \
| | * \ \ merge 8.6dgp2022-10-227-133/+133
| | |\ \ \
| | * \ \ \ merge 8.6dgp2022-10-114-36/+42
| | |\ \ \ \
| | * \ \ \ \ merge 8.6dgp2022-09-263-5/+9
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.6dgp2022-09-226-60/+61
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.6dgp2022-09-211-1/+3
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge 8.6dgp2022-09-211-2/+6
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-161-2/+2
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-142-494/+531
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-131-11/+8
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-111-40/+43
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-077-11/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-08-227-147/+162
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-08-083-7/+103
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-07-251-21/+24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-07-181-13/+29
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-07-1210-19/+23
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-06-151-4/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Bump to 8.6.13 for releasedgp2022-06-061-2/+2
| * | | | | | | | | | | | | | | | | | | | | Merge 8.5jan.nijtmans2022-11-223-5/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Unused stub entries up to Tcl_DStringToObj() (for Tcl 8.7/9.0)jan.nijtmans2022-11-223-5/+23
* | | | | | | | | | | | | | | | | | | | | | -1 -> TCL_INDEX_NONEjan.nijtmans2022-11-231-63/+63
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Change assert, since the new flag CHANNEL_ENCODING_ERROR could be set as welljan.nijtmans2022-11-231-0/+1
* | | | | | | | | | | | | | | | | | | | | Progress in fixing [6978c01b65]. Not complete yetjan.nijtmans2022-11-223-4/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Better -strict checking, with testcasesjan.nijtmans2022-11-221-2/+2
| * | | | | | | | | | | | | | | | | | | | | Merge 8.7. More utf-8 checks with --strictjan.nijtmans2022-11-212-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | indentingjan.nijtmans2022-11-201-3/+3
| * | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-11-2044-1248/+1457
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-2015-152/+211
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Making a start fixing [6978c01b65]: Channel encoding difference 8.6 <-> 9.0jan.nijtmans2022-10-112-1/+13
* | | | | | | | | | | | | | | | | | | | | | | | | TIP #650: New function Tcl_GetWideUIntFromObj()jan.nijtmans2022-11-215-57/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to latest 8.7jan.nijtmans2022-11-205-57/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-11-193-13/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-182-22/+81
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-11-153-10/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-155-33/+111
* | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_OUT_LINE_COMPILE is deprecatedjan.nijtmans2022-11-211-1/+3
| |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | There is no guarantee that sizeof(Tcl_WideInt) == sizeof(double), so the offs...jan.nijtmans2022-11-211-5/+5
|/ / / / / / / / / / / / / / / / / / / / / / / / / /