Re: Timezone handling in date command

2009-02-21 Thread James Youngman
On Thu, Feb 19, 2009 at 12:11 PM, Burba, Viktor wrote: > Dear guys, > > I have expierenced the following unexpeted behaviour by using the "date" > command on SuSE SLES10(x86_64): > > I have timezone setup to Asia/Dubai (GMT+4), which has short name GST > (Gulf Standart time) > > #date > Thu Feb 20

Re: coreutils-6.12.208-2441 and strtold

2009-02-21 Thread James Youngman
On Wed, Jan 28, 2009 at 11:26 AM, Poor Yorick wrote: > Couldn't check out coreutils at work because corporate firewall blocked > everything but http access, which always hung during git-clone. Perhaps if you try a shallow clone by using "git clone --depth 2" or similar, this may work around the

Re: new modules for Unicode normalization

2009-02-21 Thread Bruno Haible
Hi Pádraig, Bo, On 2008-05-08, when I mentioned the possibility to have a filter program that reads from standard input and writes the canonicalized output to standard output, you liked this idea:

Re: ls -s documentation misleading

2009-02-21 Thread jidanni
By the way, turning to -l, looking high and low on (info "(coreutils)What information is listed") doesn't say why ls follows symlinks, but ls -l doesn't: $ ls q f $ ls -l q lrwxrwxrwx 1 jidanni jidanni 1 2009-02-22 01:57 q -> z (Made with:) $ mkdir z $ touch z/f $ ln -s z q _

3 more test-changes

2009-02-21 Thread Jim Meyering
FYI, there were a few minor problems. Running "make check" in the background would hang and the new install-C test would fail in a directory with the setgid bit set. I've fixed the first, but since I'm not sure "trap '' TTOU" is portable the second change-set just makes it so all three of the affe

coreutils-7.1 released [stable]

2009-02-21 Thread Jim Meyering
This is to announce coreutils-7.1, a release we're calling "stable", because we think it's solid enough for general use. For a summary of changes and contributors, see: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v7.1 or run this command from a git-cloned coreutils directory: gi

Re: new modules for Unicode normalization

2009-02-21 Thread Jim Meyering
Bruno Haible wrote: ... > With this, you can easily create a program that reads UTF-8 from stdin and > outputs it as canonicalized UTF-8 on stdout: > - create a "stream" that takes a Unicode character and outputs it to > stdout. (Gnulib module 'unistr/u8-uctomb'.) > - Wrap a Unicode normali

dist man pages and non-standard programs

2009-02-21 Thread Mike Frysinger
the current man/Makefile.am does not create and distribute man pages for non- standard programs like arch, hostname, and su. this is a pain when working with cross-compiling as the install target will attempt to run the binary and generate the man page which will of course fail. a simple workar

Re: `cp -p` incorrectly sets g+s bit when fs supports acl

2009-02-21 Thread Mike Frysinger
On Saturday 23 February 2008 01:12:24 Mike Frysinger wrote: > On Saturday 23 February 2008, Paul Eggert wrote: > > Mike Frysinger writes: > > > i'm using coreutils-6.10 with acl-2.2.47 on linux-2.6.24. when using > > > ext2 with acl support enabled, `cp -p` on a directory who does not have > > >

[PATCH] Update James Youngman's email address

2009-02-21 Thread James Youngman
* THANKS: Update James Youngman's email address Signed-off-by: James Youngman --- THANKS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/THANKS b/THANKS index ebb8c4d..c78e85d 100644 --- a/THANKS +++ b/THANKS @@ -242,7 +242,7 @@ James Hunt james

Re: [PATCH] Update James Youngman's email address

2009-02-21 Thread James Youngman
On Sun, Feb 22, 2009 at 12:41 AM, James Youngman wrote: > * THANKS: Update James Youngman's email address > -James Youngman james+use...@free-lunch.demon.co.uk > +James Youngman j...@gnu.org I haven't used that email address at all since about 2000, and I

Re: new modules for Unicode normalization

2009-02-21 Thread Pádraig Brady
Jim Meyering wrote: > Bruno Haible wrote: > ... >> With this, you can easily create a program that reads UTF-8 from stdin and >> outputs it as canonicalized UTF-8 on stdout: >> - create a "stream" that takes a Unicode character and outputs it to >> stdout. (Gnulib module 'unistr/u8-uctomb'.)

Re: [PATCH] Update James Youngman's email address

2009-02-21 Thread Jim Meyering
James Youngman wrote: > On Sun, Feb 22, 2009 at 12:41 AM, James Youngman wrote: >> * THANKS: Update James Youngman's email address >> -James Youngman james+use...@free-lunch.demon.co.uk >> +James Youngman j...@gnu.org > > I haven't used that email address

Re: new modules for Unicode normalization

2009-02-21 Thread Bruno Haible
Hi Jim, > That sounds like it'd make a fine addition, and you're welcome to > contribute it. Thanks for the invitation. But I am already busy in too many areas. I leave this small project to someone familiar with coreutils and its coding guidelines. Bruno __

Re: new modules for Unicode normalization

2009-02-21 Thread Bruno Haible
Hi Pádraig, > So I'm wondering now why normalization functionality isn't in iconv? > Seems like a big ommision to me. 1) Not every functionality that is a filter should become part of iconv. Unicode normalization forms? Removal of accents? Case conversions? Transliteration from one script t