summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
* * environ.cc (build_env): Don't put an empty environment variable into theChristopher Faylor2006-09-071-6/+7
* * environ.cc (env_win32_to_posix_path_list): Declare.Christopher Faylor2006-08-021-3/+14
* * environ.cc (dos_file_warning): Declare.Christopher Faylor2006-08-011-2/+4
* white spaceChristopher Faylor2006-05-281-1/+1
* * environ.cc (getearly): Force correct dereference order when inspectingChristopher Faylor2006-04-241-1/+1
* * environ.cc (getearly): Use GetEnvironmentVariable and cmalloc instead ofChristopher Faylor2006-04-211-26/+19
* format comment using GNU-styleChristopher Faylor2006-04-211-7/+4
* * environ.cc (rawenv): Make this variable a file-scope static.Christopher Faylor2006-04-211-38/+33
* * environ.cc (getearly): New function.Corinna Vinschen2006-04-211-2/+37
* * fhandler.cc (fcntl): Print flags in hex.Christopher Faylor2006-03-221-0/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-4/+3
* * dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor2006-03-141-11/+6
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+9
* * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen2006-02-051-0/+1
* * Update copyrights.Corinna Vinschen2006-01-121-1/+2
* * environ.cc (spenvs[]): windir -> WINDIR.Christopher Faylor2006-01-081-1/+1
* * environ.cc (win_env::add_cache): Don't add variables to the environmentChristopher Faylor2005-12-291-1/+1
* * include/cygwin/stdlib.h: New file.Christopher Faylor2005-12-051-1/+9
* * environ.cc (spenvs): Add "windir" as an "always export" variableCorinna Vinschen2005-12-041-1/+2
* * environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor2005-11-081-1/+1
* * environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor2005-09-161-2/+3
* * environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor2005-09-161-1/+6
* * environ.cc (environ_init): Protect with a 'myfault' in caseChristopher Faylor2005-09-161-0/+5
* * environ.cc (environ_init): Issue an error if GetEnvironmentStrings fails andChristopher Faylor2005-09-161-0/+6
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-1/+0
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-4/+4
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-25/+15
* * environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUGChristopher Faylor2005-06-081-1/+1
* * cygheap.h: Reference _cygheap_start via .cygheap section.Christopher Faylor2005-05-271-2/+5
* * spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor2005-05-221-0/+4
* * environ.cc (conv_envvars): Remove LD_LIBRARY_PATH entirely.Corinna Vinschen2005-05-161-4/+0
* * environ.cc (conv_envvars): Treat LD_LIBRARY_PATH as path list.Corinna Vinschen2005-05-151-2/+4
* * environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor2005-04-301-7/+7
* * environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor2005-04-271-1/+1
* * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen2005-04-161-5/+2
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-6/+3
* * environ.cc (spenvs): Re-force SYSTEMROOT to always be included inChristopher Faylor2005-03-301-2/+3
* * environ.cc (spenv::retrieve): Revert most of previous change.Christopher Faylor2005-03-301-18/+23
* * environ.h (win_env::immediate): Declare new field.Christopher Faylor2005-03-301-30/+75
* * environ.cc (set_traverse): New function.Corinna Vinschen2005-01-311-6/+18
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * environ.cc: Yes, yes, the copyright date, as usual.Corinna Vinschen2005-01-111-1/+1
* * environ.cc (build_env): Disallow empty strings and strings startingCorinna Vinschen2005-01-111-0/+8
* * environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor2004-12-031-1/+1
* 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-12-031-13/+6
* * environ.cc (putenv): Accommodate recent newlib change in argument to putenv.Christopher Faylor2004-11-261-1/+1
* * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen2004-10-071-11/+12
* * environ.cc (set_ntea): New function.Corinna Vinschen2004-08-211-3/+21
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* 2004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-091-11/+12