Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6. Fix Cygwin compile | jan.nijtmans | 2021-02-23 | 1 | -0/+2 |
|\ | |||||
* | | Merge 8.7 | jan.nijtmans | 2021-01-04 | 1 | -7/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-27 | 1 | -7/+0 |
|\ \ | |/ | |||||
| * | Looks like this little hack is no longer necessary on current 32-bit Cygwin. | jan.nijtmans | 2020-03-27 | 1 | -7/+0 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-27 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix harmless gcc warning, when compiling on Linux | jan.nijtmans | 2020-03-27 | 1 | -4/+4 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-03-17 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 1 | -6/+6 |
| |\ | | | | | | | | | | Unicode tables. Not used in 8.6 yet. | ||||
| | * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -6/+6 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -2/+9 |
|\ \ \ | |||||
| * | | | More progress in making clang build on Cygwin warning-free | jan.nijtmans | 2019-12-24 | 1 | -0/+7 |
| | | | | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-12-23 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix for building Cygwin using Clang. | jan.nijtmans | 2019-12-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -2/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Implement TIP's #538: Externalize libtommath | jan.nijtmans | 2019-12-13 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | 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) | ||||
| * | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t. | jan.nijtmans | 2019-12-12 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -0/+6 |
|/ / / | |||||
* | | | Fix for [f559bbde4e] (even though that's not really a bug) | jan.nijtmans | 2019-01-28 | 1 | -5/+1 |
| | | | |||||
* | | | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
* | | | merge 8.6 | sebres | 2018-06-05 | 1 | -5/+8 |
|\ \ \ | |/ / | |||||
| * | | merge 8.5 | sebres | 2018-06-04 | 1 | -5/+8 |
| |\ \ | | |/ | |||||
| | * | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but ↵ | sebres | 2018-06-04 | 1 | -5/+8 |
| | | | | | | | | | | | | without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411). | ||||
* | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -5/+3 |
|\ \ \ | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2018-04-17 | 1 | -5/+3 |
| | | | | | | | | | | | | Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is no longer needed in configure.ac | ||||
* | | | | merge 8.6 | jan.nijtmans | 2018-05-11 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ↵ | jan.nijtmans | 2018-05-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | public API | ||||
* | | | | merge 8.6 | dgp | 2018-05-09 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 8.5 | sebres | 2018-05-09 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding ↵ | sebres | 2018-05-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | HAVE_STRUCT_DIRENT64) | ||||
* | | | | merge 8.6 | dgp | 2018-05-08 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | merge fix for [92564326a98b5510] from 8.5 | sebres | 2018-05-08 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by ↵ | sebres | 2018-05-08 | 1 | -0/+6 |
| | | | | | | | | | | | | opendir/rewinddir/closedir, if HAVE_STRUCT_DIRENT64 used. | ||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-12-28 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly ↵ | jan.nijtmans | 2017-12-28 | 1 | -2/+2 |
| | | | | | | | | | | | | when sizeof(Tcl_UniChar) != 2. | ||||
* | | | Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h ↵ | jan.nijtmans | 2017-11-20 | 1 | -3/+0 |
| | | | | | | | | | | | | breaks build of Tk trunk on macOS | ||||
* | | | Remove compat/float.h and related machinery. The last system known where ↵ | jan.nijtmans | 2017-11-15 | 1 | -4/+1 |
|/ / | | | | | | | | | this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time .... Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing. | ||||
* | | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the ↵ | jan.nijtmans | 2017-08-17 | 1 | -4/+4 |
| | | | | | | | | number of gcc warnings, when compiling Tcl with -Wundef. Harmless. | ||||
* | | Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any ↵ | jan.nijtmans | 2015-07-15 | 1 | -10/+0 |
| | | | | | | | | more. (backported from androwish) | ||||
* | | Remove useless code, trying to sync win32 environment variables with ↵ | jan.nijtmans | 2015-05-25 | 1 | -3/+0 |
|\ \ | |/ | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork. | ||||
| * | Remove useless code, trying to sync win32 environment variables with ↵ | jan.nijtmans | 2015-05-25 | 1 | -3/+0 |
| | | | | | | | | cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork. | ||||
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -5/+1 |
| | | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one. | ||||
* | | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For ↵ | jan.nijtmans | 2014-03-26 | 1 | -0/+3 |
| | | | | | | | | completeness, implemented -archive, -hidden and -system as well. | ||||
* | | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support ↵ | jan.nijtmans | 2013-06-21 | 1 | -2/+0 |
| | | | | | | | | it's even not necessary any more (except for fake-rfc2553, but mutexes are used here already) , but it's in the internal stub table so we cannot remove it until 9.0 | ||||
* | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
|\ \ | |/ | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
| * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
| |\ | | | | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
* | | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 1 | -13/+0 |
| | | | |||||
* | | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Proposed solution for Bug 3598300 on MacOSX | jan.nijtmans | 2013-01-18 | 1 | -1/+1 |
| | | |