Re: TODO #1

2004-04-28 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > On Apr 27, 2004, at 2:55 AM, Han-Wen Nienhuys wrote: > > > Cool, nice to see! While you're at it, can you double check that > > post_incr and incr are used? If not, they can be scrapped wholesale. > > > > Right. Here's the revised diff. It turns out that incr() is be

Re: TODO #1

2004-04-27 Thread David Brandon
On Apr 27, 2004, at 2:55 AM, Han-Wen Nienhuys wrote: Cool, nice to see! While you're at it, can you double check that post_incr and incr are used? If not, they can be scrapped wholesale. Right. Here's the revised diff. It turns out that incr() is being used in one place (lily/box.cc). With thi

TODO #1

2004-04-27 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > As a way of learning my way around the code, I thought I'd work on some > of the things marked TODO. Here's the first one, a relatively trivial > patch inlining some functions. Cool, nice to see! While you're at it, can you double check that post_incr and incr are u

TODO #1

2004-04-26 Thread David Brandon
As a way of learning my way around the code, I thought I'd work on some of the things marked TODO. Here's the first one, a relatively trivial patch inlining some functions. By the way, is there a documentation tool in use for the C++ code? I thought I might document some things as a way of le