summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/libc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-235-10/+0
* Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen2016-03-248-33/+38
* Change definition of b64_pton from K&R to ANSICorinna Vinschen2016-03-241-4/+1
* Use DnsFree instead of deprecated DnsRecordListFreePeter Foley2016-03-231-1/+1
* Move arc4random Cygwin only code to CygwinSebastian Huber2016-03-211-0/+24
* Delete Cygwin's arc4random in favor of new Newlib implementationCorinna Vinschen2016-03-181-363/+0
* Feature test macros overhaul: stdlib.hYaakov Selkowitz2016-03-171-1/+1
* Feature test macros overhaul: fnmatch.hYaakov Selkowitz2016-03-171-0/+1
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-071-0/+1
* Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen2015-11-181-51/+81
* copyright fixCorinna Vinschen2015-01-131-1/+1
* * minires-os-if.c (cygwin_query): Change questions into answers.Corinna Vinschen2015-01-121-0/+7
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-222-93/+95
* * libc/minires.c (minires_dprintf): Change "Minires" to "Resolv" toCorinna Vinschen2014-07-071-2/+5
* * libc/rexec.cc (cygwin_rexec): Make ahostbuf static to avoid returningCorinna Vinschen2014-06-171-1/+1
* * libc/bsdlib.cc (forkpty): Close master and slave if fork fails toCorinna Vinschen2014-05-223-110/+76
* * localtime.cc: Define TM_GMTOFF and TM_ZONE based on __TM_GMTOFF andCorinna Vinschen2014-03-051-4/+15
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+2
* * Makefile.in (DLL_OFILES): Add arc4random.o.Corinna Vinschen2013-05-211-0/+363
* * libc/base64.c: New file.Corinna Vinschen2013-05-211-0/+316
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-239-31/+34
* Adapt to changes in newlib's sys/cdefs.h:Corinna Vinschen2013-04-221-1/+0
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-213-3/+3
* * winlean.h: Make sure certain Windows macros are undefined again.Corinna Vinschen2012-07-121-1/+0
* * fhandler_procnet.cc: Fix copyright.Corinna Vinschen2012-07-062-2/+2
* Add files missing in previous checkinCorinna Vinschen2012-07-061-7/+9
* In terms of network related functionality, rely on Winsock definitionsCorinna Vinschen2012-07-063-7/+3
* * libc/rcmd.cc: Don't undef __INSIDE_CYGWIN_NET__.Corinna Vinschen2012-07-061-0/+1
* Clean up whitespace.Christopher Faylor2011-12-175-30/+30
* * fhandler.h (__ptsname): New macro.Christopher Faylor2011-11-081-3/+12
* Based on newlib patch to strptime by Peter Rosin <peda@lysator.liu.se>:Corinna Vinschen2011-05-121-0/+92
* * libc/minires-os-if.c (get_dns_info): Drop printing uninitializedCorinna Vinschen2011-05-061-1/+1
* * libc/minires-os-if.c (get_dns_info): Remove unnecessary test forCorinna Vinschen2011-05-011-2/+1
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-36/+55
* * libc/strptime.c: Remove misleading comment.Corinna Vinschen2011-04-011-4/+0
* * libc/bsdlib.cc: Include err.h.Corinna Vinschen2011-02-021-0/+1
* * autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor2010-09-241-2/+2
* 2010-09-21 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2010-09-211-4/+22
* * net.cc: Remove calls to sig_dispatch_pending throughout.Corinna Vinschen2010-03-301-1/+0
* * libc/rcmd.c: Enable IPv6.Corinna Vinschen2010-03-291-6/+0
* * libc/strptime.cc: Implement support for era, alt_digits and POSIXCorinna Vinschen2010-02-261-47/+402
* * libc/strfmon.c (__setup_vars): Test for an empty string rather thanCorinna Vinschen2010-01-291-2/+2
* * libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor2010-01-291-2/+3
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-222-50/+631
* * libc/fnmatch.c: Replace with multibyte capable version from FreeBSD.Corinna Vinschen2010-01-161-68/+145
* Make pty.h match recent glibc.Eric Blake2009-12-261-3/+4
* * libc/getopt.c (getopt_internal): Set optreset according to optindCorinna Vinschen2009-12-141-11/+14
* Consistently use va_end.Eric Blake2009-10-141-0/+4
* * libc/minires.c (scanline): Fix type in calls to ctype functionsCorinna Vinschen2009-05-061-2/+2
* * libc/minires.c (scanline): Accommodate ctype changes which disallow use of anChristopher Faylor2009-05-041-2/+2