Re: sync from gnulib to coreutils

2006-01-11 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > I installed this to sync from gnulib: > > 2006-01-10 Paul Eggert <[EMAIL PROTECTED]> > > * src/system.h (X2NREALLOC, X2REALLOC, DECIMAL_DIGIT_ACCUMULATE): > Use verify_true instead of verify_expr, to sync with gnulib. Thanks. I've installed th

Re: XML-like date/time support ?

2006-01-11 Thread Nicolas Mailhot
On Mer 11 janvier 2006 01:41, Paul Eggert wrote: > Nicolas Mailhot <[EMAIL PROTECTED]> writes: > >> http://www.oasis-open.org/committees/relax-ng/spec-20011203.html > > This doesn't seem to say anything about dates or times. Is there > some spec based on Relax NG that does? Or am I looking in th

FYI: openat evolution: new functions: fchmodat, fchownat

2006-01-11 Thread Jim Meyering
I need fchmodat and fchownat for the upcoming fts.c changes, so I've just checked in these changes: 2006-01-11 Jim Meyering <[EMAIL PROTECTED]> * openat.c (fchownat): New function. * openat.h (fchmodat, fchownat): Declare. (chmodat, lchmodat): Define convenience function

Re: bugs in test

2006-01-11 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > First, the 'extra argument' and 'missing argument' error messages are > missing a trailing newline. Thanks. That's a bug, and I installed the obvious patch. > Second, it is confusing that -a is silently accepted, but that non-unary > operators that look

Join separator field

2006-01-11 Thread Samuel GRANJEAUD
Hello! I am pround to use join for doing bioinformatics up to now. But when I wanted to separate field by tab character, I failed. May be it's a bug... Im working under cygwin. Fields are separated by tab characters. When I specify tab char as separator, 2 lines are missing, for the 2 next th

Enanchement of /bin/ls for ACLs -l option

2006-01-11 Thread Claudiu C.
moya:/tmp$ touch a moya:/tmp$ ls -l a -rw-r--r-- 1 claudiu users 0 2006-01-11 09:16 a moya:/tmp$ setfacl -m u:root:rwx a moya:/tmp$ ls -l a -rw-rwxr--+ 1 claudiu users 0 2006-01-11 09:16 a This, in my opinion, is not correct. a is colored with green (has execute flag), but for me, claudiu, I do

Exit Error

2006-01-11 Thread Sabino Rotiglia
When you simply would like to exit the current user or session you get a fatal error 07. FYI - Yahoo! Photos Got holiday prints? See all the ways to get quality prints in your hands ASAP. _

md5, sha1, sha256, sha512 minor cleanups

2006-01-11 Thread Paul Eggert
coreutils CVS didn't build with Sun's C compiler due to an unprotected use of __attribute__ in one of the sha* libraries, so I looked for all the unnecessary differences between md5 and sha* and removed the ones I found, installing the following change, along with importing the stdint module from g