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
2010-03-30 * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen
2010-03-29 * libc/rcmd.c: Enable IPv6.Corinna Vinschen
2010-02-26 * libc/strptime.cc: Implement support for era, alt_digits and POSIXCorinna Vinschen
2010-01-29 * libc/strfmon.c (__setup_vars): Test for an empty string rather thanCorinna Vinschen
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor
2010-01-23 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen
2010-01-16 * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen
2009-12-26Make pty.h match recent glibc.Eric Blake
2009-12-14 * libc/getopt.c (getopt_internal): Set optreset according to optindCorinna Vinschen
2009-10-14Consistently use va_end.Eric Blake
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor
2009-04-15 * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen
2009-04-07 * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen
2009-03-06 * cygwin.din: Export gethostbyname2.Corinna Vinschen
2009-02-16 * cygwin.din: Export reallocf.Corinna Vinschen
2009-01-13 * libc/getopt.c (parse_long_options): Use fix from NetBSD's getoptCorinna Vinschen
2009-01-09 * libc/fts.c (fts_build): Use DT_DIR case on Cygwin.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-12-03 * libc/minires.c (open_sock): Set non blocking and close on exec.Corinna Vinschen
2008-09-11* cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-07-30* cygwin.din (_getutline): Remove.Christopher Faylor
2008-05-10 * Makefile.in (DLL_OFILES): Remove _def_time.o.Corinna Vinschen
2008-05-08 * include/sys/localedef.h: Remove.Corinna Vinschen
2008-05-08 * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.Corinna Vinschen
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-10 * libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility.Corinna Vinschen
2008-01-15 * Makefile.in (DLL_OFILES): Remove memmem.o.Corinna Vinschen
2007-12-20 * libc/memmem.cc (memmem): Fix bug when searching for empty string.Corinna Vinschen
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen
2007-06-12 * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-02-09 * libc/minires-os-if.c (write_record): Handle DNS_TYPE_SRV andCorinna Vinschen
2006-12-15 * libc/minires-os-if.c (cygwin_query): Remove ERROR_PROC_NOT_FOUND case.Corinna Vinschen
2006-12-12 * libc/minires.c (res_ninit): Drop handling for LOCALDOMAIN environmentCorinna Vinschen
2006-12-11 * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-10 * libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.Corinna Vinschen
2006-07-07 * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen
2006-07-05* libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor
2006-07-05 * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen
2005-12-24* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor
2005-11-18* strptime.cc (_strptime): Fix gcc warnings.Christopher Faylor
2005-11-18 * libc: Add subdirectory.Corinna Vinschen
2005-11-09* memmem.cc: New file.Christopher Faylor