summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Expand)AuthorAgeFilesLines
* more spacing/formatting tweaksdkf2024-03-191-21/+22
* Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-1/+1
|\
* \ Merge 8.7jan.nijtmans2024-03-041-38/+28
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-03-041-35/+27
| |\
| | * Merge 8.6. TCL_PACKAGE_PATH is not used on Windowsjan.nijtmans2024-03-041-6/+7
| | |\
| | * | Proposed fix for [1b8a893ded]: TCL_PACKAGE_PATH path is (wrongly) braced.jan.nijtmans2024-03-041-35/+26
| | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | | Merge 8.7jan.nijtmans2023-10-101-3/+3
|\ \ \ | |/ /
* | | More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-271-2/+2
|\ \ \ | |/ /
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-3/+11
* | | Merge trunkapnadkarni2023-04-141-2/+2
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | | Merge 9.0apnadkarni2023-04-051-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 9.0jan.nijtmans2023-04-011-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-301-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-2/+2
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-2/+2
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-5/+5
|/ / /
* | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-1/+1
* | | Merge 8.7jan.nijtmans2023-01-061-0/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-01-061-0/+3
| |\ \ | | |/
| | * Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion)jan.nijtmans2023-01-041-0/+3
* | | Merge 8.7jan.nijtmans2022-11-201-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+1
| |\ \ | | |/
* | | Remove code that was ifdef'ed outapnadkarni2022-08-071-2/+1
* | | Merged trunk.apnadkarni2022-07-311-18/+18
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-07-191-18/+18
| |\ \ \ | | |/ /
| | * | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-18/+18
* | | | Resolve ~ for MacOS during initializationapnadkarni2022-07-081-9/+7
* | | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-0/+15
|/ / /
* | | Merge 9.0jan.nijtmans2022-03-211-1/+1
|\ \ \
| * | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-1/+1
* | | | More work in progressjan.nijtmans2022-01-241-1/+1
|/ / /
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2021-01-051-5/+4
|\ \ \ | |/ /
| * | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-5/+4
| |\ \ | | |/
| | * Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-051-5/+4
| | |\
| | | * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o...jan.nijtmans2021-01-051-12/+4
* | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ \ | |/ / /
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | | |
| \ \ \
*-. \ \ \ TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-1/+1
|\ \ \ \ \ | | |/ / /
| * | | | TCL_CFGVAL_ENCODING now defaults to "utf-8" as well.jan.nijtmans2020-09-241-1/+1
* | | | | Merge 8.7jan.nijtmans2020-10-131-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-131-1/+1
| |\ \ \ | | |/ /
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
| * | | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ \ | | |/ /
| | * | Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-111-15/+24
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* | | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE w...jan.nijtmans2020-09-111-2/+2