Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-16Cygwin: Make 'ulimit -c' control writing a coredumpJon Turney
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENVCorinna Vinschen
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove some 32-bit only environment codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2021-08-26Cygwin: C++17: register keyword is deprecatedCorinna Vinschen
2021-07-30Cygwin: Add winsymlinks:sysJon Turney
2020-01-28Cygwin: remove CYGWIN=dos_file_warning optionCorinna Vinschen
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano
2019-08-07Cygwin: build_env: fix off-by-one bug when re-adding PATHMichael Haubenwallner
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown
2019-03-31Cygwin: console: support 24 bit colorTakashi Yano
2019-02-19Cygwin: add secure_getenvYaakov Selkowitz
2018-12-25Cygwin: cygheap: convert installation paths to UNICODE_STRINGSCorinna Vinschen
2018-06-07Cygwin: Remove workaround in environ.ccKen Brown
2018-06-07Cygwin: Implement the GNU extension clearenvKen Brown
2018-06-07Cygwin: Allow the environment pointer to be NULLKen Brown
2018-06-07Cygwin: Clarify some code in environ.ccKen Brown
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-07-19cygwin: Use errno instead of _impure_ptr->_errnoCorinna Vinschen
2017-07-19Revert "errno: Stop using _impure_ptr->_errno completely"Corinna Vinschen
2017-06-06cygwin: Fix crash if env var name starts with non-ASCII charCorinna Vinschen
2017-03-10errno: Stop using _impure_ptr->_errno completelyCorinna Vinschen
2017-01-10Move the core environment parsing of environ_init into a new win32env_to_cyge...Erik M. Bray
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen
2016-06-24Drop max_sys_priv wincapCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen
2015-01-14 * environ.cc (renv_arr): Drop variables not usually in a WindowsCorinna Vinschen
2015-01-14 * environ.cc (build_env): When merging the user's Windows environment,Corinna Vinschen
2014-12-08 * environ.cc (regopt): Remove function.Corinna Vinschen
2014-12-06 * environ.cc (build_env): Remove loquacious debug statements.Corinna Vinschen
2014-12-02 * autoload.cc (CreateEnvironmentBlock): Import.Corinna Vinschen
2014-10-27 * cygheap.cc (cygheap_fixup_in_child): Drop call to set_dll_dir.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-06-23 * environ.cc (regopt): Allocate small local buffer to avoid copyingCorinna Vinschen
2014-02-10* environ.cc (strbrk): Properly deal with environment variable sans quote.Christopher Faylor
2014-02-10* environ.cc (strbrk): New function.Christopher Faylor
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-07-26cygwin directory changes:Christopher Faylor
2013-07-10 * cygwin.sc.in (.text.*): Fold into .text on all platforms.Corinna Vinschen
2013-05-24 * environ.cc (win_env::add_cache): Set the Windows environment variableCorinna Vinschen
2013-05-23 * environ.cc (set_winsymlinks): Handle "winsymlinks:nativestrict"Corinna Vinschen
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen