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-05-30Cygwin: simplify some function namesKen Brown
2022-01-19Cygwin: resolver: cygwin_query() skip response header on internal errorAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: A few fixes for cygwin_query(), part 2Anton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Targets in SRV DNS responses may not be compressedAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Fix to match response ID with request IDAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: A few fixes for cygwin_query()Anton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Process options forward (not backwards)Anton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Added processing of AAAA recordsAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: A little more consistency in debug messagesAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Format spec consistency for Windows errorsAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Debug to output both IP and port # in native b.o.Anton Lavrentiev via Cygwin-patches
2022-01-17Use matching format for NTSTATUSAnton Lavrentiev via Cygwin-patches
2022-01-17Fix format specifier for wide-char stringAnton Lavrentiev via Cygwin-patches
2020-09-01Cygwin: mtx_init: drop glibc workaroundCorinna Vinschen
2020-08-30Cygwin: Add C11 threads APICorinna Vinschen
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen
2018-01-19cygwin: add catopen, catgets, catcloseYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2017-08-29winsup/cygwin/libc/strptime.cc(__strptime) fix %F widthBrian Inglis
2017-08-25winsup/cygwin/libc/strptime.cc(__strptime) add %s support to strptimeBrian Inglis
2017-03-11getrandom: it's MIN, not MAXYaakov Selkowitz
2017-01-19Move getentropy/getrandom into own fileCorinna Vinschen
2016-11-24login_tty: Rewrite following FreeBSD's tracesCorinna Vinschen
2016-08-24Include winsup.h prior to including other headersCorinna Vinschen
2016-08-23Implement GNU extension strptime_lCorinna Vinschen
2016-08-20Only define __getreent inline function when building newlib or CygwinCorinna Vinschen
2016-08-15Implement strfmon_lCorinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen
2016-03-24Change definition of b64_pton from K&R to ANSICorinna Vinschen
2016-03-23Use DnsFree instead of deprecated DnsRecordListFreePeter Foley
2016-03-21Move arc4random Cygwin only code to CygwinSebastian Huber
2016-03-18Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen
2016-03-18Feature test macros overhaul: stdlib.hYaakov Selkowitz
2016-03-18Feature test macros overhaul: fnmatch.hYaakov Selkowitz
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen
2015-01-13copyright fixCorinna Vinschen
2015-01-12 * minires-os-if.c (cygwin_query): Change questions into answers.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-07-07 * libc/minires.c (minires_dprintf): Change "Minires" to "Resolv" toCorinna Vinschen
2014-06-17 * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returningCorinna Vinschen
2014-05-22 * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen
2014-03-05 * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-05-21 * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen