| Commit message (Expand) | Author | Age | Files | Lines |
* | win: allows testchmod to reset DELETE DACL-mask (repaired several tests winFC... | sebres | 2019-01-14 | 1 | -2/+2 |
|
|
* | minor optimization: check length instead of content - don't touch other memor... | sebres | 2019-01-14 | 1 | -1/+1 |
|
|
* | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 2 | -3/+4 |
|
|
* | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 2 | -0/+80 |
|
|
* | Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1... | jan.nijtmans | 2019-01-11 | 1 | -1/+1 |
|
|
* | closes [cc1e91552c]: fixes lrange instruction on empty not canonical list (an... | sebres | 2019-01-09 | 3 | -2/+22 |
|\ |
|
| * | amend to [a87460dbd4], added clean-up to avoid error {can't set "a(x)": varia... | sebres | 2019-01-08 | 1 | -2/+4 |
|
|
| * | closes [cc1e91552c]: fixes lrange instruction on empty list, return original ... | sebres | 2019-01-08 | 1 | -2/+6 |
|
|
| * | bug [cc1e91552c]: added test cases showing the regression (expansion & lrange) | sebres | 2019-01-08 | 2 | -0/+14 |
|
|
* | | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - miss... | sebres | 2019-01-08 | 2 | -4/+12 |
|/ |
|
* | merge back after cherry-picking (no functional changes) | sebres | 2019-01-07 | 0 | -0/+0 |
|\ |
|
| * | cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in fast_s_mp_mul_di... | sebres | 2019-01-07 | 1 | -1/+1 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-01-04 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Update TZ info to tzdata2018i. | jan.nijtmans | 2019-01-04 | 16 | -56/+240 |
|
|
| * | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation f... | jan.nijtmans | 2019-01-04 | 2 | -6/+6 |
|
|
* | | Fix conflict with timezone() function in some MSVC versions | jan.nijtmans | 2019-01-03 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Fix conflict with timezone() function in some MSVC versions | jan.nijtmans | 2019-01-03 | 1 | -0/+1 |
|
|
* | | Update TZ info to tzdata2018i. | José Ignacio Marín | 2018-12-31 | 1 | -0/+1 |
|
|
* | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate... | jan.nijtmans | 2018-12-30 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate... | jan.nijtmans | 2018-12-30 | 1 | -0/+8 |
|
|
* | | Update TZ info to tzdata2018h. | José Ignacio Marín | 2018-12-29 | 16 | -56/+1159 |
|
|
* | | clock.test: resolve sporadic timing issues - "after 10" could cause pause >12... | sebres | 2018-12-29 | 1 | -26/+30 |
|
|
* | | prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest libto... | sebres | 2018-12-28 | 1 | -1/+1 |
|
|
* | | resolve warnings: array subscript -1 is below array bounds of 'void *[1]' [-W... | sebres | 2018-12-28 | 1 | -1/+1 |
|
|
* | | New test-cases (backported from 8.7) adapted for pre-TIP-502 behavior | jan.nijtmans | 2018-12-20 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | (cherry-pick) relax the timings of 2 tests, which incidentally fail on Travis... | jan.nijtmans | 2018-12-20 | 3 | -3/+21 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2018-12-18 | 2 | -4/+0 |
|\ \
| |/ |
|
| * | No need for latest "rvm" any more in osx builds (now even gives an error) | jan.nijtmans | 2018-12-18 | 5 | -28/+0 |
|
|
* | | Why are we using rvm? Why? | dkf | 2018-12-14 | 2 | -129/+145 |
|
|
* | | relax the timings of 2 tests, which incidentally fail on Travis CI | jan.nijtmans | 2018-11-29 | 2 | -3/+3 |
|
|
* | | Make the type casting in TclSpellFix less horrific. It's still bad, but it is... | dkf | 2018-11-28 | 1 | -16/+35 |
|
|
* | | fixed typo in prepro `#ifdef unix || __APPLE__` | sebres | 2018-11-22 | 2 | -2/+2 |
|
|
* | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 9 | -50/+74 |
|\ \
| |/ |
|
| * | win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dep... | sebres | 2018-11-22 | 1 | -1/+1 |
|
|
| * | fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for ... | sebres | 2018-11-22 | 5 | -46/+71 |
| |\ |
|
| | * | prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and st... | sebres | 2018-11-22 | 1 | -8/+10 |
|
|
| | * | win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x... | sebres | 2018-11-21 | 1 | -4/+11 |
|
|
| | * | win: fixed pwd-related test-cases in winPipe.test: several test-cases expect ... | sebres | 2018-11-20 | 1 | -1/+7 |
|
|
| | * | win: fixes case sensitivity of glob test cases (winFile-2.*): current directo... | sebres | 2018-11-20 | 1 | -2/+4 |
|
|
| | * | refactoring normalize in case of second path starting with tilde (~/~foo) - f... | sebres | 2018-11-20 | 2 | -34/+38 |
|
|
| | * | fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ... | sebres | 2018-11-20 | 1 | -2/+6 |
| |/ |
|
* | | More coverity issues | dkf | 2018-11-20 | 3 | -15/+12 |
|
|
* | | merge release | dgp | 2018-11-16 | 1 | -0/+2 |
|\ \ |
|
| * | | [00d04c4f12] Repair broken edge cases in [binary encode base64]. | dgp | 2018-11-16 | 3 | -2/+51 |
|
|
* | | | [00d04c4f12] Repair broken edge cases in [binary encode base64]. | dgp | 2018-11-16 | 2 | -2/+49 |
|\ \ \ |
|
| * | | | fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, ... | sebres | 2018-11-15 | 1 | -2/+9 |
|
|
| * | | | test cases for decode base64, bug [00d04c4f12], unfulfilled base64 (strict an... | sebres | 2018-11-15 | 1 | -0/+40 |
|
|
* | | | | Clear up a bunch of small issues found by Coverity analysis. | dkf | 2018-11-16 | 5 | -53/+52 |
|/ / / |
|
* | | | merge release | dgp | 2018-11-15 | 13 | -33/+95 |
|\ \ \
| |/ / |
|
| * | | update changes | dgp | 2018-11-09 | 1 | -1/+3 |
|
|