Re: [dev] Re: sbase

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Fri, 10 Jun 2011 03:26:26 +0100

On 9 June 2011 23:24, pancake <pancake_AT_youterm.com> wrote:
> support for string mode format in chmod. Now you can do stuff like chmod +x .. g-rwx , ...

Thanks, I'll get round to looking at this tomorrow.

> fix uninitialized bug in tail

No, there's no bug here; size is allocated and memset on the next line.

> simplify sleep() -- do not use getopt here.

If a utility takes any arguments I'd like it to refuse invalid flags,
and accept '--'. I dislike inconsistency.

> maybe its useful to handle arguments like 0.5 or so ( sleep 0.5 )

Not POSIX, imo not useful. You could make a separate usleep(1) or
something anyway.

Thanks,
cls
Received on Fri Jun 10 2011 - 04:26:26 CEST

This archive was generated by hypermail 2.2.0 : Fri Jun 10 2011 - 04:36:03 CEST