bug#24601: Update

2016-10-04 Thread Assaf Gordon
Hello, Attached is my test program for strcoll. It is slightly big, but mostly because of additional help and debug printing. This will also become relevant when we deal with multibyte sort/join/uniq later on. From brief testing, it seems glibc with UTF-8 locales is the only libc that has

bug#24604: Add '--no-preserve-roots' flag to 'rm' for better safety

2016-10-04 Thread Pádraig Brady
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.25-74-g0e060d9

bug#24601: Update

2016-10-04 Thread mathew
I've given them a test case in plain C. mathew On Tue, Oct 4, 2016 at 10:27 AM Paul Eggert wrote: > On 10/04/2016 07:12 AM, mathew wrote: > > I reported the issue to the glibc maintainers, but they seem skeptical. > >

bug#24601: Update

2016-10-04 Thread Assaf Gordon
Hello, On 10/04/2016 11:27 AM, Paul Eggert wrote: On 10/04/2016 07:12 AM, mathew wrote: I reported the issue to the glibc maintainers, but they seem skeptical. They don't sound that skeptical to me. They just want a test case that

bug#24601: Update

2016-10-04 Thread Paul Eggert
On 10/04/2016 07:12 AM, mathew wrote: I reported the issue to the glibc maintainers, but they seem skeptical. They don't sound that skeptical to me. They just want a test case that involves glibc strcoll only. Although such a test case

bug#24601: Update

2016-10-04 Thread mathew
I reported the issue to the glibc maintainers, but they seem skeptical.

bug#24604: Add '--no-preserve-roots' flag to 'rm' for better safety

2016-10-04 Thread Pádraig Brady
On 04/10/16 15:34, Jim Meyering wrote: > On Tue, Oct 4, 2016 at 5:54 AM, Pádraig Brady wrote: >> On 04/10/16 12:38, Pádraig Brady wrote: >>> On 04/10/16 03:21, Mohammed Sadiq wrote: '--no-preserve-root' that can be used to ignore if the path is root when using

bug#24604: Add '--no-preserve-roots' flag to 'rm' for better safety

2016-10-04 Thread Jim Meyering
On Tue, Oct 4, 2016 at 5:54 AM, Pádraig Brady wrote: > On 04/10/16 12:38, Pádraig Brady wrote: >> On 04/10/16 03:21, Mohammed Sadiq wrote: >>> '--no-preserve-root' that can be used to ignore if the path is root when >>> using >>> the 'rm' command. >>> >>> But as the most of

bug#24604: Add '--no-preserve-roots' flag to 'rm' for better safety

2016-10-04 Thread Pádraig Brady
On 04/10/16 12:38, Pádraig Brady wrote: > On 04/10/16 03:21, Mohammed Sadiq wrote: >> '--no-preserve-root' that can be used to ignore if the path is root when >> using >> the 'rm' command. >> >> But as the most of the GNU commands accepts shortened flag as long as >> there is no ambiguity, this

bug#24604: Add '--no-preserve-roots' flag to 'rm' for better safety

2016-10-04 Thread Pádraig Brady
On 04/10/16 03:21, Mohammed Sadiq wrote: > '--no-preserve-root' that can be used to ignore if the path is root when using > the 'rm' command. > > But as the most of the GNU commands accepts shortened flag as long as > there is no ambiguity, this can be an issue too. So, 'rm --n' may have the >

bug#24610: Command line lesson bug 5. CP, l

2016-10-04 Thread Pádraig Brady
tag 24610 notabug close 24610 stop On 04/10/16 07:21, kristenige ungur wrote: > Hello! >I found the bug in this lesson. >If you do copy and move them to another directory, it wont do this. >It says " no such file or directory". >Everything was done with tasks before this task.

bug#24610: Command line lesson bug 5. CP, l

2016-10-04 Thread kristenige ungur
Hello! I found the bug in this lesson. If you do copy and move them to another directory, it wont do this. It says " no such file or directory". Everything was done with tasks before this task.