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
2011-02-28This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20110301cvs2svn
2010-08-06 * include/sys/dirent.h (d_fileno): Define as d_ino.Corinna Vinschen
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen
2010-02-26 Remove all traces of __CYGWIN_USE_BIG_TYPES__.Corinna Vinschen
2008-11-28 * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-06-29 * cygwin.din: Export fdopendir.Corinna Vinschen
2006-03-01 * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna 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
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-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-08-12white spaceChristopher Faylor
2005-08-07* include/endian.h: Move everything into this file and define things more likeChristopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2003-09-09* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen