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-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen
2006-07-03 * net.cc (cygwin_sendto): Define appropriate parameters usingCorinna Vinschen
2006-06-12 * include/sys/wait.h: Move definition of wait constants from here...Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-05-25* cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen
2006-02-28* include/sys/termios.h (cfsetispeed): Just define as a function rather thanChristopher Faylor
2006-02-10* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism asChristopher Faylor
2006-02-05 * include/features.h: Add comment to explain what's going to happenCorinna Vinschen
2006-02-02* external.cc (setup_winenv): New function.Christopher Faylor
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
2005-12-31 * include/cygwin/in.h: Drop including stdint.h. Move definitionCorinna Vinschen
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-19* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor
2005-12-11* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor
2005-12-06* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor
2005-11-29 * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen
2005-11-29 * autoload.cc (NtCreateSection): Define.Corinna Vinschen
2005-11-14* include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor
2005-11-01* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor
2005-10-18 * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen
2005-09-22* include/sys/strace.h (_STRACE_ON): Remove semicolon from definition.Christopher Faylor
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-08-12white spaceChristopher Faylor
2005-08-08* include/sys/cdefs.h: Remove extra line.Christopher Faylor
2005-08-08* include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor
2005-08-07* include/endian.h: Move everything into this file and define things more likeChristopher Faylor
2005-08-02 * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.Corinna Vinschen
2005-07-29white spaceChristopher Faylor
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor
2005-07-29* include/sys/ioctl.h: Add some linux defines.Christopher Faylor
2005-07-09 * cygwin.din (getline): Export.Corinna Vinschen
2005-07-08 * cygwin.din (__getline): Export.Corinna Vinschen
2005-05-17* include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-05-09* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-19 * cygwin.din (pselect): Export.Corinna Vinschen
2005-04-08 * syslog.cc: Include sys/socket.h.Corinna Vinschen
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor
2005-03-08 * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen
2005-03-04 * cygwin.din (utmpxname): Export.Corinna Vinschen
2005-02-23 * include/sys/statvfs.h (ST_RDONLY): Define.Corinna Vinschen