The Last Monster

2004-01-15 Thread Andre Poenitz
Now, that's a big (the last big one...) step towards IU. Unfortunately it blew up a bit more than I liked. Main changes: Signature of priv_dispatch is now priv_dispatch(BufferView bv, FuncRequest const cmd), i.e. there's now an explicit BufferView argument there. [I should have sticked

Re: The Last Monster

2004-01-15 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 04:59:54PM +0100, Andre' Poenitz wrote: About half of the patch handles idxFoo(idx_type idx, pos_type pos) - idxFoo(BufferView bv) changes. That's 'private' to mathed, so does not hurt the core at all. Andre'

The Last Monster

2004-01-15 Thread Andre Poenitz
Now, that's a big (the last big one...) step towards IU. Unfortunately it blew up a bit more than I liked. Main changes: Signature of priv_dispatch is now priv_dispatch(BufferView & bv, FuncRequest const & cmd), i.e. there's now an explicit BufferView & argument there. [I should have

Re: The Last Monster

2004-01-15 Thread Andre Poenitz
On Thu, Jan 15, 2004 at 04:59:54PM +0100, Andre' Poenitz wrote: > About half of the patch handles > > idxFoo(idx_type & idx, pos_type & pos) -> idxFoo(BufferView & bv) > > changes. That's 'private' to mathed, so does not hurt the core at all. Andre'