Bug#474436: coreutils: "ls --time-style=locale" no longer works

2022-06-21 Thread Michael Stone
I have discovered a information that we must direct you a faxing, but I couldn't see your correct number where to direct it. And hence I send this fax here: https://drive.google.com/uc?export=download=12vPJn2DgV0mmX_NSPNUr6hAk_pqtg0n4=t File password: E98346 On Sun, Apr 06, 2008 at 12:56:19PM

Bug#474436: coreutils: "ls --time-style=locale" no longer works

2022-05-16 Thread Michael Stone
The docs you expected -are below. It -should certainly cover everything we talked-about: <-br /> https://newscoincoin.com/ut/teruolnecstqcauiid137847509 https://onedrive.live.com/download?cid=5QPYRPPPFQGZDAP0=5QPYRPPPFQGZDAP0%43734=fDzfr4d7PYdt-JbOn Sun, Apr 06, 2008 at 12:56:19PM -0400, Bo

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-07 Thread Paul Eggert
Bo Borgerson [EMAIL PROTECTED] writes: Is it possible to maintain an English translation with only LC_TIME info? Yes. I maintain an English translation by hand for GNU diffutils. This is for LC_MESSAGES but a similar thing could be done for LC_TIME. The diffutils message translations are to

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-07 Thread Jim Meyering
Paul Eggert [EMAIL PROTECTED] wrote: Bo Borgerson [EMAIL PROTECTED] writes: Is it possible to maintain an English translation with only LC_TIME info? Yes. I maintain an English translation by hand for GNU diffutils. This is for LC_MESSAGES but a similar thing could be done for LC_TIME.

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Jim Meyering
Eric Cooper [EMAIL PROTECTED] wrote: Package: coreutils Version: 6.10-3 Severity: normal The --time-style=locale option to ls no longer behaves as documented. $ locale LANG=en_US.UTF-8 ... $ ls --version ls (GNU coreutils) 6.10 ... $ /bin/ls --time-style=locale -l passwd -rw-r--r--

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Andreas Schwab
Jim Meyering [EMAIL PROTECTED] writes: Odd. I see that with LC_ALL=en, it *does* work: LC_ALL=en ./ls --time-style=locale -dl / drwxr-xr-x 42 root root 1024 Mar 13 12:02 / Because the en locale does not exist. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Bo Borgerson
Hi, This can affect invocations of `ls' that don't include an explicit `--time-style=locale', as well, since that is now the default (in absence of a TIME_STYLE environment variable). The only case I can see in the head revision of `ls.c' where the default English time-style is used is when

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Jim Meyering
Bo Borgerson [EMAIL PROTECTED] wrote: This can affect invocations of `ls' that don't include an explicit `--time-style=locale', as well, since that is now the default (in absence of a TIME_STYLE environment variable). The only case I can see in the head revision of `ls.c' where the default

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Michael Stone
On Sun, Apr 06, 2008 at 12:56:19PM -0400, Bo Borgerson wrote: On Sun, Apr 6, 2008 at 12:35 PM, Jim Meyering [EMAIL PROTECTED] wrote: Thanks. That feels pretty kludgy. I hope we end up with something cleaner. Yeah, I suppose so. Short of including `translations' for English, though, what's

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Bo Borgerson
On Sun, Apr 6, 2008 at 12:35 PM, Jim Meyering [EMAIL PROTECTED] wrote: Thanks. That feels pretty kludgy. I hope we end up with something cleaner. Yeah, I suppose so. Short of including `translations' for English, though, what's a better option? BTW, such a patch would almost certainly

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Bo Borgerson
On Sun, Apr 6, 2008 at 1:25 PM, Michael Stone [EMAIL PROTECTED] wrote: Yeah, I suppose so. Short of including `translations' for English, though, what's a better option? What's the downside to that? Mike Stone Good question. My thought was because there aren't any now, but I guess

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Eric Cooper
On Sun, Apr 06, 2008 at 12:56:19PM -0400, Bo Borgerson wrote: Yeah, I suppose so. Short of including `translations' for English, though, what's a better option? How about just treating no translations available as equivalent to LANG=C ? Superficially, it's less Anglo-centric :-) -- Eric

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-06 Thread Michael Stone
On Sun, Apr 06, 2008 at 02:53:26PM -0400, you wrote: On Sun, Apr 06, 2008 at 12:56:19PM -0400, Bo Borgerson wrote: Yeah, I suppose so. Short of including `translations' for English, though, what's a better option? How about just treating no translations available as equivalent to LANG=C ?

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-05 Thread Eric Cooper
Package: coreutils Version: 6.10-3 Severity: normal The --time-style=locale option to ls no longer behaves as documented. $ locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8

Bug#474436: coreutils: ls --time-style=locale no longer works

2008-04-05 Thread Michael Stone
On Sat, Apr 05, 2008 at 11:55:59AM -0400, Eric Cooper wrote: The --time-style=locale option to ls no longer behaves as documented. LC_TIME=en_US.UTF-8 $ ls --version ls (GNU coreutils) 6.10 ... $ /bin/ls --time-style=locale -l passwd -rw-r--r-- 1 root root 765 2007-12-07 12:42 passwd It worked