summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-04* vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu
2009-07-04* numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz
2009-07-03* 2009-07-04svn
2009-07-03* enum.c (enum_join): add Enumerable#join.matz
2009-07-03added examples.tadf
2009-07-03* time.c (find_time_t): less number of guesses for hh:mm:60.akr
2009-07-03 * complex.c (nucomp_equal_p): removed.tadf
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-07-03 * complex.c: undef-ed shome methods. [ruby-core:24110]tadf
2009-07-03* vm_core.h (struct rb_iseq_struct): fixed types.nobu
2009-07-03* ChangeLog: stripped.nobu
2009-07-02* time.c (find_time_t): time guess strategy refined again.akr
2009-07-02suppress a warning.akr
2009-07-02* 2009-07-03svn
2009-07-02* time.c (find_time_t): time guess strategy refined.akr
2009-07-02don't use a string for Time.at argument.akr
2009-07-02* lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo
2009-07-01* time.c (num_exact): rb_check_to_integer() can deal with both ofnobu
2009-07-01* parse.y (parser_yylex): fixed wrong variable.nobu
2009-07-01Fix svn:ignore settingdrbrain
2009-07-01* hash.c (rb_hash_hash): documentation fix. a patch frommatz
2009-07-01* time.c (num_exact): use to_r for T_FLOAT.akr
2009-07-01* time.c (quo): return an integer if possible.akr
2009-07-01unused variable removed.akr
2009-07-01* 2009-07-02svn
2009-07-01rdoc update.akr
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-07-01* test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu
2009-06-30* marshal.c (w_encoding): encodings need extra depth.nobu
2009-06-30* enum.c (enum_grep): gets rid of type-punning calls.nobu
2009-06-30* re.c (reg_match_pos): adjust offset based on characters, notmatz
2009-06-30* tool/*: executable.nobu
2009-06-30* tool/rbinstall.rb: renamed to get rid of collision againstnobu
2009-06-30* tool/mkconfig.rb (RbConfig.expand): get rid of exceptions onnobu
2009-06-30* tool/file2lastrev.rb: get rid of global variables.nobu
2009-06-30* tool/compile_prelude.rb: use US-ASCII name.nobu
2009-06-30* insns.def, tool/instruction.rb: fixed types.nobu
2009-06-30* tool/*: executable.nobu
2009-06-30* tool/{generic_erb,parse,strip-rdoc,transcode-tblgen,vtlh}.rb: executable.nobu
2009-06-30* include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu
2009-06-30* dln.c (dln_find_1): fixed index overrun.nobu
2009-06-29Remove suprious #dump on versiondrbrain
2009-06-29summary is required in a valid gemspec, fixes gem list -ddrbrain
2009-06-29Doxy-commentyugui
2009-06-29Doxy-comments.yugui
2009-06-29* tool/strip-rdocs.rb: supports QT style doxy-comments.yugui
2009-06-29 * lib/cmath.rb (log2, cbrt): added. [experimental]tadf
2009-06-29reverted.tadf
2009-06-29 * complex.c (nucomp_expt): do not use rb_fexpt.tadf
2009-06-29* object.c: updated the diagram of metaclass hierarchy in rdoc.yugui