summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* TIP #650: New function Tcl_GetWideUIntFromObj()jan.nijtmans2022-11-215-57/+102
|\
| * Rebase to latest 8.7jan.nijtmans2022-11-205-57/+102
| |\
| | * Merge 8.7jan.nijtmans2022-11-193-13/+7
| | |\
| | * | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-182-22/+81
| | * | Merge 8.7jan.nijtmans2022-11-153-10/+16
| | |\ \
| | * | | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-155-33/+111
* | | | | TCL_OUT_LINE_COMPILE is deprecatedjan.nijtmans2022-11-211-1/+3
* | | | | There is no guarantee that sizeof(Tcl_WideInt) == sizeof(double), so the offs...jan.nijtmans2022-11-211-5/+5
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-2012-23/+45
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | * | | Merge 8.5. Update to tzdata 2022fjan.nijtmans2022-10-304-26/+44
| | |\ \ \
| | | * | | One more unused stub entryjan.nijtmans2022-10-304-54/+77
| * | | | | TIP 651 implementationapnadkarni2022-11-176-8/+32
* | | | | | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-182-12/+41
* | | | | | Fix [https://core.tcl-lang.org/thread/tktview?name=16bf24d70b|16bf24d70b]: In...jan.nijtmans2022-11-181-13/+0
* | | | | | Fix [bec4219123]: test utf-4.12 fails in custom buildsjan.nijtmans2022-11-181-0/+2
* | | | | | Add dummy TCL_OBJTYPE_V0 #define. Minimal no-op backport of TIP #644jan.nijtmans2022-11-171-0/+1
|/ / / / /
* | | | | Reserve stub entry 687 for TIP #651apnadkarni2022-11-171-0/+4
| |_|_|/ |/| | |
* | | | Reserve stub entries 684/685 for TIP #648 and 686 for TIP #650jan.nijtmans2022-11-151-1/+16
| |_|/ |/| |
* | | Change all mp_to_ubin() usages to mp_pack(). It makes the code much more clearjan.nijtmans2022-11-151-24/+10
* | | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to...jan.nijtmans2022-11-154-25/+29
* | | Fix compilation error for STATS=memdbg. Fix incorrect commentjan.nijtmans2022-11-132-3/+3
* | | 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
| | | |\ \ \ \ \ \ \ \