summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | Merge in the fixes for improper ChannelBuffer sharing via recycling.dgp2014-05-011-8/+27
| | | | |\ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | merge trunkdgp2014-04-291-2/+4
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | Fix bug exposed when buffer recycling is disabled.dgp2014-04-291-2/+4
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Disable buffer recycling, which creates mysteries.dgp2014-04-251-1/+1
| | | * | | | | | Test iortrans-4.8.2 demos an infinite loop. Possible trouble withdgp2014-04-251-0/+5
| | | |/ / / / /
| | | * | | | | Merge refcounting machinery for ChannelBuffer.dgp2014-04-211-8/+42
| | | |\ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Fix for Bug [97069ea11a]: Set return message in close if a flush error is rep...oehhar2014-04-041-1/+11
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge minimal fix for iocmd-23.11.dgp2014-03-281-10/+28
| | | |\ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Simplify the core output operations of channels. Reduce duplicative and dead ...dgp2014-02-041-590/+63
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Eliminate the use of a staging buffer in WriteChars().dgp2014-01-301-185/+115
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ In WriteChars(), eliminate the copy step through a staging buffer when itdgp2014-01-241-10/+12
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Remove from tclIO.h structs used only in tclIO.c.dgp2013-02-261-0/+102
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Repair linked list management in Tcl_DeleteCloseHandler().dgp2013-02-251-0/+14
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ merge core-8-5-branchjan.nijtmans2013-01-311-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed no...ferrieux2012-12-081-1/+1
| | | * | | | | | | | | | | | Fix for core bug yet to be named/numbered.dgp_stackedstdchandgp2012-10-021-3/+9
| | | * | | | | | | | | | | | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-58/+67
| | | * | | | | | | | | | | | Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before 201...ferrieux2012-07-231-1/+4
| | | * | | | | | | | | | | | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-5/+3
| | | * | | | | | | | | | | | | Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-251-3/+4
| | | * | | | | | | | | | | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled theandreask2012-05-091-1/+1
| | | * | | | | | | | | | | | | Properly close nonblocking channels even when not flushing them.ferrieux2012-05-071-3/+3
| | | * | | | | | | | | | | | | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channelsferrieux2012-04-281-7/+28
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | Compat flag, test, and doc update.tip_398_implferrieux2012-04-281-3/+29
| | | | * | | | | | | | | | | | | merge trunkferrieux2012-04-241-1/+1
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | Take two. Don't forget to apply all patches, even when the phone rings in bet...ferrieux2012-03-221-5/+1
| | | | * | | | | | | | | | | | | | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is ...ferrieux2012-03-221-3/+2
| | | * | | | | | | | | | | | | | | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / | | | | | / / / / / / / / / / / / / | | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistak...ferrieux2011-09-211-2/+2
| | | * | | | | | | | | | | | | | 3394654, 3393276 Revise FlushChannel() to account for the possibilitydgp2011-08-191-1/+3
| | | * | | | | | | | | | | | | | Preserve the chanPtr during FlushChannel so that channel driversdgp2011-08-191-4/+11
| | | * | | | | | | | | | | | | | [Bug 3096275] Sync fcopy buffers input.ferrieux2011-08-181-5/+10
| | | * | | | | | | | | | | | | | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting.ferrieux2011-08-171-2/+3
| | | * | | | | | | | | | | | | | Use Tcl_PrintfObj to generate more (complex) error messages.dkf2011-08-051-6/+3
| | | * | | | | | | | | | | | | | Make sure SetFooFromAny routines react reasonably when passed a NULL interp.dgp2011-04-211-0/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-41/+41
| | | * | | | | | | | | | | | | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-2/+3
| | | * | | | | | | | | | | | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono...ferrieux2010-12-101-1/+38
| | | * | | | | | | | | | | | | | | | Missed a spot.dkf2010-03-201-2/+2
| | | * | | | | | | | | | | | | | | | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue.dkf2010-03-201-38/+48
| | | * | | | | | | | | | | | | | | | * generic/tclIORTrans.c (ReflectInput, ReflectOutput,andreas_kupries2010-03-171-1/+29
| | | * | | | | | | | | | | | | | | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-37/+45
| | | * | | | | | | | | | | | | | | | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initializeandreas_kupries2010-01-181-6/+23
| | | * | | | | | | | | | | | | | | | Killed c99/c++ comments left in by the IO patch.andreas_kupries2009-12-091-6/+1
| | | * | | | | | | | | | | | | | | | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux'sandreas_kupries2009-12-091-5/+48
| | | * | | | | | | | | | | | | | | | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKFnijtmans2009-11-181-5/+11
| | | * | | | | | | | | | | | | | | | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-9/+12