summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-02-281-0/+2
|\
| * Put back testcase io-52.20, and re-fix [4a7397e0b3]jan.nijtmans2023-02-281-0/+2
| |
* | Merge 8.7jan.nijtmans2023-01-221-0/+1
|\ \ | |/
| * New proposal: Allow "-strict" immediately before or after "-failindex var".jan.nijtmans2023-01-191-0/+1
| |
* | Merge 8.7jan.nijtmans2022-11-231-0/+2
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-11-201-8/+8
| |\
| | * typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-8/+8
| | |
| * | Making a start fixing [6978c01b65]: Channel encoding difference 8.6 <-> 9.0jan.nijtmans2022-10-111-0/+2
| |/
| * -nocomplainencoding and -strictencoding are incompatiblejan.nijtmans2022-10-081-0/+2
| |
* | new TIP about -eofchar handlingjan.nijtmans2022-10-161-1/+3
| |
* | Merge 9.0jan.nijtmans2022-10-081-1/+2
|\ \
| * \ Merge 8.7jan.nijtmans2022-10-081-1/+2
| |\ \ | | |/
| | * Merge 8.7jan.nijtmans2022-09-261-0/+2
| | |\
| | * | Add -strictencoding option to channels. Thanks to Harald Oehlman for his ↵jan.nijtmans2022-09-221-1/+2
| | | | | | | | | | | | | | | | example (largely copied). No testcases yet
* | | | Merge 9.0jan.nijtmans2022-09-261-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-09-261-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Revive TIP #220 implementation: Escalate Privileges in VFS Close Callbackjan.nijtmans2022-09-071-0/+2
| | |/
* | | TIP633 fconfigure -nocomplainencoding (TCL9): replace "-strictencoding 0" by ↵oehhar2022-09-191-2/+2
| | | | | | | | | | | | "-nocomplainencoding 1".
* | | TIP633 fconfigure -strictencoding: TCL 9 command line implementationoehhar2022-09-111-0/+2
|/ /
* | Fix some compiler warningsjan.nijtmans2022-03-281-2/+2
| |
* | Merge 9.0. More progressjan.nijtmans2022-03-231-2/+2
|\ \
* | | Adapt Tcl_GetChannelBufferSize signaturejan.nijtmans2022-03-201-2/+2
|/ /
* | Merge 8.7jan.nijtmans2020-09-111-1/+1
|\ \ | |/
| * Merge 8.6. Remove tests/safe-stock86.test for win builds too (GIT, what are ↵jan.nijtmans2020-09-111-1/+1
| |\ | | | | | | | | | you doing ...!)
| | * Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ↵jan.nijtmans2020-09-111-1/+1
| | | | | | | | | | | | | | | complains about body.chars[] usage. (Yes, I know, this one is for Tk, but Tcl was using the same construct too ....)
* | | Merge 8.7jan.nijtmans2019-06-121-1/+1
|\ \ \ | |/ /
| * | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
| | |
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵jan.nijtmans2018-11-151-1/+1
| | | | | | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more.
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled ↵jan.nijtmans2019-01-241-3/+3
| | | | | | | | | | | | correctly on 64-bit platforms.
* | | change ClientData -> void * in a lot of places (mainly header files)jan.nijtmans2017-12-281-1/+1
|/ /
* | More internal use of size_t in stead of int, e.g. for epoch'sjan.nijtmans2017-02-151-1/+1
|/
* [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached ↵dgp2016-07-181-4/+2
|\ | | | | | | channel name lookups.
| * [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cacheddgp2016-07-181-4/+2
| | | | | | channel name lookups.
* | Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-1/+1
|\ \ | |/
| * align comment, no functional changejan.nijtmans2015-09-281-1/+1
| |
* | Member field which should not have been const, because it is dynamically ↵jan.nijtmans2015-06-231-1/+1
|\ \ | |/ | | | | allocated. Some end-of-line spacing in header files.
| * Member field which should not have been CONST, because it is dynamically ↵jan.nijtmans2015-06-231-1/+1
| | | | | | | | allocated
| * Backport the cheaper Preserve/Release on channels.dgp2014-08-011-0/+2
| |\ | |/ |/|
* | Reduce the cost of Preserve/Release on channelsdgp2014-07-301-0/+2
| |
* | Refinements of FlushChannel() and its callers. Notably includes removal of ↵dgp2014-05-291-5/+0
|\ \ | |/ | | | | the flag BUFFER_READY.
| * Further simplifications to FlushChannel(). This makes clear thedgp2014-05-281-5/+0
| | | | | | BUFFER_READY flag serves no necessary purpose, so it is removed.
| * merge 8.5dgp2014-04-211-0/+1
| |\
* | \ merge trunkdgp2014-04-211-0/+1
|\ \ \
| * \ \ Merge refcounting machinery for ChannelBuffer.dgp2014-04-211-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Added a refcounting mechanism to ChannelBuffers. Other edits todgp2014-04-211-0/+1
| | | | | | | | | | | | stop segfaults in tests iocmd-21.2[12].
* | | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up todgp2014-03-231-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 confusesdgp2014-03-171-23/+0
| | | | | | | | | people reading/editing this code.
| * | Remove old dead code; silence compiler warnings; tidy up.dgp2014-03-051-3/+0
| |/
* | Remove from tclIO.h structs used only in tclIO.c.dgp2013-02-261-108/+4
|\ \ | |/
| * structs *ChannelHandler* GetsState CopyState used only locally.dgp2013-02-261-108/+4
| |\ | | | | | | Remove from tclIO.h.