summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-05-191-1/+1
|\
| * int -> Tcl_Size and other (internal) signature improvements. Most of them ↵jan.nijtmans2023-05-191-1/+1
| | | | | | | | backported from 9.0
* | 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 ↵jan.nijtmans2023-05-151-3/+3
| | | | | | | | | | | | unix/dltest/pkgooa.c, where last NULL-argument was missing
* | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), ↵pooryorick2023-05-031-4/+4
| | | | | | | | | | | | Tcl_CmdObjTraceProc2, and Tcl_MethodCallProc2().
* | | 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 ↵jan.nijtmans2023-04-151-2/+1
| | | | | | | | | | | | | | | | which don't support the --strip-unneeded option
| * | | Merge 8.7jan.nijtmans2023-04-141-1/+1
| |\ \ \ | | |/ /
| | * | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against ↵jan.nijtmans2023-04-141-1/+1
| | | | | | | | | | | | | | | | Tcl 9.0)
| * | | 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
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | 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 ↵pooryorick2023-04-1213-28/+28
| |\ \ \ | | |/ / | | | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-1213-28/+28
| | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | Fix [0b9200888e]: TIP #660 breaks TIP #628/#630jan.nijtmans2023-04-121-4/+4
|\ \ \ \
| * | | | Proposed fix for [0b9200888e]: TIP #660 breaks TIP #628/#630jan.nijtmans2023-04-111-4/+4
|/ / / /
* | | | Merge 9.0apnadkarni2023-04-052-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-04-012-3/+3
| |\ \ \ | | |/ /
| | * | Add -Wall -Wextra -Wc++-compat -Wconversion -Werror to CFLAGS in ↵jan.nijtmans2023-04-016-6/+23
| | | | | | | | | | | | | | | | unix/dltest/Makefile.in, and minimal changes to make it work warning-free. Fix indenting
* | | | Fix gcc warnings from prior 9.0 mergeapnadkarni2023-04-012-6/+6
| | | |
* | | | Merge 9.0jan.nijtmans2023-04-0112-28/+178
|\ \ \ \ | |/ / /
| * | | Merge 8.7. Code cleanup in dltest packagesjan.nijtmans2023-04-016-7/+154
| |\ \ \ | | |/ /
| | * | New "pkgt" for testing TIP #627jan.nijtmans2023-04-012-2/+119
| | | |
| * | | Merge 8.7jan.nijtmans2023-03-307-21/+24
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-308-22/+25
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-307-18/+21
| | | | | | | | | | | | | | | | on other platforms either.
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-303-13/+13
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-242-4/+7
|\ \ \ | |/ /
| * | Fix [68417a8bb3]: No result/LF printed for 64-bit integer type checkjan.nijtmans2023-03-242-4/+7
| | |
* | | Merge 8.7jan.nijtmans2023-03-243-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-243-4/+4
| |\ \ | | |/
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-243-4/+4
| | |
* | | Merge trunk 49a4c8f8fb: TIP 656 implementation.pooryorick2023-03-224-35/+35
|\ \ \
| * \ \ Merge trunkapnadkarni2023-03-182-20/+20
| |\ \ \
| * \ \ \ Merge 9.0apnadkarni2023-03-163-56/+0
| |\ \ \ \