summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge 8.7jan.nijtmans2019-12-241-0/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | More progress in making clang build on Cygwin warning-freejan.nijtmans2019-12-241-0/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2019-08-231-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
* | | | | | | Merge 8.7jan.nijtmans2019-08-021-2/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp...jan.nijtmans2019-08-021-2/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-07-251-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-07-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-1/+1
| | |_|/ | |/| |
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+1
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-2/+2
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-2/+2
|\ \ \ \
* | | | | New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-4/+4
|/ / / /
* | | | merge 8.7jan.nijtmans2018-05-221-1/+1
|\ \ \ \ | |/ / /
| * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne...jan.nijtmans2018-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
* | | | merge core-8-branchjan.nijtmans2018-01-101-6/+0
|\ \ \ \ | |/ / /
| * | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-6/+0
* | | | merge core-8-branch. Also change some internal refCount's from int to size_t.jan.nijtmans2017-12-191-9/+1
|\ \ \ \ | |/ / /
| * | | 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
|/ /
* | fix off-by-one possible buffer overrun when looking for encodings; found by c...Miguel Sofer2015-07-311-1/+1
* | Remove a number of eol-spaces. No change in functionality.jan.nijtmans2014-11-141-1/+1
* | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
|\ \ | |/
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* | Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+11
|\ \ | |/
| * remove duplicate declarationjan.nijtmans2014-02-041-1/+0
| * Add missing __stdcall (which crashes on win32), and clean-up indentingjan.nijtmans2014-02-041-10/+12
* | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-7/+22
|\ \ | |/
| * Fix [651e828a52]: Wrong Windows version reported for Windows 8.1jan.nijtmans2014-02-031-7/+22
| * Prevent inlining of StackGrowsDown(), in case of cross-compilingjan.nijtmans2013-04-021-1/+4
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0