Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move CHANNEL_*BUFFERED (internal) flags to higher bits: prevent any ↵ | jan.nijtmans | 2023-09-25 | 1 | -6/+8 |
| | | | | possibility for conflicts with public flags TCL_ENCODING_STOPONERROR|TCL_ENCODING_NO_TERMINATE|TCL_ENCODING_CHAR_LIMIT | ||||
* | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. ↵ | apnadkarni | 2023-05-03 | 1 | -7/+0 |
| | | | | | | | | | See below. For whatever reason, these macros were renamed and moved to tclIO.h post-660. This is inappropriate as those macros deal with *encoding* flags, not *channel* flags and have relevance outside of I/O making their renaming inappropriate. Further putting them in tclIO.h forces inclusion of that header in modules that do not otherwise need that header. | ||||
* | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -4/+4 |
| | | | corrections in history.tcl and tcltest.test. | ||||
* | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those ↵ | jan.nijtmans | 2023-03-22 | 1 | -0/+7 |
| | | | | are not public. Some formatting. | ||||
* | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ↵ | jan.nijtmans | 2023-03-20 | 1 | -2/+0 |
| | | | | | channel. Extracted from TIP #657 branch (better keeping bug-fix separate from enhancements) | ||||
* | Merge 8.7 | apnadkarni | 2023-03-16 | 1 | -0/+3 |
|\ | |||||
| * | Further fix for issue [ea69b0258a9833cb], crash when using a channel ↵ | pooryorick | 2023-03-15 | 1 | -0/+3 |
| | | | | | | | | transformation on TCP client socket. | ||||
* | | Merge 8.7 | apnadkarni | 2023-02-28 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Put back testcase io-52.20, and re-fix [4a7397e0b3] | jan.nijtmans | 2023-02-28 | 1 | -0/+2 |
| | | |||||
* | | Eliminate TCL_ENCODING_{STRICT,NOCOMPLAIN} | apnadkarni | 2023-02-11 | 1 | -6/+0 |
| | | |||||
* | | Phase out (almost) STRICT and NOCOMPLAIN flags. | apnadkarni | 2023-02-10 | 1 | -1/+2 |
|/ | |||||
* | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -0/+1 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -8/+8 |
|\ | |||||
| * | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -8/+8 |
| | | |||||
* | | Making a start fixing [6978c01b65]: Channel encoding difference 8.6 <-> 9.0 | jan.nijtmans | 2022-10-11 | 1 | -0/+2 |
|/ | |||||
* | -nocomplainencoding and -strictencoding are incompatible | jan.nijtmans | 2022-10-08 | 1 | -0/+2 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2022-09-26 | 1 | -0/+2 |
|\ | |||||
| * | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callback | jan.nijtmans | 2022-09-07 | 1 | -0/+2 |
| | | |||||
* | | Add -strictencoding option to channels. Thanks to Harald Oehlman for his ↵ | jan.nijtmans | 2022-09-22 | 1 | -1/+2 |
|/ | | | | example (largely copied). No testcases yet | ||||
* | Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are ↵ | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
|\ | | | | | | | you doing ...!) | ||||
| * | Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵ | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
| | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....) | ||||
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
| | | |||||
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵ | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
| | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more. | ||||
* | | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -1/+1 |
|/ | |||||
* | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached ↵ | dgp | 2016-07-18 | 1 | -4/+2 |
|\ | | | | | | | channel name lookups. | ||||
| * | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached | dgp | 2016-07-18 | 1 | -4/+2 |
| | | | | | | channel name lookups. | ||||
* | | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | align comment, no functional change | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
| | | |||||
* | | Member field which should not have been const, because it is dynamically ↵ | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
|\ \ | |/ | | | | | allocated. Some end-of-line spacing in header files. | ||||
| * | Member field which should not have been CONST, because it is dynamically ↵ | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
| | | | | | | | | allocated | ||||
| * | Backport the cheaper Preserve/Release on channels. | dgp | 2014-08-01 | 1 | -0/+2 |
| |\ | |/ |/| | |||||
* | | Reduce the cost of Preserve/Release on channels | dgp | 2014-07-30 | 1 | -0/+2 |
| | | |||||
* | | Refinements of FlushChannel() and its callers. Notably includes removal of ↵ | dgp | 2014-05-29 | 1 | -5/+0 |
|\ \ | |/ | | | | | the flag BUFFER_READY. | ||||
| * | Further simplifications to FlushChannel(). This makes clear the | dgp | 2014-05-28 | 1 | -5/+0 |
| | | | | | | BUFFER_READY flag serves no necessary purpose, so it is removed. | ||||
| * | merge 8.5 | dgp | 2014-04-21 | 1 | -0/+1 |
| |\ | |||||
* | \ | merge trunk | dgp | 2014-04-21 | 1 | -0/+1 |
|\ \ \ | |||||
| * \ \ | Merge refcounting machinery for ChannelBuffer. | dgp | 2014-04-21 | 1 | -0/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Added a refcounting mechanism to ChannelBuffers. Other edits to | dgp | 2014-04-21 | 1 | -0/+1 |
| | | | | | | | | | | | | stop segfaults in tests iocmd-21.2[12]. | ||||
* | | | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to | dgp | 2014-03-23 | 1 | -26/+0 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | and including checkin a1e82fb63e . Do not merge checkin bae1c688f2 which starts to take the dgp-read-bytes branch into directions apparently unfriendly to stacked channels, which tests for [chan push] on the trunk help us to detect. | ||||
| * | | Remove long dead "BAD_BLOCKING" support code so it no longer confuses | dgp | 2014-03-17 | 1 | -23/+0 |
| | | | | | | | | | people reading/editing this code. | ||||
| * | | Remove old dead code; silence compiler warnings; tidy up. | dgp | 2014-03-05 | 1 | -3/+0 |
| |/ | |||||
* | | Remove from tclIO.h structs used only in tclIO.c. | dgp | 2013-02-26 | 1 | -108/+4 |
|\ \ | |/ | |||||
| * | structs *ChannelHandler* GetsState CopyState used only locally. | dgp | 2013-02-26 | 1 | -108/+4 |
| |\ | | | | | | | Remove from tclIO.h. | ||||
| | * | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 1 | -83/+4 |
| | | | | | | | | | Remove from tclIO.h. | ||||
| | * | struct NextChannelHandler used only locally. Remove from tclIO.h. | dgp | 2013-02-26 | 1 | -25/+0 |
| | | | |||||
* | | | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -13/+4 |
|\ \ \ | |/ / | | | | CloseCallback struct used only locally. Remove from tclIO.h. | ||||
| * | | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -13/+4 |
| |\ \ | | |/ | | | | CloseCallback struct used only locally. Remove from tclIO.h. | ||||
| | * | Repair linked list management in Tcl_DeleteCloseHandler(). | dgp | 2013-02-25 | 1 | -12/+4 |
| | | | | | | | | | CloseCallback struct is used only locally. Remove from tclIO.h. | ||||
* | | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -0/+7 |
| | | | | | | | | | conversation with Alexandre Ferrieux. | ||||
* | | | 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). |