summaryrefslogtreecommitdiffstats
path: root/generic/tclEnv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ... and don't break env-5.3 and env-5.5 test-cases.jan.nijtmans2013-11-201-0/+1
* | Bug Fix: EnvTraceProc() MUST always return NULL to indicate success.jan.nijtmans2013-11-201-1/+1
* | [219226]: Rewrote how ::env is synchronized to the environment so it no longerdkf2013-09-271-16/+65
* | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-2/+2
|\ \ | |/
| * use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-2/+2
| |\
| | * tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-4/+0
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-79/+6
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+1
|\ \ \ | |/ /
| * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+1
* | | cygwin should use SetEnvironmentVariable for windows envcygwin_environment_changesjan.nijtmans2012-04-061-13/+2
|\ \ \ | |/ /
| * | cygwin should use SetEnvironmentVariable for windows envjan.nijtmans2012-04-051-17/+6
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-9/+8
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-23/+1
| | * * generic/tclEnv.c (Darwin): mark _environ symbol as unexported.das2006-10-311-1/+2
| | * * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1hobbs2005-10-051-13/+32
| | * * generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behaviorhobbs2003-05-141-1/+6
| * | Fix environment tests under CYGWINnijtmans2010-01-061-10/+22
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-9/+12
* | | Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-5/+5
* | | Code Audit results:dkf2010-03-051-3/+2
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+9
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-7/+12
* | | Generalize mysterious comment about causes for ::env missesferrieux2009-01-041-2/+3
* | | CONSTify TclDTraceInfonijtmans2008-10-281-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Silence syntax warning by Sun C compiler. [Bug 1840211]dkf2007-12-011-2/+2
* | Reduce cast count.dkf2007-11-191-77/+72
* | * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-31/+1
* | * generic/tclEnv.c (ReplaceString): Clear memory correctly whenKevin B Kenny2007-04-231-2/+3
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-2/+2
* | Minor comment formatting changedkf2007-03-211-3/+2
* | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements.dgp2007-03-201-14/+6
* | * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, sodas2006-10-311-2/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+4
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-71/+77
* | * tests/env.test (env-6.1):hobbs2005-10-051-7/+27
* | Systematizing the formattingdkf2005-07-211-160/+182
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl'sdgp2005-05-031-5/+5
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | Another putenv() copy behavior problem repaired when compiling on windowsdavygrvy2003-05-141-1/+6
|/
* Fix mingw build problems and compiler warnings.mdejong2003-01-141-2/+2