aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/libc
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen1-0/+1
2015-11-18Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen1-51/+81
2015-01-13copyright fixCorinna Vinschen1-1/+1
2015-01-12 * minires-os-if.c (cygwin_query): Change questions into answers.Corinna Vinschen1-0/+7
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2-93/+95
2014-07-07 * libc/minires.c (minires_dprintf): Change "Minires" to "Resolv" toCorinna Vinschen1-2/+5
2014-06-17 * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returningCorinna Vinschen1-1/+1
2014-05-22 * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen3-110/+76
2014-03-05 * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen1-4/+15
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen1-1/+2
2013-05-21 * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen1-0/+363
2013-05-21 * libc/base64.c: New file.Corinna Vinschen1-0/+316
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen9-31/+34
2013-04-22 Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen1-1/+0
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor3-3/+3
2012-07-12 * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen1-1/+0
2012-07-06 * fhandler_procnet.cc: Fix copyright.Corinna Vinschen2-2/+2
2012-07-06Add files missing in previous checkinCorinna Vinschen1-7/+9
2012-07-06 In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen3-7/+3
2012-07-06 * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen1-0/+1
2011-12-17Clean up whitespace.Christopher Faylor5-30/+30
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor1-3/+12
2011-05-12 Based on newlib patch to strptime by Peter Rosin <peda@lysator.liu.se>:Corinna Vinschen1-0/+92
2011-05-06 * libc/minires-os-if.c (get_dns_info): Drop printing uninitializedCorinna Vinschen1-1/+1
2011-05-01 * libc/minires-os-if.c (get_dns_info): Remove unnecessary test forCorinna Vinschen1-2/+1
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-36/+55
2011-04-01 * libc/strptime.c: Remove misleading comment.Corinna Vinschen1-4/+0
2011-02-02 * libc/bsdlib.cc: Include err.h.Corinna Vinschen1-0/+1
2010-09-24* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor1-2/+2
2010-09-212010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet1-4/+22
2010-03-30 * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen1-1/+0
2010-03-29 * libc/rcmd.c: Enable IPv6.Corinna Vinschen1-6/+0
2010-02-26 * libc/strptime.cc: Implement support for era, alt_digits and POSIXCorinna Vinschen1-47/+402
2010-01-29 * libc/strfmon.c (__setup_vars): Test for an empty string rather thanCorinna Vinschen1-2/+2
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor1-2/+3
2010-01-22 * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2-50/+631
2010-01-16 * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen1-68/+145
2009-12-26Make pty.h match recent glibc.Eric Blake1-3/+4
2009-12-14 * libc/getopt.c (getopt_internal): Set optreset according to optindCorinna Vinschen1-11/+14
2009-10-14Consistently use va_end.Eric Blake1-0/+4
2009-05-06 * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen1-2/+2
2009-05-04* libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor1-2/+2
2009-04-15 * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen7-27/+0
2009-04-06 * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen1-3/+3
2009-03-06 * cygwin.din: Export gethostbyname2.Corinna Vinschen1-10/+54
2009-02-16 * cygwin.din: Export reallocf.Corinna Vinschen1-1/+0
2009-01-13 * libc/getopt.c (parse_long_options): Use fix from NetBSD's getoptCorinna Vinschen1-9/+19
2009-01-08 * libc/fts.c (fts_build): Use DT_DIR case on Cygwin.Corinna Vinschen1-3/+4
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2-6/+1
2008-12-03 * libc/minires.c (open_sock): Set non blocking and close on exec.Corinna Vinschen1-48/+95