summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵jan.nijtmans2020-10-131-1/+1
| | | | | | | | | | | | stead of Tcl_NewIntObj()
| * | 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
| | | | | | | | | | | | size_t or int
* | | More usage for TclNewWideIntObjFromSize(), TCL_IO_FAILURE -> TCL_INDEX_NONE ↵jan.nijtmans2020-09-111-2/+2
| | | | | | | | | | | | where appropriate
* | | Merge 8.7jan.nijtmans2020-04-031-1/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-04-031-1/+2
| |\ \ | | |/
| | * Make sure that "Windows NT" is the only supported Windows platform. On ↵jan.nijtmans2020-04-031-9/+2
| | | | | | | | | | | | Windows CE, no chance that Tcl 8.6 will ever run .... Windows XP is the minimum now.
* | | Merge 8.7jan.nijtmans2020-03-311-98/+98
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-311-108/+108
| |\ \ | | |/
| | * Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-115/+109
| | | | | | | | | Increase size of MSG structure in Cygwin Notifier: Should conform with Win32 size. Some related code cleanup.
* | | Internal API simplifications: Don't use types like HINSTANCE/HMODULE any ↵jan.nijtmans2020-03-311-11/+11
| | | | | | | | | | | | more, just void*. Has effect only on Win32 and Cygwin.
* | | merge 8.7dgp2020-03-091-10/+11
|\ \ \ | |/ /
| * | TCL_UNUSED in the unix sources.dgp2020-03-091-10/+11
| | |
* | | Merge 8.7jan.nijtmans2020-02-281-1/+11
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-01-071-0/+3
| |\ \
| * | | Mark more unused parametersjan.nijtmans2019-09-031-0/+4
| | | |
| * | | Merge tip-548jan.nijtmans2019-08-291-1/+1
| |\ \ \
| * \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ↵jan.nijtmans2019-08-031-2/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c++) Als finish implementaton for MacOSX
| | * \ \ \ 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
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | 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
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | Update effective_tld_names.txt.gz to the latest version. Adapt .gitattributes and .fossil-settings/binary-glob to handle *.gz file transparently in fossil/git
| | * | | | 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, ↵jan.nijtmans2019-08-021-2/+0
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | irrespectable of the TCL_UTF_MAX setting: It could be 4 for the "\Uxxxxxx" construct, but never more. Move <stddef.h> and <locale.h> to tclInt.h, so the can be removed from various other places.
* | | | | | 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 ↵jan.nijtmans2019-02-051-2/+1
| | | | | | | | | | | | | | | | more. Remove many type-casts which are not necessary any more.
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make ↵jan.nijtmans2018-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | code and documentation more readable. Shifted to feature branch as a temporary measure since it doesn't build.
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | | | 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 ↵jan.nijtmans2018-05-221-1/+1
| | | | | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF
* | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ↵jan.nijtmans2018-05-171-1/+1
|\ \ \ \ | |/ / / | | | | | | | | necessary)
| * | | 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
| | | | | | | | | | | | | | | | TCL_UTF_MAX=3. We can do that now safely, because of the changed handling of valid 4-byte UTF-8 characters in the previous commit.
* | | | 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
| | | |