[perl #23284] [PATCH] Some updates to .cvsignore

2003-08-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23284] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23284 > Hi, I did some experiments in the languages directory and now there are many files un

Re: [perl #23284] [PATCH] Some updates to .cvsignore

2003-08-14 Thread Simon Glover
On Mon, 11 Aug 2003, Jürgen Bömmels wrote: > Hi, > > I did some experiments in the languages directory and now there are > many files unknown to cvs. This patch fixes them. > (This patch is created with cvsutils so you need to cvs add some of > the files) Thanks, applied. Simon

Re: Some updates

2002-03-21 Thread Bryan C. Warnock
On Thursday 21 March 2002 23:51, Dan Sugalski wrote: > > Okay, I see what's happening. We changed set Sx, Sy to do a copy. I'm > not sure who or when--I'll go look, not that it makes much difference. Pre-GC, if that helps narrow it down. It was the constant flag on the clone that was a cause

Re: Some updates

2002-03-21 Thread Dan Sugalski
At 6:53 PM -0500 3/21/02, Melvin Smith wrote: >At 05:13 PM 3/21/2002 -0500, Dan Sugalski wrote: >>Folks, >> >>I've added or enabled the following ops: >> >>clone Sx, sy > >I'm not seeing the difference between clone Sx, sy and set Sx, sy > >When I do: > >set S30, "PARROT" >set S31, S30 >chopn

Re: Some updates

2002-03-21 Thread Melvin Smith
At 07:41 PM 3/21/2002 -0500, Dan Sugalski wrote: >On Thu, 21 Mar 2002, Melvin Smith wrote: > > > >clone Sx, sy > > > > I'm not seeing the difference between clone Sx, sy and set Sx, sy > > > > When I do: > > > > set S30, "PARROT" > > set S31, S30 > >Change this to > > clone S31, S30 > >and s

Re: Some updates

2002-03-21 Thread Dan Sugalski
On Thu, 21 Mar 2002, Melvin Smith wrote: > At 05:13 PM 3/21/2002 -0500, Dan Sugalski wrote: > >Folks, > > > >I've added or enabled the following ops: > > > >clone Sx, sy > > I'm not seeing the difference between clone Sx, sy and set Sx, sy > > When I do: > > set S30, "PARROT" > set S31, S3

Re: Some updates

2002-03-21 Thread Melvin Smith
At 05:13 PM 3/21/2002 -0500, Dan Sugalski wrote: >Folks, > >I've added or enabled the following ops: > >clone Sx, sy I'm not seeing the difference between clone Sx, sy and set Sx, sy When I do: set S30, "PARROT" set S31, S30 chopn S30, 2 print S30 print "\n" print S31 print "\n" end I stil

RE: Some updates

2002-03-21 Thread Brent Dax
Dan Sugalski: # I've added or enabled the following ops: # # clone Sx, sy # savec Sx # set Ix, sy # set Nx, sy # # which clone the string in Y and put it in X, push a clone of string # register X, turn the string in Y into an integer in X, and turn the # string in Y into a float in

Some updates

2002-03-21 Thread Dan Sugalski
Folks, I've added or enabled the following ops: clone Sx, sy savec Sx set Ix, sy set Nx, sy which clone the string in Y and put it in X, push a clone of string register X, turn the string in Y into an integer in X, and turn the string in Y into a float in X, respectively. We