Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2021-02-17 | 1 | -1/+10 |
|\ | |||||
| * | Fix abs(-9223372036854775808) special-case on platforms where ↵ | jan.nijtmans | 2021-02-17 | 1 | -1/+10 |
| | | | | | | | | sizeof(Tcl_WideInt) > sizeof(int64_t). Theoretical, yes, but at least add a testcase for this (expr-38.14) | ||||
* | | Merge 8.7 | jan.nijtmans | 2021-02-17 | 1 | -9/+6 |
|\ \ | |/ | |||||
| * | Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not ↵ | jan.nijtmans | 2021-02-17 | 1 | -9/+6 |
| | | | | | | | | in /usr/lib as on other platforms | ||||
* | | Merge 8.7 | jan.nijtmans | 2021-02-16 | 1 | -6/+41 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2021-02-16 | 1 | -6/+41 |
| |\ | |||||
| | * | Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian ↵ | jan.nijtmans | 2021-02-16 | 1 | -3/+41 |
| | | | | | | | | | | | | Werner for bug report and POC patch. | ||||
* | | | Merge 8.7. Fix warning in tclStubInit.c when TCL_UTF_MAX=3 | jan.nijtmans | 2021-02-16 | 2 | -6/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2021-02-16 | 1 | -4/+5 |
| |\ \ | | |/ | |||||
| | * | Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. ↵ | jan.nijtmans | 2021-02-16 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | Backported from 8.7, no change for TCL_UTF_MAX=3. This way, the previous fix can be slightly more simplified, and working for TCL_UTF_MAX>3 too. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-02-15 | 2 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2021-02-15 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Fix [d43f96c1a8]: string trimright is broken for Emoji | jan.nijtmans | 2021-02-15 | 1 | -8/+9 |
| | | | |||||
| | * | More implicit type-casts, for better compatibility with C++ | jan.nijtmans | 2021-02-05 | 6 | -93/+92 |
| | | | |||||
| * | | Remove unused variable in win32 static build | jan.nijtmans | 2021-02-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-02-12 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix warning about unused symbol on --disable-shared build | jan.nijtmans | 2021-02-12 | 1 | -0/+4 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-02-10 | 1 | -20/+12 |
|\ \ \ | |/ / | |||||
| * | | Missing #endif | jan.nijtmans | 2021-02-10 | 1 | -0/+1 |
| | | | |||||
| * | | Make TIP #430 work on cygwin. Simplify some makefiles | jan.nijtmans | 2021-02-10 | 1 | -20/+11 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-02-10 | 2 | -19/+2 |
|\ \ \ | |/ / | |||||
| * | | Only set dllfile,runtime key info when doing a shared build | jan.nijtmans | 2021-02-09 | 1 | -0/+2 |
| | | | |||||
| * | | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵ | jan.nijtmans | 2021-02-08 | 2 | -19/+0 |
| | | | | | | | | | | | | other external packages) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-01-27 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2021-01-27 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact". | jan.nijtmans | 2021-01-27 | 4 | -8/+8 |
| | | | |||||
* | | | More more stub-entries, making the internal platform table more equal to ↵ | jan.nijtmans | 2021-01-26 | 3 | -241/+264 |
| | | | | | | | | | | | | each other. Old entries keps, so still binary compatible with Tcl 9.0a1 | ||||
* | | | Sort platform-dependant entries in tclInt.decls. No change in generated ↵ | jan.nijtmans | 2021-01-26 | 2 | -84/+45 |
| | | | | | | | | | | | | tcl*Decls.h | ||||
* | | | Remove 4 (internal, MacOS-specific) functions from internal stub table, ↵ | jan.nijtmans | 2021-01-25 | 3 | -170/+154 |
| | | | | | | | | | | | | MODULE_SCOPE should be sufficient for those. Move other internal stub-entries around, all still binary compatible) | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-01-25 | 2 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same ↵ | jan.nijtmans | 2021-01-25 | 3 | -3/+7 |
| | | | | | | | | | | | | as Tcl_GetUnicode(). | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-01-25 | 1 | -5/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is defined | jan.nijtmans | 2021-01-25 | 1 | -5/+9 |
| | | | |||||
* | | | Remove many commented-out sections of tclInt.decls: Since Tcl 9.0 doesn't ↵ | jan.nijtmans | 2021-01-25 | 1 | -600/+1 |
| | | | | | | | | | | | | need to be binary compatible with Tcl 8.7, it doesn't matter any more. And we have fossil for that. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2021-01-25 | 2 | -1/+13 |
|\ \ \ | |/ / | |||||
| * | | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers too | jan.nijtmans | 2021-01-25 | 2 | -1/+13 |
| | | | |||||
* | | | Undo (for now) removal of TclMacOSXNotifierAddRunLoopMode(), we don't want ↵ | jan.nijtmans | 2021-01-22 | 3 | -12/+19 |
| | | | | | | | | | | | | an earlier compiled Tk to crash. Just wait some time, until everyone uses a newer Tk 8.7, using Tcl_MacOSXNotifierAddRunLoopMode() | ||||
* | | | Merge 8.7. Simplify handling of platform-dependant API's like ↵ | jan.nijtmans | 2021-01-22 | 6 | -128/+48 |
|\ \ \ | |/ / | | | | | | | Tcl_CreateFileHandler | ||||
| * | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> ↵ | jan.nijtmans | 2021-01-22 | 2 | -5/+3 |
| | | | | | | | | | | | | Tcl_MacOSXNotifierAddRunLoopMode | ||||
| * | | Rebase to core-8-branch | jan.nijtmans | 2021-01-22 | 3 | -0/+14 |
| |\ \ | |||||
| | * \ | rebase | jan.nijtmans | 2013-07-09 | 3 | -0/+14 |
| | |\ \ | |||||
| | | * | | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098] | jan.nijtmans | 2013-06-28 | 3 | -0/+11 |
| | | | | | |||||
* | | | | | Merge 8.7 | jan.nijtmans | 2021-01-21 | 1 | -0/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2021-01-21 | 1 | -0/+7 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Centos6.9 64-bits) | ||||
| | | * \ \ | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Centos6.9 64-bits) | ||||
| | | | * | | | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 ↵ | jan.nijtmans | 2021-01-20 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bits (from cross-compile Centos6.9 64-bits). Since autoconf-2.59 has limited support for cross-compilation, a better fix has to wait for Tcl 8.7 (which uses autoconf-2.70) | ||||
| | * | | | | | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with ↵ | jan.nijtmans | 2021-01-20 | 2 | -17/+17 |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | --enable-memory=(mem|all). | ||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2021-01-20 | 1 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fix potential endless loop in "stats" command (only enable in debug-build) | jan.nijtmans | 2021-01-20 | 1 | -3/+3 |
| | | | | | |