summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-12-091-2/+2
|\
| * Merge 8.7. Adapt testcase, showing that after an encoding error we can change...jan.nijtmans2022-12-092-3/+8
| |\
| | * Fix compilation with tcc. Thanks, Cyan Ogilvie for the reportjan.nijtmans2022-12-091-2/+7
| * | Partial solution for [b8f575aa23]. Still missing: 1) testcases. 2) What if b...jan.nijtmans2022-12-091-1/+1
| |/
* | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri...jan.nijtmans2022-12-086-19/+17
* | Merge 8.7jan.nijtmans2022-12-051-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-12-051-1/+1
| |\
| | * dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more....jan.nijtmans2022-12-051-3/+2
| | * Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin...jan.nijtmans2022-12-011-25/+7
| | * Remove ARGSUSED. More type-castsjan.nijtmans2022-11-296-146/+121
| | * Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-291-2/+2
* | | Merge 8.7jan.nijtmans2022-12-051-1/+0
|\ \ \ | |/ /
| * | There's no gap on Cygwin any morejan.nijtmans2022-12-051-1/+0
* | | Merge 8.7jan.nijtmans2022-12-052-13/+5
|\ \ \ | |/ /
| * | On Cygwin, dev_t == unsigned, and long long == longjan.nijtmans2022-12-052-13/+5
* | | Merge 8.7jan.nijtmans2022-12-051-3/+4
|\ \ \ | |/ /
| * | Eliminate (gcc) warning in tclTest.cjan.nijtmans2022-12-051-3/+4
* | | Oops, that's the wrong one ...jan.nijtmans2022-12-021-2/+2
* | | Make options -nocomplain and -strictencoding truly independant. Leftover from...jan.nijtmans2022-12-021-2/+0
* | | Merge 8.7jan.nijtmans2022-11-304-11/+11
|\ \ \ | |/ /
| * | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-304-9/+9
* | | Merge 8.7. This also fixes [133456085a]jan.nijtmans2022-11-302-27/+28
|\ \ \ | |/ /
| * | Proposed fix for [084ab982fe]: Use -strict to disable noncharactersjan.nijtmans2022-11-291-13/+14
* | | Stop shimmering for "llength". Internal optimization (but using TIP #644)jan.nijtmans2022-11-3017-161/+202
|\ \ \
| * \ \ Merge 9.0. New macro ABSTRACTLIST_PROCjan.nijtmans2022-11-2813-86/+104
| |\ \ \
| * | | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObjjan.nijtmans2022-11-279-18/+36
| * | | | HAS_ABSTRACTLIST_PROCjan.nijtmans2022-11-265-31/+38
| * | | | Merge 9.0jan.nijtmans2022-11-2512-44/+64
| |\ \ \ \
| * \ \ \ \ Merge 9.0jan.nijtmans2022-11-2515-116/+139
| |\ \ \ \ \
| * | | | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-2319-174/+217
* | | | | | | Merge 8.7jan.nijtmans2022-11-2812-22/+74
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Reduce shimmering: If a conclusion can be drawn about the number of list elem...jan.nijtmans2022-11-2813-22/+76
* | | | | | Merge 8.7jan.nijtmans2022-11-285-37/+37
|\ \ \ \ \ \ | |/ / / / /
| * | | | | No reservation for TIP #648 any more in stub table.jan.nijtmans2022-11-285-41/+40
* | | | | | Merge 8.7jan.nijtmans2022-11-286-24/+63
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-286-50/+92
* | | | | Merge 8.7jan.nijtmans2022-11-251-6/+26
|\ \ \ \ \ | |/ / / /
| * | | | (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
* | | | | | Merge 8.7jan.nijtmans2022-11-2511-38/+38
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | 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
| | | |\ \ \ \ \ \ \