| Commit message (Expand) | Author | Age | Files | Lines |
* | win/Makefile.in: closes [0bcc43fa778517c4]: replace INSTALL_DATA_DIR (ported ... | sebres | 2018-12-28 | 1 | -1/+2 |
|
|
* | merge 8.6 (resolved warnings) | 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 |
|
|
* | | merge-mark | jan.nijtmans | 2018-12-20 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | Remove unused MODULE_SCOPE functions | jan.nijtmans | 2018-12-20 | 2 | -6/+0 |
|
|
* | | | Internal minor optimization of TIP #502 implementation. No difference in any ... | jan.nijtmans | 2018-12-18 | 2 | -15/+14 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2018-12-18 | 3 | -5/+0 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong... | jan.nijtmans | 2018-12-13 | 2 | -9/+41 |
|
|
* | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 25 | -153/+162 |
|
|
* | | | Better use of Tcl_WideInt in stead of long, sometimes | jan.nijtmans | 2018-12-11 | 1 | -11/+11 |
|
|
* | | | Fix executable flags of 3 test-files | jan.nijtmans | 2018-12-08 | 3 | -0/+0 |
|
|
* | | | If compiled with -DTCL_NO_DEPRECATED, remove the Tcl_SetIntObj/Tcl_SetLongObj... | jan.nijtmans | 2018-12-02 | 2 | -1/+7 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2018-11-29 | 3 | -15/+28 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | Make TclFreeObj MODULE_SCOPE, so the only way to access it is through the stu... | jan.nijtmans | 2018-11-27 | 5 | -8/+37 |
|
|
* | | | Fix [df6a91b5c616c3dc126cee700e159b997467465]: build failure (ticket fails to... | jan.nijtmans | 2018-11-25 | 1 | -0/+3 |
|
|
* | | | Slightly better than previous commit: In case of a version conflict, ignore p... | jan.nijtmans | 2018-11-25 | 1 | -6/+15 |
|
|
* | | | If a pkgIndex file is encountered which produces an error, continue. This sho... | jan.nijtmans | 2018-11-24 | 1 | -3/+6 |
|
|
* | | | re-generate configure script | jan.nijtmans | 2018-11-24 | 2 | -3/+3 |
|
|
* | | | comment typo's | jan.nijtmans | 2018-11-24 | 2 | -11/+11 |
|
|
* | | | make: better algo to wrap to absolute zip-path (for systems resp. toolchains ... | sebres | 2018-11-23 | 2 | -3/+8 |
|
|
* | | | make/configure review: normalizes the latest fixes across unix/win | sebres | 2018-11-23 | 4 | -8/+7 |
|
|
* | | | unix build (if ZIPFS_BUILD): fixed relative path to zip-program (in case of m... | sebres | 2018-11-22 | 3 | -4/+7 |
|
|
* | | | win/mingw build (if ZIPFS_BUILD): ignore following zip-error by adjust sfx pr... | sebres | 2018-11-22 | 1 | -2/+5 |
|
|
* | | | fixes typo in [e108e6b947], test added to cover this case | sebres | 2018-11-22 | 2 | -5/+5 |
|
|
* | | | merge 8.6 | sebres | 2018-11-22 | 2 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | fixed typo in prepro `#ifdef unix || __APPLE__` | sebres | 2018-11-22 | 2 | -2/+2 |
|
|
* | | | merge 8.6 | sebres | 2018-11-22 | 10 | -51/+75 |
|\ \ \
| |/ / |
|
| * | | 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 |
| | |/ |
|
* | | | Make encodings work again ;-( | jan.nijtmans | 2018-11-22 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2018-11-22 | 4 | -17/+14 |
|\ \ \
| |/ / |
|
| * | | More coverity issues | dkf | 2018-11-20 | 3 | -15/+12 |
|
|
* | | | typo, which caused travis build to fail. | jan.nijtmans | 2018-11-22 | 1 | -1/+1 |
|
|
* | | | Added a wrapper script for native builds to utilize Tcl to generate a VFS to ... | hypnotoad | 2018-11-21 | 1 | -0/+54 |
|
|
* | | | TIP #512 documentation: Indicate which functions cannot be called through the... | jan.nijtmans | 2018-11-21 | 7 | -2/+31 |
|
|
* | | | Fix windows build with Visual Studio | jan.nijtmans | 2018-11-21 | 1 | -3/+3 |
|
|