summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | speed up build process (preparing zip - creating of libtcl.vfs/tcl_library ↵sebres2019-01-212-11/+32
| | | | | | | | | | | | | | | | | | | | directory), use "ln" instead of "cp" if possible
* | | | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. ↵jan.nijtmans2019-01-183-7/+21
| | | | | | | | | | | | | | | | | | | | Use this to produce slightly better error-message for lsort -index
* | | | | Slightly more efficient TclGetIntForIndexM macro, compared to previous commitjan.nijtmans2019-01-171-5/+5
| | | | |
* | | | | More TIP #502 optimizations and improvements, preparing further for the road ↵jan.nijtmans2019-01-167-93/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to Tcl 9. No longer use INT_MAX for TCL_INDEX_AFTER, because INT_MAX can be a normal index in Tcl 9. TclGetIntForIndex now clips between -1 and INT_MAX. In Tcl 9 size_t will be used for the index data type.
* | | | | merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load ↵sebres2019-01-145-17/+52
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | tcltests for ROOT_DIR/tests)
| * | | | normalize package provide for tcltests 0.1 (declaration moved from ↵sebres2019-01-142-4/+3
| | | | | | | | | | | | | | | | | | | | pkgIndex.tcl to package source)
* | | | | fCmd-9.4.a: restore constraint for winXP (mistakenly removed, should replace ↵sebres2019-01-141-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | 8.6th constraint "win2000orXP" as "winXP", similar to test fCmd-9.6.a)
| * | | | mingw/win-autoconf build: provide tcltest-executable (for consistency ↵sebres2019-01-141-8/+45
| | | | | | | | | | | | | | | | | | | | reasons); normalizes loading packages calls in test-suite, added build of helpers tcltest (tcltest.cmd) to start tcl-test suite (with all dependencies/facilities) from shell
| * | | | win: allows testchmod to reset DELETE DACL-mask (repaired several tests ↵sebres2019-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | winFCmd-6.*, winFCmd-9.3, that should catch EACCESS)
| * | | | minor optimization: check length instead of content - don't touch other ↵sebres2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | memory (so potentially fewer cpu-cache washout's)
* | | | | Merge 8.6jan.nijtmans2019-01-134-6/+87
|\ \ \ \ \ | |/ / / /
| * | | | Slightly simpler test for empty string, still covering all cases. Also ↵jan.nijtmans2019-01-132-3/+4
| | | | | | | | | | | | | | | | | | | | prepare testpurebytesobj for strings >2G
| * | | | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ↵sebres2019-01-112-0/+80
| | | | | | | | | | | | | | | | | | | | new test-facility "testpurebytesobj" allowing creation pure bytes object without internal representations (NULL).
| * | | | Fix crash reported by reported by François Vogel related to: ↵jan.nijtmans2019-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | [cc1e91552c0ca1817292d951f8c694b28c2b2251|cc1e91552c]
* | | | | merge 8.6 (regression bug-[cc1e91552c], etc)sebres2019-01-095-6/+34
|\ \ \ \ \ | |/ / / /
| * | | | closes [cc1e91552c]: fixes lrange instruction on empty not canonical list ↵sebres2019-01-093-2/+22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | (and acc. within expansion also)
| | * | | | amend to [a87460dbd4], added clean-up to avoid error {can't set "a(x)": ↵sebres2019-01-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | variable isn't array} on next iteration of noComp loop.
| | * | | | closes [cc1e91552c]: fixes lrange instruction on empty list, return original ↵sebres2019-01-081-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | list only if it is canonical (otherwise new list object)
| | * | | | bug [cc1e91552c]: added test cases showing the regression (expansion & lrange)sebres2019-01-082-0/+14
| | | | | |
| * | | | | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - ↵sebres2019-01-082-4/+12
| |/ / / / | | | | | | | | | | | | | | | missed load of tcltest-library in sub-process
| * | | | merge back after cherry-picking (no functional changes)sebres2019-01-070-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in ↵sebres2019-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | fast_s_mp_mul_digs().
* | | | | Merge 8.6jan.nijtmans2019-01-041-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5jan.nijtmans2019-01-041-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Update TZ info to tzdata2018i.jan.nijtmans2019-01-0416-56/+240
| | | | |
| | * | | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation ↵jan.nijtmans2019-01-042-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | flags). Micro-optimization: Use char array in stead of const char pointer for static variable.
* | | | | Merge 8.6jan.nijtmans2019-01-031-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix conflict with timezone() function in some MSVC versionsjan.nijtmans2019-01-031-0/+1
| | | | |
* | | | | Update TZ info to tzdata2018i.José Ignacio Marín2018-12-311-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Update TZ info to tzdata2018i.José Ignacio Marín2018-12-311-0/+1
| | | | |
* | | | | Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem ↵jan.nijtmans2018-12-301-5/+31
| | | | | | | | | | | | | | | | | | | | time stamp conversion wrong etc.
* | | | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone ↵jan.nijtmans2018-12-301-0/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | deprecated in vc2017
| * | | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone ↵jan.nijtmans2018-12-301-0/+8
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | deprecated in vc2017. Also remove unix/config.status.lineno, which was -apparently - checked-in by accident in previous commit
| | * | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone ↵jan.nijtmans2018-12-301-0/+8
| | | | | | | | | | | | | | | | | | | | deprecated in vc2017
* | | | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-2917-82/+1189
|\ \ \ \ \ | |/ / / /
| * | | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-2916-56/+1159
| | | | |
| * | | | clock.test: resolve sporadic timing issues - "after 10" could cause pause ↵sebres2018-12-291-26/+30
| | | | | | | | | | | | | | | | | | | | >120ms on some platforms (especially on heavily loaded systems), so used average value of 5 measured intervals and real retrieved time as reference point
* | | | | merge 8.6 (merge point only, no functional changes)sebres2018-12-280-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest ↵sebres2018-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | libtommath versions.
* | | | | win/Makefile.in: closes [0bcc43fa778517c4]: replace INSTALL_DATA_DIR (ported ↵sebres2018-12-281-1/+2
| | | | | | | | | | | | | | | | | | | | from unix-makefile) with MKDIR/chmod
* | | | | merge 8.6 (resolved warnings)sebres2018-12-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | resolve warnings: array subscript -1 is below array bounds of 'void *[1]' ↵sebres2018-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | [-Warray-bounds] if compiled with newest gcc
* | | | | merge-markjan.nijtmans2018-12-200-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | New test-cases (backported from 8.7) adapted for pre-TIP-502 behaviorjan.nijtmans2018-12-201-0/+18
| |\ \ \ \ | | |/ / /
| | * | | (cherry-pick) relax the timings of 2 tests, which incidentally fail on ↵jan.nijtmans2018-12-203-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | Travis CI. Also backport a few new test-cases, adapted to match pre-TIP-502 behavior.
* | | | | Remove unused MODULE_SCOPE functionsjan.nijtmans2018-12-202-6/+0
| | | | |
* | | | | Internal minor optimization of TIP #502 implementation. No difference in any ↵jan.nijtmans2018-12-182-15/+14
| | | | | | | | | | | | | | | | | | | | outcome.
* | | | | Merge 8.6jan.nijtmans2018-12-183-5/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5jan.nijtmans2018-12-182-4/+0
| |\ \ \ \ | | |/ / /