summaryrefslogtreecommitdiffstats
path: root/generic/tclIOCmd.c
Commit message (Expand)AuthorAgeFilesLines
*-. TIP 699: Eliminate encoding alias "binary"; provide introspection for binary ...jan.nijtmans2024-06-301-0/+41
|\ \
| | * Add "chan isbinary" command. Part of TIP #699, meant for 8.7jan.nijtmans2024-06-281-0/+41
| * | Add "chan isbinary" for checking whether a _channel_ is binary.jan.nijtmans2024-06-231-0/+41
|/ /
* | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-13/+13
|\ \ | |/
| * Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-13/+13
| |\
| | * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-13/+13
| |/ |/|
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* | Merge 8.7dkf2024-05-261-2/+1
|\ \ | |/
| * merge 8.6dkf2024-05-261-2/+1
| |\
| | * Use the new operationsdkf2024-05-251-2/+1
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-5/+5
* | | Clean up a lot of small whitespace issues dkf2024-05-131-5/+5
* | | More whitespace cleanupdkf2024-05-101-1/+0
* | | Merge 8.7jan.nijtmans2024-04-111-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-1/+1
| |\ \ | | |/
* | | Fix [e155cedf33]: Error-handling in TclGetOpenMode()jan.nijtmans2024-04-111-3/+4
|\ \ \ | |/ /
| * | [e155cedf33]: Error-handling in TclGetOpenMode()jan.nijtmans2024-04-101-10/+11
* | | Merge 8.7jan.nijtmans2024-04-101-1/+1
|\ \ \
| * \ \ Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-101-1/+1
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-1/+1
| | * Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible...jan.nijtmans2023-06-301-16/+10
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-4/+4
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-3/+3
|\ \ \ | |/ /
* | | Fix indentation/brace usage style issuesdkf2024-03-191-8/+8
* | | merge 8.7dgp2023-12-131-0/+2
|\ \ \ | |/ /
| * | [f6f93c3b39] Missing refcount decrement to cleanup read space on io error.dgp2023-12-131-0/+2
* | | Proposed fix for [0f1ddc0df7].apnadkarni2023-12-051-0/+5
* | | TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-181-1/+9
|\ \ \ | |/ /
| * | Add test for blocking modejan.nijtmans2023-11-141-6/+6
| * | TIP 653: adopted implementation to new text to only return "-data" if potenti...oehhar2023-11-071-6/+8
| * | Merge core-8-branchoehhar2023-11-021-1/+1
| |\ \
| * \ \ Rebase to 8.7. Adapt "gets" the same way as "read"jan.nijtmans2023-08-011-2/+8
| |\ \ \
| | * | | TIP #653 implementation (with a lot of corrections compared to the py-b8f575a...jan.nijtmans2023-06-151-1/+4
| |/ / /
* | | | Revise macro usagejan.nijtmans2023-11-161-3/+3
* | | | Merge 8.7jan.nijtmans2023-10-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-1/+1
| |/ /
* | | Merge 8.7jan.nijtmans2023-05-301-1/+1
|\ \ \ | |/ /
| * | Backport IO-related changes from Tcl 9.0. Needed for preparation of TIP #653jan.nijtmans2023-05-301-22/+22
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
* | | Merge trunkapnadkarni2023-04-181-0/+1
|\ \ \
| * | | Plug memory leak caused by [46e7091a77b71ed7|this] commitjan.nijtmans2023-04-171-0/+1
* | | | Merge trunkapnadkarni2023-04-141-4/+1
|\ \ \ \ | |/ / /
| * | | Remove unnecessary reference count bump in Tcl_ReadObjCmd().pooryorick2023-04-131-3/+0
| * | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-1/+1
| | * | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-31/+30
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-6/+6
|/ / /