summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Another TIP #430 fix for cygwin: libtcl8.7.dll is installed in /usr/bin, not ...jan.nijtmans2021-02-171-9/+6
* 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.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.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
* | Fix warning about unused symbol on --disable-shared buildjan.nijtmans2021-02-121-0/+4
* | Missing #endifjan.nijtmans2021-02-101-0/+1
* | Make TIP #430 work on cygwin. Simplify some makefilesjan.nijtmans2021-02-101-20/+11
* | 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.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
* | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-253-3/+7
* | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-5/+9
* | Make sure MODULE_SCOPE is always defined correctly, for C++ compilers toojan.nijtmans2021-01-252-1/+13
* | 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.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
| | |/ / / | |/| | |
* | | | | Fix potential endless loop in "stats" command (only enable in debug-build)jan.nijtmans2021-01-201-3/+3
* | | | | Fix [ff658e10fc]: tip 551 in 8.7a4 0b1111_1111 not working. Also fix some ind...jan.nijtmans2021-01-151-9/+11
* | | | | Add mp_unpack() to the libtommath stub table, so this function is available t...jan.nijtmans2021-01-133-4/+15
* | | | | Make tclStrToD.c compile on systems without inttypes.hjan.nijtmans2021-01-111-0/+5
* | | | | Merge 8.6jan.nijtmans2021-01-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode re...jan.nijtmans2021-01-111-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode re...jan.nijtmans2021-01-111-1/+1
* | | | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameterjan.nijtmans2021-01-1111-24/+193
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-12-173-15/+23
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2020-12-161-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Merge 8.7jan.nijtmans2020-12-11103-311/+332
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-252-2/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-25119-16079/+21128
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Remove the Tcl_GetValue() functionality. This can always be developed separatelyjan.nijtmans2020-11-258-117/+22
| * | | | | | | | | Merge 8.7jan.nijtmans2018-10-237-50/+64
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.7jan.nijtmans2018-10-1912-146/+383
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-1110-975/+1000
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-10-096-16/+51
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Re-base to 8.7jan.nijtmans2018-10-0810-30/+234
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | Make Tcl independent from exact definition of TCL_LL_MODIFIER. In tclStrToD.c...jan.nijtmans2021-01-113-11/+7
* | | | | | | | | | | | | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-0814-94/+90
* | | | | | | | | | | | | | | define UWIDE_MAX and friends in terms of Tcl_WideUInt/Tcl_WideInt, since we c...jan.nijtmans2021-01-071-3/+3