summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More work on lset support in AbstractListsgriffin2022-10-199-8/+77
* Add SetElement function to abstract lists. Fix a few bugs.griffin2022-10-186-31/+39
* Sync with core-8-branchgriffin2022-10-1414-239/+252
|\
| * Improve error-message "cannot use xxxx as operand ....."jan.nijtmans2022-10-149-226/+229
| * typojan.nijtmans2022-10-141-1/+1
| * Fix [7505fac5bd]: new iocmd.test failuresjan.nijtmans2022-10-141-3/+3
| * Make TclGlob() a static functionjan.nijtmans2022-10-132-8/+18
| * Fix socket_*-7.3 testcase (since 2 socket options were added)jan.nijtmans2022-10-131-1/+1
* | Update AbstractList man page.griffin2022-10-147-85/+226
* | Sync with core-8-branchgriffin2022-10-1232-744/+783
|\ \ | |/
| * TIP #344 bugfix: on some platforms, <netinet/tcp.h> needs <stdint.h> to be in...jan.nijtmans2022-10-121-1/+1
| * TIP #344 implementation: Bring TCP_NODELAY and SO_KEEPALIVE to socket optionsjan.nijtmans2022-10-124-61/+169
| |\
| | * Merge 8.7jan.nijtmans2022-09-287-46/+108
| | |\
| | * \ Merge 8.7jan.nijtmans2022-09-2724-47/+554
| | |\ \
| | * | | Adapt implementation to TIP: -nagle -> -nodelay (and invert some logic)jan.nijtmans2022-09-264-21/+17
| | * | | Merge 8.7jan.nijtmans2022-09-2617-860/+682
| | |\ \ \
| | * \ \ \ rebase to latest 8.7jan.nijtmans2022-09-225-60/+172
| | |\ \ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2022-09-083-24/+21
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.7jan.nijtmans2022-09-075-119/+169
| | | |\ \ \ \ \
| | | * | | | | | Fix testcase iocmd-8.15jan.nijtmans2022-09-041-2/+2
| | | * | | | | | TIP #344 implementationjan.nijtmans2022-09-035-64/+176
| * | | | | | | | Document TCL_ENCODING_STRICT flagjan.nijtmans2022-10-111-1/+3
| * | | | | | | | Few more formatting errorsjan.nijtmans2022-10-112-6/+2
| * | | | | | | | Format errors in vwait.njan.nijtmans2022-10-111-2/+2
| * | | | | | | | There's a duplicate set of io-75.* testcases, so renumber one of themjan.nijtmans2022-10-111-11/+11
| * | | | | | | | Bugfix library/http/http.tcl for connection request header - tcllib/websocket...kjnash2022-10-102-10/+33
| * | | | | | | | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-108-442/+178
| * | | | | | | | Slight improvement to TIP #346/#633 combination: Now -strictencoding 1 automa...jan.nijtmans2022-10-101-21/+9
| * | | | | | | | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-093-21/+21
| * | | | | | | | TIP #633: configure channel about channel encoding error reporting modejan.nijtmans2022-10-095-61/+148
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-081-0/+10
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | TIP #346 bugfix: -strictencoding should be resetable toojan.nijtmans2022-10-081-0/+10
| | * | | | | | | | Merge 8.7jan.nijtmans2022-10-084-109/+109
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | TIP #346: Error on Failed String Encodingsjan.nijtmans2022-10-0811-137/+229
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | -nocomplainencoding and -strictencoding are incompatiblejan.nijtmans2022-10-082-2/+23
| | | * | | | | | | | Merge tip-346jan.nijtmans2022-10-0761-498/+1465
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge 8.7jan.nijtmans2022-10-0755-462/+1337
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge 8.7jan.nijtmans2022-09-2620-857/+662
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add -strictencoding option to channels. Thanks to Harald Oehlman for his exam...jan.nijtmans2022-09-225-10/+64
| | * | | | | | | | | | Rebase to latest 8.7jan.nijtmans2022-09-226-27/+65
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Add testcases, and fix a bug found by itjan.nijtmans2022-09-162-3/+26
| | | * | | | | | | | | | Merge 8.7jan.nijtmans2022-09-1615-338/+2049
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-142-494/+531
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-132-8/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Start TIP #346 implementation: For now only \xC0\x80jan.nijtmans2022-09-126-26/+41
| | | | | | | | * | | | | | | | Merge 8.7jan.nijtmans2022-09-2636-902/+2932
| | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | |/ / / / / / / / | | | | | | | |/| | | | | | | |
| | | | | | | | * | | | | | | | rebase to latest core-8-branchjan.nijtmans2022-09-204-9/+40
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | TIP633 fconfigure -nocomplainencoding (TCL8.7): replace "-strictencoding 0" b...oehhar2022-09-193-17/+17
| | | | | | | | | * | | | | | | | Merge 8.7oehhar2022-09-129-59/+119
| | | | | | | | | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | TIP633 fconfigure -strictencoding: make only "-strictencoding 0" possible on ...oehhar2022-09-114-30/+26