summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf/to-redodkf2024-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
| |\
| | * Merge 8.7jan.nijtmans2023-10-121-6/+21
| | |\
| | | * Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-121-18/+33
* | | | 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.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
* | | | Merge 8.7jan.nijtmans2023-07-241-3/+56
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge 8.6jan.nijtmans2023-07-241-3/+56
| |\ \ | | |/
| | * - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1).neumann2023-07-071-0/+6
| | * Remove useless section in tclUnixPort.hjan.nijtmans2023-07-031-1/+1
| | * Added auto-configuration of posix_spawnp()neumann2023-06-301-6/+4
| | * Made variant using USE_POSIX_SPAWN error message compatible neumann2023-06-151-0/+5
| | * ticket [c54e4a1aeb] patch: Use vfork instead fork.oehhar2023-06-081-3/+47
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | | Merge 8.7jan.nijtmans2023-05-191-1/+1
|\ \ \ | |/ /
| * | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-1/+1
* | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-301-3/+3
| |\ \ | | |/
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-3/+3
* | | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-021-1/+1
* | | Merge 8.7jan.nijtmans2022-07-191-5/+5
|\ \ \ | |/ /
| * | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.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
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2020-10-131-2/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-2/+3
| |\ \ | | |/
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-2/+3
| | * Merge-mark 8.5. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-3/+0
| | |\
| | | * Unbreak shared windows build. Remove some ARGSUSED usage.jan.nijtmans2020-04-171-4/+0
* | | | merge 8.7dgp2020-03-171-3/+0
|\ \ \ \ | |/ / /
| * | | TIP 569 - remove lint commentsdgp2020-03-171-3/+0
* | | | merge 8.7dgp2020-03-091-6/+3
|\ \ \ \ | |/ / /
| * | | TCL_UNUSED in the unix sources.dgp2020-03-091-6/+3