| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly quote contents of Make variables to pass through gdb.run file. | pooryorick | 2023-01-14 | 1 | -3/+8 |
|
|
* | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-06 | 1 | -0/+3 |
|\ |
|
| * | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-04 | 1 | -0/+3 |
|
|
* | | Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS | jan.nijtmans | 2023-01-06 | 2 | -2/+2 |
|/ |
|
* | Update tclConfig.h.in | jan.nijtmans | 2022-12-16 | 1 | -0/+9 |
|
|
* | Add checks to the configure script for mknod, tcdrain and uname, for systems ... | jan.nijtmans | 2022-12-16 | 2 | -0/+303 |
|
|
* | Now that 32-bit cygwin is dead, eliminate the need for --enable-64bit in a Cy... | jan.nijtmans | 2022-12-16 | 2 | -64/+64 |
|
|
* | Backport TIP #402: General Platform UNC Support from 8.7, but only for Cygwin... | jan.nijtmans | 2022-12-01 | 1 | -3/+2 |
|
|
* | Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com... | jan.nijtmans | 2022-11-29 | 8 | -11/+11 |
|
|
* | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us... | jan.nijtmans | 2022-11-23 | 1 | -12/+18 |
|
|
* | Re-generate configure scripts (with correct autoconf version) | jan.nijtmans | 2022-11-23 | 1 | -0/+1 |
|
|
* | merge 8.6 | dgp | 2022-10-28 | 1 | -1/+1 |
|\ |
|
| * | The file $(builddir)/tclUuid.h is not part of the source code distribution. | dgp | 2022-10-28 | 1 | -1/+1 |
|
|
* | | merge 8.6 | dgp | 2022-10-27 | 3 | -5/+6 |
|\ \
| |/ |
|
| * | www.tcl-tk.org -> www.tcl-lang.org | jan.nijtmans | 2022-10-26 | 2 | -3/+4 |
|
|
| * | Add support for macOS Ventura | jan.nijtmans | 2022-10-23 | 1 | -2/+2 |
|
|
* | | merge 8.6 | dgp | 2022-09-07 | 1 | -41/+41 |
|\ \
| |/ |
|
| * | code cleanup (backported from 8.7) | jan.nijtmans | 2022-09-07 | 1 | -39/+39 |
|
|
| * | typo's | jan.nijtmans | 2022-09-03 | 1 | -2/+2 |
|
|
* | | merge 8.6 | dgp | 2022-07-25 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
|
|
* | | merge 8.6 | dgp | 2022-07-12 | 2 | -5/+5 |
|\ \
| |/ |
|
| * | typo's | jan.nijtmans | 2022-06-28 | 1 | -3/+3 |
|
|
| * | bump http version to 2.9.8 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 |
|
|
* | | Bump to 8.6.13 for release | dgp | 2022-06-06 | 3 | -4/+3 |
|/ |
|
* | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 1 | -2/+2 |
|
|
* | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C... | jan.nijtmans | 2022-04-21 | 2 | -7/+86 |
|
|
* | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 |
|
|
* | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1 | jan.nijtmans | 2022-03-11 | 1 | -2/+3 |
|
|
* | Fix [8d8bb39962]: incorrect notifier initialization in tclXtNotify.c | jan.nijtmans | 2022-03-04 | 1 | -5/+1 |
|
|
* | Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks() | jan.nijtmans | 2022-02-21 | 1 | -2/+2 |
|
|
* | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext... | jan.nijtmans | 2022-02-15 | 1 | -1/+2 |
|
|
* | Fix [1720242] (appears the patch was only partially applied) | jan.nijtmans | 2022-02-12 | 2 | -4/+4 |
|
|
* | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ... | jan.nijtmans | 2022-02-01 | 1 | -4/+11 |
|
|
* | Update tcltest package to version 2.5.4 (backported from Tcl 8.7) | jan.nijtmans | 2021-12-08 | 1 | -2/+2 |
|
|
* | Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). Wi... | jan.nijtmans | 2021-12-08 | 1 | -24/+34 |
|
|
* | Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not... | jan.nijtmans | 2021-11-24 | 1 | -5/+12 |
|
|
* | Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone var... | jan.nijtmans | 2021-11-07 | 2 | -2/+6 |
|
|
* | merge 8.6 | dgp | 2021-11-02 | 2 | -63/+31 |
|\ |
|
| * | Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti) | jan.nijtmans | 2021-11-01 | 2 | -63/+31 |
|
|
* | | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 3 | -3/+3 |
|/ |
|
* | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
|\ |
|
| * | Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
|
|
* | | Update TZ info to tzdata2021b. | José Ignacio Marín | 2021-09-25 | 1 | -4/+4 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-08-23 | 2 | -18/+32 |
|\ \
| |/ |
|
| * | Add FALLTHRU markers, to help GCC emit less false warnings | jan.nijtmans | 2021-08-23 | 1 | -8/+21 |
|
|
| * | Code formatting | jan.nijtmans | 2021-08-23 | 1 | -172/+268 |
|
|
* | | Change a lot of url's (as far as possible) from http:// to https:// | jan.nijtmans | 2021-06-21 | 3 | -5/+5 |
|
|
* | | re-generate unix/configure with autoconf-2.59 | jan.nijtmans | 2021-06-08 | 1 | -4/+7 |
|
|
* | | Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ... | jan.nijtmans | 2021-06-08 | 1 | -3/+5 |
|
|