Re: [PATCH] 3-arg chopn

2002-07-02 Thread Dan Sugalski
At 5:14 PM -0400 7/2/02, Simon Glover wrote: >On Tue, 2 Jul 2002, Dan Sugalski wrote: > >> At 2:37 PM -0500 7/2/02, brian wheeler wrote: >> >I saw this was a TODO item in core.ops. >> >> Applied, thanks. >> >> Tests, from anyone, would be much appreciated. > > Will these do? Absolutely. Than

Re: [PATCH] 3-arg chopn

2002-07-02 Thread Simon Glover
On Tue, 2 Jul 2002, Dan Sugalski wrote: > At 2:37 PM -0500 7/2/02, brian wheeler wrote: > >I saw this was a TODO item in core.ops. > > Applied, thanks. > > Tests, from anyone, would be much appreciated. Will these do? Simon --- t/op/string.t.old Tue Jul 2 16:59:23 2002 +++ t/op/string.t

Re: [PATCH] 3-arg chopn

2002-07-02 Thread Dan Sugalski
At 2:37 PM -0500 7/2/02, brian wheeler wrote: >I saw this was a TODO item in core.ops. Applied, thanks. Tests, from anyone, would be much appreciated. -- Dan --"it's like this"--- Dan Sugalski

Re: [PATCH] 3-arg chopn

2002-07-02 Thread Josh Wilmes
Can you add a test as well? --Josh At 14:37 on 07/02/2002 CDT, brian wheeler <[EMAIL PROTECTED]> wrote: > I saw this was a TODO item in core.ops. > > Brian > > > > --- core.ops 1 Jul 2002 17:18:04 - 1.176 > +++ core.ops 2 Jul 2002 19:41:44 - > @@ -2074,9 +2074,9 @@ > > =

[PATCH] 3-arg chopn

2002-07-02 Thread brian wheeler
I saw this was a TODO item in core.ops. Brian --- core.ops1 Jul 2002 17:18:04 - 1.176 +++ core.ops2 Jul 2002 19:41:44 - @@ -2074,9 +2074,9 @@ =item B(inout STR, in INT) -Remove $2 characters from the end of the string in $1. +=item B(out STR, in STR, in INT) -TODO: