23241-29032

23043-23474 subjects 23449-24458

^ [Bug #1388] cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
23241 [redmine ruby] Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
23255 [nobu ruby-la] The definitions seem just with extern and arguments, and above

^ [Bug #1389] Use of ":" as synonym for "do" and "then"
23242 [redmine ruby] Bug #1389: Use of ":" as synonym for "do" and "then"

^ [Bug #1389] Use of ":" as synonym for "do" and "then"
23243 [redmine ruby] Issue #1389 has been updated by Jeremy Kemper.

^ [Bug #1389](Rejected) Use of ":" as synonym for "do" and "then"
23246 [redmine ruby] Issue #1389 has been updated by Yuki Sonoda.

^ [Bug #1389] Use of ":" as synonym for "do" and "then"
23247 [redmine ruby] Issue #1389 has been updated by Yukihiro Matsumoto.

^ [Bug #1386](Rejected) Spurious class "ARGF.class" in ObjectSpace
23248 [redmine ruby] Issue #1386 has been updated by Yukihiro Matsumoto.

^ [Feature #666](Rejected) Enumerable::to_hash
23249 [redmine ruby] Issue #666 has been updated by Yukihiro Matsumoto.
23253 [transfire gm] numerable#to_hash is improper.
23259 [matz ruby-la] #to_hash (or whatever name of the method) can only transform
23264 [jballanc gma] In the past, one of the suggestions for a #to_hash method has been to
23265 [matz ruby-la] For that reason, a method for assoc_to_hash operation might be more
23273 [kurt cashnet] Perhaps #to_hash should never take arguments so receivers have an
23295 [m.fellinger ] Doesn't the new behaviour of Hash::[] solve these cases just as well?

^ [Bug #1390] yaml converts DateTime to Time when dumping and parsing again
23250 [redmine ruby] Bug #1390: yaml converts DateTime to Time when dumping and parsing again

^ [Bug #1391] yaml cannot parse dates which are very far in future
23251 [redmine ruby] Bug #1391: yaml cannot parse dates which are very far in future

^ [Bug #1392] Object#extend leaks memory on Ruby 1.9.1
23252 [redmine ruby] Bug #1392: Object#extend leaks memory on Ruby 1.9.1
23258 [matz ruby-la] It does not leak memory.  the version that use #extend allocates
23262 [oldmoe gmail] Thanks for the clarification. The strange thing though (which lead me to
23263 [oldmoe gmail] On second thoughts, I still believe there is a leak. I modified the test as

^ [Bug #1190] irb's "help" command errs in 1.9
23254 [redmine ruby] Issue #1190 has been updated by Roger Pack.

^ File.expand_path tainting its return value
23256 [tepperly gma] In the context of making a Ruby cgi script that generates a PDF using the
23257 [matz ruby-la] It's not expand_path but __FILE__ is tainted.  Ruby taints every data
23261 [ruby-core-ma] Just to note that __FILE__ is not tainted in ruby 1.8.6 (although it is

^ Re: [Feature #666](Rejected) 
23260 [ruby-core-ma] Thank you for this explanation. If I understand correctly, you want methods
23277 [ruby-core-ma] Thank you for your response
23298 [ruby-core-ma] Yes indeed it does, but

^ minimum ruby 1.9.1-p0 to be embedded?
23266 [funkaster gm] I'm trying to embed ruby 1.9 in my application. I'm using ruby 1.9.1-

^ StringIO: RubySpec violation
23267 [hongli plan9] I ran RubySpec against the 1.8.6-p368 release. It seems that
23268 [shyouhei rub] Yes. http://redmine.ruby-lang.org/issues/show/701
23269 [hongli plan9] But is the backport to the 1.8.6 series intentional as well? I thought
23270 [shyouhei rub] The answer is yes; it seemed to me a bug anyway for stringio to silently ignore
23271 [shyouhei rub] Hmm, maybe IOError is the best exception to raise because IO#ungetc raises it

^ [Bug #1393] Multiple assignment does not call to_a but to_ary
23272 [redmine ruby] Bug #1393: Multiple assignment does not call to_a but to_ary

^ [Bug #1394] version.h is not being installed by "make install"
23274 [redmine ruby] Bug #1394: version.h is not being installed by "make install"

^ [Bug #1394](Rejected) version.h is not being installed by "make install"
23275 [redmine ruby] Issue #1394 has been updated by Nobuyoshi Nakada.

^ [Bug #744] memory leak in callcc?
23276 [redmine ruby] Issue #744 has been updated by Roger Pack.
23365 [brent mbari.] Rogar,
23367 [nobu ruby-la] Sorry to be late, but I have to resolve conflicts after it and

^ [Feature #1395] Steppable Kernel::eval
23278 [redmine ruby] Feature #1395: Steppable Kernel::eval
23280 [nobu ruby-la] What do you mean by `steppable'?

^ [Bug #1322](Closed) define_method scope bug
23281 [redmine ruby] Issue #1322 has been updated by Nobuyoshi Nakada.

^ [Bug #1396] Kernel.sleep fails with some Float values
23282 [redmine ruby] Bug #1396: Kernel.sleep fails with some Float values

^ [Bug #1396] Kernel.sleep fails with some Float values
23283 [redmine ruby] Issue #1396 has been updated by Kazuhiro NISHIYAMA.

^ [Bug #1397] to_f of rational
23284 [redmine ruby] Bug #1397: to_f of rational

^ [Bug #1397] to_f of rational
23285 [redmine ruby] Issue #1397 has been updated by Karl Brodowsky.

^ [Bug #1397] to_f of rational
23286 [redmine ruby] Issue #1397 has been updated by Karl Brodowsky.

^ [Bug #1396](Closed) Kernel.sleep fails with some Float values
23287 [redmine ruby] Issue #1396 has been updated by Nobuyoshi Nakada.

^ [Bug #1398] Segmentation fault is raised when the sdtin is redirected to Readline#readline
23288 [redmine ruby] Bug #1398: Segmentation fault is raised when the sdtin is redirected to Readline#readline

^ [Bug #1399] Segmentation fault is raised when you use a postgres gem
23289 [redmine ruby] Bug #1399: Segmentation fault is raised when you use a postgres gem
23290 [d.bussink gm] The current ruby-pg / ruby-postgres gems for Windows are only compiled
23291 [kubo jiubao.] Ruby-oci8 2.0 gem does.

^ [Feature #1400] Please add a method to enumerate fields in OpenStruct
23292 [redmine ruby] Feature #1400: Please add a method to enumerate fields in OpenStruct
23294 [james graypr] I'm wondering if members() would be a better name, to match Struct's

^ [Feature #1400] Please add a method to enumerate fields in OpenStruct
23293 [redmine ruby] Issue #1400 has been updated by Tomas Pospisek.

^ Re:
23296 [m.fellinger ] I was wondering about a change in constant lookup behaviour between the 1.8 and
23300 [ruby-ml kitt] Looking at NEWS confirms this is intended. Constant lookup

^ Ruby Oniguruma question
23297 [ralfjunker g] I see that the Ruby source code contains modified and more recent version of the Oniguruma regular expression library.
23301 [matz ruby-la] We enhanced Oniguruma for Ruby M17N.  We haven't took over the
23304 [usa garbagec] Ah, we've hit many compilation problems.
+ 23327 [ralfjunker g] Thank you both for your answers. I will run a few tests and get back to you in due time, possibly off-list.
+ 23328 [ralfjunker g] Thank you both for your answers. I will run a few tests and get back to you in due time, possibly off-list.

^ Re: Difference in constant lookup between 1.8 and 1.9
23299 [m.fellinger ] Sorry, I forgot a title for this mail... my bad

^ [Bug #1401] ftools is not in the 1.9.1
23302 [redmine ruby] Bug #1401: ftools is not in the 1.9.1

^ [Bug #1401](Rejected) ftools is not in the 1.9.1
23303 [redmine ruby] Issue #1401 has been updated by Nobuyoshi Nakada.

^ [Bug #1403] Process.daemon should do a double fork to avoid problems with controlling terminals
23305 [redmine ruby] Bug #1403: Process.daemon should do a double fork to avoid problems with controlling terminals
23306 [nobu ruby-la] See Process.setsid.  Process.daemon implies it.
23307 [gwtmp01 mac.] setsid is not sufficient.  That makes the child process a session
23308 [nobu ruby-la] Then `i686-darwin9' is irrelevant at all?
+ 23309 [akr fsij.org] % ruby -v -rpty -e '
+ 23310 [gwtmp01 mac.] I may have confused things by including ruby -v from my laptop.  I was

^ [Bug #1404] Net::HTTP::Post failing when a post field contains ":"
23311 [redmine ruby] Bug #1404: Net::HTTP::Post failing when a post field contains ":"
23317 [nobu ruby-la] I can't reproduce the problem with 1.9.1p0.

^ [Bug #1404](Closed) Net::HTTP::Post failing when a post field contains ":"
23312 [redmine ruby] Issue #1404 has been updated by Nobuyoshi Nakada.
23313 [dooby d10.ka] Just For Your Information: Wrong bug closed ? :)
23316 [nobu ruby-la] Sorry, wrong ML ref.

^ [Feature #1405] File::Stat have no marshal_dump/marshal_load
23314 [redmine ruby] Feature #1405: File::Stat have no marshal_dump/marshal_load

^ [Bug #1403](Closed) Process.daemon should do a double fork to avoid problems with controlling terminals
23315 [redmine ruby] Issue #1403 has been updated by Nobuyoshi Nakada.

^ [Feature #1408] 0.1.to_r not equal to  (1/10)
23318 [redmine ruby] Feature #1408: 0.1.to_r not equal to  (1/10)
23319 [martindemell] What, in theory, could be done about this? By the time to_r is
23324 [phasis gmail] In theory, Float#to_r  could be done through Float#to_s#to_r.
23325 [shyouhei rub] -1. That loses data.

^ [Bug #920] require is not thread-safe
23320 [redmine ruby] Issue #920 has been updated by Tuomas Karkkainen.

^ [Bug #1412] 1.8.7-p160 extmk.rb fails when cross compiling
23321 [redmine ruby] Bug #1412: 1.8.7-p160 extmk.rb fails when cross compiling
23322 [nobu ruby-la] I expect that it has been fixed in 1.8 head.
23323 [luislavena g] OSX or Linux.

^ [Bug #1414] NameError (undefined method `path' for class `ActionController::UploadedStringIO')
23326 [redmine ruby] Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
+ 23336 [matz ruby-la] I am afraid that it's a bug in Rails or its plugin.  Could you isolate
+ 23343 [nobu ruby-la] Although I don't know what ActionController::UploadedStringIO

^ [Bug #1418] File.join repeats recursive array contents
23329 [redmine ruby] Bug #1418: File.join repeats recursive array contents

^ [Bug #1418](Closed) File.join repeats recursive array contents
23330 [redmine ruby] Issue #1418 has been updated by Nobuyoshi Nakada.

^ [Bug #1419] Tk, segmentation fault
23331 [redmine ruby] Bug #1419: Tk, segmentation fault

^ [Bug #1420] synchronize does not work as expected
23332 [redmine ruby] Bug #1420: synchronize does not work as expected

^ [Bug #1420] synchronize does not work as expected
23333 [redmine ruby] Issue #1420 has been updated by Sergio Antoy.

^ [Bug #1421] Permission denied - ~/.ri
23334 [redmine ruby] Bug #1421: Permission denied - ~/.ri

^ [Bug #1424] [PATH] Documentation typo in Net::HTTP
23335 [redmine ruby] Bug #1424: [PATH] Documentation typo in Net::HTTP

^ [Bug #1424](Closed) [PATH] Documentation typo in Net::HTTP
23337 [redmine ruby] Issue #1424 has been updated by Yukihiro Matsumoto.

^ [Bug #1425] ruby/1.8/drb/drb.rb:1480: [BUG] Segmentation fault
23338 [redmine ruby] Bug #1425: ruby/1.8/drb/drb.rb:1480: [BUG] Segmentation fault

^ [Bug #1426] REXML::Document.write wrong formatting
23339 [redmine ruby] Bug #1426: REXML::Document.write wrong formatting

^ [Bug #1388] cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
23340 [redmine ruby] Issue #1388 has been updated by neomjp neomjp.
23378 [nobu ruby-la] Yes of course, longjmp() never return and must not be int.

^ [Bug #1426] REXML::Document.write wrong formatting
23341 [redmine ruby] Issue #1426 has been updated by Federico Builes.

^ [Bug #1414] NameError (undefined method `path' for class `ActionController::UploadedStringIO')
23342 [redmine ruby] Issue #1414 has been updated by Rick Lloyd.

^ [Bug #118](Closed) SortedSet#inspect does not work with nested SortedSets
23344 [redmine ruby] Issue #118 has been updated by Akinori MUSHA.

^ [Feature #1408] 0.1.to_r not equal to  (1/10)
23345 [redmine ruby] Issue #1408 has been updated by Roger Pack.
23465 [nobu ruby-la] What about this?
23487 [matz ruby-la] Could you explain how this patch differs from the original?
23488 [nobu ruby-la] Searches more reduceable numerator which can round trip.  Since

^ [Bug #1428] Net/http issue
23346 [redmine ruby] Bug #1428: Net/http issue
23440 [meta pobox.c] to work fine with 1.8.6 any version.

^ [Bug #117] SortedSet#flatten_merge and SortedSet#flatten can't actually flatten nested SortedSets
23348 [redmine ruby] Issue #117 has been updated by ujihisa ..

^ [Bug #1430] make check error
23350 [redmine ruby] Bug #1430: make check error

^ [Bug #1430](Rejected) make check error
23351 [redmine ruby] Issue #1430 has been updated by Yukihiro Matsumoto.

^ [PATCH] Fixing poor performance with --enable-pthread on Ruby 1.8
23352 [ice799 gmail] I'm using Linux on an x86_64 and Ruby 1.8.7.

^ [Bug #117](Closed) SortedSet#flatten_merge and SortedSet#flatten can't actually flatten nested SortedSets
23353 [redmine ruby] Issue #117 has been updated by Akinori MUSHA.

^ Ruby/DL Documentation
23354 [blackapache5] le searching i found this excellent link=0Ahttp://www.jbrowse.com/text/rdl_=
23359 [sh sheepman.] It is helpful to read test/dl/test_*.rb in ruby-1.9.tar.gz.
23371 [blackapache5] thanks a lot tad.bochan@bnpparibas.com and sh@sheepman.sakura.ne.jp=0A=0Ata=

^ [Feature #1431] Object#__class__
23355 [redmine ruby] Feature #1431: Object#__class__

^ RñÇ. :  [ruby-core:23354] Ruby/DL Documentation
23356 [tad.bochan b] I use DL quite often on HPUX to invoke Cobol/C  modules from libraries.

^ [Feature #1432] decrement and increment
23357 [redmine ruby] Feature #1432: decrement and increment

^ [Feature #1432](Rejected) decrement and increment
23358 [redmine ruby] Issue #1432 has been updated by Yukihiro Matsumoto.

^ [Bug #1414] NameError (undefined method `path' for class `ActionController::UploadedStringIO')
23360 [redmine ruby] Issue #1414 has been updated by Rick Lloyd.

^ [Feature #1436] Please consider this addition to resolv.rb which adds methods for resolving LOC resources
23361 [redmine ruby] Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
29032 [mame tsg.ne.] What do you think about this proposal?

^ [Feature #1200] Possibility for using named and normal groups together in regular expressions
23362 [redmine ruby] Issue #1200 has been updated by Akira Tanaka.

^ [Feature #1432] decrement and increment
23363 [redmine ruby] Issue #1432 has been updated by Roger Pack.
23364 [brent mbari.] Why is

^ [Bug #1437] 1.8.7-p160 compilation with CC fails on OpenSolaris
23366 [redmine ruby] Bug #1437: 1.8.7-p160 compilation with CC fails on OpenSolaris

^ [Bug #1437] 1.8.7-p160 compilation with CC fails on OpenSolaris
23368 [redmine ruby] Issue #1437 has been updated by Matthias Marschall.

^ [Bug #1437] 1.8.7-p160 compilation with CC fails on OpenSolaris
23369 [redmine ruby] Issue #1437 has been updated by Matthias Marschall.

^ [Backport #1437] 1.8.7-p160 compilation with CC fails on OpenSolaris
23370 [redmine ruby] Issue #1437 has been updated by Nobuyoshi Nakada.

^ [Bug #1438] dylib architecture error building 1.9.1-rc2 on osx10.5.6
23372 [redmine ruby] Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6

^ [Bug #1438] dylib architecture error building 1.9.1-rc2 on osx10.5.6
23373 [redmine ruby] Issue #1438 has been updated by Ollivier Robert.

^ [Bug #1439] Array#sample returns wrong results for negative argument
23374 [redmine ruby] Bug #1439: Array#sample returns wrong results for negative argument

^ [Bug #1438] dylib architecture error building 1.9.1-rc2 on osx10.5.6
23375 [redmine ruby] Issue #1438 has been updated by Matthew Moss.

^ [Bug #863] Openssl issues with fresh compile on Ubuntu
23376 [redmine ruby] Issue #863 has been updated by Chad Woolley.

^ [Bug #1438] dylib architecture error building 1.9.1-rc2 on osx10.5.6
23377 [redmine ruby] Issue #1438 has been updated by Matthew Moss.
23380 [nobu ruby-la] No.

^ [Bug #1439](Closed) Array#sample returns wrong results for negative argument
23379 [redmine ruby] Issue #1439 has been updated by Nobuyoshi Nakada.

^ [Bug #1440] Array#flatten!(0) should return nil, not self
23382 [redmine ruby] Bug #1440: Array#flatten!(0) should return nil, not self

^ [Bug #863] Openssl issues with fresh compile on Ubuntu
23383 [redmine ruby] Issue #863 has been updated by Chad Woolley.
23384 [matz ruby-la] It's caused by recursive require.  There must be TRUE reason behind

^ [Bug #1440](Closed) Array#flatten!(0) should return nil, not self
23385 [redmine ruby] Issue #1440 has been updated by Nobuyoshi Nakada.

^ [Bug #1441] String#gsub handles backslashes incorrectly
23386 [redmine ruby] Bug #1441: String#gsub handles backslashes incorrectly

^ [Bug #1441](Rejected) String#gsub handles backslashes incorrectly
23387 [redmine ruby] Issue #1441 has been updated by Shyouhei Urabe.

^ [Bug #286] open-uri leaking file handles
23388 [redmine ruby] Issue #286 has been updated by Nobuyoshi Nakada.

^ [Bug #1443] String#gsub handles backslashes incorrectly
23389 [redmine ruby] Bug #1443: String#gsub handles backslashes incorrectly
23390 [matz ruby-la] Backslashes have special escape meaning in strings, so you need to

^ [Bug #1444] Building ruby 1.8.7 p160 on Solaris 10 u6
23391 [redmine ruby] Bug #1444: Building ruby 1.8.7 p160 on Solaris 10 u6

^ [Backport #1437] 1.8.7-p160 compilation with CC fails on OpenSolaris
23392 [redmine ruby] Issue #1437 has been updated by Konstantinos Pachnis.

^ [Bug #1438] dylib architecture error building 1.9.1-rc2 on osx10.5.6
23393 [redmine ruby] Issue #1438 has been updated by Matthew Moss.

^ [Bug #1444](Closed) Building ruby 1.8.7 p160 on Solaris 10 u6
23394 [redmine ruby] Issue #1444 has been updated by Nobuyoshi Nakada.

^ [Bug #1445] win32 debug build broken
23395 [redmine ruby] Bug #1445: win32 debug build broken

^ [Backport #1445](Assigned) win32 debug build broken
23396 [redmine ruby] Issue #1445 has been updated by Nobuyoshi Nakada.

^ [Bug #1299] Build failure on i586
23397 [redmine ruby] Issue #1299 has been updated by Alexey Froloff.

^ [Bug #1299] Build failure on i586
23398 [redmine ruby] Issue #1299 has been updated by Alexey Froloff.

^ [Bug #1444] Building ruby 1.8.7 p160 on Solaris 10 u6
23399 [redmine ruby] Issue #1444 has been updated by Daniel Berger.
23400 [nobu ruby-la] The line 10 seems empty.  Are you cross-compiling?

^ [Bug #1299](Closed) Build failure on i586
23401 [redmine ruby] Issue #1299 has been updated by Nobuyoshi Nakada.

^ [Bug #1448] [patch] Proper handling of recursive arrays
23402 [redmine ruby] Bug #1448: [patch] Proper handling of recursive arrays
23406 [nobu ruby-la] But reverts old problems.

^ [Feature #1432] decrement and increment
23403 [redmine ruby] Issue #1432 has been updated by Roger Pack.
23405 [admin hawtho] I also miss a++ and a-- as I am a 25 year "C" Programmer.
23409 [matz ruby-la] The answer is
23413 [dev mernen.c] While I am personally against the ++ notation in Ruby (as it hides the

^ [Bug #1449] [REXML] detected encoding isn't used correctly
23404 [redmine ruby] Bug #1449: [REXML] detected encoding isn't used correctly

^ ruby-ffi problem
23407 [blackapache5] ry), I have some trouble here too=0A=0AI will present a simple example wher=
+ 23410 [charles.nutt] ...
+ 23414 [asari.ruby g] charset=US-ASCII;

^ [Feature #1408] 0.1.to_r not equal to  (1/10)
23408 [redmine ruby] Issue #1408 has been updated by tadayoshi funaba.

^ [Bug #863] Openssl issues with fresh compile on Ubuntu
23411 [redmine ruby] Issue #863 has been updated by Chad Woolley.
23420 [matz ruby-la] Hmm, still something is wrong though.  I don't know why openssl.so is

^ [Bug #1448] [patch] Proper handling of recursive arrays
23412 [redmine ruby] Issue #1448 has been updated by Marc-Andre Lafortune.
23463 [nobu ruby-la] This patch seems nice to me.  I'm afraid matz may not like the

^ [Bug #1454] compatability of rational and bigdecimal (1.8 and 1.9)
23415 [redmine ruby] Bug #1454: compatability of rational and bigdecimal (1.8 and 1.9)

^ [Bug #1455] compatability of rational and bigdecimal
23416 [redmine ruby] Bug #1455: compatability of rational and bigdecimal

^ [Bug #1454] compatability of rational and bigdecimal (1.8 and 1.9)
23417 [redmine ruby] Issue #1454 has been updated by Karl Brodowsky.

^ [Feature #1377] Please provide constant File::NOATIME
23418 [redmine ruby] Issue #1377 has been updated by Kazuhiro NISHIYAMA.
23419 [matz ruby-la] Can you check in?

^ [Bug #1444] Building ruby 1.8.7 p160 on Solaris 10 u6
23421 [redmine ruby] Issue #1444 has been updated by Daniel Berger.

^ [Bug #1457] Some grammar rules not terminated with semicolon;
23422 [redmine ruby] Bug #1457: Some grammar rules not terminated with semicolon;

^ [Feature #1377](Closed) Please provide constant File::NOATIME
23424 [redmine ruby] Issue #1377 has been updated by Anonymous.

^ [Bug #1363] Wrong value for Hash of NaN
23426 [redmine ruby] Issue #1363 has been updated by Heesob Park.

^ [Bug #1457](Closed) Some grammar rules not terminated with semicolon;
23428 [redmine ruby] Issue #1457 has been updated by Yukihiro Matsumoto.

^ [Bug #1388] cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
23429 [redmine ruby] Issue #1388 has been updated by neomjp neomjp.

^ [Bug #1459] x64-mswin64 ruby 1.9 binary package lack zlib.dll
23430 [redmine ruby] Bug #1459: x64-mswin64 ruby 1.9 binary package lack zlib.dll

^ [Bug #1460] IO#select returns wrong fd list after Kernel#sleep (Windows)
23431 [redmine ruby] Bug #1460: IO#select returns wrong fd list after Kernel#sleep (Windows)

^ [Bug #1460](Assigned) IO#select returns wrong fd list after Kernel#sleep (Windows)
23432 [redmine ruby] Issue #1460 has been updated by Nobuyoshi Nakada.

^ Re: [Feature #666](Rejected) 	Enumerable::to_hash
23433 [matz ruby-la] Didn't I?  I confirm.

^ [Bug #963](Closed) /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
23435 [redmine ruby] Issue #963 has been updated by Shyouhei Urabe.

^ [Bug #1306](Closed) exception when exiting from IRB if test/unit is loaded
23436 [redmine ruby] Issue #1306 has been updated by Shyouhei Urabe.

^ Re: [Feature #666](Rejected) 
23439 [ruby-core-ma] Great, thanks! I've added the new syntax to RubySpecs.

^ [Bug #1465] debug segmentation fault when starting RoR Webrick server
23442 [redmine ruby] Bug #1465: debug segmentation fault when starting RoR Webrick server

^ [Bug #1466] URI#parse fails on some working urls
23443 [redmine ruby] Bug #1466: URI#parse fails on some working urls
23447 [danielcavana] [ ] are at least a problem. i ran into this a little while ago

^ [Bug #1467] Why doesn Ruby not use all cores on a Nehalem box (MacPro)?
23444 [redmine ruby] Bug #1467: Why doesn Ruby not use all cores on a Nehalem box (MacPro)?
23445 [m.fellinger ] Old rubygems maybe, make sure you're at least on 1.3.1.

^ Some expect.rb miprovements
23446 [luizluca gma] I was using expect.rb to substitute expect command (as I'm not in a mood to

^ Fwd: Bug report involving class variables
23448 [ryand-ruby z] Can we get the redmine issues fixed?
threads.html
top