| Commit message (Expand) | Author | Age | Files | Lines |
* | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -4/+4 |
|
|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
|
|
* | More unused arguments through the IO code. | dgp | 2020-03-06 | 1 | -10/+5 |
|
|
* | Implement TIP #562: Deprecate channel types 1-4 | jan.nijtmans | 2020-02-28 | 1 | -24/+32 |
|\ |
|
| * | 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 | -61/+17 |
| |\ |
|
| * | | Deprecate channel types 1-4 | jan.nijtmans | 2020-01-29 | 1 | -12/+27 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -35/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-01-30 | 1 | -35/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on... | jan.nijtmans | 2020-01-30 | 1 | -35/+3 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
|
|
* | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -27/+27 |
|/ / |
|
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -5/+5 |
|
|
* | | Eliminate the use of macro's like LLONG_MAX|MIN, since they assume that Tcl_W... | jan.nijtmans | 2018-09-13 | 1 | -9/+8 |
|
|
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -19/+19 |
|
|
* | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -19/+19 |
|
|
* | | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothin... | jan.nijtmans | 2017-11-30 | 1 | -3/+3 |
|
|
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -13/+13 |
|
|
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -2/+2 |
|/ |
|
* | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -3/+3 |
|
|
* | Reflected Transform channel fix. Be sure each EOF on the base channel gets | dgp | 2014-11-05 | 1 | -3/+15 |
|
|
* | Make sure reflected channels do not make a double call to Tcl_ReadRaw(), | dgp | 2014-11-03 | 1 | -4/+5 |
|
|
* | The write and flush operations of reflected transforms ([chan push]) have | dgp | 2014-07-08 | 1 | -2/+2 |
|
|
* | [b47b176adf] Stop segfault when variability in mutex lock schedules cause
| dgp | 2014-06-19 | 1 | -0/+6 |
|
|
* | Simplify ReflectInput(). Also stop intruding on channel internals with | dgp | 2014-05-19 | 1 | -36/+16 |
|
|
* | Have the [chan push] machinery ReadRaw() directly into the argument to be | dgp | 2014-05-12 | 1 | -14/+20 |
|
|
* | Repair another "impossible" test and the segfault it reveals. | dgp | 2014-05-09 | 1 | -0/+2 |
|
|
* | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -3/+3 |
|
|
* | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -53/+58 |
|
|
* | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -1/+2 |
|
|
* | Use zero-delays instead of finite ones when posting fileevents, because (1) t... | ferrieux | 2012-05-22 | 1 | -8/+1 |
|
|
* | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim... | andreask | 2012-05-17 | 1 | -1/+1 |
|
|
* | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -1/+1 |
|
|
* | More revisions to get finalization of ReflectedTransforms correct, | dgp | 2011-09-23 | 1 | -56/+63 |
|
|
* | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the | andreask | 2011-09-21 | 1 | -0/+1 |
|
|
* | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking | dgp | 2011-09-20 | 1 | -25/+43 |
|
|
* | Leak of ReflectedTransformMap. | dgp | 2011-08-29 | 1 | -4/+3 |
|
|
* | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() calls | dgp | 2011-08-19 | 1 | -0/+2 |
|
|
* | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -21/+15 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -13/+11 |
|
|
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -1/+1 |
|
|
* | More gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -2/+0 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|
|
* | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -9/+30 |
|
|
* | Use "tclIO.h" and "tclTomMathDecls.h" everywhere | nijtmans | 2010-05-03 | 1 | -2/+2 |
|
|
* | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 1 | -2/+2 |
|
|