[bug #15472] Inodes in error message are wrong

2008-09-13 Thread sergejs
Follow-up Comment #10, bug #15472 (project findutils): All artists by Rock | MP3 Download | mp3ultima.com http://mp3ultima.com/genres/genre332/Rock/ ___ Reply to this item at: _

[bug #15472] Inodes in error message are wrong

2008-09-07 Thread James Youngman
Update of bug #15472 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.4.0 ___ Reply to this item at:

[bug #15472] Inodes in error message are wrong

2008-07-09 Thread anonymous
Additional Item Attachment, bug #15472 (project findutils): File name: feed_rss10_80x15_2.png Size:3 KB File name: feed_rss20_80x15.png Size:3 KB ___ Reply to this item at: _

[bug #15472] Inodes in error message are wrong

2008-05-31 Thread anonymous
Follow-up Comment #8, bug #15472 (project findutils): Best sites from google.de : 1) http://www.google.de/notebook/public/04608191802079853396/BDShxQwoQqI2u9aMj 2) http://www.google.de/notebook/public/14811194029080121230/BDShxQwoQ-K6u9aMj 3) http://www.google.de/notebook/public/04608191802079853

[bug #15472] Inodes in error message are wrong

2008-03-10 Thread Eric Blake
Update of bug #15472 (project findutils): Status: In Progress => Fixed ___ Reply to this item at: ___

[bug #15472] Inodes in error message are wrong

2008-03-08 Thread James Youngman
Follow-up Comment #7, bug #15472 (project findutils): Ping? ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.org/

[bug #15472] Inodes in error message are wrong

2007-11-17 Thread Eric Blake
Follow-up Comment #6, bug #15472 (project findutils): Thanks for the reminder; the existing code is still bogus (printing a 64-bit value converted through a 32-bit specifier on at least cygwin). But gnulib now provides PRIuMAX (or at least, it provides %ju via the *printf-posix modules), so I've

[bug #15472] Inodes in error message are wrong

2007-11-17 Thread James Youngman
Follow-up Comment #5, bug #15472 (project findutils): Is the attached patch no longer appropriate? If it still works, do you still want to apply it? ___ Reply to this item at: ___

[bug #15472] Inodes in error message are wrong

2007-05-05 Thread James Youngman
Update of bug #15472 (project findutils): Status:None => In Progress Assigned to: jay => ericb ___ Follow-up Comment #4: Sorry about the

[bug #15472] Inodes in error message are wrong

2006-03-14 Thread Eric Blake
Follow-up Comment #3, bug #15472 (project findutils): Since gnulib doesn't (yet) provide PRIuMAX, I decided to write the attached patch instead, which uses the inttostr module: 2006-03-14 Eric Blake <[EMAIL PROTECTED]> * import-gnulib.sh (findutils_modules): Add inttostr. * fi

[bug #15472] Inodes in error message are wrong

2006-03-10 Thread Eric Blake
Follow-up Comment #2, bug #15472 (project findutils): (uintmax_t) and "%"PRIuMAX works where (long long) and "%lld" don't, since ino_t cannot be longer than uintmax_t whether or not long long exists. Gnulib provides a way to detect uintmax_t, and coreutils src/system.h contains an example of def

[bug #15472] Inodes in error message are wrong

2006-01-18 Thread Eric Blake
URL: Summary: Inodes in error message are wrong Project: findutils Submitted by: ericb Submitted on: Wed 01/18/06 at 07:22 Category: find Sever