newlib/winsup
Christopher Faylor 066ca06fd0 * dir.cc (readdir): Fill out new old_d_ino field.
* fhandler.h (fhandler_base::namehash): Define as ino_t.
(fhandler_base::get_namehash): Ditto.
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Accommodate new 64
bit st_ino.
* fhandler_socket.cc (fhandler_socket::fstat): Ditto.
* path.cc (hash_path_name): Return ino_t.
* syscalls.cc (stat64_to_stat32): Convert 64 bit inode to 32 bit.
* winsup.h (hash_path_name): Declare as returning ino_t.
* include/cygwin/stat.h (__stat32): Use 32 bit st_ino.
(__stat64): Use 64 bit st_ino.
* include/cygwin/types.h (__ino64_t): Define.
(__ino32_t): Ditto.
(ino_t): Define appropriately.
2003-05-11 00:10:11 +00:00
..
bz2lib
cygserver Switch to 32/64 datatypes: 2003-03-09 21:51:00 +00:00
cygwin * dir.cc (readdir): Fill out new old_d_ino field. 2003-05-11 00:10:11 +00:00
doc * cygwin-ug-net.in.sgml: Remove outdated revision information and authors names 2003-05-09 00:05:02 +00:00
mingw * include/_mingw.h: Change version to 3.0 2003-05-07 03:12:17 +00:00
subauth
testsuite * libltp/include/test.h: Remove gethostid declaration. 2003-05-09 20:53:22 +00:00
utils * mkpasswd.c (usage) Remove extra newline from description output. 2003-04-26 22:33:00 +00:00
w32api * include/shlguid.h (CGID_ShellServiceObject): Declare. 2003-05-10 09:20:11 +00:00
ChangeLog * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work. 2003-04-19 01:02:51 +00:00
configure * configure.in: w32api directory was already optional. Semi-revert 2003-02-06 2003-03-17 22:27:07 +00:00
configure.in * configure.in: w32api directory was already optional. Semi-revert 2003-02-06 2003-03-17 22:27:07 +00:00
CYGWIN_LICENSE
Makefile.common * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work. 2003-04-19 01:02:51 +00:00
Makefile.in