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
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-28 * cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.Corinna Vinschen
2006-02-28* include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor
2006-02-16 * cygwin.din: Export sigignore and sigset.Corinna Vinschen
2006-02-13* include/mntent.h: Add missing #include.Christopher Faylor
2006-02-10* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2006-02-06 * include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.Corinna Vinschen
2006-02-05 * include/features.h: Add comment to explain what's going to happenCorinna Vinschen
2006-02-03* cygwin/version.h: Mention CW_SETUP_WINENV in comment for API minor 153.Christopher Faylor
2006-02-03 * cygwin.din (updwtmpx): Export.Corinna Vinschen
2006-02-02* external.cc (setup_winenv): New function.Christopher Faylor
2006-01-31 * dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.Corinna Vinschen
2006-01-28 * include/sys/dirent.h (struct dirent): Revert misguided attempt toCorinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor
2006-01-20* include/sys/dirent.h: Add comments for people who are REALLY confused aboutChristopher Faylor
2006-01-19* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor
2006-01-18 * include/cygwin/socket.h (struct sockaddr_storage): Fix typo inCorinna Vinschen
2006-01-17* include/cygwin/version.h: Bump DLL minor version number to 20.Christopher Faylor
2006-01-12 * Update copyrights.Corinna Vinschen
2006-01-09 * include/getopt.h (getopt_long_only): Declare.Corinna Vinschen
2006-01-09 * cygwin.din: Export getsubopt.Corinna Vinschen
2006-01-05* include/getopt.h: Accommodate recent unfortunate newlib changes.Christopher Faylor
2006-01-02 Bump copyright dates.Corinna Vinschen
2006-01-01* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor
2005-12-31 * include/cygwin/in.h: Drop including stdint.h. Move definitionCorinna Vinschen
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-22 * fhandler.h (fhandler_base::issymlink): New method.Corinna Vinschen
2005-12-19* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen
2005-12-11* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor
2005-12-07* include/cygwin/stdlib.h: Guard compilation of *unsetenv* in newlib.Christopher Faylor
2005-12-06* include/cygwin/stdlib.h: New file.Christopher Faylor
2005-12-06* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor
2005-12-03* include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor
2005-11-29 * include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2005-11-29 * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen
2005-11-29 * autoload.cc (NtCreateSection): Define.Corinna Vinschen
2005-11-18 * libc: Add subdirectory.Corinna Vinschen
2005-11-18* include/cygwin/sys_time.h: Move futimes and lutimes declaration here fromChristopher Faylor
2005-11-18* times.cc (timezone): Put back (void).Christopher Faylor
2005-11-18* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.Christopher Faylor
2005-11-14* include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor
2005-11-11* cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor
2005-11-11* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.Christopher Faylor
2005-11-10 * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen
2005-11-09* memmem.cc: New file.Christopher Faylor