aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/libc
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-11* cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor1-6/+7
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor1-1/+2
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2-7/+7
2008-07-30* cygwin.din (_getutline): Remove.Christopher Faylor1-2/+2
2008-05-10 * Makefile.in (DLL_OFILES): Remove _def_time.o.Corinna Vinschen2-44/+27
2008-05-08 * include/sys/localedef.h: Remove.Corinna Vinschen1-1/+18
2008-05-08 * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.Corinna Vinschen5-697/+363
2008-04-01 Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2-2/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor4-110/+102
2008-02-10 * libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility.Corinna Vinschen2-0/+10
2008-01-15 * Makefile.in (DLL_OFILES): Remove memmem.o.Corinna Vinschen1-67/+0
2007-12-20 * libc/memmem.cc (memmem): Fix bug when searching for empty string.Corinna Vinschen1-2/+2
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen1-1/+1
2007-06-12 * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen1-0/+48
2007-02-26 * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen1-1/+1
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen1-8/+5
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-9/+0
2007-02-09 * libc/minires-os-if.c (write_record): Handle DNS_TYPE_SRV andCorinna Vinschen1-1/+16
2006-12-15 * libc/minires-os-if.c (cygwin_query): Remove ERROR_PROC_NOT_FOUND case.Corinna Vinschen1-20/+6
2006-12-12 * libc/minires.c (res_ninit): Drop handling for LOCALDOMAIN environmentCorinna Vinschen1-6/+0
2006-12-11 * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen3-0/+1556
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-270/+782
2006-07-10 * libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.Corinna Vinschen2-0/+2
2006-07-07 * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen2-0/+350
2006-07-05* libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor1-2/+1
2006-07-04 * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen1-0/+416
2005-12-23* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor1-1/+1
2005-11-18* strptime.cc (_strptime): Fix gcc warnings.Christopher Faylor1-0/+2
2005-11-18 * libc: Add subdirectory.Corinna Vinschen3-0/+733
2005-11-08* memmem.cc: New file.Christopher Faylor1-0/+67
2005-08-08 * ftw.c: Include winsup.h.Corinna Vinschen2-0/+6
2005-08-08 * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen3-0/+1470
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-1/+2
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen1-0/+49
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-7/+7
2004-02-20 * getopt.c: Avoid useless compiler warnings.Corinna Vinschen1-1/+5
2004-02-20 * getopt.c: Replace with latest vanilla(!) OpenBSD version 1.16.Corinna Vinschen1-251/+294
2004-02-14 * getopt.c: Replace with latest NetBSD version 1.16. Keep CygwinCorinna Vinschen1-47/+44
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-0/+2