Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-13 Thread Todd C. Miller
On Fri, 12 Sep 2014 21:09:45 -0700, Doug Hogan wrote: Index: lib/libevent/event-internal.h === RCS file: /cvs/src/lib/libevent/event-internal.h,v retrieving revision 1.6 diff -u -p -r1.6 event-internal.h ---

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-12 Thread Philip Guenther
On Mon, 8 Sep 2014, Jona Joachim wrote: On 2014-09-06, Gr?goire Duch?ne gduch...@awhk.org wrote: Hi, Although CIRCLEQ_* macros are deprecated, queue(3) does not say so. perhaps it would be interesting to mention why circle queues got deprecated. Let's go a step further and remove them

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-12 Thread Todd C. Miller
No objection here. I'd go a step farther and nuke all the FOO_END macros as well. They add nothing and just make code harder to read. - todd

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-12 Thread Philip Guenther
On Fri, 12 Sep 2014, Todd C. Miller wrote: No objection here. I'd go a step farther and nuke all the FOO_END macros as well. They add nothing and just make code harder to read. Better? Index: queue.3 === RCS file:

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-12 Thread Todd C. Miller
On Fri, 12 Sep 2014 13:50:51 -0700, Philip Guenther wrote: On Fri, 12 Sep 2014, Todd C. Miller wrote: No objection here. I'd go a step farther and nuke all the FOO_END macros as well. They add nothing and just make code harder to read. Better? Looks good. OK millert@ - todd

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-12 Thread Doug Hogan
On Fri, Sep 12, 2014 at 02:23:34PM -0600, Todd C. Miller wrote: No objection here. I'd go a step farther and nuke all the FOO_END macros as well. They add nothing and just make code harder to read. In preparation for that, this replaces all queue_END macro calls. Since we're not calling

Re: Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-08 Thread Jona Joachim
On 2014-09-06, Grégoire Duchêne gduch...@awhk.org wrote: Hi, Although CIRCLEQ_* macros are deprecated, queue(3) does not say so. Hi, perhaps it would be interesting to mention why circle queues got deprecated. Best regards, Jona

Marking CIRCLEQ_* macros as deprecated in queue(3)

2014-09-06 Thread Grégoire Duchêne
Hi, Although CIRCLEQ_* macros are deprecated, queue(3) does not say so. -- gregoire Index: queue.3 === RCS file: /cvs/src/share/man/man3/queue.3,v retrieving revision 1.59 diff -u -p -r1.59 queue.3 --- queue.3 14 Aug 2013