Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ... | jan.nijtmans | 2022-11-11 | 3 | -5/+43 |
* | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentation | jan.nijtmans | 2022-11-08 | 5 | -124/+134 |
* | NEVER use sizeof(FLEXARRAY)! Use offsetof() | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
* | More TCLFLEXARRAY usage | jan.nijtmans | 2022-11-08 | 2 | -3/+3 |
* | Fix "package files tcl", considering TIP #590 | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
* | Deprecate TclpHasSockets(): Every system nowadays has sockets | jan.nijtmans | 2022-11-07 | 7 | -45/+58 |
* | Add lreplace4 BCC instruction. Rewrite linsert, lreplace to use it. | apnadkarni | 2022-11-05 | 5 | -177/+150 |
|\ | |||||
| * | Merge core-8-branch | apnadkarni | 2022-11-05 | 14 | -114/+158 |
| |\ | |||||
| * | | Rewrite lreplace4 implementation not to need extra immediate operands. | apnadkarni | 2022-11-03 | 6 | -232/+135 |
| * | | Bytecode compiler for ledit | apnadkarni | 2022-10-30 | 3 | -72/+123 |
| * | | New bytecode implementation for lreplace | apnadkarni | 2022-10-30 | 2 | -140/+55 |
| * | | New bytecode for linsert | apnadkarni | 2022-10-30 | 4 | -46/+20 |
| * | | Implement lreplace4 BCC instruction | apnadkarni | 2022-10-30 | 6 | -7/+140 |
* | | | Fix for [85ce4bf928]: binary format R Inf] stores FLT_MAX | jan.nijtmans | 2022-11-05 | 1 | -0/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Proposed fix for [85ce4bf928]: Fix for problems with storing Inf with [binary... | jan.nijtmans | 2022-11-02 | 1 | -1/+3 |
| |\ \ |/ / / | |||||
| * | | [85ce4bf928] Fix for problems with storing Inf with [binary format R]. | dkf | 2015-05-15 | 1 | -1/+3 |
* | | | If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More co... | jan.nijtmans | 2022-11-02 | 2 | -45/+52 |
* | | | Make robust against TIP #288 proposed change | jan.nijtmans | 2022-11-02 | 1 | -2/+2 |
* | | | Backout previous change: test-cases are failing | jan.nijtmans | 2022-11-01 | 1 | -5/+1 |
* | | | Bug-fix for TIP #502 implementation: Two missing out-of-bound situations in T... | jan.nijtmans | 2022-11-01 | 1 | -1/+5 |
* | | | Fix refCount crash. Improve ArithSeries regression coverage. | griffin | 2022-11-01 | 3 | -5/+23 |
* | | | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creation | jan.nijtmans | 2022-10-27 | 4 | -20/+31 |
|\ \ \ | |||||
| * \ \ | rebase to 8.7. Add documentation | jan.nijtmans | 2022-10-13 | 4 | -20/+31 |
| |\ \ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2019-12-03 | 7 | -34/+47 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-11-17 | 104 | -8413/+13435 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge tip-468 branch | jan.nijtmans | 2018-10-28 | 101 | -10780/+20699 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2018-10-28 | 101 | -10776/+20694 |
| | | |\ \ \ \ \ | |||||
| | * | \ \ \ \ \ | Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan... | jan.nijtmans | 2017-04-10 | 47 | -633/+1391 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | |||||
| | | * | | | | | | merge (minor style issues from) trunk | jan.nijtmans | 2017-04-10 | 2 | -16/+41 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | TIP 468 implementation from Shannon Noe. | dkf | 2017-04-09 | 3 | -18/+27 |
| | * | | | | | | | | Further experimental follow-up: Add internal function TclOpenTcpClientEx(), a... | jan.nijtmans | 2017-01-10 | 2 | -15/+8 |
| | * | | | | | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, f... | jan.nijtmans | 2017-01-10 | 2 | -9/+6 |
* | | | | | | | | | | TIP #646: Change -eofchar handling (Tcl 8.7 part) | jan.nijtmans | 2022-10-26 | 1 | -7/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Allow any single character for -eofchar, even if it's not a valid list | jan.nijtmans | 2022-10-18 | 1 | -5/+10 |
| * | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-10-17 | 14 | -102/+150 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Minor change to -eofchar handling | jan.nijtmans | 2022-10-16 | 1 | -2/+1 |
* | | | | | | | | | | | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade... | jan.nijtmans | 2022-10-25 | 5 | -35/+39 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions) | jan.nijtmans | 2022-10-23 | 4 | -99/+94 |
* | | | | | | | | | | | TIP #641: Let Tcl_GetBoolean(FromObj) handle (C99) bool | jan.nijtmans | 2022-10-23 | 2 | -0/+16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-10-20 | 15 | -152/+211 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 3 | -7/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2022-10-09 | 3 | -27/+47 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) bool | jan.nijtmans | 2022-10-04 | 3 | -30/+49 |
* | | | | | | | | | | | | | TIP #643: Provide a public API to retrieve nul terminator length for an encoding | jan.nijtmans | 2022-10-22 | 5 | -2/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-10-20 | 24 | -636/+419 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Tests and docs for Tcl_GetEncodingNulLength | apnadkarni | 2022-10-10 | 1 | -1/+1 |
| * | | | | | | | | | | | | | TIP 643 code. Docs, tests pending | apnadkarni | 2022-10-09 | 5 | -2/+60 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 10 | -758/+766 |
* | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2022-10-21 | 5 | -55/+55 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fix [d554e5554e]: fix typo “defintion” | jan.nijtmans | 2022-10-20 | 7 | -133/+133 |