aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/environ.cc
AgeCommit message (Expand)AuthorFilesLines
2006-01-08* environ.cc (spenvs[]): windir -> WINDIR.Christopher Faylor1-1/+1
2005-12-29* environ.cc (win_env::add_cache): Don't add variables to the environmentChristopher Faylor1-1/+1
2005-12-05* include/cygwin/stdlib.h: New file.Christopher Faylor1-1/+9
2005-12-04 * environ.cc (spenvs): Add "windir" as an "always export" variableCorinna Vinschen1-1/+2
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor1-1/+1
2005-09-16* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor1-2/+3
2005-09-16* environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor1-1/+6
2005-09-16* environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor1-0/+5
2005-09-16* environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor1-0/+6
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-1/+0
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-4/+4
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-25/+15
2005-06-08* environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUGChristopher Faylor1-1/+1
2005-05-27* cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor1-2/+5
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor1-0/+4
2005-05-16 * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen1-4/+0
2005-05-15 * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen1-2/+4
2005-04-30* environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor1-7/+7
2005-04-27* environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor1-1/+1
2005-04-16 * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen1-5/+2
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen1-6/+3
2005-03-30* environ.cc (spenvs): Re-force SYSTEMROOT to always be included inChristopher Faylor1-2/+3
2005-03-30* environ.cc (spenv::retrieve): Revert most of previous change.Christopher Faylor1-18/+23
2005-03-30* environ.h (win_env::immediate): Declare new field.Christopher Faylor1-30/+75
2005-01-31 * environ.cc (set_traverse): New function.Corinna Vinschen1-6/+18
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2005-01-11 * environ.cc: Yes, yes, the copyright date, as usual.Corinna Vinschen1-1/+1
2005-01-11 * environ.cc (build_env): Disallow empty strings and strings startingCorinna Vinschen1-0/+8
2004-12-03* environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor1-1/+1
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-13/+6
2004-11-26* environ.cc (putenv): Accommodate recent newlib change in argument to putenv.Christopher Faylor1-1/+1
2004-10-07 * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen1-11/+12
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen1-3/+21
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-2/+2
2004-05-092004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-11/+12
2004-05-08* syscalls.cc: Include environ.h.Christopher Faylor1-1/+1
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-3/+3
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor1-2/+6
2003-07-24* environ.cc (check_case_init): Use strncasematch.Christopher Faylor1-1/+1
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-28/+28
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-13* include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor1-3/+1
2002-09-30* security.cc (allow_ntsec): Default to zero.Christopher Faylor1-2/+0
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor1-2/+2
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-5/+5
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-2/+2
2002-08-08* environ.cc (parse_options): Remember the "no" part of any options for laterChristopher Faylor1-1/+2
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor1-14/+31
2002-06-29* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor1-5/+5