summaryrefslogtreecommitdiffstats
path: root/generic/tclPipe.c
Commit message (Expand)AuthorAgeFilesLines
* Some tidying up, mostly of indentationdkf2024-06-011-1/+1
* Merge 8.7jan.nijtmans2024-05-271-9/+9
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-9/+9
| |\
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-2/+2
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-1/+1
| | * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-2/+2
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-1/+1
* | | Clean up a lot of small whitespace issues dkf2024-05-131-1/+1
* | | Fix TclpGetPid() signature (should use Tcl_Size, not size_t)jan.nijtmans2023-11-201-1/+1
* | | Merge 8.7jan.nijtmans2023-10-191-9/+9
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-9/+9
* | | Merge trunkapnadkarni2023-04-141-2/+2
|\ \ \
| * \ \ 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
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-19/+19
|/ / /
* | | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-7/+7
* | | Merge 9.0jan.nijtmans2022-02-241-4/+4
|\ \ \
| * | | Some more int -> size_t in internal APIjan.nijtmans2022-02-231-3/+3
* | | | More int -> size_tjan.nijtmans2022-02-231-4/+4
* | | | Some more int -> size_tjan.nijtmans2022-02-211-2/+2
* | | | Merge 9.0jan.nijtmans2022-02-171-7/+7
|\ \ \ \ | |/ / /
| * | | More int -> size_t in internal APIjan.nijtmans2022-02-171-6/+7
* | | | more int->size_tjan.nijtmans2022-02-171-1/+2
* | | | More int -> size_t in APIjan.nijtmans2022-02-171-1/+1
|/ / /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Merge 8.7jan.nijtmans2020-02-281-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-02-281-2/+2
|\ \ \ | |/ /
| * | Merge tip-548jan.nijtmans2019-08-291-1/+1
| |\ \
| * \ \ Merge tip-548jan.nijtmans2019-08-151-1/+1
| |\ \ \
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-3/+3
* | | | | Merge 8.7jan.nijtmans2019-08-231-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |\ \
| | | * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | * | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec...jan.nijtmans2017-08-291-1/+7
* | | | | Merge 8.7jan.nijtmans2019-08-151-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-2/+2
| | |_|/ | |/| |
* | | | Merge 8.7jan.nijtmans2019-03-151-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-1/+1
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-5/+5
|\ \ \ \ | |/ / /
* | | | remaining external API. Looks like complete now. Milestone! Still more testin...jan.nijtmans2018-07-061-1/+1
|/ / /
* | | merge 8.7dgp2017-11-071-1/+7
|\ \ \
| * | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005.ferrieux2017-08-241-1/+7
* | | | Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally termina...f.bonnet2017-11-051-2/+2
* | | | Comments and formattingf.bonnet2017-08-271-1/+1
* | | | Fixed reference counting issue with objects returned by WaitProcessStatusf.bonnet2017-08-271-1/+4