[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : bzip2

2005-04-14 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: bzip2 Date : 2005-04-14 22:02 Project "GnuWin32" ('gnuwin32') has released the new version of package 'bzip2'. You can download it from SourceForge.net by following this link:

Re: [GnuWin32-Users] How does coreutils/stat "calculate" an inode on win32 filesystems?

2005-04-14 Thread Kees Zeelenberg
Basically, the GnuWin32 implementation of stat uses as inode number the FileIndex from the BY_HANDLE_FILE_INFORMATION structure returned by the Win32 API function GetFileInformationByHandle (http://msdn.microsoft.com/library/en-us/fileio/fs/getfileinformationbyhandle.asp). The FileIndex is a 64

[GnuWin32-Users] How does coreutils/stat "calculate" an inode on win32 filesystems?

2005-04-14 Thread Torsten Kurbad
Hello, we are having a weird problem here: While developing a portable python application (runs on Linux, MacOS X, and Win32) we came across the fact, that the MS Visual C libraries always return "0" as inode value for statbuf->st_ino (and so does python). Nevertheless, the "stat" command of the w