[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

[ ruby-Patches-1005 ] eval.c: xstr literal can be changed

From: noreply@...
Date: 2004-10-29 18:14:35 UTC
List: ruby-core #3636
Patches item #1005, was opened at 2004-10-29 20:14
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1700&aid=1005&group_id=426

Category: Ruby1.9
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Vanbroekhoven (calamitas)
Assigned to: Nobody (None)
Summary: eval.c: xstr literal can be changed

Initial Comment:
This code prints "ls -l" followed by "echo 1", but should print "ls -l" twice.

  def `(a)
    result = a.dup
    a.replace "echo 1"
    puts result
  end

  2.times do
    `ls -l`
  end


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1700&aid=1005&group_id=426

In This Thread

Prev Next