Re: getpass and fseeko

2007-04-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Meyering on 4/29/2007 11:33 PM: > Eric Blake <[EMAIL PROTECTED]> wrote: >> Now that stdio_.h recommends fseeko over fseek, is this okay to apply? >> >> 2007-04-29 Eric Blake <[EMAIL PROTECTED]> >> >> * modules/getpass (Depends-o

Re: recent argp changes

2007-04-30 Thread Sergey Poznyakoff
Hello, The option sorting in argp-help was based on the stability of sort algorithm, therefore the test failed on systems with quicksort qsort implementations. It went unnoticed on glibc, because its qsort uses adaptive algorithm, defaulting to insertion sort if the number of partitions is smalle