summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-02-171-1/+10
|\
| * Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide...jan.nijtmans2021-02-171-1/+10
* | Merge 8.7jan.nijtmans2021-02-171-9/+6
|\ \ | |/
| * Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not ...jan.nijtmans2021-02-171-9/+6
* | Merge 8.7jan.nijtmans2021-02-161-6/+41
|\ \ | |/
| * Merge 8.6jan.nijtmans2021-02-161-6/+41
| |\
| | * Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne...jan.nijtmans2021-02-161-3/+41
* | | Merge 8.7. Fix warning in tclStubInit.c when TCL_UTF_MAX=3jan.nijtmans2021-02-162-6/+7
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-02-161-4/+5
| |\ \ | | |/
| | * Fix Tcl_UtfPrev for TCL_UTF_MAX>3, so it can jump back over Emoji. Backported...jan.nijtmans2021-02-162-5/+5
* | | Merge 8.7jan.nijtmans2021-02-152-2/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-02-151-1/+4
| |\ \ | | |/
| | * Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-151-8/+9
| | * More implicit type-casts, for better compatibility with C++jan.nijtmans2021-02-056-93/+92
| * | Remove unused variable in win32 static buildjan.nijtmans2021-02-151-1/+1
* | | Merge 8.7jan.nijtmans2021-02-121-0/+4
|\ \ \ | |/ /
| * | Fix warning about unused symbol on --disable-shared buildjan.nijtmans2021-02-121-0/+4
* | | Merge 8.7jan.nijtmans2021-02-101-20/+12
|\ \ \ | |/ /
| * | Missing #endifjan.nijtmans2021-02-101-0/+1
| * | Make TIP #430 work on cygwin. Simplify some makefilesjan.nijtmans2021-02-101-20/+11
* | | Merge 8.7jan.nijtmans2021-02-102-19/+2
|\ \ \ | |/ /
| * | Only set dllfile,runtime key info when doing a shared buildjan.nijtmans2021-02-091-0/+2
| * | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth...jan.nijtmans2021-02-082-19/+0
* | | Merge 8.7jan.nijtmans2021-01-272-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2021-01-272-2/+2
| |\ \ | | |/
| | * *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-274-8/+8
* | | More more stub-entries, making the internal platform table more equal to each...jan.nijtmans2021-01-263-241/+264
* | | Sort platform-dependant entries in tclInt.decls. No change in generated tcl*D...jan.nijtmans2021-01-262-84/+45
* | | Remove 4 (internal, MacOS-specific) functions from internal stub table, MODUL...jan.nijtmans2021-01-253-170/+154
* | | Merge 8.7jan.nijtmans2021-01-252-1/+5
|\ \ \ | |/ /
| * | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-253-3/+7
* | | Merge 8.7jan.nijtmans2021-01-251-5/+3
|\ \ \ | |/ /
| * | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-5/+9
* | | Remove many commented-out sections of tclInt.decls: Since Tcl 9.0 doesn't nee...jan.nijtmans2021-01-251-600/+1
* | | Merge 8.7jan.nijtmans2021-01-252-1/+13
|\ \ \ | |/ /
| * | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-252-1/+13
* | | Undo (for now) removal of TclMacOSXNotifierAddRunLoopMode(), we don't want an...jan.nijtmans2021-01-223-12/+19
* | | Merge 8.7. Simplify handling of platform-dependant API's like Tcl_CreateFileH...jan.nijtmans2021-01-226-128/+48
|\ \ \ | |/ /
| * | Change exported symbol from TclMacOSXNotifierAddRunLoopMode -> Tcl_MacOSXNoti...jan.nijtmans2021-01-222-5/+3
| * | Rebase to core-8-branchjan.nijtmans2021-01-223-0/+14
| |\ \
| | * \ rebasejan.nijtmans2013-07-093-0/+14
| | |\ \
| | | * | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098]jan.nijtmans2013-06-283-0/+11
* | | | | Merge 8.7jan.nijtmans2021-01-211-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2021-01-211-0/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
| | |\ \ \
| | | * \ \ Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
| | | |\ \ \
| | | | * | | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b...jan.nijtmans2021-01-201-0/+9
| | * | | | | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -...jan.nijtmans2021-01-202-17/+17
| | | |/ / / | | |/| | |
* | | | | | Merge 8.7jan.nijtmans2021-01-201-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix potential endless loop in "stats" command (only enable in debug-build)jan.nijtmans2021-01-201-3/+3