summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Expand)AuthorAgeFilesLines
* (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-21/+21
* 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
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-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
* | 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.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+1
|\ \ | |/
* | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-18/+18
* | 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
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | 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
* | | Merge 8.6jan.nijtmans2020-04-031-1/+2
|\ \ \ | |/ /
| * | Make sure that "Windows NT" is the only supported Windows platform. On Window...jan.nijtmans2020-04-031-9/+2
* | | Merge 8.6jan.nijtmans2020-03-311-108/+108
|\ \ \ | |/ /
| * | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-115/+109
* | | TCL_UNUSED in the unix sources.dgp2020-03-091-10/+11
* | | Merge 8.7jan.nijtmans2020-01-071-0/+3
|\ \ \
| * | | More progress in making clang build on Cygwin warning-freejan.nijtmans2019-12-241-0/+3
* | | | Mark more unused parametersjan.nijtmans2019-09-031-0/+4
* | | | Merge tip-548jan.nijtmans2019-08-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-08-231-1/+1
| |\ \ \ | | |/ /
| | * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |\ \ | | | |/
| | | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| * | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-2/+0
* | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-2/+0
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-08-011-1/+1
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7jan.nijtmans2019-07-171-1/+1
| |\ \ \ \
| * | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-051-2/+0
* | | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-2/+8
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-1/+1
| | |/ / / | |/| | |
| * | | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-1/+1
| |/ / /
* | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
|/ / /
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
* | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-6/+0
* | | Minor simplification on Cygwin, since we only support Windows NT nowjan.nijtmans2017-12-191-9/+1
* | | Revert a few more (int -> size_t) transitions, which could effect extensions ...jan.nijtmans2017-12-151-1/+1
* | | merge core-8-6-branchjan.nijtmans2017-05-041-11/+7
|\ \ \ | |/ /
| * | Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already l...jan.nijtmans2017-05-041-11/+7
| |\ \ | | |/
| | * Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible b...jan.nijtmans2017-05-041-15/+12