summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ...jan.nijtmans2022-11-113-5/+43
* int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-085-124/+134
* NEVER use sizeof(FLEXARRAY)! Use offsetof()jan.nijtmans2022-11-081-1/+1
* More TCLFLEXARRAY usagejan.nijtmans2022-11-082-3/+3
* Fix "package files tcl", considering TIP #590jan.nijtmans2022-11-081-1/+1
* Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-077-45/+58
* Add lreplace4 BCC instruction. Rewrite linsert, lreplace to use it.apnadkarni2022-11-055-177/+150
|\
| * Merge core-8-branchapnadkarni2022-11-0514-114/+158
| |\
| * | Rewrite lreplace4 implementation not to need extra immediate operands.apnadkarni2022-11-036-232/+135
| * | Bytecode compiler for leditapnadkarni2022-10-303-72/+123
| * | New bytecode implementation for lreplaceapnadkarni2022-10-302-140/+55
| * | New bytecode for linsertapnadkarni2022-10-304-46/+20
| * | Implement lreplace4 BCC instructionapnadkarni2022-10-306-7/+140
* | | Fix for [85ce4bf928]: binary format R Inf] stores FLT_MAXjan.nijtmans2022-11-051-0/+4
|\ \ \ | |_|/ |/| |
| * | Proposed fix for [85ce4bf928]: Fix for problems with storing Inf with [binary...jan.nijtmans2022-11-021-1/+3
| |\ \ |/ / /
| * | [85ce4bf928] Fix for problems with storing Inf with [binary format R].dkf2015-05-151-1/+3
* | | If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More co...jan.nijtmans2022-11-022-45/+52
* | | Make robust against TIP #288 proposed changejan.nijtmans2022-11-021-2/+2
* | | Backout previous change: test-cases are failingjan.nijtmans2022-11-011-5/+1
* | | Bug-fix for TIP #502 implementation: Two missing out-of-bound situations in T...jan.nijtmans2022-11-011-1/+5
* | | Fix refCount crash. Improve ArithSeries regression coverage.griffin2022-11-013-5/+23
* | | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-274-20/+31
|\ \ \
| * \ \ rebase to 8.7. Add documentationjan.nijtmans2022-10-134-20/+31
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2019-12-037-34/+47
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2019-11-17104-8413/+13435
| | |\ \ \ \
| | * \ \ \ \ Merge tip-468 branchjan.nijtmans2018-10-28101-10780/+20699
| | |\ \ \ \ \
| | | * \ \ \ \ Merge 8.7jan.nijtmans2018-10-28101-10776/+20694
| | | |\ \ \ \ \
| | * | \ \ \ \ \ Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same chan...jan.nijtmans2017-04-1047-633/+1391
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | merge (minor style issues from) trunkjan.nijtmans2017-04-102-16/+41
| | | |\ \ \ \ \ \
| | | * | | | | | | TIP 468 implementation from Shannon Noe.dkf2017-04-093-18/+27
| | * | | | | | | | Further experimental follow-up: Add internal function TclOpenTcpClientEx(), a...jan.nijtmans2017-01-102-15/+8
| | * | | | | | | | Experimental follow-up: Change internal TclCreateSocketAddress() signature, f...jan.nijtmans2017-01-102-9/+6
* | | | | | | | | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-261-7/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow any single character for -eofchar, even if it's not a valid listjan.nijtmans2022-10-181-5/+10
| * | | | | | | | | | Merge 8.7jan.nijtmans2022-10-1714-102/+150
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Minor change to -eofchar handlingjan.nijtmans2022-10-161-2/+1
* | | | | | | | | | | | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-255-35/+39
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-234-99/+94
* | | | | | | | | | | TIP #641: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-232-0/+16
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-2015-152/+211
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Rebase to 8.7jan.nijtmans2022-10-123-7/+27
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge 8.7jan.nijtmans2022-10-093-27/+47
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-043-30/+49
* | | | | | | | | | | | | TIP #643: Provide a public API to retrieve nul terminator length for an encodingjan.nijtmans2022-10-225-2/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-10-2024-636/+419
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Tests and docs for Tcl_GetEncodingNulLengthapnadkarni2022-10-101-1/+1
| * | | | | | | | | | | | | TIP 643 code. Docs, tests pendingapnadkarni2022-10-095-2/+60
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-2110-758/+766
* | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-10-215-55/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix [d554e5554e]: fix typo “defintion”jan.nijtmans2022-10-207-133/+133