summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-06-276-499/+50
|\
| * Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers a...jan.nijtmans2023-06-276-499/+50
* | Merge 8.7jan.nijtmans2023-06-264-7/+5
|\ \ | |/
| * Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-264-7/+5
* | Merge 8.7jan.nijtmans2023-06-021-2/+5
|\ \ | |/
| * silence compiler warningdgp2023-06-021-3/+2
* | Merge 8.7jan.nijtmans2023-06-021-1/+1
|\ \ | |/
| * New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-022-13/+16
* | Merge 8.7jan.nijtmans2023-05-291-3/+3
|\ \ | |/
| * int -> Tcl_Size, for full Tcl 9 supportjan.nijtmans2023-05-291-7/+8
* | merge 8.7fvogel2023-05-283-2/+183
|\ \ | |/
| * merge core-8-branchdkf2023-05-2430-209/+473
| |\
| * \ rebase to latest 8.7jan.nijtmans2022-09-223-2/+183
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-11-0111-91/+428
| | |\ \
| | * \ \ Merge 8.7. Fix fstat() call in tclUnixChan.c, in case Tcl_StatBuf == struct s...jan.nijtmans2021-06-296-8/+34
| | |\ \ \
| | * \ \ \ merge core-8-branchdkf2021-06-275-8/+11
| | |\ \ \ \
| | * | | | | Added in missing fielddkf2021-06-193-156/+148
| | * | | | | Start of implementing TIP 603: chan configure -statdkf2021-06-191-1/+168
* | | | | | | Merge 8.7jan.nijtmans2023-05-241-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-241-1/+1
* | | | | | | Merge 8.7jan.nijtmans2023-05-231-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-3/+3
* | | | | | | 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
* | | | | | | merge 8.7dgp2023-05-151-3/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | TIP 663 implementationdgp2023-05-151-3/+2
| |\ \ \ \ \ \
| | * | | | | | TIP 663 implementationdgp2023-05-101-3/+2
* | | | | | | | Merge 8.7jan.nijtmans2023-05-151-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2023-05-151-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ckalloc -> attemptckalloc (since return-value is checked). Fix bug in unix/dl...jan.nijtmans2023-05-151-3/+3
* | | | | | | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2,...pooryorick2023-05-031-4/+4
* | | | | | | | More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-271-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix dltest on Unixapnadkarni2023-04-191-1/+1
| * | | | | | | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-4/+4
* | | | | | | | Fix warnings generated on disable8api buildsapnadkarni2023-04-213-9/+17
* | | | | | | | Merge trunkapnadkarni2023-04-161-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2023-04-151-2/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge 8.6jan.nijtmans2023-04-151-2/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Backout fix for [718de2132f487cf2]: It breaks on MacOS and other systems whic...jan.nijtmans2023-04-151-2/+1
| * | | | | | | | Merge 8.7jan.nijtmans2023-04-141-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl...jan.nijtmans2023-04-141-1/+1
| * | | | | | | | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library".pooryorick2023-04-141-1/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library".pooryorick2023-04-141-1/+2
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library".pooryorick2023-04-141-1/+2
| | | * | | | | | re-generate unix/configurejan.nijtmans2023-04-131-1/+1
| | | * | | | | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1214-30/+30
* | | | | | | | | Merge trunkapnadkarni2023-04-1412-27/+27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Re-generate unix/configurejan.nijtmans2023-04-131-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Re-generate unix/configurejan.nijtmans2023-04-131-1/+1
| * | | | | | | | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-1213-28/+28
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /