| Commit message (Expand) | Author | Age | Files | Lines |
* | Proposed fix for [592a25a505]: Tcl_PutEnv() crashes on Windows | jan.nijtmans | 2021-07-16 | 1 | -0/+10 |
|
|
* | Performance optimization in TzsetIfNecessary() function. Cherry-picked from s... | jan.nijtmans | 2021-02-18 | 1 | -0/+9 |
|
|
* | Fix [d402ffe76]: Win32 potential crash when using main(). Thanks to Christian... | jan.nijtmans | 2020-05-11 | 1 | -0/+11 |
|
|
* | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
|
|
* | Make ourEnviron type (techar **) not (char **), so we need less type-casts. | jan.nijtmans | 2020-03-15 | 1 | -32/+32 |
|
|
* | Fix one wrong type-cast (only causing warning, nothing serious) | jan.nijtmans | 2020-03-14 | 1 | -1/+1 |
|
|
* | Merge 8.6.
| jan.nijtmans | 2020-03-13 | 1 | -8/+8 |
|\ |
|
* | | fix back-ported from tclSE (with several modifications due to conflicts and c... | sebres | 2020-03-13 | 1 | -22/+43 |
|/ |
|
* | Resolve a number of shadowed variables (discovered by compiling with -Wshadow) | jan.nijtmans | 2020-02-26 | 1 | -3/+3 |
|
|
* | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr... | jan.nijtmans | 2019-08-02 | 1 | -1/+2 |
|
|
* | Fix [9471e6e304]: InitWinEnv not thread safe | jan.nijtmans | 2019-03-07 | 1 | -0/+12 |
|
|
* | Unbreak build on Windows (and - most likely - some other platforms too) | jan.nijtmans | 2018-06-18 | 1 | -3/+2 |
|
|
* | Full cleanup of env cache when in a PURIFY build. | pooryorick | 2018-06-18 | 1 | -1/+9 |
|
|
* | Plug leak in TclSetEnv. | pooryorick | 2018-06-18 | 1 | -0/+4 |
|
|
* | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robus... | jan.nijtmans | 2017-11-03 | 1 | -0/+1 |
|
|
* | Proposed fix for [9b47029467631832]: testing existence of env(some_thing) des... | jan.nijtmans | 2016-02-19 | 1 | -3/+3 |
|
|
* | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 1 | -98/+1 |
|\ |
|
| * | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 1 | -99/+1 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | | ... and don't break env-5.3 and env-5.5 test-cases. | jan.nijtmans | 2013-11-20 | 1 | -0/+1 |
|
|
* | | Bug Fix: EnvTraceProc() MUST always return NULL to indicate success. | jan.nijtmans | 2013-11-20 | 1 | -1/+1 |
|
|
* | | [219226]: Rewrote how ::env is synchronized to the environment so it no longer | dkf | 2013-09-27 | 1 | -16/+65 |
|
|
* | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path | jan.nijtmans | 2012-06-26 | 1 | -2/+2 |
| |\ |
|
| | * | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -4/+0 |
|
|
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -79/+6 |
|
|
* | | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 1 | -0/+1 |
|
|
* | | | cygwin should use SetEnvironmentVariable for windows env | jan.nijtmans | 2012-04-06 | 1 | -13/+2 |
|\ \ \
| |/ / |
|
| * | | cygwin should use SetEnvironmentVariable for windows env | jan.nijtmans | 2012-04-05 | 1 | -17/+6 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -9/+8 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -2/+2 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted | das | 2007-08-07 | 1 | -23/+1 |
|
|
| | * | * generic/tclEnv.c (Darwin): mark _environ symbol as unexported. | das | 2006-10-31 | 1 | -1/+2 |
|
|
| | * | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 | hobbs | 2005-10-05 | 1 | -13/+32 |
|
|
| | * | * generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behavior | hobbs | 2003-05-14 | 1 | -1/+6 |
|
|
| * | | Fix environment tests under CYGWIN | nijtmans | 2010-01-06 | 1 | -10/+22 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -9/+12 |
|
|
* | | | Remove unused @MAN2TCLFLAGS@ | nijtmans | 2010-04-28 | 1 | -5/+5 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -3/+2 |
|
|
* | | | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+9 |
|
|
* | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -7/+12 |
|
|
* | | | Generalize mysterious comment about causes for ::env misses | ferrieux | 2009-01-04 | 1 | -2/+3 |
|
|
* | | | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -2/+2 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Silence syntax warning by Sun C compiler. [Bug 1840211] | dkf | 2007-12-01 | 1 | -2/+2 |
|
|
* | | Reduce cast count. | dkf | 2007-11-19 | 1 | -77/+72 |
|
|