Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test for [f34cf83dd0]. | dgp | 2017-04-28 | 1 | -0/+3 |
|\ | |||||
| * | Test for [f34cf83dd0]. | dgp | 2017-04-28 | 1 | -0/+3 |
| | | |||||
* | | merge mark | dgp | 2017-04-28 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| | | |||||
| * | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -6/+2 |
| | | |||||
| * | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b. | jan.nijtmans | 2017-03-23 | 144 | -6717/+6328 |
| | | |||||
* | | silence uninit variable warnings | dgp | 2017-04-28 | 1 | -1/+1 |
| | | |||||
* | | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug ↵ | jan.nijtmans | 2017-04-28 | 2 | -2/+2 |
| | | | | | | | | (using wrong threadInfo pointer in ConsoleOutputProc, should be writer, not reader) | ||||
* | | (cherry-pick from "fix-1997007" branch): fix typo-bug (using wrong thread ↵ | jan.nijtmans | 2017-04-28 | 1 | -1/+1 |
| | | | | | | | | handle by set priority) | ||||
* | | [04e26c02c0] Remove useless condition that raises warnings. | dgp | 2017-04-27 | 1 | -4/+2 |
| | | |||||
* | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ↵ | dkf | 2017-04-27 | 2 | -19/+17 |
|\ \ | | | | | | | | | | zlib channel transform. | ||||
| * | | [50750c735a] Fix for uninit memory handling issue in zlib transforms.bug_50750c735a | dkf | 2017-04-25 | 2 | -19/+17 |
|/ / | |||||
* | | Deal with a couple of obscure causes of warnings on some versions of OSX. | dkf | 2017-04-25 | 2 | -26/+67 |
| | | |||||
* | | A better way of getting source file location information when disassembling. | dkf | 2017-04-22 | 3 | -20/+54 |
| | | |||||
* | | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists ↵ | jan.nijtmans | 2017-04-20 | 5 | -3/+7 |
| | | | | | | | | on unix, even though it should just be empty: TEA extensions might depend on it. | ||||
* | | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a ↵ | jan.nijtmans | 2017-04-18 | 1 | -4/+13 |
| | | | | | | | | safe interpreter | ||||
* | | Repair revised tests that failed. | dgp | 2017-04-17 | 2 | -3/+3 |
| | | |||||
* | | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ↵ | jan.nijtmans | 2017-04-14 | 5 | -25/+49 |
| | | | | | | | | | | format octal numbers: it isn't. Better use "%#o". Add tests for "format" and "scan" corner-cases which weren't documented (except in TIP's) neither had tests before. | ||||
* | | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. | dgp | 2017-04-12 | 4 | -41/+13 |
| | | |||||
* | | Another attempt to fix the two executable flags. | jan.nijtmans | 2017-04-12 | 2 | -0/+0 |
| | | |||||
* | | Fix executable flag for 2 files | jan.nijtmans | 2017-04-12 | 0 | -0/+0 |
| | | |||||
* | | merge fix-42202ba1e5ff566e | sebres | 2017-04-12 | 2 | -1/+70 |
|\ \ | |||||
| * | | bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro injectfix_42202ba1e5ff566e | sebres | 2017-04-04 | 2 | -1/+70 |
| | | | | | | | | | | | | rewritten callback for ::tcl::unsupported::inject, without leave the interpreter in unusable state (inaccurate environment exchange by adding eval callback), test covered now. | ||||
| * | | Create new branch named "fix-42202ba1e5ff566e" | sebres | 2017-04-04 | 0 | -0/+0 |
| | | | |||||
* | | | Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from ↵ | jan.nijtmans | 2017-04-12 | 2 | -8/+23 |
| | | | | | | | | | | | | "fix-1997007" branch. Credit to "sebres"! | ||||
* | | | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu ↵ | jan.nijtmans | 2017-04-05 | 4 | -13/+41 |
| | | | | | | | | | | | | doesn't work. Also added new test-cases showing the expected behavior. | ||||
* | | | Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the ↵ | jan.nijtmans | 2017-04-03 | 1 | -5/+12 |
| | | | | | | | | | | | | variable useWide is always 0, so related code can be eliminated without loss of functionality. | ||||
* | | | [900cb0284bc] Ensure that masking pseudo-methods used for export management ↵ | dkf | 2017-03-29 | 2 | -0/+38 |
| | | | | | | | | | | | | are not introspectable directly. [cherrypick] | ||||
* | | | In comments and documentation, distinguish between __int64 (a Microsoft ↵ | jan.nijtmans | 2017-03-29 | 3 | -4/+4 |
| | | | | | | | | | | | | 64-bit integer type) and int64_t (C99 equivalent) | ||||
* | | | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 2 | -3/+3 |
| | | | | | | | | | In tclThreadTest.c, allow mainThreadId to be >32 bits. | ||||
* | | | Update TZ info to tzcode2017b. | José Ignacio Marín | 2017-03-23 | 2 | -2/+168 |
| | | | |||||
* | | | New(ish) test interp-14.11 was missing its -cleanup. | dgp | 2017-03-22 | 1 | -0/+2 |
|/ / | |||||
* | | redundant end-of-line spacing | jan.nijtmans | 2017-03-15 | 4 | -16/+16 |
| | | |||||
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and ↵ | Kevin B Kenny | 2017-03-15 | 7 | -13/+174 |
| | | | | | | | | [clock seconds]. | ||||
* | | Make 'clock' and 'encoding' into compilable ensembles that play with safe ↵ | Kevin B Kenny | 2017-03-14 | 7 | -84/+374 |
|\ \ | | | | | | | | | | interps | ||||
| * | | Make 'clock' and 'encoding' into compilable ensembles that play with safe ↵kbk_clock_encoding_ensembles | Kevin B Kenny | 2017-03-14 | 5 | -4/+116 |
| | | | | | | | | | | | | interps | ||||
| * | | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 5 | -83/+261 |
|/ / | |||||
* | | Update TZ data with tzdata2017a from IANA | José Ignacio Marín | 2017-03-10 | 143 | -6716/+6161 |
| | | |||||
* | | expand test constraints of the load-8.x test cases (wrap setup ↵ | sebres | 2017-03-07 | 1 | -9/+16 |
| | | | | | | | | prerequirements as new constraint "teststaticpkg_8.x") | ||||
* | | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵ | jan.nijtmans | 2017-03-07 | 6 | -2565/+14 |
| | | | | | | | | documentation is under a potentially non-free license | ||||
* | | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 9 | -607/+2 |
| | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | ||||
* | | chanio.test: [win] fix test case (setup set translation to "lf", because of ↵ | sebres | 2017-03-06 | 1 | -1/+1 |
| | | | | | | | | default translation on windows "crlf") | ||||
* | | nre.test: add constraint for nre-0.1 (testnreunwind may be not available) | sebres | 2017-03-06 | 1 | -2/+4 |
| | | |||||
* | | zlib.test: fix sporadic errors: | sebres | 2017-03-06 | 1 | -2/+6 |
| | | | | | | | | - zlib-9.2 hangs because of too short update, if processed another event; - zlib-8.8 wrong non-blocking pipe usage - [string length $compressed] may return sporadically values smaller as expected (< 222) | ||||
* | | ParseTokens failed to fully respect its numBytes argument. | dgp | 2017-02-27 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | ParseTokens failed to fully respect its numBytes argument. | dgp | 2017-02-27 | 1 | -1/+4 |
| | | |||||
* | | [25842c161f] Ensure that finalization of a zlib stream works. | dkf | 2017-02-26 | 2 | -2/+44 |
|\ \ | |||||
| * | | Might as well number tests more conventionally.bug_25842c161f | dkf | 2017-02-26 | 1 | -3/+3 |
| | | | |||||
| * | | Make tests produce more meaningful information when they fail. | dkf | 2017-02-26 | 1 | -5/+11 |
| | | | |||||
| * | | better tests for finalization | aspect | 2017-02-11 | 1 | -0/+24 |
| | | |