summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-2/+2
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
|\
| * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-1/+1
| * Use "int fd" for file descriptors, like everywhere else in the codejan.nijtmans2024-06-121-6/+6
| |\ | |/ |/|
| * Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-091-15/+15
| * Merge 8.7jan.nijtmans2024-05-221-0/+2
| |\
| * | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-11/+11
| * | Clean up a lot of small whitespace issues dkf2024-05-131-11/+11
| * | more spacing/formatting tweaksdkf2024-03-191-5/+4
| * | Comment correction: Error channels should *not* raise encoding errorsoehhar2023-12-051-1/+1
| * | Also ensure no encoding exceptions raised when reading pipe stderrapnadkarni2023-12-051-0/+2
| * | Fix TclpGetPid() signature (should use Tcl_Size, not size_t)jan.nijtmans2023-11-201-2/+2
| * | Merge mainoehhar2023-11-021-2/+16
| |\ \
| | * \ Merge 8.7jan.nijtmans2023-10-121-2/+16
| | |\ \
| * | \ \ Rebase to 9.0. Add more filname encoding checksjan.nijtmans2023-07-271-3/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use "strict" in almost all commands. Only "glob" and environment variables ar...core-tip-657-candidatejan.nijtmans2023-07-141-3/+20
| * | | | Merge 8.7jan.nijtmans2023-07-261-23/+54
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2023-07-241-3/+56
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2023-05-191-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-301-3/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-021-1/+1
| * | | | | | | | Merge 8.7jan.nijtmans2022-07-191-5/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Some int argc -> size_t argcjan.nijtmans2022-06-131-3/+3
| * | | | | | | | | Use size_t in AuxDataPrintProcjan.nijtmans2022-03-011-1/+1
| * | | | | | | | | Some more int -> size_t in internal APIjan.nijtmans2022-02-231-7/+7
| * | | | | | | | | More int -> size_t in internal APIjan.nijtmans2022-02-171-2/+3
| * | | | | | | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-10-131-2/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2020-03-171-3/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2020-03-091-6/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-02-281-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-02-281-27/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+2
| * | | | | | | | | | | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2018-12-111-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Formatting, PTR2INT range improvements, and remove some macro's only used on ...jan.nijtmans2018-10-211-2/+2
| * | | | | | | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-4/+4
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2024-06-121-22/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | use "int fd" for file descriptors, like everywhere else in the code. Mark som...jan.nijtmans2024-06-121-19/+22
* | | | | | | | | | | | | | | | Merge 8.6. Fix TCL_NO_DEPRECATED buildjan.nijtmans2024-05-221-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Spacing/code cleanup, backported from 8.7jan.nijtmans2024-05-221-29/+30
* | | | | | | | | | | | | | | | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-6/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-10-121-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-121-18/+33
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2023-07-261-23/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Close fork. Prefer vfork over posix_spawnpjan.nijtmans2023-07-251-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add (back) check for vfork()jan.nijtmans2023-07-251-22/+12
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Make use_spawn staticjan.nijtmans2023-07-251-1/+1
| * | | | | | | | | | | | attempt to fix posix_spawn on linuxjan.nijtmans2023-07-251-25/+65