summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Combine flags and testFlags in TcpState. That should unbreak socket testcase ...jan.nijtmans2022-09-081-10/+3
* Merge 8.6jan.nijtmans2022-09-071-4/+4
|\
| * code cleanup (backported from 8.7)jan.nijtmans2022-09-071-39/+39
* | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-2/+2
|\ \ | |/
| * typo'sjan.nijtmans2022-09-031-2/+2
* | TIP #630 implementation: TclOO commands > 2^31jan.nijtmans2022-08-211-1/+1
|\ \
| * | TclOO version -> 1.3.0jan.nijtmans2022-07-011-1/+1
* | | Merge 8.6jan.nijtmans2022-07-221-2/+2
|\ \ \ | | |/ | |/|
| * | tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-2/+2
* | | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ...jan.nijtmans2022-07-192-11/+14
|\ \ \
| * | | Updste stdlib.h (add missing functions). Restructure tclAppInit.cjan.nijtmans2022-07-181-4/+6
| * | | Only use -DBUILD_tcl for shared/static libraryjan.nijtmans2022-07-181-5/+5
| * | | Merge 8.7jan.nijtmans2022-07-1743-6045/+7166
| |\ \ \ | | | |/ | | |/|
| * | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All buil...jan.nijtmans2019-10-241-5/+6
* | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-1912-77/+75
| |/ / |/| |
* | | Merge 8.6jan.nijtmans2022-06-281-3/+3
|\ \ \ | | |/ | |/|
| * | typo'sjan.nijtmans2022-06-281-3/+3
* | | Merge 8.6jan.nijtmans2022-06-201-2/+2
|\ \ \ | |/ /
| * | bump http version to 2.9.8jan.nijtmans2022-06-201-2/+2
* | | Backport unix/dltest/*.c changes from 9.0jan.nijtmans2022-06-136-13/+13
* | | Eliminate compiler warningsjan.nijtmans2022-06-122-0/+7
* | | Use pkgb_demo to test function Tcl_UtfNcmp()jan.nijtmans2022-06-121-1/+12
* | | Tcl_GetEncodingSearchPath() is available since Tcl 8.5jan.nijtmans2022-06-101-13/+1
* | | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-022-6/+6
|\ \ \ | |/ /
* | | Function prototypes are not always needed/usefuljan.nijtmans2022-05-295-48/+0
* | | Merge 8.6jan.nijtmans2022-05-101-2/+2
|\ \ \ | |/ /
| * | Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-101-2/+2
* | | Merge 8.6jan.nijtmans2022-04-211-1/+1
|\ \ \ | |/ /
| * | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C...jan.nijtmans2022-04-212-7/+86
* | | Although I don't think it helps for [62f56a61aca52db3], put back --enable-64b...jan.nijtmans2022-04-212-51/+227
* | | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. Remove...jan.nijtmans2022-04-203-47/+80
* | | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ...jan.nijtmans2022-04-202-170/+9
* | | Merge 8.6. http -> 2.10a2jan.nijtmans2022-04-041-2/+2
|\ \ \ | |/ /
| * | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6jan.nijtmans2022-04-041-2/+2
* | | Merge 8.6jan.nijtmans2022-03-111-3/+2
|\ \ \ | |/ /
| * | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1jan.nijtmans2022-03-111-2/+3
* | | Add "const" to Tcl_SetNotifier() argument. Should have been part of TIP #27, ...jan.nijtmans2022-03-051-6/+7
* | | Merge 8.6jan.nijtmans2022-03-041-5/+1
|\ \ \ | |/ /
| * | Fix [8d8bb39962]: incorrect notifier initialization in tclXtNotify.cjan.nijtmans2022-03-041-5/+1
* | | Merge 8.6jan.nijtmans2022-02-211-2/+2
|\ \ \ | |/ /
| * | Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks()jan.nijtmans2022-02-211-2/+2
* | | Deprecate internal macro's TclIsInfinite() and TclIsNan(), since C99 has isin...jan.nijtmans2022-02-173-56/+0
* | | Merge 8.6jan.nijtmans2022-02-161-1/+2
|\ \ \ | |/ /
| * | Add nmakehlp.exe (for AMD64) to distribution, and make it usable in rules-ext...jan.nijtmans2022-02-151-1/+2
* | | Merge 8.6jan.nijtmans2022-02-122-4/+4
|\ \ \ | |/ /
| * | Fix [1720242] (appears the patch was only partially applied)jan.nijtmans2022-02-122-4/+4
* | | Merge 8.6jan.nijtmans2022-02-011-2/+2
|\ \ \ | |/ /
| * | Code cleanup in tclMain.c and tclAppInit.c: Make them Tcl-8.7-aware, usable ...jan.nijtmans2022-02-011-4/+11
| * | Update tcltest package to version 2.5.4 (backported from Tcl 8.7)jan.nijtmans2021-12-081-2/+2
* | | Merge 8.6jan.nijtmans2021-12-081-7/+9
|\ \ \ | |/ /