aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/environ.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-03Cygwin: reorder list of CYGWIN env var options alphabetically againCorinna Vinschen1-2/+2
2024-02-03Cygwin: Do not show Error dialogs by defaultJohannes Schindelin1-0/+1
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney1-0/+1
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENVCorinna Vinschen1-12/+1
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen1-15/+15
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-3/+3
2022-05-29Cygwin: remove some 32-bit only environment codeKen Brown1-21/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-5/+5
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen1-3/+3
2021-07-30Cygwin: Add winsymlinks:sysJon Turney1-0/+2
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen1-1/+0
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano1-0/+1
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano1-1/+1
2019-08-07Cygwin: build_env: fix off-by-one bug when re-adding PATHMichael Haubenwallner1-1/+1
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown1-1/+1
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano1-2/+5
2019-02-19Cygwin: add secure_getenvYaakov Selkowitz1-0/+10
2018-12-25Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen1-2/+3
2018-06-07Cygwin: Remove workaround in environ.ccKen Brown1-6/+4
2018-06-07Cygwin: Implement the GNU extension clearenvKen Brown1-0/+20
2018-06-07Cygwin: Allow the environment pointer to be NULLKen Brown1-14/+26
2018-06-07Cygwin: Clarify some code in environ.ccKen Brown1-1/+7
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