Here's my contribution:

* support for string mode format in chmod. Now you can do stuff like chmod +x 
.. g-rwx , ...
* fix uninitialized bug in tail
* simplify sleep() -- do not use getopt here.

The chmod patch is not complete at all, but works much better and +x is 
something many ppl use.

About sleep.. The bsd and gnu supprt milisecond resolution for sleep. The 
manpage doesnt reflects this. But maybe its useful to handle arguments like 0.5 
or so ( sleep 0.5 )

http://lolcathost.org/b/sbase.patch

On 09/06/2011, at 17:28, Rob <robpill...@gmail.com> wrote:

> On 9 June 2011 16:06, Hiltjo Posthuma <hil...@codemadness.org> wrote:
> 
>> I like it, but what about -signalnumber (and maybe -signalname), I use
>> -9 all the time :)
> 
> I was wondering whether to do that or not, it's pretty useful but
> there's a fair bit more code. I'll leave it to cls to decide.
> <kill.c>

Reply via email to