summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-05-111-0/+11
|\
| * Merge 8.6jan.nijtmans2020-05-111-0/+11
| |\
| | * Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to Christian...jan.nijtmans2020-05-111-0/+11
| | * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
* | | Merge 8.7jan.nijtmans2020-03-181-1/+1
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-03-171-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-171-1/+1
| |\ \ | | |/
* | | merge 8.7dgp2020-03-171-1/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-1/+0
* | | Merge 8.7jan.nijtmans2020-03-151-23/+23
|\ \ \ | |/ /
| * | Merge 8.6. Also fix build with -DTCL_NO_DEPRECATED (which was also the cause ...jan.nijtmans2020-03-151-21/+21
| |\ \ | | |/
| | * Make ourEnviron type (techar **) not (char **), so we need less type-casts.jan.nijtmans2020-03-151-32/+32
| * | Merge 8.6jan.nijtmans2020-03-141-1/+1
| |\ \ | | |/
| | * Fix one wrong type-cast (only causing warning, nothing serious)jan.nijtmans2020-03-141-1/+1
* | | Merge 8.7jan.nijtmans2020-03-141-22/+43
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-141-22/+43
| |\ \ | | |/
| | * Merge 8.6. jan.nijtmans2020-03-131-8/+8
| | |\
| | * | fix back-ported from tclSE (with several modifications due to conflicts and c...sebres2020-03-131-22/+43
| | |/
* | | merge 8.7dgp2020-03-061-2/+1
|\ \ \ | |/ /
| * | (no comment)dgp2020-03-061-2/+1
* | | Merge 8.7jan.nijtmans2020-02-281-11/+12
|\ \ \ | |/ /
| * | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-11/+12
| |\ \
| | * \ Merge tip-548jan.nijtmans2019-08-291-1/+2
| | |\ \
| | * \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-2/+2
| | |\ \ \ | | | |/ /
| | * | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-3/+3
| | |\ \ \ | | | |/ /
| | * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-5/+5
| | |/ /
* | | | Merge 8.7jan.nijtmans2020-02-261-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-02-261-3/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * Resolve a number of shadowed variables (discovered by compiling with -Wshadow)jan.nijtmans2020-02-261-3/+3
| | * Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+2
* | | Enhance documentations. Move TCL_INDEX_NONE from tclInt.h to tcl.h, since it'...jan.nijtmans2019-03-311-2/+2
* | | Merge 8.7jan.nijtmans2019-03-071-1/+2
|\ \ \ | |/ /
| * | Fix gcc compiler warningjan.nijtmans2019-03-071-1/+2
* | | Merge 8.7jan.nijtmans2019-03-071-0/+12
|\ \ \ | |/ /
| * | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-071-0/+12
| |\ \ | | |/
| | * Fix [9471e6e304]: InitWinEnv not thread safejan.nijtmans2019-03-071-0/+12
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
| |/
* | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-3/+3
* | Merge 8.7jan.nijtmans2018-12-111-4/+4
|\ \ | |/
* | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-4/+4
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-14/+14
|\ \ | |/
* | New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-11/+10
|/
* Unbreak build on Windows (and - most likely - some other platforms too)jan.nijtmans2018-06-181-3/+2
* Full cleanup of env cache when in a PURIFY build.pooryorick2018-06-181-1/+9
* Plug leak in TclSetEnv.pooryorick2018-06-181-0/+4
* Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus...jan.nijtmans2017-11-031-0/+1
* Proposed fix for [9b47029467631832]: testing existence of env(some_thing) des...jan.nijtmans2016-02-191-3/+3
* Remove useless code, trying to sync win32 environment variables with cygwin's...jan.nijtmans2015-05-251-98/+1
|\
| * Remove useless code, trying to sync win32 environment variables with cygwin's...jan.nijtmans2015-05-251-99/+1
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-2/+2