summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Create new branch named "http-bugfixes-2022H2"kjnash2022-08-280-0/+0
| | | | | |
* | | | | | Change 'skip' argument from int to size_t. Should have been part of TIP ↵jan.nijtmans2022-09-096-24/+21
| | | | | | | | | | | | | | | | | | | | | | | | #630 (TclOO commands > 2^31 (for 8.7))
* | | | | | Merge 8.7jan.nijtmans2022-09-083-24/+21
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Combine flags and testFlags in TcpState. That should unbreak socket testcase ↵jan.nijtmans2022-09-083-24/+21
| | | | | | | | | | | | | | | | | | | | | | | | failure
* | | | | | Merge 8.7jan.nijtmans2022-09-074-100/+105
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2022-09-074-121/+126
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | code cleanup (backported from 8.7)jan.nijtmans2022-09-072-347/+497
| | | | |
| | * | | closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and ↵sebres2022-09-062-7/+18
| | |\ \ \ | | | | | | | | | | | | | | | | | | speed-up all httpd depending tests (removed 50ms delay unneeded in other cases)
| | | * | | closes [2641672fff], httpd - don't parse delay argument by error 400 (wrong ↵sebres2022-09-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | URI/proto)
| | | * | | amend to [2641672fff], guarantees a delay to cause a timeout definitely + ↵sebres2022-09-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | switch delay-argument from post to get (it expects delay in query string of url)
| | | * | | really closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and ↵sebres2022-09-022-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | speed-up all httpd depending tests (removed 50ms delay unneeded in other cases)
| | * | | | amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is ↵sebres2022-09-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | not set under unix, and win constraint isn't effective yet since it'll be supplied to test as argument in global scope (check moved to test now)
* | | | | | Correct Tcl_DriverWideSeekProc documentation, matching implementationjan.nijtmans2022-09-061-2/+2
| | | | | |
* | | | | | Merge 8.7. Primarily ticket [55a02f20ec]apnadkarni2022-09-054-8/+53
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-054-8/+53
| |\ \ \ \ \ | | |/ / / /
| | * | | | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windowsapnadkarni2022-09-052-2/+47
| | | | | |
| | * | | | typo'sjan.nijtmans2022-09-032-5/+5
| | |/ / /
* | | | | Finish TIP #627 implementation for Tcl 9.0: handle objProc2/objClientData2 ↵jan.nijtmans2022-09-033-17/+94
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | fields for Tcl_CmdInfo
| * | | | | Complete Tcl_SetCommandInfoFromToken() implementation, in case ↵jan.nijtmans2022-09-021-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | Tcl_CreateObjCommand() is used to create the original Command, while objProc2 is filled later
| * | | | | Some additional protection for objc < 0jan.nijtmans2022-09-021-2/+8
| | | | | |
| * | | | | Merge 9.0jan.nijtmans2022-09-022-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge 9.0jan.nijtmans2022-09-022-75/+74
| |\ \ \ \ \ \
| * | | | | | | Finish remaining part of TIP-627 for Tcl 9.0: Handle objProc2/objClientData2 ↵jan.nijtmans2022-09-023-29/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fields correctly in Tcl_CmdInfo struct.
* | | | | | | | Merge 8.7jan.nijtmans2022-09-021-2/+10
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | TIP #627: Some more protection against invalid objc valuesjan.nijtmans2022-09-021-0/+8
| | | | | | |
* | | | | | | Merge 8.7jan.nijtmans2022-09-021-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Merge 8.6jan.nijtmans2022-09-021-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12jan.nijtmans2022-09-021-1/+1
| | | | | |
| | * | | | Fix [95b6a1747a]: Eval.3 docu fixjan.nijtmans2022-09-021-1/+1
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-022-84/+96
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Bugfix for TIP #627: If only objProc or deleteProc is updated with ↵jan.nijtmans2022-09-021-9/+15
| | | | | | | | | | | | | | | | | | | | Tcl_SetCommandInfo(), for a command registered with Tcl_CreateObjCmd2() ...
| * | | | -1 -> TCL_INDEX_NONE, where appropriatejan.nijtmans2022-09-021-82/+92
| | | | |
* | | | | close forkjan.nijtmans2022-09-0213-99/+99
|\ \ \ \ \
| * | | | | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-0213-99/+99
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-012-4/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2022-09-012-4/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fieldsjan.nijtmans2022-09-011-2/+2
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2022-09-012-31/+26
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void ↵jan.nijtmans2022-09-012-159/+140
| | | | | | | | | | | | | | | | | | | | *. Eliminate warning about unused functions
* | | | | Merge 8.7jan.nijtmans2022-08-311-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2022-08-311-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix [0aa7638534]: .gitignore ignores library/tcltest.tcljan.nijtmans2022-08-311-1/+1
| | |\ \ \
| | | * | | Fix [0aa7638534]: .gitignore ignores library/tcltest.tcljan.nijtmans2022-08-311-1/+1
| | | | | |
* | | | | | Since numAfterRangeEnd (of type size_t) is always >= 0, those LIST_ASSERT's ↵jan.nijtmans2022-08-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | are useless
* | | | | | Merge 8.7jan.nijtmans2022-08-311-7/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Apply patch 0006 from [37108037b9]: Code cleanups to support CHERIjan.nijtmans2022-08-301-7/+10
| | | | | |
* | | | | | Merge 8.7jan.nijtmans2022-08-301-42/+43
|\ \ \ \ \ \ | |/ / / / /
| * | | | | More code cleanup, inspired by [37108037b9]jan.nijtmans2022-08-301-39/+39
| | | | | |
| * | | | | gcc warning (-Wc++-compat)jan.nijtmans2022-08-301-1/+1
| | | | | |
| * | | | | [37108037b9], patch 0004jan.nijtmans2022-08-291-9/+9
| | | | | |