summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2018-12-1220-133/+137
|\
| * If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-1225-153/+162
* | fixes [3e0a2d99f3]: size_t is smaller as wideInt on 32-bit platform (so by no...sebres2018-12-121-1/+1
* | Merge 8.7jan.nijtmans2018-12-1140-171/+161
|\ \ | |/
| * Better use of Tcl_WideInt in stead of long, sometimesjan.nijtmans2018-12-111-11/+11
* | Fix executable flags for 2 test-filesjan.nijtmans2018-12-082-0/+0
* | merge-markjan.nijtmans2018-12-080-0/+0
|\ \ | |/
| * Fix executable flags of 3 test-filesjan.nijtmans2018-12-083-0/+0
* | Remove some dead codejan.nijtmans2018-12-021-45/+0
* | merge-markjan.nijtmans2018-12-020-0/+0
|\ \ | |/
| * If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj...jan.nijtmans2018-12-022-1/+7
* | Merge 8.7jan.nijtmans2018-11-293-15/+28
|\ \ | |/
| * 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
* | | Merge 8.7 jan.nijtmans2018-11-275-11/+10
|\ \ \ | |/ /
| * | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu...jan.nijtmans2018-11-275-8/+37
* | | Merge 8.7jan.nijtmans2018-11-251-0/+3
|\ \ \ | |/ /
| * | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to...jan.nijtmans2018-11-251-0/+3
* | | Merge 8.7jan.nijtmans2018-11-251-6/+15
|\ \ \ | |/ /
| * | Slightly better than previous commit: In case of a version conflict, ignore p...jan.nijtmans2018-11-251-6/+15
* | | Merge 8.7jan.nijtmans2018-11-245-17/+20
|\ \ \ | |/ /
| * | 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
* | | merge 8.7sebres2018-11-232-3/+8
|\ \ \ | |/ /
| * | make: better algo to wrap to absolute zip-path (for systems resp. toolchains ...sebres2018-11-232-3/+8
* | | merge 8.7sebres2018-11-234-8/+7
|\ \ \ | |/ /
| * | make/configure review: normalizes the latest fixes across unix/winsebres2018-11-234-8/+7
* | | merge 8.7 (build zipfs fixes)sebres2018-11-223-4/+7
|\ \ \ | |/ /
| * | unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of m...sebres2018-11-223-4/+7
* | | merge 8.7sebres2018-11-223-7/+10
|\ \ \ | |/ /
| * | 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.7sebres2018-11-222-2/+2
|\ \ \ | |/ /
| * | merge 8.6sebres2018-11-222-2/+2
| |\ \ | | |/
| | * fixed typo in prepro `#ifdef unix || __APPLE__`sebres2018-11-222-2/+2
* | | merge 8.7sebres2018-11-2210-51/+75
|\ \ \ | |/ /
| * | 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
| | | |/
* | | | Eliminate gcc compiler warningjan.nijtmans2018-11-221-1/+1
|\ \ \ \ | |/ / /
| * | | Make encodings work again ;-(jan.nijtmans2018-11-221-1/+1