Forum: Ruby-core


Subject Author Replies Last post
[ruby-trunk - Bug #8268][Open] ruby 2.0.0 incorrectly detects debugflags on SmartOS / gcc 4.7 mattconnolly (Matt Connolly) 7 37 days ago by Nobuyoshi Nakada
[CommonRuby - Feature #8096][Open] introduce Time.current_timestamp vipulnsward (Vipul Amler) 28 37 days ago by Matthew Kerwin
[ruby-trunk - Bug #8289][Open] [].join.encoding # => US-ASCII (I expect also UTF-8 Peter Vandenabeele 1 37 days ago by naruse (Yui NARUSE)
An evaluation of 2.0.0 release Yusuke Endoh 11 37 days ago by NARUSE, Yui
[ruby-trunk - misc #8288][Open] Ruby 2.1.0 release engeneering naruse (Yui NARUSE) 1 37 days ago by naruse (Yui NARUSE)
[ruby-trunk - Bug #7737][Open] problem with generated rbconfig.rb for Haiku paul0 (Paulo Geyer) 10 37 days ago by naruse (Yui NARUSE)
[ruby-trunk - Bug #8262][Open] Confusing "undefined method" exception when using - operator on a str ajack (Jack Weeden) 3 37 days ago by marcandre (Marc-Andre Lafortune)
[ruby-trunk - Bug #8286][Open] Can't decode non-MIME Base64 adacosta (Alan Da Costa) 9 37 days ago by MartinBosslet (Martin Bosslet)
[ruby-trunk - Feature #6216][Open] SystemStackError backtraces should not be reduced to one line postmodern (Hal Brodigan) 8 37 days ago by drkaes (Stefan Kaes)
[ruby-trunk - Feature #8110][Open] Regex methods not changing global variables prijutme4ty (Ilya Vorontsov) 17 38 days ago by naruse (Yui NARUSE)
[ruby-trunk - Bug #8285][Open] Resolv::DNS: TCP fallback fails with multiple resolvers julian.mehnle (Julian Mehnle) 3 38 days ago by julian.mehnle (Julian Mehnle)
[Backport93 - Backport #8187][Open] timeout doesn't interrupt assignment. robertgleeson (Robert Gleeson) 7 38 days ago by kosaki (Motohiro KOSAKI)
[CommonRuby - Feature #8259][Open] Atomic attributes accessors Yura Sokolov 16 38 days ago by Charles Nutter
Requesting Commit Access Aman Gupta 15 38 days ago by Charles Nutter
[ruby-trunk - Bug #8222][Open] Curses#crmode is not crmode Nobuyoshi Nakada 3 38 days ago by nagachika (Tomoyuki Chikanaga)
[ruby-trunk - Bug #8103][Open] Fix for URI.decode_www_form ArgumentError misfo (Trent Ogren) 1 38 days ago by charliesome (Charlie Somerville)
[Backport 200 - Backport #7997][Open] undefined method `unescape' for CGI:Class nelsnelson (Nels Nelson) 5 38 days ago by charliesome (Charlie Somerville)
[CommonRuby - Feature #8273][Open] Make it possible to treat objects as falsy in order to make NullO prijutme4ty (Ilya Vorontsov) 5 39 days ago by matz (Yukihiro Matsumoto)
[CommonRuby - Feature #8271][Open] Proposal for moving to a more visible, formal process for feature Charles Nutter 13 39 days ago by Charles Nutter
[CommonRuby - Feature #8275][Open] Add Module#public_const_get rkh (Konstantin Haase) 4 39 days ago by Charles Nutter
[ruby-trunk - Bug #8238][Open] Prepending any module to DateTime causes infiinite loop when using zo mjtko (Mark Titorenko) 2 39 days ago by mjtko (Mark Titorenko)
[CommonRuby - Feature #8088][Open] Method#parameters (and friends) should provide useful information Charles Nutter 6 39 days ago by Charles Nutter
[ruby-trunk - Feature #6308][Open] Eliminate delegation from WeakRef Charles Nutter 9 39 days ago by Charles Nutter
[ruby-trunk - Bug #8239][Open] Inline rescue bug David Unric 7 39 days ago by Nobuyoshi Nakada
[ruby-trunk - Bug #8279][Open] Single-line rescue parsing David Unric 1 39 days ago by Nobuyoshi Nakada
[ruby-trunk - Bug #7829][Open] Rounding error in Ruby Time loirotte (Philippe Dosch) 23 39 days ago by David MacMahon
[ruby-trunk - Feature #7149][Open] Constant magic for everyone. boris_stitnicky (Boris Stitnicky) 9 39 days ago by Charles Nutter
[ruby-trunk - Bug #8274][Open] No tests for PKCS7::write_smime Charles Nutter 0 40 days ago by Charles Nutter
[ruby-trunk - Bug #8204][Open] ObjectSpace.each_object(Bignum) can generate Bignums that are to smal Hans Mackowiak 4 40 days ago by Nobuyoshi Nakada
[ruby-trunk - Bug #8165][Open] Problems with require Krugloff (Alexandr Kruglov) 11 40 days ago by nagachika (Tomoyuki Chikanaga)
[ruby-trunk - Bug #8265][Open] -0.0 does not have a Flonum like 0.0 Hans Mackowiak 5 40 days ago by ko1 (Koichi Sasada)
[ruby-trunk - Bug #7584][Open] Ruby hangs when shutting down an ssl connection in gc finalization bpot (Bob Potter) 11 40 days ago by MartinBosslet (Martin Bosslet)
Encouraging use of CommonRuby Charles Nutter 19 40 days ago by Charles Nutter
Offline Workers Luis Lavena 0 40 days ago by Luis Lavena
[CommonRuby - Feature #8272][Open] Transfer feature tracking to CommonRuby Charles Nutter 0 40 days ago by Charles Nutter
[CommonRuby - Feature #8258][Open] Dir#escape_glob steveklabnik (Steve Klabnik) 9 40 days ago by Eregon (Benoit Daloze)
[ruby-trunk - Bug #8253][Open] Can't eval very long strings (SystemStackError) hammady (Hossam Hammady) 2 41 days ago by hammady (Hossam Hammady)
[Ruby 1.9 - Feature #4897][Open] Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2 Simon Baird 31 42 days ago by bug (Harrison Reiser)
[Backport93 - Backport #8101][Open] Backport fix for time.send(:initialize) reinitializing and modif Charles Nutter 3 42 days ago by nagachika (Tomoyuki Chikanaga)
[ruby-trunk - Bug #8205][Open] Regexp.union behavior and Regexp.try_convert avyy (Alexander Yunin) 1 42 days ago by nagachika (Tomoyuki Chikanaga)
[ruby-trunk - Feature #8264][Assigned] define struct under the given namespace Nobuyoshi Nakada 0 43 days ago by Nobuyoshi Nakada
[ruby-trunk - Feature #6693][Open] Don't warn for unused variables starting with _ marcandre (Marc-Andre Lafortune) 14 43 days ago by marcandre (Marc-Andre Lafortune)
[ruby-trunk - Bug #7872][Open] `block_given?` does not work inside `define_method` alexeymuranov (Alexey Muranov) 6 43 days ago by marcandre (Marc-Andre Lafortune)
[ruby-trunk - Bug #8261][Open] module_function for methods of same name manveru (Michael Fellinger) 2 43 days ago by marcandre (Marc-Andre Lafortune)
[ruby-trunk - Feature #8181][Open] New flag for strftime that supports adding ordinal suffixes to nu tkellen (Tyler Kellen) 9 43 days ago by naruse (Yui NARUSE)
Has ObjectSpace changed recently? Dave Thomas 4 44 days ago by Yukihiro Matsumoto
[ruby-trunk - Feature #8229][Open] extend Hash.include? eike.rb (Eike Dierks) 4 44 days ago by Charles Nutter
[ruby-trunk - Feature #8246][Open] Hash#traverse zzak (Zachary Scott) 2 44 days ago by Charles Nutter
[ruby-trunk - Feature #7604][Open] Make === comparison operator ability to delegate comparison to an prijutme4ty (Ilya Vorontsov) 11 44 days ago by Charles Nutter
[ruby-trunk - Bug #8168][Open] Feature request: support for (single) statement lambda syntax/definit Gary Weaver 7 44 days ago by Charles Nutter
Top-level link for CommonRuby issues Charles Nutter 0 44 days ago by Charles Nutter