summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-01166-12038/+25610
* | | | | merge fix [e3f481f187] regression to lookup non-ASCII proc/lambda formal argu...sebres2019-02-014-63/+84
|\ \ \ \ \
| * | | | | TclPushVarName: rewritten iterators over token-strings considering utf-8 mult...sebres2019-01-311-29/+33
| * | | | | code review with small amend (note nameLength is number of bytes, the argumen...sebres2019-01-312-20/+18
| * | | | | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled lo...sebres2019-01-303-15/+34
* | | | | | Fix [0238027108]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation errorjan.nijtmans2019-01-311-3/+3
|/ / / / /
* | | | | merge 8.5sebres2019-01-281-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single it...sebres2019-01-281-1/+1
* | | | | Remove unnecessary inclusion of tclPort.h in tclIntDecls.hpooryorick2019-01-261-1/+0
* | | | | Replace isspace() -> TclIsSpaceProc() _everywhere_. jan.nijtmans2019-01-267-15/+15
* | | | | Do not assume that literals have a non-NULL bytes field; user code could purg...dkf2019-01-251-15/+26
|\ \ \ \ \ | |/ / / /
| * | | | Do not assume that literals have a non-NULL bytes field; user code could purg...dkf2019-01-251-15/+26
* | | | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ...jan.nijtmans2019-01-225-34/+5
* | | | | normalize package provide for tcltests 0.1 (declaration moved from pkgIndex.t...sebres2019-01-142-4/+3
* | | | | mingw/win-autoconf build: provide tcltest-executable (for consistency reasons...sebres2019-01-141-8/+45
* | | | | win: allows testchmod to reset DELETE DACL-mask (repaired several tests winFC...sebres2019-01-141-2/+2
* | | | | minor optimization: check length instead of content - don't touch other memor...sebres2019-01-141-1/+1
* | | | | Slightly simpler test for empty string, still covering all cases. Also prepar...jan.nijtmans2019-01-132-3/+4
* | | | | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne...sebres2019-01-112-0/+80
* | | | | Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1...jan.nijtmans2019-01-111-1/+1
* | | | | closes [cc1e91552c]: fixes lrange instruction on empty not canonical list (an...sebres2019-01-093-2/+22
|\ \ \ \ \
| * | | | | amend to [a87460dbd4], added clean-up to avoid error {can't set "a(x)": varia...sebres2019-01-081-2/+4
| * | | | | closes [cc1e91552c]: fixes lrange instruction on empty list, return original ...sebres2019-01-081-2/+6
| * | | | | 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) - miss...sebres2019-01-082-4/+12
|/ / / / /
* | | | | merge back after cherry-picking (no functional changes)sebres2019-01-070-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in fast_s_mp_mul_di...sebres2019-01-071-1/+1
* | | | | 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 f...jan.nijtmans2019-01-042-6/+6
* | | | | 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
* | | | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecate...jan.nijtmans2018-12-301-0/+8
* | | | | Update TZ info to tzdata2018h.José Ignacio Marín2018-12-2916-56/+1159
* | | | | clock.test: resolve sporadic timing issues - "after 10" could cause pause >12...sebres2018-12-291-26/+30
* | | | | prevent buffer overrun in fast_s_mp_mul_digs(), already fixed in newest libto...sebres2018-12-281-1/+1
* | | | | resolve warnings: array subscript -1 is below array bounds of 'void *[1]' [-W...sebres2018-12-281-1/+1
* | | | | 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 Travis...jan.nijtmans2018-12-203-3/+21
* | | | | Merge 8.5jan.nijtmans2018-12-182-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | No need for latest "rvm" any more in osx builds (now even gives an error)jan.nijtmans2018-12-185-28/+0
* | | | | Why are we using rvm? Why?dkf2018-12-142-129/+145
* | | | | relax the timings of 2 tests, which incidentally fail on Travis CIjan.nijtmans2018-11-292-3/+3
* | | | | Make the type casting in TclSpellFix less horrific. It's still bad, but it is...dkf2018-11-281-16/+35
* | | | | fixed typo in prepro `#ifdef unix || __APPLE__`sebres2018-11-222-2/+2
* | | | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-229-50/+74
|\ \ \ \ \ | |/ / / /
| * | | | win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dep...sebres2018-11-221-1/+1
| * | | | fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for ...sebres2018-11-225-46/+71
| |\ \ \ \