Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+6 |
|\ | |||||
| * | Merge 8.7. Tweak makefile.vc for detection of stdint.h/inttypes.h/stdbool.h | jan.nijtmans | 2019-11-27 | 1 | -1/+1 |
| |\ | |||||
| * | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead ↵ | jan.nijtmans | 2019-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | | of statically linking libtommath, whenever possible. | ||||
| * | | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| * | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -0/+1 |
| |\ \ | |||||
| * | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible ↵ | jan.nijtmans | 2019-11-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | accordingly (still WIP) | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * \ \ \ | Merge 8.6 | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Enhance rules.vc like already done in other configure scripts: Determine ↵ | jan.nijtmans | 2019-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | HAVE_STDINT_H/HAVE_INTTYPES_H/HAVE_STDBOOL_H/MP_NO_STDINT the simple way, just by compiler version. | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2019-11-11 | 1 | -0/+3 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Use <inttypes.h> header-file on windows when available, just as on UNIX | jan.nijtmans | 2019-11-11 | 1 | -0/+3 |
| | |\ \ | |||||
| | | * | | On win32, include <inttypes.h> if available, just as on UNIX. | jan.nijtmans | 2019-11-11 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | Disable compiler warning C4244 on all Microsoft compiler versions, not just the latest ones. | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Now that libtommath has mp_init_l/mp_init_ll/mp_init_ull, use those instead ↵ | jan.nijtmans | 2019-11-09 | 1 | -0/+1 |
| | |_|/ | |/| | | | | | | | | | | of the legacy TclBNInitBignumFromLong/TclBNInitBignumFromWideInt/TclBNInitBignumFromWideUInt | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-10-29 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | On Windows, use <stdint.h> header-file if available. | jan.nijtmans | 2019-10-29 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge 8.6. Remove 3 duplicate build-entries in .travis.yml | jan.nijtmans | 2019-09-07 | 1 | -5/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft ↵ | jan.nijtmans | 2019-09-07 | 1 | -5/+1 |
| | |\ \ | | | |/ | | | | | | | | | | | | | could discontinue this macro any moment, then we are prepared .... As a bonus: time_t is now allowed to be 64-bit internally, without effect on the C API (like stub-enabled extensions) | ||||
| | | * | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ↵ | jan.nijtmans | 2019-09-06 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | it, time_t will be 64-bit internally. But at API-level, time_t will still be restricted to 32-bit on Win32 (Not on Win64). This keeps Tcl_StatBuf the same (unless USE_64BIT_TIME_T is defined), so 64-bit times still cannot be used everywhere. | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-09-05 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix [4718b41c56]: windows x86 & x64: file mtime overflows in modification ↵ | jan.nijtmans | 2019-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | date (2038?, windows 32-bit time_t?) | ||||
| * | | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ↵ | sebres | 2019-07-12 | 1 | -1/+6 |
| |\ \ \ | | |/ / | | | | | | | | | resolved (nothreads not available for 8.7) | ||||
| | * | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 1 | -1/+6 |
| | |\ \ | | | |/ | | | | | | | | | tcl8.6), conflicts resolved, etc | ||||
| | | * | little tweaks, makeing it possible to use either _USE_64BIT_TIME_T or ↵ | jan.nijtmans | 2019-07-10 | 1 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | __MINGW_USE_VC2005_COMPAT interchangably. Put some more remarks, making it more clear what the effect of this is. | ||||
| | | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
| | | * | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT ↵ | sebres | 2019-07-08 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | supporting 64-bit time_t) | ||||
| | | * | squelch some warnings on higher Visual Studio versions: we are not going to ↵ | jan.nijtmans | 2018-10-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | bother on this any more. | ||||
* | | | | previous commit should not have been a merge-mark ... | jan.nijtmans | 2019-09-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix [4718b41c56d8c135] for win32. Now timestamps on Win32 can be > 19 ↵ | jan.nijtmans | 2019-07-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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.7 (But without the TclWideMUInt type for VC++ 6.0, most likely too ↵ | jan.nijtmans | 2019-06-25 | 1 | -3/+5 |
|\ \ \ \ | |/ / / | | | | | | | | | much to be asked for Tcl 9.0) | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-06-25 | 1 | -3/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Squelch C4244 warning on any MSVC compiler. | jan.nijtmans | 2019-06-25 | 1 | -3/+5 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-03-11 | 1 | -9/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -9/+0 |
| | | | | |||||
| * | | | merge 8.6 | jan.nijtmans | 2018-05-14 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | merge 8.5 | jan.nijtmans | 2018-05-14 | 1 | -0/+3 |
| | |\ \ | | | |/ | |||||
| | | * | Unbreak build when HAVE_FTS is not set. | jan.nijtmans | 2018-05-14 | 1 | -0/+3 |
| | | | | | | | | | | | | Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h, where it actually belongs | ||||
| | * | | Allow additional optional "interp" argument for testinterpresolver command. ↵ | jan.nijtmans | 2016-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Not used yet in any test-case. Protect panic in tclLiteral.c for possible null-pointer access. (cherry-picked from Gustaf Neuman's interpresolver patch). Eliminate some unecessary spacing. | ||||
* | | | | Formatting, PTR2INT range improvements, and remove some macro's only used on ↵ | jan.nijtmans | 2018-10-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Cygwin, which are no longer necessary | ||||
* | | | | merge trunk | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge trunk | jan.nijtmans | 2017-05-01 | 1 | -3/+3 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | More internal use of size_t. Eliminate unused "isBin" argument from ↵ | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | TclpSysAlloc() | ||||
| * | | | merge trunk | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | merge trunk | jan.nijtmans | 2016-08-30 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | dgp | 2016-07-09 | 1 | -0/+14 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge trunk | jan.nijtmans | 2014-10-08 | 1 | -4/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge trunk. | jan.nijtmans | 2014-04-16 | 1 | -9/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove (internal) functions TclWinGetServByName(), TclWinGetSockOpt() and TclWinSetSockOpt(), which are no longer needed for any purpose. | ||||
| * \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-06-18 | 1 | -11/+5 |
| |\ \ \ \ \ \ |