Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some unnecessary "struct" definitions and some type casts no longer ↵ | jan.nijtmans | 2017-04-11 | 1 | -3/+2 |
| | | | | necessary. No functional changes. | ||||
* | 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 ↵ | jan.nijtmans | 2016-12-20 | 1 | -7/+5 |
| | | | | value being true or false. Some additional test-cases. | ||||
* | 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 ↵ | jan.nijtmans | 2016-11-24 | 1 | -3/+3 |
| | | | | | | | | alphabetical order | ||||
* | | 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 |
| | | | | Also introduces the `-reuseaddr' and `-reuseport' options for the `socket' command. | ||||
* | Added stub entry for tip #456. Documentation and tests still missing. ↵ | jan.nijtmans | 2016-11-22 | 1 | -10/+5 |
| | | | | Doesn't conform to TIP yet. | ||||
* | This is patch.002 from ticket ↵ | jan.nijtmans | 2016-11-22 | 1 | -3/+12 |
| | | | | [0b9d3ba2ba3e1e3fc33c97d5a9fa7ef85d11a696|0b9d3ba2ba], as first start of tip-456 implementation | ||||
* | Merge trunk. bug_0b8c387cf7 | jan.nijtmans | 2016-03-16 | 1 | -1/+1 |
|\ | | | | | Add TCL_EVAL_GLOBAL flag to Tcl_EvalObjEx(), for reason mentioned in [0b8c387cf7]. | ||||
* | | [0b8c387cf7] Replace deprecated Tcl_VarEval() call with reworked callback | dgp | 2016-03-08 | 1 | -20/+25 |
|/ | | | system that uses Tcl_Obj scripts. | ||||
* | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -16/+16 |
| | |||||
* | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -3/+3 |
| | |||||
* | Merge 8.5. | dgp | 2014-05-08 | 1 | -1/+2 |
|\ | |||||
| * | Stop leak in io-33.7. | dgp | 2014-05-06 | 1 | -1/+2 |
| | | |||||
* | | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() ↵ | dgp | 2014-05-01 | 1 | -3/+22 |
|\ \ | |/ | | | | | to get error information after channel routines are called (and have possibly called for the channel to go away). | ||||
| * | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() | dgp | 2014-05-01 | 1 | -4/+22 |
| | | | | | | | | to get error information after channel routines are called (and have possibly called for the channel to go away). | ||||
* | | Merge refcounting machinery for ChannelBuffer. | dgp | 2014-04-21 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Added a refcounting mechanism to ChannelBuffers. Other edits to | dgp | 2014-04-21 | 1 | -0/+3 |
| | | | | | | stop segfaults in tests iocmd-21.2[12]. | ||||
| * | Fix some gcc warnings which become visible with -Wextra | jan.nijtmans | 2013-06-13 | 1 | -17/+17 |
| | | |||||
* | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -19/+19 |
| | | | | | | | | | | generation where we can detect that we're not in the WrongNumArgs case. The compiler just checks that the argument count is in the right range and issues a standard dispatch; that's enough to do an efficient job. | ||||
* | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -74/+78 |
| | | |||||
* | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| |\ | |||||
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
| | * | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merg [3148192] implementation fix, and caveat comment | jan.nijtmans | 2011-06-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [3148192] implementation, restoring legacy form again | jan.nijtmans | 2011-06-20 | 1 | -1/+1 |
| | | | |||||
* | | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -19/+19 |
|\ \ \ | |/ / | | | | fix a few more gcc warnings | ||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -7/+7 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -74/+67 |
| | | | | | | | | | the Engineering Manual. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values, changed to not be an error, but behave like the special value -1 (copy all, default). * tests/iocmd.test (iocmd-15.{12,13}): Removed. * tests/io.test (io-52.5{,a,b}): Reverted last change, added comment regarding the meaning of -1, added two more testcases for other negative values, and input wrapped to negative. | ||||
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | * tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative values, and values overflowing 32-bit signed. [Bug 1557855]. Basic patch by Alexandre Ferrieux <ferrieux@users.sourceforge.net>, with modifications from me to separate overflow from true negative value. Extended testsuite. | ||||
| | * | * generic/tclIOCmd.c (Tcl_GetsObjCmd): do not reuse resultObj as | hobbs | 2008-02-26 | 1 | -4/+3 |
| | | | | | | | | | | | | it may be shared (crash condition). | ||||
| | * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the | andreas_kupries | 2004-07-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | generation of error messages and simplified by reusing data in a variable instead of retrieving the string again. Fixes [Tcl SF Bug 835289]. | ||||
| | * | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the | andreas_kupries | 2004-07-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | old depreceated newline syntax, to ensure that only "nonewline" is accepted. [Tcl SF Bug 985869], reported by Joe Mistachkin <mistachkin@users.sourceforge.net>. | ||||
| * | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -27/+23 |
| | | | | | | | | | | | | Improved error-message regarding legacy form. | ||||
| * | | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -2/+2 |
| | | | |||||
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | values, changed to not be an error, but behave like the special value -1 (copy all, default). * tests/iocmd.test (iocmd-15.{12,13}): Removed. * tests/io.test (io-52.5{,a,b}): Reverted last change, added * tests/chanio.test (chan-io-52.5{,a,b}): comment regarding the meaning of -1, added two more testcases for other negative values, and input wrapped to negative. | ||||
| * | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | * tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative values, and values overflowing 32-bit signed. [Bug 1557855]. Basic patch by Alexandre Ferrieux <ferrieux@users.sourceforge.net>, with modifications from me to separate overflow from true negative value. Extended testsuite. | ||||
* | | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 1 | -28/+28 |
| | | | | | | | | | | | | Improved error-message regarding legacy form. |