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
2022-08-05Cygwin: fhandler/null.cc: remove redundant includestopic/split_source_dirCorinna Vinschen
2022-08-05Cygwin: update the "dirs" variable in Makefile.amKen Brown
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-08-05Cygwin: mount_info::get_mounts_here: alloc temp mountpoint info on cygheapCorinna Vinschen
2022-08-05Cygwin: drop last usage of RtlCreateUnicodeStringFromAsciizCorinna Vinschen
2022-08-05Cygwin: pty: Fix a small bug in is_console_app().Takashi Yano
2022-08-05Cygwin: use locale-aware conversion to UNICODE_STRING checking mount pointsCorinna Vinschen
2022-08-04Cygwin: drop all usages of NTAPICorinna Vinschen
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen
2022-08-04Cygwin: clock.cc: Drop redundant Windows prototypesCorinna Vinschen
2022-08-04Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry pointCorinna Vinschen
2022-08-04Cygwin: syscalls.cc: remove ".dll" from blessed_executable_suffixesKen Brown
2022-08-04Cygwin: Drop outdated IsWow64Process2 prototypeCorinna Vinschen
2022-08-04Cygwin: drop outdated __MINGW64_VERSION_MAJOR checksCorinna Vinschen
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen
2022-08-04Cygwin: syscalls.cc: drop masking macros for standard IO functionsCorinna Vinschen
2022-08-04Cygwin: Drop export aliases and masking macros for stdio64 functionsCorinna Vinschen
2022-08-04Cygwin: create sparse errmap arrayCorinna Vinschen
2022-08-04cacosh: Use approximation for large input.Markus Mützel
2022-08-04casinh: Use approximation for large input.Markus Mützel
2022-08-04Cygwin: net.cc: convert wsock_errmap into a simple array of error codesCorinna Vinschen
2022-08-04Cygwin: net.cc: create own type host_errmap_t for host_errmapCorinna Vinschen
2022-08-04Cygwin: net.cc: constify gai_errmapCorinna Vinschen
2022-08-03Cygwin: fix/drop a few commentsCorinna Vinschen
2022-08-03Cygwin: __WORDSIZE: Drop 32 bit considerationsCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCHCorinna Vinschen
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CYGWIN_CONV macroCorinna Vinschen
2022-08-03Cygwin: version.h: document API_VERSION of the first 64 bit buildCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_USE_PSEUDO_RELOC_IN_DLLCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_CTYPECorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_IFREQCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_WINSOCK1_VALUESCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_USING_ANCIENT_MSGHDRCorinna Vinschen
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_USING_BIG_TYPES macroCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_CHECK_FOR_OLD_O_NONBLOCKCorinna Vinschen
2022-08-03Cygwin: drop unused CYGWIN_VERSION_CHECK_FOR_S_IEXEC macroCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_OLD_STDIO_CRLF_HANDLINGCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_MALLOC_ENVCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_IS_OLD_TERMIOSCorinna Vinschen
2022-08-03Cygwin: drop requirement to build newlib's stdio64Corinna Vinschen
2022-08-03Cygwin: path: Make some symlinks to /cygdrive/* work.Takashi Yano
2022-08-02Cygwin: console: Modify ConEmu cygwin connector hook.Takashi Yano
2022-07-31Cygwin: pty: Treat *.bat and *.cmd as a non-cygwin console app.Takashi Yano
2022-07-29Cygwin: console: Avoid accessing NULL pointer via cygheap->ctty.Takashi Yano
2022-07-29Cygwin: Set threadnames with SetThreadDescription()Jon Turney
2022-07-29Cygwin: uname: drop useless support for unsupported CPU archesCorinna Vinschen
2022-07-29Cygwin: gmon.h: drop 32 bit considerationsCorinna Vinschen
2022-07-29Cygwin: profile.c: drop i686 register accessCorinna Vinschen
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen
2022-07-28Cygwin: perl scripts: drop support for i686Corinna Vinschen