summaryrefslogtreecommitdiffstats
path: root/generic/tclIOCmd.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2017-04-111-2/+1
|\
| * Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-3/+2
* | merge trunkjan.nijtmans2017-04-111-13/+27
|\ \ | |/
| * Minor style issues through the socket implementation code.dkf2017-04-091-13/+27
* | merge trunkjan.nijtmans2017-01-041-14/+65
|\ \ | |/
| * Make the code slightly more pleasing to the eyes.limeboy2017-01-011-2/+10
| * Make options -reuseaddr/-reuseport forbidden without -server, no matter the v...jan.nijtmans2016-12-201-7/+5
| * Decouple the switch handling.limeboy2016-12-201-15/+10
| * Correct the handling of -server and its options.limeboy2016-12-201-1/+2
| * Fix for the argument parsing phase in the [socket] command.limeboy2016-12-141-2/+1
| * Make OpenTcpServerEx accept a 'service' string parameter instead of a port.limeboy2016-12-141-10/+15
| * Forgot a - in the parameters array.limeboy2016-11-241-1/+1
| |\
| | * Fix compile error if SO_REUSEPORT not supported. Put command options in alpha...jan.nijtmans2016-11-241-3/+3
| * | Allow a boolean argument to be passed.limeboy2016-11-241-7/+35
| |/
| * Implement the whole TIP 456 specification.limeboy2016-11-241-5/+18
| * Added stub entry for tip #456. Documentation and tests still missing. Doesn't...jan.nijtmans2016-11-221-10/+5
| * This is patch.002 from ticket [0b9d3ba2ba3e1e3fc33c97d5a9fa7ef85d11a696|0b9d3...jan.nijtmans2016-11-221-3/+12
* | merge trunkdgp2016-03-171-23/+24
|\ \ | |/
| * Merge trunk. bug_0b8c387cf7jan.nijtmans2016-03-161-1/+1
| |\
| * | [0b8c387cf7] Replace deprecated Tcl_VarEval() call with reworked callbackdgp2016-03-081-20/+25
| |/
* | Merge trunk. jan.nijtmans2014-08-141-16/+16
|\ \ | |/
| * Reduce the cost of Preserve/Release on channelsdgp2014-07-301-16/+16
* | merge trunkjan.nijtmans2014-06-201-3/+3
|\ \ | |/
| * [f0f876c141] Improve consistency in error messages.dkf2014-06-171-3/+3
* | merge trunkjan.nijtmans2014-05-091-1/+2
|\ \ | |/
| * Merge 8.5.dgp2014-05-081-1/+2
| |\
| | * Stop leak in io-33.7.dgp2014-05-061-1/+2
* | | merge trunkjan.nijtmans2014-05-011-3/+25
|\ \ \ | |/ /
| * | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to...dgp2014-05-011-3/+22
| |\ \ | | |/
| | * We must Preserve channels if we're going to use TclChanCaughtErrorBypass()dgp2014-05-011-4/+22
| * | Merge refcounting machinery for ChannelBuffer.dgp2014-04-211-0/+3
| |\ \ | | |/
| | * Added a refcounting mechanism to ChannelBuffers. Other edits todgp2014-04-211-0/+3
| | * Fix some gcc warnings which become visible with -Wextrajan.nijtmans2013-06-131-17/+17
* | | merge trunkjan.nijtmans2013-01-051-19/+19
|\ \ \ | |/ /
| * | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-19/+19
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-2/+2
|\ \ \
| * | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-2/+2
| |/ /
* | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVAjan.nijtmans2012-12-171-5/+9
* | | allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcatjan.nijtmans2012-12-121-14/+0
* | | Burn the bridge back to obsolete [puts] syntax. (Tcl 6?!)dgp2012-11-161-13/+0
|/ /
* | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-74/+78
* | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
|\ \ | |/
* | make some more internal tables constjan.nijtmans2012-04-231-2/+2
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\
| | * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| | * A few more compiler warningsjan.nijtmans2011-08-181-1/+1
* | | Merg [3148192] implementation fix, and caveat commentjan.nijtmans2011-06-201-1/+1
|\ \ \ | |/ /
| * | Fix [3148192] implementation, restoring legacy form againjan.nijtmans2011-06-201-1/+1
* | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-19/+19
|\ \ \ | |/ /
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-7/+7