Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2023-10-12 | 1 | -2/+16 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2023-10-12 | 1 | -6/+21 |
| |\ | |||||
| | * | Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare... | jan.nijtmans | 2023-10-12 | 1 | -18/+33 |
* | | | Merge 8.7 | jan.nijtmans | 2023-07-26 | 1 | -23/+54 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-07-26 | 1 | -23/+54 |
| |\ \ | | |/ | |||||
| | * | Close fork. Prefer vfork over posix_spawnp | jan.nijtmans | 2023-07-25 | 1 | -1/+2 |
| | |\ | |||||
| | * | | Add (back) check for vfork() | jan.nijtmans | 2023-07-25 | 1 | -22/+12 |
| | |/ | |||||
| | * | Make use_spawn static | jan.nijtmans | 2023-07-25 | 1 | -1/+1 |
| | * | attempt to fix posix_spawn on linux | jan.nijtmans | 2023-07-25 | 1 | -25/+65 |
* | | | Merge 8.7 | jan.nijtmans | 2023-07-24 | 1 | -3/+56 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-07-24 | 1 | -3/+56 |
| |\ \ | | |/ | |||||
| | * | - reduced error of posix_spawnp() cases for macOS to 1 (exec-17.1). | neumann | 2023-07-07 | 1 | -0/+6 |
| | * | Remove useless section in tclUnixPort.h | jan.nijtmans | 2023-07-03 | 1 | -1/+1 |
| | * | Added auto-configuration of posix_spawnp() | neumann | 2023-06-30 | 1 | -6/+4 |
| | * | Made variant using USE_POSIX_SPAWN error message compatible | neumann | 2023-06-15 | 1 | -0/+5 |
| | * | ticket [c54e4a1aeb] patch: Use vfork instead fork. | oehhar | 2023-06-08 | 1 | -3/+47 |
| | * | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2023-05-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac... | jan.nijtmans | 2023-05-19 | 1 | -1/+1 |
* | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -3/+3 |
* | | | Some more (internal) ClientData -> void * changes | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-07-19 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -5/+5 |
* | | | Some int argc -> size_t argc | jan.nijtmans | 2022-06-13 | 1 | -3/+3 |
* | | | Use size_t in AuxDataPrintProc | jan.nijtmans | 2022-03-01 | 1 | -1/+1 |
* | | | Some more int -> size_t in internal API | jan.nijtmans | 2022-02-23 | 1 | -7/+7 |
* | | | More int -> size_t in internal API | jan.nijtmans | 2022-02-17 | 1 | -2/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-13 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -2/+3 |
| | * | Merge-mark 8.5. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -3/+0 |
| | |\ | |||||
| | | * | Unbreak shared windows build. Remove some ARGSUSED usage. | jan.nijtmans | 2020-04-17 | 1 | -4/+0 |
* | | | | merge 8.7 | dgp | 2020-03-17 | 1 | -3/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -3/+0 |
* | | | | merge 8.7 | dgp | 2020-03-09 | 1 | -6/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -6/+3 |
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -27/+30 |
|\ \ \ \ | |/ / / | |||||
| * | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -0/+3 |
| |\ \ \ | |||||
| * | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -27/+27 |
| |/ / / | |||||
* | | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -2/+2 |
* | | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -3/+3 |
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |