| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | Add mp_pack, mp_pack_count and mp_unpack to the libtommath stub table. Not us... | jan.nijtmans | 2022-11-23 | 1 | -0/+3 |
|
|
* | The file $(builddir)/tclUuid.h is not part of the source code distribution. | dgp | 2022-10-28 | 1 | -1/+1 |
|
|
* | Add support for macOS Ventura | jan.nijtmans | 2022-10-23 | 1 | -2/+2 |
|
|
* | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
|
|
* | bump http version to 2.9.8 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 |
|
|
* | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 1 | -2/+2 |
|
|
* | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 |
|
|
* | Put back '@' (lost in previous commit) | jan.nijtmans | 2022-02-09 | 1 | -1/+1 |
|
|
* | More steps, making it work for ARM64 | jan.nijtmans | 2022-02-09 | 1 | -3/+7 |
|\ |
|
| * | More changed for windows-arm (e.g. add zdll.lib for ARM64, although zlib1.dll... | jan.nijtmans | 2022-02-08 | 1 | -1/+5 |
|/ |
|
* | 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 | -8/+13 |
|
|
* | Add rule to generate manifest.uuid and tclUuid.h, if not present already. Not... | jan.nijtmans | 2021-11-24 | 1 | -7/+14 |
|
|
* | 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 |
|
|
* | | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers... | jan.nijtmans | 2021-04-08 | 1 | -1/+1 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2021-02-08 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c... | jan.nijtmans | 2021-02-08 | 1 | -2/+3 |
|
|
* | | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|
|
* | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no longe... | jan.nijtmans | 2021-01-21 | 1 | -3/+3 |
|\ \ |
|
| * | | Don't use LTO for any stub libraries: It's asking for trouble when an extensi... | jan.nijtmans | 2021-01-20 | 1 | -3/+3 |
|/ / |
|
* | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o... | jan.nijtmans | 2021-01-05 | 1 | -2/+2 |
|
|
* | | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
|
|
| * | Add github actions build. Use Titlecase in Tcl_StaticPackage | jan.nijtmans | 2020-11-18 | 1 | -2/+2 |
|
|
* | | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa... | jan.nijtmans | 2020-11-06 | 1 | -3/+3 |
|
|
* | | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch) | jan.nijtmans | 2020-10-29 | 1 | -3/+3 |
|
|
| * | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to... | jan.nijtmans | 2020-10-29 | 1 | -1/+1 |
|
|
| * | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 1 | -2/+2 |
|
|
* | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n... | kjnash | 2020-08-24 | 1 | -2/+2 |
|
|
* | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti... | kjnash | 2020-08-12 | 1 | -2/+2 |
|
|
* | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs... | kjnash | 2020-07-24 | 1 | -2/+2 |
|
|
* | | Bump http version to 2.9.2 | kjnash | 2020-06-19 | 1 | -2/+2 |
|
|
* | | Not really a problem, since SHLIB_CFLAGS is empty on win32 .... still this is... | jan.nijtmans | 2020-06-11 | 1 | -1/+1 |
|
|
* | | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less use... | jan.nijtmans | 2020-04-10 | 1 | -27/+41 |
|
|
* | | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act... | jan.nijtmans | 2020-03-30 | 1 | -2/+2 |
|
|
* | | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
|
|
| * | Don't assume/set LDFLAGS being "", it could be set on the "configure" command... | jan.nijtmans | 2020-01-06 | 1 | -1/+1 |
|
|
| * | Makefiles got out of sync with tcltest version. | dgp | 2019-11-25 | 1 | -2/+2 |
|
|
* | | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. | jan.nijtmans | 2019-12-02 | 1 | -2/+2 |
|
|
* | | Fix [13657a2dc3]: application/json is not a binary payload for http. http 2... | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | http package from 2.7.14 to 2.7.15 | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
|
|
* | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ... | jan.nijtmans | 2019-11-15 | 1 | -1/+0 |
|
|
* | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -1/+0 |
|
|
* | | Extend libtommath stub table, so extension writers can move away from depreca... | jan.nijtmans | 2019-10-23 | 1 | -0/+1 |
|
|