summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
|\
| * Fix a case of lf not being flushed in certain cases when the crlf sequence ge...max2022-08-041-2/+2
* | Merge 8.6jan.nijtmans2022-07-281-2/+3
|\ \ | |/
| * restore FF-char (fossil seems to loss form feed if commits with convertion fr...sebres2022-07-221-258/+129
| * EOF seemed to reset INPUT_SAW_CR previously, so do it now explicitely (satisf...sebres2022-07-221-1/+1
| * fixes [b3977d199b] - don't reset INPUT_SAW_CR unless the buffer get really tr...sebres2022-07-221-130/+260
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | Merge 8.7jan.nijtmans2022-04-261-17/+28
|\ \
| * | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write().pooryorick2022-04-201-13/+28
| * | Remove some unnecessary buffer reference counting in Write(). The referencepooryorick2022-04-201-4/+0
* | | Merge 8.7. Register "string" objType when TCL_UTF_MAX=3 (fixes regression in ...jan.nijtmans2022-03-281-2/+2
|\ \ \ | |/ /
| * | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet...jan.nijtmans2022-03-281-2/+2
* | | Handle Tcl_UtfAtIndexjan.nijtmans2022-03-161-1/+1
* | | Handle Tcl_GetCharLengthjan.nijtmans2022-03-161-1/+1
|/ /
* | Merge 8.6jan.nijtmans2022-02-101-1/+1
|\ \ | |/
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| * IntRep -> InternalRep. Internal changes only.jan.nijtmans2021-10-191-9/+9
* | Merge 8.6jan.nijtmans2021-10-121-7/+7
|\ \ | |/
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-20/+20
* | Better error-message "illegal byte sequence" when trying to read from invalid...jan.nijtmans2021-05-071-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2021-05-031-1/+2
|\ \ | |/
| * Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
| |\
| | * Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
* | | Fix for io-28.6.pooryorick2021-04-261-16/+24
* | | Documenting our reference count managementdkf2021-04-251-10/+14
* | | More refactoring to reduce the choked-up complexity of tclZipfs.cdkf2021-03-151-1/+2
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-7/+7
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.6jan.nijtmans2020-10-231-2/+2
|\ \ \ | |/ /
| * | Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: w...jan.nijtmans2020-10-231-2/+2
* | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-2/+2
* | | Merge 8.6. Better solution for [e87000d842]jan.nijtmans2020-08-121-1/+1
|\ \ \ | |/ /
| * | Fix [e87000d8425ab86a]: crash for "fconfigure stdout" in Win32.jan.nijtmans2020-08-121-1/+1
* | | Merge 8.6jan.nijtmans2020-08-111-2/+2
|\ \ \ | |/ /
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-3/+3
* | | Prevent a binary read appending to a non-bytes value.dgp2020-04-011-1/+5
* | | merge 8.6dgp2020-04-011-0/+26
|\ \ \ | |/ /
| * | fixes [f583715154] - tclUnixSock.c: introduced ThreadActionProc considering a...sebres2020-03-311-0/+26
* | | TIP 569 - remove lint commentsdgp2020-03-171-4/+0
* | | moredgp2020-03-061-17/+13
* | | Merge 8.6jan.nijtmans2020-03-051-20/+15
|\ \ \ | |/ /
| * | Move setting of interpreter error-message from tclUnixSock.c to tclIO.c, sinc...jan.nijtmans2020-03-051-19/+14
* | | Merge 8.6jan.nijtmans2020-03-041-41/+47
|\ \ \ | |/ /
| * | Implement WideSeekProc() for all channels which have a SeekProc(). Implement ...jan.nijtmans2020-03-041-382/+464
* | | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-38/+92
|\ \ \
| * | | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-28/+40
| * | | Merge 8.7jan.nijtmans2020-01-301-55/+42
| |\ \ \
| * | | | Deprecate channel types 1-4jan.nijtmans2020-01-291-51/+68
* | | | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-31/+34
|\ \ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2020-02-261-1/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |