Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Make Cygwin's "configure" work from another directory than /unix. (Not ↵ | jan.nijtmans | 2014-05-09 | 2 | -4/+4 | |
| | | | | everything works this way!) | |||||
* | Merge the reforms of dgp-read-bytes branch into 8.5+ releases. | dgp | 2014-05-08 | 6 | -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 8.5.dgp_read_bytes | dgp | 2014-05-08 | 4 | -11/+29 | |
| |\ | |/ |/| | ||||||
* | | Stop leak in iocmd-21.22. | dgp | 2014-05-08 | 1 | -0/+1 | |
| | | ||||||
* | | Corrected description of where tcl_platform(user) comes from on Unix. | dkf | 2014-05-07 | 1 | -2/+2 | |
| | | ||||||
* | | Stop leaks of cloned Tcl_ChannelTypes. | dgp | 2014-05-07 | 1 | -8/+20 | |
| | | ||||||
* | | Stop leak in io-53.5. | dgp | 2014-05-07 | 1 | -0/+1 | |
| | | ||||||
* | | Stop leak in io-33.7. | dgp | 2014-05-06 | 1 | -1/+2 | |
| | | ||||||
* | | Stop memory leak in io-29.34 | dgp | 2014-05-06 | 1 | -0/+2 | |
| | | ||||||
* | | Stop memory leak in io-29.27. | dgp | 2014-05-06 | 1 | -0/+1 | |
| | | ||||||
| * | merge 8.5 | dgp | 2014-05-06 | 2 | -3/+33 | |
| |\ | |/ |/| | ||||||
* | | Have to manage the lifetime of the self handle in testchannel transform. | dgp | 2014-05-06 | 2 | -3/+13 | |
| | | ||||||
* | | Segfaulting test (backport of iortrans-5.11). | dgp | 2014-05-05 | 1 | -1/+21 | |
| | | ||||||
| * | Merge GotFlag() backport from 8.5. Conflicts galore! | dgp | 2014-05-05 | 1 | -90/+82 | |
| |\ | |/ |/| | ||||||
* | | Backport "GotFlag" macro from Tcl 8.6. Makes code more readable. No change ↵ | jan.nijtmans | 2014-05-05 | 1 | -97/+89 | |
| | | | | | | | | in functionality. | |||||
| * | merge 8.5 | dgp | 2014-05-02 | 2 | -3/+60 | |
| |\ | |/ |/| | ||||||
* | | Backport channel self restacking support. (Test iogt-2.4). | dgp | 2014-05-02 | 2 | -3/+60 | |
|\ \ | ||||||
| * | | Add some comments about possible other self-restacking troubles. | dgp | 2014-05-02 | 1 | -1/+8 | |
| | | | ||||||
| * | | Fully restore topChan resetting to accommodate self-restacking channels. | dgp | 2014-05-02 | 1 | -17/+26 | |
| | | | ||||||
| * | | Re-enable buffer recycling. | dgp | 2014-05-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Stop the segfault in iogt-2.4. First by changing the UpdateInterest() | dgp | 2014-05-01 | 2 | -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 trunk | dgp | 2014-05-01 | 5 | -14/+127 | |
| |\ \ | ||||||
| | * \ | 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). | |||||
| | * | | make doubly sure that things which should be unshared stay unshared | dkf | 2014-05-01 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | merge-mark | jan.nijtmans | 2014-05-01 | 0 | -0/+0 | |
| | |\ \ | ||||||
| | | \ \ | ||||||
| | | \ \ | ||||||
| | *-. \ \ | Merge in the fixes for improper ChannelBuffer sharing via recycling. | dgp | 2014-05-01 | 2 | -8/+60 | |
| | |\ \ \ \ | ||||||
| | * | | | | | missing constraint | dgp | 2014-05-01 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | [82e7f67325] Fix an evil refcount problem in compiled [string replace]. | dkf | 2014-04-30 | 2 | -3/+45 | |
| | | | | | | | ||||||
| * | | | | | | merge trunk | dgp | 2014-04-29 | 2 | -5/+28 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Fix bug exposed when buffer recycling is disabled. | dgp | 2014-04-29 | 1 | -2/+4 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Clarify fcopy manpage regarding its bidirectional uses. [1350564] | ferrieux | 2014-04-28 | 1 | -3/+24 | |
| | | | | | | | | ||||||
| * | | | | | | | Disable buffer recycling, which creates mysteries. | dgp | 2014-04-25 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Test iortrans-4.8.2 demos an infinite loop. Possible trouble with | dgp | 2014-04-25 | 2 | -0/+25 | |
| |/ / / / / / | | | | | | | | | | | | | | | pushback buffers. | |||||
| * | | | | | | Make sure the ReflectedChannel struct is freed in the handler thread, | dgp | 2014-04-24 | 1 | -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. | dgp | 2014-04-24 | 4 | -2/+35 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge the [testchannel transform] fixes. | dgp | 2014-04-22 | 1 | -47/+75 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge refcounting machinery for ChannelBuffer. | dgp | 2014-04-21 | 4 | -8/+78 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge reflected channel improvements. | dgp | 2014-04-17 | 1 | -95/+50 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵ | jan.nijtmans | 2014-04-17 | 5 | -134/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more. | |||||
| * | | | | | | | | | | [d19a30db57] More testing. | dgp | 2014-04-16 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | [d19a30db57] Fixed segfault in [clock] internals. Includes test. | dgp | 2014-04-16 | 2 | -15/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Fix compiler warnings in win32/cygwin build | jan.nijtmans | 2014-04-16 | 2 | -6/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove unused variable, don't use deprecated function, some formatting. | jan.nijtmans | 2014-04-16 | 3 | -8/+8 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on ↵ | jan.nijtmans | 2014-04-16 | 4 | -98/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Win2000+. See: [http://msdn.microsoft.com/en-us/library/windows/desktop/ms742213%28v=vs.85%29.aspx] for details. Move winsock initialization to TclpInitPlatform(void), so we can be sure everywhere that we have an initialized winsock2. Stub entries for TclWinGetServByName/TclWinGetSockOpt/TclWinSetSockOpt are no longer necessary (will be removed in 9.0, but are kept in 8.x) | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Purge the (now unused) argc and argv fields. | dgp | 2014-04-15 | 1 | -124/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | [88aef05cda] Stop reentrancy segfault in reflected channels by managing | dgp | 2014-04-15 | 2 | -2/+39 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callbacks as (copies of) lists, not shared Tcl_Obj arrays. Still could use cleanup and improvements. | |||||
| * | | | | | | | | | | | | | | | | Test-cases which pick up the completion of bug-fix ↵ | jan.nijtmans | 2014-04-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [e663138a06d98e48b5fbb42cc015cf1698f486cd|e663138a06]. Thanks, Don! | |||||
| * | | | | | | | | | | | | | | | | [e663138a06] Fix the new INST_NUM_TYPE instruction so that the boundary | dgp | 2014-04-14 | 1 | -6/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cases of [string is] on integral values are computed right. Code is now correct, though still suffers from a large amount of ugly. | |||||
| * | | | | | | | | | | | | | | | | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. | jan.nijtmans | 2014-04-11 | 3 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistancy, any NUL character in a filename prevents the native filesystem to generate a native file representation for it. Other filesystems than the native one may still accept it, but it's not recommended. | |||||
| * | | | | | | | | | | | | | | | | Fix [3118489] for Windows only: NUL in filenames. This allows various ↵ | jan.nijtmans | 2014-04-11 | 2 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters to be used in win32 filenames which are normally invalid, as described here: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The Cygwin shell can handle those same filenames as well. In other shells (cmd.exe/mSys) or on the Windows desktop the filenames will look strange, but that's all. |