aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/environ.cc
AgeCommit message (Expand)AuthorFilesLines
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-1/+1
2017-07-19cygwin: Use errno instead of _impure_ptr->_errnoCorinna Vinschen1-2/+1
2017-07-19Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen1-1/+2
2017-06-06cygwin: Fix crash if env var name starts with non-ASCII charCorinna Vinschen1-2/+2
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen1-2/+1
2017-01-10Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray1-35/+49
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen1-1/+0
2016-06-24Drop max_sys_priv wincapCorinna Vinschen1-15/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen1-6/+0
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin1-4/+4
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen1-1/+1
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen1-5/+6
2015-01-14 * environ.cc (renv_arr): Drop variables not usually in a WindowsCorinna Vinschen1-22/+8
2015-01-14 * environ.cc (build_env): When merging the user's Windows environment,Corinna Vinschen1-3/+19
2014-12-08 * environ.cc (regopt): Remove function.Corinna Vinschen1-43/+2
2014-12-06 * environ.cc (build_env): Remove loquacious debug statements.Corinna Vinschen1-2/+0
2014-12-02 * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen1-6/+107
2014-10-27 * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen1-29/+53
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-111/+126
2014-06-23 * environ.cc (regopt): Allocate small local buffer to avoid copyingCorinna Vinschen1-7/+7
2014-02-10* environ.cc (strbrk): Properly deal with environment variable sans quote.Christopher Faylor1-2/+2
2014-02-09* environ.cc (strbrk): New function.Christopher Faylor1-4/+44
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-1/+0
2013-07-26cygwin directory changes:Christopher Faylor1-14/+1
2013-07-10 * cygwin.sc.in (.text.*): Fold into .text on all platforms.Corinna Vinschen1-3/+3
2013-05-24 * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen1-5/+5
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen1-3/+16
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-1/+14
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-2/+4
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-7/+6
2012-10-27 * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz1-1/+1
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor1-0/+1
2012-02-26 * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen1-8/+16
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen1-6/+2
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-08-21* dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor1-2/+1
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor1-13/+49
2011-07-04* environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor1-2/+2
2011-07-04 * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen1-0/+2
2011-06-10* environ.cc (create_upcaseenv): Delete.Christopher Faylor1-44/+16
2011-06-09* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-2/+0
2011-06-09* environ.cc (envcache): Delete.Christopher Faylor1-3/+1
2011-06-09* environ.c: Move code earlier to allow:Christopher Faylor1-178/+180
2011-06-08* environ.cc (tty_is_gone): Add missing space to message.Christopher Faylor1-1/+1
2011-06-08* environ.cc (settings::set_process_state): Delete.Christopher Faylor1-8/+18
2011-05-10 * environ.cc (set_chunksize): Remove.Corinna Vinschen1-7/+0
2011-04-23 * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen1-1/+2
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-2/+2
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor1-5/+12