| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2021-02-17 | 1 | -1/+10 |
|\ |
|
| * | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide... | jan.nijtmans | 2021-02-17 | 1 | -1/+10 |
|
|
* | | 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 |
|
|
* | | 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 Werne... | jan.nijtmans | 2021-02-16 | 1 | -3/+41 |
|
|
* | | | 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. Backported... | jan.nijtmans | 2021-02-16 | 2 | -5/+5 |
|
|
* | | | 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 oth... | jan.nijtmans | 2021-02-08 | 2 | -19/+0 |
|
|
* | | | 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 each... | jan.nijtmans | 2021-01-26 | 3 | -241/+264 |
|
|
* | | | Sort platform-dependant entries in tclInt.decls. No change in generated tcl*D... | jan.nijtmans | 2021-01-26 | 2 | -84/+45 |
|
|
* | | | Remove 4 (internal, MacOS-specific) functions from internal stub table, MODUL... | jan.nijtmans | 2021-01-25 | 3 | -170/+154 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2021-01-25 | 2 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as... | jan.nijtmans | 2021-01-25 | 3 | -3/+7 |
|
|
* | | | 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 nee... | jan.nijtmans | 2021-01-25 | 1 | -600/+1 |
|
|
* | | | 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 an... | jan.nijtmans | 2021-01-22 | 3 | -12/+19 |
|
|
* | | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH... | jan.nijtmans | 2021-01-22 | 6 | -128/+48 |
|\ \ \
| |/ / |
|
| * | | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti... | jan.nijtmans | 2021-01-22 | 2 | -5/+3 |
|
|
| * | | 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 Ce... | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
| | |\ \ \ |
|
| | | * \ \ | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce... | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
| | | |\ \ \ |
|
| | | | * | | | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b... | jan.nijtmans | 2021-01-20 | 1 | -0/+9 |
|
|
| | * | | | | | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -... | jan.nijtmans | 2021-01-20 | 2 | -17/+17 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | 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 |
|
|