summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/libc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * libc/bsdlib.cc: Align copyright with upstream.Corinna Vinschen2009-04-157-27/+0
* * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen2009-04-061-3/+3
* * cygwin.din: Export gethostbyname2.Corinna Vinschen2009-03-061-10/+54
* * cygwin.din: Export reallocf.Corinna Vinschen2009-02-161-1/+0
* * libc/getopt.c (parse_long_options): Use fix from NetBSD's getoptCorinna Vinschen2009-01-131-9/+19
* * libc/fts.c (fts_build): Use DT_DIR case on Cygwin.Corinna Vinschen2009-01-081-3/+4
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-032-6/+1
* * libc/minires.c (open_sock): Set non blocking and close on exec.Corinna Vinschen2008-12-031-48/+95
* * cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor2008-09-111-6/+7
* * localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor2008-09-111-1/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-112-7/+7
* * cygwin.din (_getutline): Remove.Christopher Faylor2008-07-301-2/+2
* * Makefile.in (DLL_OFILES): Remove _def_time.o.Corinna Vinschen2008-05-102-44/+27
* * include/sys/localedef.h: Remove.Corinna Vinschen2008-05-081-1/+18
* * Makefile.in (DLL_OFILES): Add _def_time.o. Remove timelocal.o.Corinna Vinschen2008-05-085-697/+363
* Throughout, call fcntl64 instead of fcntl or fcntl_worker.Corinna Vinschen2008-04-012-2/+2
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-154-110/+102
* * libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility.Corinna Vinschen2008-02-102-0/+10
* * Makefile.in (DLL_OFILES): Remove memmem.o.Corinna Vinschen2008-01-151-67/+0
* * libc/memmem.cc (memmem): Fix bug when searching for empty string.Corinna Vinschen2007-12-201-2/+2
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-281-1/+1
* * Makefile.in (DLL_OFILES): Add xsique.o.Corinna Vinschen2007-06-121-0/+48
* * fhandler_registry.cc (registry_listing): Drop name of HKEY_DYN_DATA.Corinna Vinschen2007-02-261-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen2007-02-261-8/+5
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-9/+0
* * libc/minires-os-if.c (write_record): Handle DNS_TYPE_SRV andCorinna Vinschen2007-02-091-1/+16
* * libc/minires-os-if.c (cygwin_query): Remove ERROR_PROC_NOT_FOUND case.Corinna Vinschen2006-12-151-20/+6
* * libc/minires.c (res_ninit): Drop handling for LOCALDOMAIN environmentCorinna Vinschen2006-12-121-6/+0
* * Makefile.in (DLL_OFILES): Add minires-os-if.o and minires.o.Corinna Vinschen2006-12-113-0/+1556
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-252-270/+782
* * libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.Corinna Vinschen2006-07-102-0/+2
* * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.Corinna Vinschen2006-07-072-0/+350
* * libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - setChristopher Faylor2006-07-051-2/+1
* * Makefile.in (DLL_OFILES): Add rexec.o.Corinna Vinschen2006-07-041-0/+416
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-1/+1
* * strptime.cc (_strptime): Fix gcc warnings.Christopher Faylor2005-11-181-0/+2
* * libc: Add subdirectory.Corinna Vinschen2005-11-183-0/+733
* * memmem.cc: New file.Christopher Faylor2005-11-081-0/+67
* * ftw.c: Include winsup.h.Corinna Vinschen2005-08-082-0/+6
* * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen2005-08-083-0/+1470
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-1/+2
* * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen2004-09-101-0/+49
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-7/+7
* * getopt.c: Avoid useless compiler warnings.Corinna Vinschen2004-02-201-1/+5
* * getopt.c: Replace with latest vanilla(!) OpenBSD version 1.16.Corinna Vinschen2004-02-201-251/+294
* * getopt.c: Replace with latest NetBSD version 1.16. Keep CygwinCorinna Vinschen2004-02-141-47/+44
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-0/+2
* * bsdlib.cc (getprogname): New function.Corinna Vinschen2003-11-171-0/+22