Re: Minor updates to sort ?

2016-05-29 Thread Alistair Crooks
Living on the edge and top posting aggresively, these changes would be good to have. Thanks, Alistair On Saturday, May 28, 2016, Robert Elz wrote: > Inspired by Paul Goyette's question (on netbsd-users) I took a look at > sort, > and I'd like to commit the following updates if no-one objects. >

Re: timers related

2016-05-29 Thread Charles Cui
Thanks for these information! I will implement these missing features asap. 2016-05-29 6:46 GMT-07:00 Christos Zoulas : > On May 28, 11:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: > -- Subject: timers related > > | HI guys, > | > | I have 3 timers related macro to be added, which are

Re: timers related

2016-05-29 Thread Christos Zoulas
On May 29, 11:29am, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: timers related | On Sat, May 28, 2016 at 11:28:00PM -0700, Charles Cui wrote: | > HI guys, | > | > I have 3 timers related macro to be added, which are _SC_CPUTIME, | > _SC_THREAD_CPUTIME and _SC_DELAYTIMER_MAX. |

Re: timers related

2016-05-29 Thread Christos Zoulas
On May 28, 11:28pm, charles.cui1...@gmail.com (Charles Cui) wrote: -- Subject: timers related | HI guys, | | I have 3 timers related macro to be added, which are _SC_CPUTIME, | _SC_THREAD_CPUTIME and _SC_DELAYTIMER_MAX. | the first and second are set to be 200112L in freebsd. I am wondering |

Re: Minor updates to sort ?

2016-05-29 Thread Robert Elz
Date:Sun, 29 May 2016 19:19:45 +0800 (PHT) From:Paul Goyette Message-ID: | Maybe update 2nd sentence? Done (tentatively, for now, of course). kre

Re: Minor updates to sort ?

2016-05-29 Thread Paul Goyette
(Commenting in-line, not top-posting!) On Sun, 29 May 2016, Robert Elz wrote: Date:Sat, 28 May 2016 22:29:51 -0700 From:Alistair Crooks Message-ID: | Living on the edge and top posting aggresively, these changes would be good | to have. I also agree - these are

Re: Minor updates to sort ?

2016-05-29 Thread Robert Elz
Date:Sat, 28 May 2016 22:29:51 -0700 From:Alistair Crooks Message-ID: | Living on the edge and top posting aggresively, these changes would be good | to have. OK, but I will wait a day or two more to allow for more comments (or more suggested improvements.) I

Re: timers related

2016-05-29 Thread Martin Husemann
On Sat, May 28, 2016 at 11:28:00PM -0700, Charles Cui wrote: > HI guys, > > I have 3 timers related macro to be added, which are _SC_CPUTIME, > _SC_THREAD_CPUTIME and _SC_DELAYTIMER_MAX. If I read the standard correctly, all of those are optional. So first we need to decide, whether to add t