Re: CONFIG_FEATURE_FLOAT_SLEEP

2008-07-16 Thread Loïc Grenié
2008/7/16 Denys Vlasenko <[EMAIL PROTECTED]>: > Applied. But I changed these options to boolean. > It's easier to do randomconfig tests this way. > Also, one option less to record in .config Fine with me. Loïc ___ busybox mailing list busy

Re: CONFIG_FEATURE_FLOAT_SLEEP

2008-07-15 Thread Denys Vlasenko
On Tuesday 15 July 2008 09:24, Loïc Grenié wrote: > 2008/7/15 Denys Vlasenko <[EMAIL PROTECTED]>: > > On Tuesday 15 July 2008 08:58, Loïc Grenié wrote: > >> This is a patch that implements a config option for the > >> fractional sleep arguments. > > > > -#if ENABLE_FEATURE_FANCY_SLEEP > > +#

Re: CONFIG_FEATURE_FLOAT_SLEEP

2008-07-15 Thread Loïc Grenié
2008/7/15 Bernhard Fischer <[EMAIL PROTECTED]>: > On Tue, Jul 15, 2008 at 09:24:00AM +0200, Loïc Grenié wrote: >>2008/7/15 Denys Vlasenko <[EMAIL PROTECTED]>: >>> On Tuesday 15 July 2008 08:58, Loïc Grenié wrote: This is a patch that implements a config option for the fractional sl

Re: CONFIG_FEATURE_FLOAT_SLEEP

2008-07-15 Thread Bernhard Fischer
On Tue, Jul 15, 2008 at 09:24:00AM +0200, Loïc Grenié wrote: >2008/7/15 Denys Vlasenko <[EMAIL PROTECTED]>: >> On Tuesday 15 July 2008 08:58, Loïc Grenié wrote: >>> This is a patch that implements a config option for the >>> fractional sleep arguments. >> >> -#if ENABLE_FEATURE_FANCY_SLEEP >

Re: CONFIG_FEATURE_FLOAT_SLEEP

2008-07-15 Thread Loïc Grenié
2008/7/15 Denys Vlasenko <[EMAIL PROTECTED]>: > On Tuesday 15 July 2008 08:58, Loïc Grenié wrote: >> This is a patch that implements a config option for the >> fractional sleep arguments. > > -#if ENABLE_FEATURE_FANCY_SLEEP > +#if ENABLE_FEATURE_FANCY_SLEEP && !ENABLE_FEATURE_FLOAT_SLEEP >

Re: CONFIG_FEATURE_FLOAT_SLEEP

2008-07-15 Thread Denys Vlasenko
On Tuesday 15 July 2008 08:58, Loïc Grenié wrote: > This is a patch that implements a config option for the > fractional sleep arguments. -#if ENABLE_FEATURE_FANCY_SLEEP +#if ENABLE_FEATURE_FANCY_SLEEP && !ENABLE_FEATURE_FLOAT_SLEEP static const struct suffix_mult sfx[] = { But fractional

CONFIG_FEATURE_FLOAT_SLEEP

2008-07-14 Thread Loïc Grenié
This is a patch that implements a config option for the fractional sleep arguments. Hope this helps, Loïc Index: coreutils/sleep.c === --- coreutils/sleep.c (révision 22832) +++ coreutils/sleep.c (copie de tr