aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/environ.cc
AgeCommit message (Expand)AuthorFilesLines
2006-04-24* environ.cc (getearly): Force correct dereference order when inspectingChristopher Faylor1-1/+1
2006-04-21* environ.cc (getearly): Use GetEnvironmentVariable and cmalloc instead ofChristopher Faylor1-26/+19
2006-04-21format comment using GNU-styleChristopher Faylor1-7/+4
2006-04-21* environ.cc (rawenv): Make this variable a file-scope static.Christopher Faylor1-38/+33
2006-04-21 * environ.cc (getearly): New function.Corinna Vinschen1-2/+37
2006-03-22* fhandler.cc (fcntl): Print flags in hex.Christopher Faylor1-0/+1
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-4/+3
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor1-11/+6
2006-03-13* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor1-1/+9
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen1-0/+1
2006-01-12 * Update copyrights.Corinna Vinschen1-1/+2
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