summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵jan.nijtmans2021-02-082-19/+0
| | | | other external packages)
* 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 ↵jan.nijtmans2021-01-253-3/+7
| | | | | | | | as Tcl_GetUnicode().
* | 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 -> ↵jan.nijtmans2021-01-222-5/+3
| | | | | | | | Tcl_MacOSXNotifierAddRunLoopMode
* | 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 ↵jan.nijtmans2021-01-211-0/+9
| |\ \ \ | | | | | | | | | | | | | | | Centos6.9 64-bits)
| | * \ \ Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵jan.nijtmans2021-01-211-0/+9
| | |\ \ \ | | | | | | | | | | | | | | | | | | Centos6.9 64-bits)
| | | * | | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 ↵jan.nijtmans2021-01-201-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.nijtmans2021-01-202-17/+17
| | |/ / / | |/| | | | | | | | | | | | | --enable-memory=(mem|all).
* | | | | 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 ↵jan.nijtmans2021-01-151-9/+11
| | | | | | | | | | | | | | | | | | | | indenting in code
* | | | | Add mp_unpack() to the libtommath stub table, so this function is available ↵jan.nijtmans2021-01-133-4/+15
| | | | | | | | | | | | | | | | | | | | to extensions (and to Tcl itself, but not used yet)
* | | | | 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 ↵jan.nijtmans2021-01-111-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | regexps
| | * | | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode ↵jan.nijtmans2021-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | regexps
* | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Unsigned functions to the implementation. TIP text is still far behind describing what's going on here.
| * \ \ \ \ \ \ \ \ \ \ \ \ Re-base to 8.7jan.nijtmans2018-10-0810-30/+234
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | Make Tcl independent from exact definition of TCL_LL_MODIFIER. In ↵jan.nijtmans2021-01-113-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tclStrToD.c we need an _exact_ 64-bit type, _at least_ 64-bit is not good enough here.
* | | | | | | | | | | | | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-0814-94/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* | | | | | | | | | | | | | | define UWIDE_MAX and friends in terms of Tcl_WideUInt/Tcl_WideInt, since we ↵jan.nijtmans2021-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cannot be sure that Tcl_WideInt == long long
* | | | | | | | | | | | | | | Revise UWIDE_MAX and friendsjan.nijtmans2021-01-072-8/+8
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵jan.nijtmans2021-01-072-18/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (probably) cannot handle Windows 7 API anyway.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-01-071-13/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not ↵jan.nijtmans2021-01-071-162/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommended, but it should work. See: [https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/|gnu printf]
| | * | | | | | | | | | | | | Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode ↵jan.nijtmans2021-01-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly to UTF-16 with TCL_UTF_MAX==5
| | * | | | | | | | | | | | | merge 8.6dgp2020-12-151-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-12-101-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-12-0725-156/+158
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-10-272-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \