Re: printf "%c" behavious

2004-08-14 Thread Paul Jarc
"G. Vamsee Krishna" <[EMAIL PROTECTED]> wrote: > What I still didn't get it, is this a bug or a feature left intentionally? It's intentional. paul ___ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: reporting bug for du program

2004-08-14 Thread G. Vamsee Krishna
Tried it. Program exited normally. Can you test it again on a different machine and post the information? I'm using coreutils-5.2.1, btw. regards, GVK On Fri, 13 Aug 2004, Arnaud M. wrote: > Hello, > > I've found a reproducible bug in 'du' program, if you need more information to debug > it,

Re: 'install --target-directory' is documented but not implemented

2004-08-14 Thread Paul Eggert
"Dmitry V. Levin" <[EMAIL PROTECTED]> writes: > 2004-08-11 Dmitry V. Levin <[EMAIL PROTECTED]> > > * src/install.c (main): Fix -d regression introduced with > --target-directory support at 2004-06-25. Thanks; I installed that, along with this test for the regression: 2004-08-11 Pa

Re: reporting bug for du program

2004-08-14 Thread Jim Meyering
"Arnaud M." <[EMAIL PROTECTED]> wrote: > I've found a reproducible bug in 'du' program, > if you need more information to debug it, just ask me exactly what you need. Thanks for the report. You didn't say what version you're using, but the failed assertion bug should be fixed in coreutils-5.2.1.

reporting bug for du program

2004-08-14 Thread Arnaud M.
Hello, I've found a reproducible bug in 'du' program, if you need more information to debug it, just ask me exactly what you need. Arnaud M. --- $ gdb --args /usr/bin/du -sh * GNU gdb 6.1-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Publ

Re: printf "%c" behavious

2004-08-14 Thread G. Vamsee Krishna
Thanks. It's working fine now. "%c" 65 is giving 'A' :) What I still didn't get it, is this a bug or a feature left intentionally? In the later case, I think the man/info pages should be changed to reflect it. On Fri, 13 Aug 2004, Alfred M. Szmidt wrote: >I deleted it and added /usr/local