summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-19/+39
|\ \ \ | |/ /
| * | Deal with a couple of obscure causes of warnings on some versions of OSX.dkf2017-04-251-19/+39
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-4/+5
* | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-1/+1
|\ \ \ | |/ /
| * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-1/+1
| |\ \ | | |/
| | * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-1/+1
* | | Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512gahr2016-09-091-8/+0
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-12/+12
|/ /