summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* bump http version to 2.9.8jan.nijtmans2022-06-201-2/+2
|
* Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-2/+2
|
* Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : ↵jan.nijtmans2022-04-212-7/+86
| | | | CFLAGS_OPTIMIZE. Builds on MacOSX will now be done with -O2 in Release mode.
* Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6jan.nijtmans2022-04-041-2/+2
|
* Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1jan.nijtmans2022-03-111-2/+3
|
* Fix [8d8bb39962]: incorrect notifier initialization in tclXtNotify.cjan.nijtmans2022-03-041-5/+1
|
* Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks()jan.nijtmans2022-02-211-2/+2
|
* Add nmakehlp.exe (for AMD64) to distribution, and make it usable in ↵jan.nijtmans2022-02-151-1/+2
| | | | rules-ext.vc too
* Fix [1720242] (appears the patch was only partially applied)jan.nijtmans2022-02-122-4/+4
|
* Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ↵jan.nijtmans2022-02-011-4/+11
| | | | as more generic examples for extensions.
* Update tcltest package to version 2.5.4 (backported from Tcl 8.7)jan.nijtmans2021-12-081-2/+2
|
* Add more win/*.in files to "make dist". Generate tclUuid.h (not used yet). ↵jan.nijtmans2021-12-081-24/+34
| | | | With nmake build, install "zlib1.dll" in bin-directory (just as when using make)
* Add rule to generate manifest.uuid and tclUuid.h, if not present already. ↵jan.nijtmans2021-11-241-5/+12
| | | | Not used yet
* Fix [15845d9fd8]: unix/tcl.m4: implicit declaration of exit() in timezone ↵jan.nijtmans2021-11-072-2/+6
| | | | variable checks
* merge 8.6dgp2021-11-022-63/+31
|\
| * Update DragonFly/FreeBSD configuration (requested by Pietro Cerutti)jan.nijtmans2021-11-012-63/+31
| |
* | Bump to 8.6.12 for releasejan.nijtmans2021-10-273-3/+3
|/
* Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey supportjan.nijtmans2021-10-271-2/+2
|\
| * Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey supportjan.nijtmans2021-10-271-2/+2
| |
* | Update TZ info to tzdata2021b.José Ignacio Marín2021-09-251-4/+4
| |
* | Merge 8.5jan.nijtmans2021-08-232-18/+32
|\ \ | |/
| * Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-231-8/+21
| |
| * Code formattingjan.nijtmans2021-08-231-172/+268
| |
* | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-213-5/+5
| |
* | re-generate unix/configure with autoconf-2.59jan.nijtmans2021-06-081-4/+7
| |
* | Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ↵jan.nijtmans2021-06-081-3/+5
| | | | | | | | (with typo correct) from 8.7
* | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl ↵jan.nijtmans2021-05-251-1/+1
|\ \ | |/ | | | | too: LIB_RUNTIME_DIR could contain multiple paths, DYLIB_INSTALL_DIR cannot handle that
| * Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl ↵jan.nijtmans2021-05-251-1/+1
| | | | | | | | too: LIB_RUNTIME_DIR could contain mulitple paths, DYLIB_INSTALL_DIR cannot handle that
| * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend ↵jan.nijtmans2021-05-217-95/+100
| | | | | | | | lowercase package names. Let's provide good examples then.
* | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend ↵jan.nijtmans2021-05-206-10/+10
| | | | | | | | lowercase package names. Let's provide good examples then.
* | Make Pkgua package thread-safe and properly clean up everything when being ↵jan.nijtmans2021-05-181-20/+33
| | | | | | | | unloaded. Based on pyk-tclUnload branch, but extended for thread-safety (Thanks!)
* | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-178-66/+57
| | | | | | Fix gcc warnings (with stricter gcc flags) in pkg?.c
* | Fix [8419c55e2c]: Tclsh read loop does not handle EINTRjan.nijtmans2021-03-091-5/+8
| |
* | Merge 8.5jan.nijtmans2021-02-231-3/+3
|\ \ | |/
| * Revise buffer-sizes used in GetModuleFileNameW() calls. Available ↵jan.nijtmans2021-02-231-3/+3
| | | | | | | | buffer-size reported to GetModuleFileNameW() was not always accurate
* | Merge 8.5jan.nijtmans2021-02-081-184/+186
|\ \ | |/
| * Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make ↵jan.nijtmans2021-02-081-57/+48
| | | | | | | | clean", which might be a leftover of a previous Tcl 8.7 build in this directory
* | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
|\ \ | |/
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-021-2/+2
| |
* | Undo previous change to unix/configure.injan.nijtmans2021-01-291-1/+1
| |
* | Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-292-3/+3
| |
* | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵jan.nijtmans2021-01-213-4/+81
|\ \ | | | | | | | | | longer compile the stub library using LTO (even if CFLAGS enables LTO)
| * | Don't use LTO for any stub libraries: It's asking for trouble when an ↵jan.nijtmans2021-01-203-4/+81
| | | | | | | | | | | | extension is compiled with different CFLAGS as the stub library.
| * | Experiment: Fix ↵jan.nijtmans2021-01-151-3/+3
|/ / | | | | | | [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]. Works for any extension using this construct, not only Thread
* | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. ↵jan.nijtmans2021-01-061-19/+25
| | | | | | | | Some formatting
* | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-7/+6
|\ \ | |/
| * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-052-14/+6
| | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
* | Merge 8.5jan.nijtmans2021-01-053-3/+5
|\ \ | |/
| * #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵jan.nijtmans2021-01-052-2/+4
| | | | | | | | have the same version.
* | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-051-109/+109
| |