summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-07-051-65/+44
|\ | | | | Don't build with TCL_NO_DEPRECATED, since we didn't deprecate anything in 9.0 yet
| * Merge 8.6jan.nijtmans2019-07-051-25/+50
| |\
| | * Merge 8.5jan.nijtmans2019-07-051-16/+32
| | |\
| | | * Add "name" entries to travis build configurationjan.nijtmans2019-07-051-16/+32
| | | |
* | | | Fix [4718b41c56d8c135] for win32. Now timestamps on Win32 can be > 19 ↵jan.nijtmans2019-07-054-28/+16
| | | | | | | | | | | | | | | | | | | | | | | | january 2038. Caveat: Now Tcl MUST be compiled with VS2005+, or any other compiler which has C headers compatible with VC2005+ (latest mingw-w64 is OK too!) Tcl on Win32 is now no longer compiled with _USE_32BIT_TIME_T, so this is (potentially) binary incompatible.
* | | | Merge 8.7jan.nijtmans2019-07-054-18/+32
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-07-054-18/+32
| |\ \ \ | | |/ /
| | * | Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in ↵jan.nijtmans2019-07-052-14/+14
| | |\ \ | | | |/ | | | | | | | | modification date. Only fixed for x64, because for x86 it isn't possible without breaking API compatibility
| | | * Fix [4718b41c56d8c135]: windows x86 & x64: file mtime overflows in ↵jan.nijtmans2019-07-051-4/+4
| | | | | | | | | | | | | | | | | | | | modification date. Only fixed for x64, because for x86 it isn't possible without breaking API compatibility.
| | * | Tcl_ObjectDeleted was only partially documented. Oops.dkf2019-07-031-2/+16
| | | |
* | | | Merge 8.7jan.nijtmans2019-07-031-1/+1
|\ \ \ \ | |/ / /
| * | | unicode -> utf16/ucs2 in documentationjan.nijtmans2019-07-031-1/+1
| | | |
* | | | Update TZ info to tzdata2019b.José Ignacio Marín2019-07-029-656/+377
|\ \ \ \ | |/ / /
| * | | Update TZ info to tzdata2019b.José Ignacio Marín2019-07-029-656/+377
| |\ \ \ | | |/ /
| | * | Update TZ info to tzdata2019b.José Ignacio Marín2019-07-029-656/+377
| | | |
* | | | merge 8.7dgp2019-07-011-0/+1
|\ \ \ \ | |/ / /
| * | | Fix unitialized memory report from valgrinddgp2019-07-011-0/+1
| |\ \ \ | | |/ /
| | * | Avoid valgrind issues with uninitialized memorydgp2019-07-011-0/+1
| | |\ \ | | | |/
| | | * Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
| | | |
* | | | Merge 8.7jan.nijtmans2019-06-305-42/+42
|\ \ \ \ | |/ / /
| * | | Eliminate "catch" as variable-name, is a keyword in C++. Also add some ↵jan.nijtmans2019-06-305-42/+42
| | | | | | | | | | | | | | | | type-casts, making it more C++-friendly.
* | | | Merge 8.7jan.nijtmans2019-06-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-06-291-1/+1
| |\ \ \ | | |/ /
| | * | Trying to fix C4761 warning with VC++ 6.0jan.nijtmans2019-06-291-1/+1
| | | |
* | | | Merge 8.7jan.nijtmans2019-06-2910-35/+33
|\ \ \ \ | |/ / /
| * | | Code cleanup, like TCHAR -> WCHAR and TEXT("xxx") -> L"xxx", since we ↵jan.nijtmans2019-06-2910-35/+33
| | | | | | | | | | | | | | | | always compile in UNICODE mode.
* | | | Merge 8.7jan.nijtmans2019-06-281-5/+5
|\ \ \ \ | |/ / /
| * | | Fix a warning due to a missing const in an internal minzip functionjan.nijtmans2019-06-281-5/+5
| |\ \ \
| | * | | Fix a warning due to a missing const in an internal minzip functiongahr2019-06-271-5/+5
| | | | |
* | | | | Merge 8.7jan.nijtmans2019-06-287-58/+213
|\ \ \ \ \ | |/ / / /
| * | | | Implement TIP #547: New encodings: UTF-16, UCS-2jan.nijtmans2019-06-287-58/+213
| |\ \ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-06-2619-225/+406
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2019-06-1626-253/+1312
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-06-099-253/+316
| | |\ \ \ \ \ \
| | * | | | | | | TIP #547 implementation: New encodings: UTF-16, UCS-2jan.nijtmans2019-05-317-58/+213
| | | | | | | | |
* | | | | | | | | merge 8.7dgp2019-06-284-46/+65
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Even better commenting of the fpclassify() replacement trickery.dkf2019-06-271-24/+38
| | | | | | | |
| * | | | | | | merge 8.6sebres2019-06-271-20/+25
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | winFCmd.test: fixes EXDEV related constraint and paths in test cases ↵sebres2019-06-271-20/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (covering move/rename across devices)
| * | | | | | | zipfs.test: fixed error (couldn't open "...": permission denied) if $tclzip ↵sebres2019-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | points to directory, due to empty pkgconfig in runtime/debug environment (e. g. no zipped library)
| * | | | | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.cjan.nijtmans2019-06-271-1/+1
| | | | | | |
* | | | | | | UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
| | | | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-06-262-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2019-06-268-94/+94
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | UNEXEC win/tclWinFile.cjan.nijtmans2019-06-261-0/+0
| | | | | | |
| | * | | | | Merge 8.5jan.nijtmans2019-06-2612-48/+48
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-269-35/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tests-pref/* among other the same in multiple branches)
* | | | | | | Merge 8.7jan.nijtmans2019-06-252-2/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by ↵jan.nijtmans2019-06-252-2/+6
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | libtommath)