summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* TIP #624: Deprecate Tcl_MakeSafejan.nijtmans2022-09-211-0/+1
|\
| * Merge 8.7jan.nijtmans2022-09-0714-130/+277
| |\
| * | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-0/+1
* | | TIP 629: Add a lseq command to the core of list commandsgriffin2022-09-201-0/+92
|\ \ \
| * \ \ Sync with core-8-branch, fix shimmer in TclLindexFlat.griffin2022-09-191-1/+70
| |\ \ \ | |/ / / |/| | |
* | | | TIP #455 implementation: Extensions to [vwait]: Variable Sets and Scripted Ac...jan.nijtmans2022-09-191-1/+70
|\ \ \ \
| * | | | TIP #455 proposed implementationjan.nijtmans2022-08-311-1/+70
| | * | | Sync with core-8-branchgriffin2022-09-163-192/+847
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | merge 8.6jan.nijtmans2022-09-151-3/+3
|\ \ \ \ \
* \ \ \ \ \ Merge 8.7kjnash2022-09-153-4/+42
|\ \ \ \ \ \
| * | | | | | Document TIP 602apnadkarni2022-09-151-0/+34
| * | | | | | Merge 8.6oehhar2022-09-091-0/+4
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but a...oehhar2022-09-091-0/+4
| | |\ \ \ \ \
| | | * | | | | Ticket [a11678b759]: improve after documentation for time <= 0.oehhar2022-08-181-0/+4
| * | | | | | | Fix formatting in http.njan.nijtmans2022-09-091-1/+1
* | | | | | | | Minor bugfixes and refactoring of new code. Handle more errors in OpenSocket...kjnash2022-09-151-239/+535
* | | | | | | | In namespace ::http, add new commands postError, responseInfo. Rename (the un...kjnash2022-09-131-5/+132
* | | | | | | | Rearrange groups of lines in http.n without other changes to content.kjnash2022-09-121-74/+74
* | | | | | | | Add new commands http::requestLine, requestHeaders, requestHeaderValue. Add a...kjnash2022-09-121-17/+107
* | | | | | | | Fix bug [a13b9d0ce1] on HTTP compression: remove "compress", amend "deflate".kjnash2022-09-111-3/+3
* | | | | | | | Add option to detect XML files and their encoding when the server supplies no...kjnash2022-09-101-0/+13
* | | | | | | | Fix bug [2927221] - revised http::meta, new http::metaValue, header names are...kjnash2022-09-091-24/+47
* | | | | | | | Add command http::reason to return the recommended reason phrase for a HTTP s...kjnash2022-09-081-4/+45
|/ / / / / / /
* | | | | | | (Still buggy.) Add the ::socket replacement ::http::socket and its dependenci...kjnash2022-09-061-0/+27
| |_|_|_|_|/ |/| | | | |
| | | | * | Merge 8.7jan.nijtmans2022-09-071-1/+1
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge 8.6jan.nijtmans2022-09-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [95b6a1747a]: Eval.3 docu fixjan.nijtmans2022-09-021-1/+1
| | | | * | Merge 8.7jan.nijtmans2022-09-011-2/+2
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge 8.6jan.nijtmans2022-09-011-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Fix [36ec49db6abc3b1a]: Tcl_TraceVar manpage : missing `const` on char* fieldsjan.nijtmans2022-09-011-2/+2
| |/ / /
| | * | sync up with core-8-branchgriffin2022-08-253-4/+44
| | |\ \ | |_|/ / |/| | |
* | | | Merge 8.7jan.nijtmans2022-08-212-3/+3
|\ \ \ \
* \ \ \ \ Merge 8.7jan.nijtmans2022-07-042-21/+69
|\ \ \ \ \
* \ \ \ \ \ Merge 8.7jan.nijtmans2022-06-201-2/+4
|\ \ \ \ \ \
* | | | | | | update docjan.nijtmans2022-06-201-2/+8
* | | | | | | Merge 8.7jan.nijtmans2022-06-191-3/+3
|\ \ \ \ \ \ \
* | | | | | | | Doc tweakjan.nijtmans2022-06-091-2/+2
* | | | | | | | Merge 8.7jan.nijtmans2022-06-091-2/+2
|\ \ \ \ \ \ \ \
* | | | | | | | | TIP #627 implementationjan.nijtmans2022-06-013-3/+37
|/ / / / / / / /
| | | | | | * | Bug fixesgriffin2022-08-171-2/+2
| | | | | | * | Rename command from "range" to "lseq".griffin2022-08-141-0/+81
| | | | | | * | Fix windows build (invalid '&'). Eliminate end-of-line spacingjan.nijtmans2022-07-241-7/+7
| | | | | | * | sync up with core-8-brnach.griffin2022-07-231-2/+2
| | | | | | |\ \ | | | | | |_|/ / | | | | |/| | |
| | | | * | | | Wrong escape in encoding.njan.nijtmans2022-07-201-2/+2
| | | | | | * | Fix nroff errors in range man page.griffin2022-07-161-29/+36
| | | | | | * | Remove support for double (real) values.griffin2022-07-141-5/+18
| | | | | | * | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-121-0/+61
| | | | | |/ / | | | | |/| |
| | | | * | | Simplify TIP #609 implementation, make TCL_QUEUE_ALERT_IF_EMPTY work for all ...jan.nijtmans2022-07-051-1/+1
| | | |/ / /
| | | * | | TIP #609: Enhance Tcl_ThreadQueueEvent()jan.nijtmans2022-07-031-5/+10
| | | |\ \ \
| | | | * \ \ Merge 8.7jan.nijtmans2022-06-203-9/+8
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |