| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
that both address families might be available, but localhost only resolves to one of the loopback addreses.
|
| |
| |
| |
| | |
randomly fail depending on the local network environment.
|
| |
| |
| |
| |
| | |
the writable fileevent at the end of an asynchronous connection attempt. Improve comments for some of the trickery around [socket -async]. [Bug 3325339]
* tests/socket.test: Adjust tests to the async code changes. Add more tests for corner cases of async sockets.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
[socket -async]
* unix/tclUnixSock.c: Set up the file handler for async sockets to fire on exceptions in addition to writable state.
* tests/socket.test: Improve error reporting when socket-14.2 times out.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and NetBSD.
* Unify channel name creation.
* Prevent error messages from appearing twice.
* Double the measured latency in socket.test to be on the safe side.
|
| | |
| | |
| | |
| | |
| | | |
use that for some of the tests instead of fixed "big enough" times.
* Improve correctness of [socket -async] in some error cases.
|
| | |
| | |
| | |
| | | |
* Cache async socket errors for later use by [fconfigure -error]
* Add tests for the above
|
| | | |
|
| | | | |
| \ \ | |
|\ \ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
* Use package ifneeded so slave gets exactly same tcltest version as master
* Use configure command instead of legacy ::argv magic to pass tcltest
configuration options to slave interp.
Test files using the new loadIntoSlaveInterpreter command updated to declare
their need for tcltest 2.3.3 as minimum acceptable release.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* Use [package ifneeded] so slave gets exactly same tcltest version as master
* Use [configure] command instead of legacy ::argv magic to pass tcltest
configuration options to slave interp.
Test files using the new [loadIntoSlaveInterpreter] command updated to
declare their need for tcltest 2.3.3 as minimum acceptable release.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
have support for ip6
Follow-up to checkin from 2011-05-11 by rmax
|
|\ \ \
| |/ /
| | /
| |/
|/| |
TclInvalidateNsCmdLookup) when a command is created, for a slight performance
drop (in some circumstances) and improved semantics.
|
| |
| |
| |
| | |
TclInvalidateNsCmdLookup) when a command is created, for a slight performance
drop (in some circumstances) and improved semantics.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
here, as the generic server code already takes care of that.
* tests/socket.test (accept): Add tests to make sure that this remains so.
|
|\ \
| |/
| | |
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
|
| | |
|
| |\ |
|
| | | |
|
|\ \ \ |
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
checkin [79367df0f0] (Mar 2, 2011).
|
|\ \ \ \ \
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The final argument had been bracePtr, the address of a boolean var, where
the caller can be told whether or not the parsed list element was enclosed
in braces. In practice, no callers really care about that. What the callers
really want to know is whether the list element value exists as a literal
substring of the string being parsed, or whether a call to
TclCopyAndCollpase() is needed to produce the list element value. Now the
final argument is changed to do what callers actually need. This is a
better fit for the calls in tclParse.c, where now a good deal of
post-processing checking for "naked backslashes" is no longer necessary.
***POTENTIAL INCOMPATIBILITY***
For any callers calling in via the internal stubs table who really do use
the final argument explicitly to check for the enclosing brace scenario.
Simply looking for the braces where they must be is the revision available
to those callers, and it will backport cleanly.
Tests for expanded literals quoting detection.
|
| | | | | |
|
|\ \ \ \ \
| |/ / / / |
|
|\ \ \ \ \
| |/ / / / |
|
| | | | |
| | | | |
| | | | | |
to also reset the bytes allocated for string rep to zero [Bug 3285472].
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[Bug 3282869]
|
|/ / / / / |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
pipeline creation, package handling, procedures, [scan] formats)
|
| | | | |
| | | | |
| | | | | |
creating our own in [regexp] and [regsub].
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
parser used in auto_mkIndex; never a good idea to delete the ::tcl NS!)
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | | |
Bumped tcltest version to 2.3.3
|
| | | | | | |
|