summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win/Makefile.in: closes [0bcc43fa778517c4]: replace INSTALL_DATA_DIR (ported ...sebres2018-12-281-1/+2
* merge 8.6 (resolved warnings)sebres2018-12-281-1/+1
|\
| * resolve warnings: array subscript -1 is below array bounds of 'void *[1]' [-W...sebres2018-12-281-1/+1
* | 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 Travis...jan.nijtmans2018-12-203-3/+21
* | | 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
* | | Merge 8.6jan.nijtmans2018-12-183-5/+0
|\ \ \ | |/ /
| * | 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
* | | Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong...jan.nijtmans2018-12-132-9/+41
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-1225-153/+162
* | | Better use of Tcl_WideInt in stead of long, sometimesjan.nijtmans2018-12-111-11/+11
* | | Fix executable flags of 3 test-filesjan.nijtmans2018-12-083-0/+0
* | | If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj...jan.nijtmans2018-12-022-1/+7
* | | Merge 8.6jan.nijtmans2018-11-293-15/+28
|\ \ \ | |/ /
| * | 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
* | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu...jan.nijtmans2018-11-275-8/+37
* | | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to...jan.nijtmans2018-11-251-0/+3
* | | Slightly better than previous commit: In case of a version conflict, ignore p...jan.nijtmans2018-11-251-6/+15
* | | If a pkgIndex file is encountered which produces an error, continue. This sho...jan.nijtmans2018-11-241-3/+6
* | | re-generate configure scriptjan.nijtmans2018-11-242-3/+3
* | | comment typo'sjan.nijtmans2018-11-242-11/+11
* | | make: better algo to wrap to absolute zip-path (for systems resp. toolchains ...sebres2018-11-232-3/+8
* | | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-234-8/+7
* | | unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of m...sebres2018-11-223-4/+7
* | | win/mingw build (if ZIPFS_BUILD): ignore following zip-error by adjust sfx pr...sebres2018-11-221-2/+5
* | | fixes typo in [e108e6b947], test added to cover this casesebres2018-11-222-5/+5
* | | merge 8.6sebres2018-11-222-2/+2
|\ \ \ | |/ /
| * | fixed typo in prepro `#ifdef unix || __APPLE__`sebres2018-11-222-2/+2
* | | merge 8.6sebres2018-11-2210-51/+75
|\ \ \ | |/ /
| * | 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
| | |\
| | | * prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and st...sebres2018-11-221-8/+10
| | | * win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x...sebres2018-11-211-4/+11
| | | * win: fixed pwd-related test-cases in winPipe.test: several test-cases expect ...sebres2018-11-201-1/+7
| | | * win: fixes case sensitivity of glob test cases (winFile-2.*): current directo...sebres2018-11-201-2/+4
| | | * refactoring normalize in case of second path starting with tilde (~/~foo) - f...sebres2018-11-202-34/+38
| | | * fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ...sebres2018-11-201-2/+6
| | |/
* | | Make encodings work again ;-(jan.nijtmans2018-11-221-1/+1
* | | Merge 8.6jan.nijtmans2018-11-224-17/+14
|\ \ \ | |/ /
| * | More coverity issuesdkf2018-11-203-15/+12
* | | typo, which caused travis build to fail.jan.nijtmans2018-11-221-1/+1
* | | Added a wrapper script for native builds to utilize Tcl to generate a VFS to ...hypnotoad2018-11-211-0/+54
* | | TIP #512 documentation: Indicate which functions cannot be called through the...jan.nijtmans2018-11-217-2/+31
* | | Fix windows build with Visual Studiojan.nijtmans2018-11-211-3/+3