summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
* errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen2017-03-101-2/+1
* Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray2017-01-101-35/+49
* Remove CYGWIN=detect_bloda optionCorinna Vinschen2016-06-251-1/+0
* Drop max_sys_priv wincapCorinna Vinschen2016-06-241-15/+2
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen2016-04-011-6/+0
* Do not treat the command line or environment like pathsJohannes Schindelin2016-01-081-4/+4
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-221-1/+1
* cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen2015-07-291-5/+6
* * environ.cc (renv_arr): Drop variables not usually in a WindowsCorinna Vinschen2015-01-141-22/+8
* * environ.cc (build_env): When merging the user's Windows environment,Corinna Vinschen2015-01-141-3/+19
* * environ.cc (regopt): Remove function.Corinna Vinschen2014-12-081-43/+2
* * environ.cc (build_env): Remove loquacious debug statements.Corinna Vinschen2014-12-061-2/+0
* * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen2014-12-021-6/+107
* * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen2014-10-271-29/+53
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-111/+126
* * environ.cc (regopt): Allocate small local buffer to avoid copyingCorinna Vinschen2014-06-231-7/+7
* * environ.cc (strbrk): Properly deal with environment variable sans quote.Christopher Faylor2014-02-101-2/+2
* * environ.cc (strbrk): New function.Christopher Faylor2014-02-091-4/+44
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-1/+0
* cygwin directory changes:Christopher Faylor2013-07-261-14/+1
* * cygwin.sc.in (.text.*): Fold into .text on all platforms.Corinna Vinschen2013-07-101-3/+3
* * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen2013-05-241-5/+5
* * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen2013-05-231-3/+16
* * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen2013-04-241-1/+14
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-2/+4
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-7/+6
* * dcrt0.cc (quoted): Renamed strechr to strchrnul.Kai Tietz2012-10-271-1/+1
* * environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor2012-04-281-0/+1
* * environ.cc (enum settings): Add setbool. Rename justset to setdwordCorinna Vinschen2012-02-261-8/+16
* * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen2012-02-261-6/+2
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* * dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor2011-08-211-2/+1
* * dtable.cc: Mark some const variables as static.Christopher Faylor2011-08-191-13/+49
* * environ.cc (tty_is_gone): Wrap warning at 80 characters.Christopher Faylor2011-07-041-2/+2
* * environ.cc (environ_init): Reinstantiate on-the-fly CYGWIN variableCorinna Vinschen2011-07-041-0/+2
* * environ.cc (create_upcaseenv): Delete.Christopher Faylor2011-06-101-44/+16
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-091-2/+0
* * environ.cc (envcache): Delete.Christopher Faylor2011-06-091-3/+1
* * environ.c: Move code earlier to allow:Christopher Faylor2011-06-091-178/+180
* * environ.cc (tty_is_gone): Add missing space to message.Christopher Faylor2011-06-081-1/+1
* * environ.cc (settings::set_process_state): Delete.Christopher Faylor2011-06-081-8/+18
* * environ.cc (set_chunksize): Remove.Corinna Vinschen2011-05-101-7/+0
* * registry.cc (reg_key::get_dword): Rename from get_int, use DWORDCorinna Vinschen2011-04-231-1/+2
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-2/+2
* * environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor2010-05-181-5/+12
* Fix setenv and unsetenv corner cases.Eric Blake2009-11-161-5/+8
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-281-17/+0
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-5/+1
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-4/+1