Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -6/+6 |
|\ | |||||
* \ | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -4/+4 |
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2020-10-14 | 1 | -6/+7 |
|\ \ | |/ | |||||
| * | Fix MSVC++ 6.0 build | jan.nijtmans | 2020-10-14 | 1 | -6/+7 |
* | | Merge 8.7 | jan.nijtmans | 2020-10-13 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -3/+5 |
| |\ | |||||
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -4/+6 |
* | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -3/+5 |
* | | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code. | jan.nijtmans | 2020-06-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | merge 8.7 | dgp | 2020-03-06 | 1 | -15/+8 |
|\ \ \ | |/ / | |||||
| * | | More unused arguments through the IO code. | dgp | 2020-03-06 | 1 | -15/+8 |
* | | | Merge 8.7. | jan.nijtmans | 2020-03-04 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-04 | 1 | -9/+9 |
| |\ \ | | |/ | |||||
| | * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ... | jan.nijtmans | 2020-03-04 | 1 | -57/+93 |
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -27/+11 |
|\ \ \ | |/ / | |||||
| * | | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -5/+20 |
| |\ \ | |||||
| | * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek... | jan.nijtmans | 2020-01-31 | 1 | -4/+9 |
| | * | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -1/+9 |
| | |\ \ | |||||
| | * | | | Deprecate channel types 1-4 | jan.nijtmans | 2020-01-29 | 1 | -0/+2 |
| | |/ / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -36/+41 |
|\ \ \ \ | |/ / / | |||||
| * | | | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -3/+8 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -33/+33 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge 8.7. The changes in tclCmdIL.c fix the travis build. | jan.nijtmans | 2019-05-08 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in... | jan.nijtmans | 2019-05-08 | 1 | -4/+4 |
* | | | merge bug-de232b49f2 | pooryorick | 2019-05-01 | 1 | -6/+60 |
|\ \ \ | |/ / | |||||
| * | | Add missed timer cleanup in tclIORChan.c/ReflectClose. | pooryorick | 2019-04-24 | 1 | -0/+6 |
| * | | Ensure that Tcl_CreateTimerHandler is not called if there is an existing timer | pooryorick | 2019-04-23 | 1 | -2/+6 |
| * | | Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch" | pooryorick | 2019-04-23 | 1 | -6/+50 |
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod... | jan.nijtmans | 2018-11-18 | 1 | -3/+3 |
* | | | merge trunk | jan.nijtmans | 2018-09-13 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -3/+3 |
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -17/+17 |
|\ \ \ | |/ / | |||||
* | | | merge trunk | jan.nijtmans | 2018-07-30 | 1 | -14/+14 |
|\ \ \ | |/ / | |||||
* | | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -24/+24 |
|\ \ \ | |/ / | |||||
| * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -24/+24 |
| * | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -24/+24 |
* | | | merge novem | jan.nijtmans | 2017-09-10 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | dgp | 2017-08-10 | 1 | -0/+4 |
| |\ \ | | |/ |