Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | Fix -Wshadow warnings, when compiling with a C++ compiler | jan.nijtmans | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵ | jan.nijtmans | 2020-09-17 | 1 | -6/+6 |
| | | | | TclNewIntObj or Tcl_NewWideIntObj) | ||||
* | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -6/+6 |
| | |||||
* | More TCL_UNUSED. | dgp | 2020-03-08 | 1 | -8/+4 |
| | |||||
* | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -4/+9 |
| | | | | Windows) without -Wunused-parameters warnings | ||||
* | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -2/+2 |
| | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -35/+35 |
| | |||||
* | Failed to mutex protect all multi-thread access to the hash tables in the | dgp | 2018-04-05 | 1 | -0/+5 |
| | | | [tcl::process] implementation. This was causing segfaults in thread-8.1. | ||||
* | silence compiler warning | dgp | 2018-03-14 | 1 | -1/+1 |
| | |||||
* | Comments and formatting | f.bonnet | 2017-08-27 | 1 | -392/+531 |
| | |||||
* | Fixed reference counting issue with objects returned by WaitProcessStatus | f.bonnet | 2017-08-27 | 1 | -32/+78 |
| | |||||
* | Refactoring to support all processes and not just detached ones. | f.bonnet | 2017-08-27 | 1 | -266/+359 |
| | |||||
* | Added switches and pid list support to tcl::process status | f.bonnet | 2017-08-23 | 1 | -40/+119 |
| | |||||
* | Refactoring and preliminary implementation of tcl::process (list|status) | f.bonnet | 2017-08-23 | 1 | -79/+376 |
| | |||||
* | Completed [tcl::process autopurge] semantics and added [tcl::process purge] ↵ | f.bonnet | 2017-08-18 | 1 | -3/+42 |
| | | | | implementation along with the necessary internal functions TclpGetChildPid/TclReapPids | ||||
* | Added [tcl::process autopurge] flag management with ↵ | f.bonnet | 2017-08-18 | 1 | -46/+130 |
| | | | | TclProcessGetAutopurge/TclProcessSetAutopurge companion functions. | ||||
* | Fixed line endings | f.bonnet | 2017-08-17 | 1 | -174/+174 |
| | |||||
* | Basic scaffolding for tcl::process | f.bonnet | 2017-08-17 | 1 | -0/+175 |