problem finding mktemp in info file

2008-12-16 Thread Stepan Kasal
d the answers for these questions in the info file. Have a nice day, Stepan Kasal ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: problem finding mktemp in info file

2008-12-17 Thread Stepan Kasal
how things stay). See also http://bugzilla.redhat.com/471025 Have a nice day, Stepan Kasal ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: sort -nu: bug or feature?

2004-09-09 Thread Stepan Kasal
pan 2004-09-09 Stepan Kasal <[EMAIL PROTECTED]> * coreutils.texi (sort invocation): Explain interaction of --unique with the last-resort comparison. --- coreutils-5.0/doc/coreutils.texi.orig 2003-04-02 20:19:11.0 +0200 +++ coreutils-5.0/doc/coreutils.texi2

Re: sort -nu: bug or feature?

2004-09-09 Thread Stepan Kasal
Hi, On Thu, Sep 09, 2004 at 04:04:14PM -0700, Paul Eggert wrote: > The doc was a bit messy so I installed the following more-ambitious > patch instead. that's ver nice solution. I had the same feeling that the text should be clean up, but hadn't came to the right idea. When sort is invoked with

Re: [bug-gnulib] Re: robust chdir and openat (works with names longer than PATH_MAX)

2004-11-29 Thread Stepan Kasal
Hi, On Mon, Nov 29, 2004 at 03:29:40PM +0100, Jim Meyering wrote: > Paul Eggert <[EMAIL PROTECTED]> wrote: > > After looking at rpl_chdir's code, one possible simplification > > suggests itself: use an argument of type "char *" (not "char const > > *"), and temporarily modify it by setting '/' to

Re: length of dec. representation of a number [bug-grep] [bug-gnulib]

2005-03-10 Thread Stepan Kasal
On Thu, Mar 10, 2005 at 09:53:22AM +0100, Jim Meyering wrote: > [EMAIL PROTECTED] (Paul Jarc) wrote: > > #define INT_STRLEN_BOUND(t) \ > > ((sizeof (t) * CHAR_BIT - TYPE_SIGNED(t)) * 146 / 485 + TYPE_SIGNED(t) + > > 1) > Technically, yes, but that would prohibit applying that macro > to variabl

Re: Warning! autoconf can generate very long lines in Makefiles

2005-09-30 Thread Stepan Kasal
Hello Jim, your report mentions three problems: 1) The value of LIBOBJS can get very long. I think the right fix here is to change this to multiline substitution: LIBOBJS =${LIBOBJDIR}backupfile$U.o \ ${LIBOBJDIR}basename$U.o \ ... Autoconf is readu for mul

Re: heap corruption in du

2005-10-24 Thread Stepan Kasal
Ahoj Mikulasi, On Mon, Oct 24, 2005 at 04:01:09PM +0200, Mikulas Patocka wrote: > >>You can modify libtool so that when it is creating static library and > >>compiler is "icc" or "icpc" (or "some/path/icc" or "some/path/icpc"), > >>it passes it -no-ipo switch. (dynamic libraries work fine with -ip

Re: heap corruption in du

2005-10-24 Thread Stepan Kasal
Hello again, On Mon, Oct 24, 2005 at 05:03:11PM +0200, Mikulas Patocka wrote: > You can modify libtool so that when it is creating static library and > compiler is "icc" or "icpc" (or "some/path/icc" or "some/path/icpc"), > it passes it -no-ipo switch. (dynamic libraries work fine with

Options --enable{,-no}-install-program

2008-01-08 Thread Stepan Kasal
Dear developers, dear Jim, Karel has pointed me to the new options of coreutils' configure: --enable-install-program=PROG_LIST install the programs in PROG_LIST (comma-separated, default: none) --enable-no-install-program=PROG_LIST

Re: [wish] sort : what about randomization ?

2003-07-17 Thread Stepan Kasal
Hello, On Thu, Jul 17, 2003 at 10:23:33AM +0200, Feth AREZKI wrote: > I wish Sort would just accept a randomization option, so that I can organise > people names or playlists differently each time. interesting idea. We could have a new modifier, eg. ``-R'' or ``-u'' (unsorted) which could be gi