Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent warning: tclUnixSock.c:1079:19: warning: unused variable 'size' ↵ | jan.nijtmans | 2022-10-16 | 1 | -4/+8 |
| | | | | [-Wunused-variable] | ||||
* | TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be ↵ | jan.nijtmans | 2022-10-12 | 1 | -1/+1 |
| | | | | included first | ||||
* | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic) | jan.nijtmans | 2022-09-26 | 1 | -7/+5 |
| | |||||
* | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -5/+130 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -10/+3 |
| |\ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -4/+4 |
| |\ \ | |||||
| * | | | TIP #344 implementation | jan.nijtmans | 2022-09-03 | 1 | -7/+132 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2022-09-08 | 1 | -10/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ↵ | jan.nijtmans | 2022-09-08 | 1 | -10/+3 |
| | |/ | |/| | | | | | | | failure | ||||
* | | | Merge 8.7 | jan.nijtmans | 2022-09-07 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-09-07 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | code cleanup (backported from 8.7) | jan.nijtmans | 2022-09-07 | 1 | -39/+39 |
| | | | | |||||
| * | | | Merge 8.6. Primarily ticket [55a02f20ec] | apnadkarni | 2022-09-05 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | typo's | jan.nijtmans | 2022-09-03 | 1 | -2/+2 |
| | | | |||||
* | | | Move ArithSeries code to its own files. More bug fixes. | griffin | 2022-08-28 | 1 | -3/+8 |
|/ / | |||||
* | | TIP #630 implementation: TclOO commands > 2^31 | jan.nijtmans | 2022-08-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | TclOO version -> 1.3.0 | jan.nijtmans | 2022-07-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 1 | -2/+2 |
| | | | |||||
* | | | Make sure that tclAppInit.c is never built with -DUSE_TCL_STUBS, so we don't ↵ | jan.nijtmans | 2022-07-19 | 2 | -11/+14 |
|\ \ \ | | | | | | | | | | | | | need those dirty tricks in it any more. | ||||
| * | | | Updste stdlib.h (add missing functions). Restructure tclAppInit.c | jan.nijtmans | 2022-07-18 | 1 | -4/+6 |
| | | | | |||||
| * | | | Only use -DBUILD_tcl for shared/static library | jan.nijtmans | 2022-07-18 | 1 | -5/+5 |
| | | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2022-07-17 | 43 | -6045/+7166 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All ↵ | jan.nijtmans | 2019-10-24 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | build files should be adapted now to assure that. | ||||
* | | | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 12 | -77/+75 |
| |/ / |/| | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-06-28 | 1 | -3/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | typo's | jan.nijtmans | 2022-06-28 | 1 | -3/+3 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | bump http version to 2.9.8 | jan.nijtmans | 2022-06-20 | 1 | -2/+2 |
| | | | |||||
* | | | Backport unix/dltest/*.c changes from 9.0 | jan.nijtmans | 2022-06-13 | 6 | -13/+13 |
| | | | |||||
* | | | Eliminate compiler warnings | jan.nijtmans | 2022-06-12 | 2 | -0/+7 |
| | | | |||||
* | | | Use pkgb_demo to test function Tcl_UtfNcmp() | jan.nijtmans | 2022-06-12 | 1 | -1/+12 |
| | | | |||||
* | | | Tcl_GetEncodingSearchPath() is available since Tcl 8.5 | jan.nijtmans | 2022-06-10 | 1 | -13/+1 |
| | | | |||||
* | | | Merge 8.6. Eliminate some (long) typecasts | jan.nijtmans | 2022-06-02 | 2 | -6/+6 |
|\ \ \ | |/ / | |||||
* | | | Function prototypes are not always needed/useful | jan.nijtmans | 2022-05-29 | 5 | -48/+0 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-05-10 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix the bug. Standardise and document protocol upgrades. | kjnash | 2022-05-10 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-04-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : ↵ | jan.nijtmans | 2022-04-21 | 2 | -7/+86 |
| | | | | | | | | | | | | CFLAGS_OPTIMIZE. Builds on MacOSX will now be done with -O2 in Release mode. | ||||
* | | | Although I don't think it helps for [62f56a61aca52db3], put back ↵ | jan.nijtmans | 2022-04-21 | 2 | -51/+227 |
| | | | | | | | | | | | | --enable-64bit and fat_32_64 functionality: It's probably too early to abandon 32-bit builds | ||||
* | | | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. ↵ | jan.nijtmans | 2022-04-20 | 3 | -47/+80 |
| | | | | | | | | | | | | Remove macosx/Tcl.xcode in favor of macosx/Tcl.xcodeproj | ||||
* | | | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ↵ | jan.nijtmans | 2022-04-20 | 2 | -170/+9 |
| | | | | | | | | | | | | Aqua : CFLAGS_OPTIMIZE | ||||
* | | | Merge 8.6. http -> 2.10a2 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-03-11 | 1 | -3/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [8a7ec8a389]: error when compiling a fat binary for Mac M1 | jan.nijtmans | 2022-03-11 | 1 | -2/+3 |
| | | | |||||
* | | | Add "const" to Tcl_SetNotifier() argument. Should have been part of TIP #27, ↵ | jan.nijtmans | 2022-03-05 | 1 | -6/+7 |
| | | | | | | | | | | | | looooooong ago. This simplifier tclXtNotify.c a lot. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2022-03-04 | 1 | -5/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [8d8bb39962]: incorrect notifier initialization in tclXtNotify.c | jan.nijtmans | 2022-03-04 | 1 | -5/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-02-21 | 1 | -2/+2 |
|\ \ \ | |/ / |