newlib-cygwin/winsup
Christopher Faylor 868fb2ff69 * include/cygwin/version.h: Bump API minor number to 151.
* dir.cc (__opendir_with_d_ino): New function.
(opendir): Set flag if we should be calculating inodes.
(readdir_worker): Calculate d_ino by calling stat if the user has asked for it.
(seekdir64): Maintain all persistent flag settings.
* fhandler.h (dirent_states): Add dirent_set_d_ino.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Reflect changes to
dirent structure.
* fhandler_virtual.cc (fhandler_virtual::opendir): Ditto.
* include/sys/dirent.h (struct dirent): Coalesce two similar structures.
Remove all threads of the apparently highly confusing references to inodes.
Add support for calculating a real inode if __USE_EXPENSIVE_CYGWIN_D_INO is
defined.
2006-01-21 02:24:17 +00:00
..
cygserver * wincap.cc: New file. 2006-01-12 16:59:15 +00:00
cygwin * include/cygwin/version.h: Bump API minor number to 151. 2006-01-21 02:24:17 +00:00
doc Remove references to and files from old texinfo FAQ. 2006-01-19 02:44:17 +00:00
mingw 2006-01-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2006-01-19 00:32:21 +00:00
subauth * Makefile.in: Comment out install for now. 2001-10-12 20:02:41 +00:00
testsuite * cygload/README: Delete. 2006-01-02 06:15:58 +00:00
utils * cygcheck.cc (common_paths): Add "patch". 2006-01-19 21:16:38 +00:00
w32api 2006-01-17 Chris Sutcliffe <ir0nh34d@users.sf.net> 2006-01-17 18:56:12 +00:00
CYGWIN_LICENSE * CYGWIN_LICENSE: Fix contact information. 2006-01-16 14:57:34 +00:00
ChangeLog * configure.in: Add AC_PROG_INSTALL handling. 2006-01-16 17:48:36 +00:00
Makefile.common * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing. 2005-10-11 18:17:59 +00:00
Makefile.in * configure.in: Add AC_PROG_INSTALL handling. 2006-01-16 17:48:36 +00:00
configure * configure.in: Add AC_PROG_INSTALL handling. 2006-01-16 17:48:36 +00:00
configure.in * configure.in: Add AC_PROG_INSTALL handling. 2006-01-16 17:48:36 +00:00