summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/sys/dirent.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-3/+10
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+18
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+1
* * cygwin.din (scandirat): Export.Yaakov Selkowitz2012-02-221-1/+5
* * include/sys/dirent.h (d_fileno): Define as d_ino.Corinna Vinschen2010-08-061-0/+2
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-3/+3
* Remove all traces of __CYGWIN_USE_BIG_TYPES__.Corinna Vinschen2010-02-261-12/+1
* * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1.Corinna Vinschen2008-11-281-3/+5
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-1/+1
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-2/+3
* * cygwin.din: Export fdopendir.Corinna Vinschen2007-06-291-1/+2
* * include/sys/dirent.h (struct __DIR): Rename __d_unused toCorinna Vinschen2006-03-011-1/+1
* * include/sys/dirent.h (struct dirent): Revert misguided attempt toCorinna Vinschen2006-01-281-1/+1
* * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen2006-01-271-12/+5
* * include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor2006-01-211-18/+14
* * include/sys/dirent.h: Add comments for people who are REALLY confused aboutChristopher Faylor2006-01-201-13/+13
* * dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor2006-01-191-2/+4
* * include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor2005-12-191-3/+3
* * dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor2005-12-101-4/+4
* * dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.Christopher Faylor2005-12-051-1/+1
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-0/+1
* white spaceChristopher Faylor2005-08-121-14/+13
* * include/endian.h: Move everything into this file and define things more likeChristopher Faylor2005-08-061-0/+26
* white space and minor comment cleanup.Christopher Faylor2005-05-021-1/+1
* * dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor2003-09-091-2/+2
* Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor2003-09-081-16/+9
* * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen2003-05-121-0/+97