|
|
December 20, 2007
- [jruby-dev] [jira] Created: (JRUBY-1760) Joda Time error installing rails with RubyGems 1.0.0, Charles Oliver Nutter (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1759) JRubyFileStat gives an NPE for the root directory, Nick Sieger (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1758) String#% incorrectly handles null bytes right after '%' in the pattern, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] No more svn:externals, Charles Oliver Nutter
- Re: [jruby-dev] Proposal: performance work slides to second priority under bugs, MenTaLguY
- Re: [jruby-dev] No more svn:externals, MenTaLguY
- Re: [jruby-dev] Proposal: performance work slides to second priority under bugs, Thomas E Enebo
- Re: [jruby-dev] No more svn:externals, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1757) String#dump and String#crypt handle string subclasses incorrectly, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1756) org.jvyamlb.ParserException: ParserException while scanning a block mapping we had this expected <block end>, but found org.jvyamlb.tokens.BlockEntryToken, Teruo Adachi (JIRA)
- Re: [jruby-dev] No more svn:externals, Stephen Bannasch
- Re: [jruby-dev] Proposal: performance work slides to second priority under bugs, Matt Fletcher
- Re: [jruby-dev] Configuring Bamboo with separate queues, Nick Sieger
- Re: [jruby-dev] Replacing CI, Chris Cheetham - Sun Microsystems, Inc.
- Re: [jruby-dev] Replacing CI, Charles Oliver Nutter
- Re: [jruby-dev] Replacing CI, Charles Oliver Nutter
- Re: [jruby-dev] Proposal: performance work slides to second priority under bugs, Ola Bini
- Re: [jruby-dev] Replacing CI, Vladimir Sizikov
- [jruby-dev] Proposal: performance work slides to second priority under bugs, Charles Oliver Nutter
- [jruby-dev] No more svn:externals, Charles Oliver Nutter
- [jruby-dev] Replacing CI, Charles Oliver Nutter
- Re: [jruby-dev] [Fwd: [ANN] RubyGems 1.0.0], Changshin Lee
- [jruby-dev] [jira] Created: (JRUBY-1755) joni regex inconsistency, Alex Durgin (JIRA)
- [jruby-dev] Configuring Bamboo with separate queues, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1754) Regression in specified Time behavior with Joda Time changes, Charles Oliver Nutter (JIRA)
- [jruby-dev] [Fwd: [ANN] RubyGems 1.0.0], Charles Oliver Nutter
December 18, 2007
- [jruby-dev] [jira] Created: (JRUBY-1746) Various String methods handle tainted flag incorrectly, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1745) String#slice! can't handle Float and non-standard numerics as arguments, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1744) END { } in method should generate a warning and not an error, Thomas E Enebo (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1743) =begin and =end should not be case insensitive, Thomas E Enebo (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1742) String#% with %s and %p handles tainted status of ar, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1741) joda-time does not marshal months correctly, Nick Sieger (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1740) Usage text says ObjectSpace is both enabled and disabled by default, Ryan Fowler (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1739) gem update --system fails - need gem version 0.9.5 for rails 2.0.2, Tony Eichelberger (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1738) Kernel.sprintf with argument of some non-standard type doesn't invoke to_int on it, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1737) String#% can't handle some string arguments with underscores, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1736) Jruby on rails application crashes when starting mongrel, Juan Tarquino (JIRA)
December 17, 2007
- [jruby-dev] [jira] Created: (JRUBY-1735) Java Integration wraps to much, Ola Bini (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1734) Memory leak in trap(), Alexey Verkhovsky (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1733) String conversions with 0dNNN and 0oNNN formats are incorrect, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1732) String#rindex works incorrectly with FixNum parameters, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1731) String#rindexs is incorrect, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1730) String#slice! and String#[]= with negative ranges behave differently than Ruby, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1729) String#split works incorrectly with negative argument, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1728) String#pack and String#unpack use Big Endian instead of Native Endian, Rutger Nijlunsing (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1727) "\b".inspect gives "\010" instead of "\b" like in MRI ruby, Rutger Nijlunsing (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1726) String#inpect and String#dump behavior is different from Ruby, Vladimir Sizikov (JIRA)
December 14, 2007
- [jruby-dev] [jira] Created: (JRUBY-1723) String#initialize and String#replace on frozen strings behave incompatibly with MRI, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] JRubyConf, Matt Fletcher
- [jruby-dev] JRubyConf, Ola Bini
- [jruby-dev] [jira] Created: (JRUBY-1722) String#<=> doesn't handle non-string arguments, but in MRI it does, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1721) String#slice and #[] on tainted string might incorrectly return untainted string, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1720) String#count incorrectly works with high-order bytes, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1719) String#capitalize! handles frozen empty string incompatibly, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1718) OutOfMemoryException in simple String#scan case, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] Fwd: [Rubygems-developers] Problems with OpenSSL requirement in RubyGems 0.9.5 and JRuby, Charles Oliver Nutter
December 13, 2007
- [jruby-dev] [jira] Created: (JRUBY-1717) Errors when trying to persist has_many :through objects using Rails 2.0.1 and activerecord-jdbc-adapter 0.6, Daniel Wintschel (JIRA)
- Re: [jruby-dev] Re: [jruby-user] Hpricot for JRuby 1.1 trunk, Nick Sieger
- Re: [jruby-dev] Fwd: [Rubygems-developers] Problems with OpenSSL requirement in RubyGems 0.9.5 and JRuby, Thomas E Enebo
- [jruby-dev] Re: [jruby-user] Hpricot for JRuby 1.1 trunk, Changshin Lee
- [jruby-dev] [jira] Created: (JRUBY-1716) jruby-openssl trunk doesn't support SSL, Changshin Lee (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1715) Incompatible behavior for ||= in Hashes, Vladimir Sizikov (JIRA)
- [jruby-dev] Fwd: [Rubygems-developers] Problems with OpenSSL requirement in RubyGems 0.9.5 and JRuby, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1714) YourHomeDir is insecure (100666). It may not be group or world writable. if I require ruby2ruby library., Jan-Felix Wittmann (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1713) require's load order is incorrect, leads to problems with gems, Vladimir Sizikov (JIRA)
- [jruby-dev] The 'rindex' failed when running jruby test on EBCDIC land using UTF-8, Spring Dove
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Nick Sieger
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1712) Captures local to the block ?, Marcin Mielżyński (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1710) Compilation failure due to missing methods from joni, Changshin Lee (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1711) Compilation failure due to missing methods from joni, Changshin Lee (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1709) JRuby should use Joda Time instead (PATCHES WELCOME), Ola Bini (JIRA)
December 12, 2007
- [jruby-dev] [jira] Created: (JRUBY-1708) Compiler blows up with "NoVarsDynamicScope cannot be grown; use ManyVarsDynamicScope", Alexey Verkhovsky (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1707) Unable to raise Java exceptions of derived types, Matthew Kanwisher (JIRA)
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Thomas E Enebo
- [jruby-dev] [jira] Created: (JRUBY-1706) [PATCH] Bad format for "frozen" error messages, Alexey Verkhovsky (JIRA)
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Nick Sieger
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Charles Oliver Nutter
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Ola Bini
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Thomas E Enebo
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Nick Sieger
- [jruby-dev] [jira] Created: (JRUBY-1705) JRuby trunk doesn't work on mongrel_jcluster, Changshin Lee (JIRA)
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Ola Bini
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Nick Sieger
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Nick Sieger
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Tor Norbye
- [jruby-dev] [jira] Created: (JRUBY-1704) Broken stdin ( java.lang.OutOfMemoryError ) in Linux environment, Sangmin Yu (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1703) JRuby trunk doesn' pass "id" parameter in "show" action of a resource on Rails 2.0, Changshin Lee (JIRA)
December 11, 2007
- Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Bill Dortch
- [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x, Thomas E Enebo
- [jruby-dev] [jira] Created: (JRUBY-1702) NegativeArraySizeException starting JIRB (ByteList/RubyString), Bill Dortch (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1701) Lazy region change breaks rubinius mspec run, Charles Oliver Nutter (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1700) rio gem works in c-ruby fails in jruby, Paul Fraser (JIRA)
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Stephen Bannasch
- [jruby-dev] [jira] Created: (JRUBY-1699) Kernel#system ignores more than one arg if first arg doesn't represent a valid file (e.g. a command name only), Nick Sieger (JIRA)
December 07, 2007
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Alon Salant
- [jruby-dev] [jira] Created: (JRUBY-1687) Error calling soap service, using soap4r v1.5.6 + 1.5.8, Michael Kohout (JIRA)
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Thomas E Enebo
- [jruby-dev] [jira] Created: (JRUBY-1686) OutOfMemoryException while reading from a FIFO, Adam Glasgall (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1685) Can't run Rails 2.0 app due to exception, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Alon Salant
- [jruby-dev] [jira] Created: (JRUBY-1684) Numerous StringIO spec test failures, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1683) attr_reader, attr_writer, and attr_accessor should have arity 0, Nick Sieger (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1682) JRuby files should work with limited functionality within Jar files, Ola Bini (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1681) Pathological slowdown in Array#insert, Daniel Berger (JIRA)
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
- Re: [jruby-dev] long startup times/?/nailgun problem, Stephen Bannasch
- [jruby-dev] [jira] Created: (JRUBY-1680) nailgun slows way down when, Stephen Bannasch (JIRA)
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
- Re: [jruby-dev] long startup times/?/nailgun problem, Stephen Bannasch
- Re: [jruby-dev] What kind of performance to measure?, Joseph Athman
- [jruby-dev] [Fwd: Re: Array#flatten works quadratic time on length of resulting array. It could be linear], Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1679) JRuby/LDAP catches javax.naming.NamingException and reports "Can not connect to LDAP Server" - even if it's an authentication error..., Daniel Wintschel (JIRA)
December 06, 2007
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
- Re: [jruby-dev] long startup times/?/nailgun problem, Stephen Bannasch
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
- Re: [jruby-dev] long startup times/?/nailgun problem, johan556-Re5JQEeQqe8AvxtiuMwx3w
- [jruby-dev] [jira] Created: (JRUBY-1678) Kernel.system does not handle parameters correctly, Chris O'Connor (JIRA)
- Re: [jruby-dev] long startup times/?/nailgun problem, Stephen Bannasch
- [jruby-dev] [jira] Created: (JRUBY-1677) Some String methods are not $= aware, Marcin Mielżyński (JIRA)
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1676) interpretation of IO redirection request in shell to /dev/null sometimes works and sometimes doesn't, Stephen Bannasch (JIRA)
- Re: [jruby-dev] What kind of performance to measure?, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1675) Rails hangs occasionally with JRuby, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] long startup times/?/nailgun problem, Stephen Bannasch
- [jruby-dev] [jira] Created: (JRUBY-1674) The recent String interning fixes breaks Rails in certain circumstances, Ola Bini (JIRA)
- Re: [jruby-dev] What kind of performance to measure?, Alexey Verkhovsky
- [jruby-dev] [jira] Created: (JRUBY-1673) We need to KILL MethodCache., Ola Bini (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1672) JRuby File.rename() behavior different from Ruby, causes log rotation issue, Ka Yick Chua (JIRA)
- [jruby-dev] What kind of performance to measure?, Joseph Athman
- Re: [jruby-dev] long startup times/?/nailgun problem, Charles Oliver Nutter
December 05, 2007
- Re: [jruby-dev] long startup times/?/nailgun problem, Stephen Bannasch
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Alon Salant
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Alon Salant
- [jruby-dev] [jira] Created: (JRUBY-1671) jruby bash script fails with bash 2.03 (Solaris 8), Javier Vidal Postigo (JIRA)
- Re: [jruby-dev] IO fixes for Rubinius spec failures, Thomas E Enebo
- [jruby-dev] IO fixes for Rubinius spec failures, Vladimir Sizikov
- [jruby-dev] [jira] Created: (JRUBY-1670) JRuby-OpenSSL needs BN, DH, and other features to support Net::SSH (patch attached)., Bill Dortch (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1669) IO.puts doesn't follow the specification, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] long startup times?, Charles Oliver Nutter
- Re: [jruby-dev] long startup times?, johan556-Re5JQEeQqe8AvxtiuMwx3w
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Joseph Athman
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Nick Sieger
- [jruby-dev] [jira] Created: (JRUBY-1668) Compiler/Regex integration bug, Marcin Mielżyński (JIRA)
- Re: [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1667) while I use netbeans 6.0 and jruby 1.1b1, I can't, xiong (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1666) JRuby needs a test target that attempts to compile all stdlib files, to confirm compiler is at least that complete and not blowing up, Charles Oliver Nutter (JIRA)
- [jruby-dev] Developer.com survey of some kind, Charles Oliver Nutter
December 04, 2007
- [jruby-dev] [jira] Created: (JRUBY-1665) Unhandled Java exception from jMongrel running Rails, Adam Glasgall (JIRA)
- [jruby-dev] Proposal for managing gem dependencies in a Java + JRuby application, Alon Salant
- Re: [jruby-dev] long startup times?, johan556-Re5JQEeQqe8AvxtiuMwx3w
- Re: [jruby-dev] long startup times?, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1664) IO.read(1) after ungetc always returns nil, Vladimir Sizikov (JIRA)
- [jruby-dev] long startup times?, johan556-Re5JQEeQqe8AvxtiuMwx3w
- [jruby-dev] [jira] Created: (JRUBY-1663) IO.each_line incorrectly reads empty lines, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1662) Rails 2.0 (RC2) with HSQLDB does not save tables to disk when running "rake db:migrate", Caleb Land (JIRA)
- Re: [jruby-dev] Benchmarking JRuby, Mike McKinney
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Vladimir Sizikov
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Charles Oliver Nutter
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Joseph Athman
- [jruby-dev] Re: [jruby-user] Hpricot for JRuby 1.1 trunk, Charles Oliver Nutter
- [jruby-dev] Hpricot for JRuby 1.1 trunk, Changshin Lee
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Charles Oliver Nutter
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Joseph Athman
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Charles Oliver Nutter
- Re: [jruby-dev] Test Failure in test_thread.rb, Joseph Athman
- Re: [jruby-dev] [jira] Created: (JRUBY-1660) (Performance) JRuby is 10x slower than MRI on Time objects creation, Joseph Athman
December 02, 2007
- Re: [jruby-dev] Test Failure in test_thread.rb, MenTaLguY
- [jruby-dev] [jira] Created: (JRUBY-1655) JRuby fails built-in unit tests from time.rb lib, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1654) Time.parse fails on Windows system with Thai environment, Kridsada Thanabulpong (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1653) JRuby incorrectly calculates / and divmod against Rational number, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1652) Time#gmt_offset returns incorrect values for DST, Vladimir Sizikov (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1651) Etc library is missing, Charles Oliver Nutter (JIRA)
- Re: [jruby-dev] Test Failure in test_thread.rb, Charles Oliver Nutter
- [jruby-dev] Test Failure in test_thread.rb, Joseph Athman
- Re: [jruby-dev] Rails 2.0 running on JRuby ?, Raphaël Valyi
- [jruby-dev] [jira] Created: (JRUBY-1650) "exit 0" not causing expected behaviour., simon jenkins (JIRA)
- [jruby-dev] Benchmarking JRuby, Charles Oliver Nutter
December 01, 2007
- [jruby-dev] [jira] Created: (JRUBY-1649) jopenssl won't build out of the box (doesn't find jruby.jar), Bill Dortch (JIRA)
- Re: [jruby-dev] OpenSSL stuff, Charles Oliver Nutter
- Re: [jruby-dev] OpenSSL stuff, Ola Bini
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Charles Oliver Nutter
- Re: [jruby-dev] OpenSSL stuff, Charles Oliver Nutter
- [jruby-dev] [jira] Created: (JRUBY-1648) Time.parse("Thu, 08 Feb 2007 02:01:59 GMT") is breaking (out of range) in JRuby head, Raphael Valyi (JIRA)
- [jruby-dev] [jira] Created: (JRUBY-1647) Regexp behaving differently under JRuby with Joni and MRI, Vladimir Sizikov (JIRA)
- [jruby-dev] OpenSSL stuff, Ola Bini
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Ola Bini
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Bill Dortch
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Ola Bini
- [jruby-dev] [jira] Created: (JRUBY-1646) JRuby with joni breaks hard on some regexps, Vladimir Sizikov (JIRA)
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Charles Oliver Nutter
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Charles Oliver Nutter
- Re: [jruby-dev] Problem and solution in OpenSSL (Attn: Bill), Charles Oliver Nutter
|
|