summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.5bug_io_32_11dgp2014-05-1612-28/+139
|\
| * Portable test to demo bug otherwise seen only on Windows.dgp2014-05-151-0/+20
| |
| * Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ↵jan.nijtmans2014-05-153-2/+70
| | | | | | | | ':' in filenames as well)
| * Fix 3 test-cases which started failing on Windowsjan.nijtmans2014-05-141-0/+3
| |
| * [958bc05fbe]: Clarify "clock format" using "%R"jan.nijtmans2014-05-131-2/+3
| |
| * Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-122-2/+2
| | | | | | take an unbearable 90 seconds each to complete.
| * Correct namespace bugs in normally skipped tests.dgp2014-05-091-6/+8
| | | | | | Constrain them as "knownBug" rather than "unknownFailure".
| * Added comment explaining the "knownBug" in iogt-6.1dgp2014-05-091-0/+9
| |
| * Tests (chan)io-34.21 are constrained for largefileSupport, and that'sdgp2014-05-092-6/+6
| | | | | | | | | | | | | | | | disabled by default, which means never tested, which means the ridiculous bugs in them are never found and fixed. Fixed the bugs, changed the default. Large File Suppport (4GB) is commonplace now. Let those without it suffer a few failing tests reporting that fact to them.
| * Test iocmd-32.1 is not "impossible" but after writing it properly itdgp2014-05-092-6/+15
| | | | | | does segfault trying to use a deleted interp. Fixed.
| * Make Cygwin's "configure" work from another directory than /unix. (Not ↵jan.nijtmans2014-05-092-4/+4
| | | | | | | | everything works this way!)
| * Merge the reforms of dgp-read-bytes branch into 8.5+ releases.dgp2014-05-086-863/+861
| |\ | | | | | | | | | | | | | | | | | | | | | Large overhaul of I/O read operations - Protects integer overflow of buffers, reusing append machinery - Forces -buffersize changes to take place when commanded - Uses assertions to simplify code in "can't happen" situations - Eliminated duplication of -translation processing - Fixes bugs io-35.18b and io-35.20
* | \ Merge completion of dgp-read-bytes branch.dgp2014-05-1631-1484/+1351
|\ \ \ | | |/ | |/|
| * | Merge 8.5.dgp_read_bytesdgp2014-05-084-11/+29
| |\ \ | | |/
| | * Stop leak in iocmd-21.22.dgp2014-05-081-0/+1
| | |
| | * Corrected description of where tcl_platform(user) comes from on Unix.dkf2014-05-071-2/+2
| | |
| | * Stop leaks of cloned Tcl_ChannelTypes.dgp2014-05-071-8/+20
| | |
| | * Stop leak in io-53.5.dgp2014-05-071-0/+1
| | |
| | * Stop leak in io-33.7.dgp2014-05-061-1/+2
| | |
| | * Stop memory leak in io-29.34dgp2014-05-061-0/+2
| | |
| | * Stop memory leak in io-29.27.dgp2014-05-061-0/+1
| | |
| * | merge 8.5dgp2014-05-062-3/+33
| |\ \ | | |/
| | * Have to manage the lifetime of the self handle in testchannel transform.dgp2014-05-062-3/+13
| | |
| | * Segfaulting test (backport of iortrans-5.11).dgp2014-05-051-1/+21
| | |
| * | Merge GotFlag() backport from 8.5. Conflicts galore!dgp2014-05-051-90/+82
| |\ \ | | |/
| | * Backport "GotFlag" macro from Tcl 8.6. Makes code more readable. No change ↵jan.nijtmans2014-05-051-97/+89
| | | | | | | | | | | | in functionality.
| * | merge 8.5dgp2014-05-022-3/+60
| |\ \ | | |/
| | * Backport channel self restacking support. (Test iogt-2.4).dgp2014-05-022-3/+60
| | |\
| | | * Add some comments about possible other self-restacking troubles.dgp2014-05-021-1/+8
| | | |
| | | * Fully restore topChan resetting to accommodate self-restacking channels.dgp2014-05-021-17/+26
| | | |
| | | * Re-enable buffer recycling.dgp2014-05-021-1/+1
| | | |
| | | * Stop the segfault in iogt-2.4. First by changing the UpdateInterest()dgp2014-05-012-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | call that triggers it. "downChanPtr" may no longer be the right argument at that point. Second, after ending the segfault, the test became an infinite loop (nested unstacking?! whoa.), so revised the test to one that terminates (and passes). Left behind a comment that the recursive unstacking case may require more examination.
| | | * merge trunkdgp2014-05-015-14/+127
| | | |\
| | | | * We must Preserve channels if we're going to use TclChanCaughtErrorBypass() ↵dgp2014-05-011-3/+22
| | | | |\ | | | |_|/ | | |/| | | | | | | to get error information after channel routines are called (and have possibly called for the channel to go away).
| | | | * make doubly sure that things which should be unshared stay unshareddkf2014-05-011-6/+6
| | | | |
| | | | * merge-markjan.nijtmans2014-05-010-0/+0
| | | | |\
| | | | | \
| | | | | \
| | | | *-. \ Merge in the fixes for improper ChannelBuffer sharing via recycling.dgp2014-05-012-8/+60
| | | | |\ \ \
| | | | * | | | missing constraintdgp2014-05-011-1/+1
| | | | | | | |
| | | | * | | | [82e7f67325] Fix an evil refcount problem in compiled [string replace].dkf2014-04-302-3/+45
| | | | | | | |
| | | * | | | | merge trunkdgp2014-04-292-5/+28
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | Fix bug exposed when buffer recycling is disabled.dgp2014-04-291-2/+4
| | | | |\ \ \ \
| | | | * | | | | Clarify fcopy manpage regarding its bidirectional uses. [1350564]ferrieux2014-04-281-3/+24
| | | | | | | | |
| | | * | | | | | Disable buffer recycling, which creates mysteries.dgp2014-04-251-1/+1
| | | | | | | | |
| | | * | | | | | Test iortrans-4.8.2 demos an infinite loop. Possible trouble withdgp2014-04-252-0/+25
| | | |/ / / / / | | | | | | | | | | | | | | | | pushback buffers.
| | | * | | | | Make sure the ReflectedChannel struct is freed in the handler thread,dgp2014-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where it was allocated. This constraint allows the struct to safely hold Tcl_Obj values, which has been convenient for storing callback commands.
| | | * | | | | [3493120] Plug memory leak in thread exit.dgp2014-04-244-2/+35
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge the [testchannel transform] fixes.dgp2014-04-221-47/+75
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge refcounting machinery for ChannelBuffer.dgp2014-04-214-8/+78
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge reflected channel improvements.dgp2014-04-171-95/+50
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵jan.nijtmans2014-04-175-134/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more.