summaryrefslogtreecommitdiffstats
path: root/generic/tclProcess.c
Commit message (Collapse)AuthorAgeFilesLines
* Backport: Add [[unreachable]] and [[fallthrough]] from C23 (where available)jan.nijtmans2025-06-021-1/+2
|
* Merge 8.7dkf2024-05-261-2/+2
|\
| * merge 8.6dkf2024-05-261-2/+2
| |
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-2/+2
| |
| * New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-2/+3
| |
| * int -> Tcl_Size and other (internal) signature improvements. Most of them ↵jan.nijtmans2023-05-191-16/+16
| | | | | | | | backported from 9.0
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-1/+1
| | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | Clean up a lot of small whitespace issues dkf2024-05-131-1/+1
| | | | | | This is the dullest commit ever. Sorry.
* | More whitespace cleanupdkf2024-05-101-3/+1
| |
* | Fix indentation/brace usage style issuesdkf2024-03-191-36/+85
| |
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
| |
* | Fix TclpGetPid() signature (should use Tcl_Size, not size_t)jan.nijtmans2023-11-201-5/+5
| |
* | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-18/+18
| |
* | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-16/+16
| |
* | Merge 8.7jan.nijtmans2022-10-101-12/+4
|\ \ | |/
| * Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-16/+8
| |
* | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-10/+7
|\ \
| * \ Merge 9.0jan.nijtmans2022-05-171-2/+2
| |\ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2022-04-141-3/+3
| |\ \
| * \ \ Merge 9.0jan.nijtmans2022-02-101-2/+2
| |\ \ \
| * | | | More WIPjan.nijtmans2022-01-261-8/+5
| | | | |
| * | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-2/+2
| | | | |
* | | | | Merge 8.7jan.nijtmans2022-05-171-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵jan.nijtmans2022-05-171-2/+2
| | | | | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616)
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no ↵jan.nijtmans2022-03-021-3/+3
| |/ / | | | | | | | | | longer necessary
* | | Merge 8.7jan.nijtmans2022-02-101-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Merge 8.6jan.nijtmans2022-02-101-2/+2
| |
* | 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
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ | |/
| * Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| |
* | Merge 8.7jan.nijtmans2020-09-171-6/+6
|\ \ | |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-6/+6
| | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | Merge 8.7jan.nijtmans2020-08-131-6/+6
|\ \ | |/
| * More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-6/+6
| |
* | Merge 8.7jan.nijtmans2020-03-091-8/+4
|\ \ | |/
| * More TCL_UNUSED.dgp2020-03-081-8/+4
| |
* | Merge 8.7jan.nijtmans2020-02-281-4/+9
|\ \ | |/
| * Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵jan.nijtmans2019-09-051-4/+9
| | | | | | | | Windows) without -Wunused-parameters warnings
* | Merge 8.7jan.nijtmans2019-04-011-2/+2
|\ \ | |/
| * Modify testbytestring such that is only produces pure byte-arrays, if not it ↵jan.nijtmans2019-04-011-2/+2
| | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype.
* | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-3/+3
|\ \
| * | Merge 8.7. jan.nijtmans2018-09-051-3/+3
| |/ | | | | Change some internal function signatures, accounting for the 64-bit era.
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-2/+2
|/ | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* Purge end-of-line spacingjan.nijtmans2018-08-021-35/+35
|
* Failed to mutex protect all multi-thread access to the hash tables in thedgp2018-04-051-0/+5
| | | [tcl::process] implementation. This was causing segfaults in thread-8.1.
* silence compiler warningdgp2018-03-141-1/+1
|
* Comments and formattingf.bonnet2017-08-271-392/+531
|
* Fixed reference counting issue with objects returned by WaitProcessStatusf.bonnet2017-08-271-32/+78
|