| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 9.0 | jan.nijtmans | 2022-02-24 | 1 | -1/+1 |
|\ |
|
* | | More work in progress | jan.nijtmans | 2022-01-24 | 1 | -1/+2 |
|/ |
|
* | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -3/+3 |
|\ |
|
* \ | 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-02 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -5/+5 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -10/+10 |
|
|
* | | merge 8.7 | dgp | 2020-03-17 | 1 | -14/+0 |
|\ \
| |/ |
|
| * | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -14/+0 |
|
|
* | | merge 8.7 | dgp | 2020-03-06 | 1 | -52/+28 |
|\ \
| |/ |
|
| * | More unused arguments through the IO code. | dgp | 2020-03-06 | 1 | -52/+28 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -3/+3 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -21/+41 |
|\ \
| |/ |
|
| * | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -1/+1 |
| |\ |
|
| * \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -12/+32 |
| |\ \ |
|
| * \ \ | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -8/+8 |
| |\ \ \
| | |/ / |
|
| * | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2020-01-30 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-01-30 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on... | jan.nijtmans | 2020-01-30 | 1 | -1/+1 |
|
|
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
|
|
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | merge trunk | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge 8.7 | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return... | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
|
|
* | | | | merge trunk | jan.nijtmans | 2018-09-13 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.7 | jan.nijtmans | 2018-09-13 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -2/+2 |
|
|
* | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -6/+6 |
|\ \ \ \
| |/ / / |
|
* | | | | remaining external API. Looks like complete now. Milestone! Still more testin... | jan.nijtmans | 2018-07-06 | 1 | -3/+3 |
|/ / / |
|
* | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d... | jan.nijtmans | 2018-01-17 | 1 | -27/+0 |
|\ \ \
| |/ / |
|
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 1 | -3/+3 |
|
|
* | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|/ / |
|
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -3/+2 |
|
|
* | | Minor style issues through the socket implementation code. | dkf | 2017-04-09 | 1 | -13/+27 |
|
|
* | | Make the code slightly more pleasing to the eyes. | limeboy | 2017-01-01 | 1 | -2/+10 |
|
|
* | | Make options -reuseaddr/-reuseport forbidden without -server, no matter the v... | jan.nijtmans | 2016-12-20 | 1 | -7/+5 |
|
|
* | | Decouple the switch handling. | limeboy | 2016-12-20 | 1 | -15/+10 |
|
|
* | | Correct the handling of -server and its options. | limeboy | 2016-12-20 | 1 | -1/+2 |
|
|
* | | Fix for the argument parsing phase in the [socket] command. | limeboy | 2016-12-14 | 1 | -2/+1 |
|
|
* | | Make OpenTcpServerEx accept a 'service' string parameter instead of a port. | limeboy | 2016-12-14 | 1 | -10/+15 |
|
|
* | | Forgot a - in the parameters array. | limeboy | 2016-11-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix compile error if SO_REUSEPORT not supported. Put command options in alpha... | jan.nijtmans | 2016-11-24 | 1 | -3/+3 |
|
|
* | | | Allow a boolean argument to be passed. | limeboy | 2016-11-24 | 1 | -7/+35 |
|/ / |
|
* | | Implement the whole TIP 456 specification. | limeboy | 2016-11-24 | 1 | -5/+18 |
|
|