aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * rational.c: edited rdoc.tadf2009-07-052-5/+9
* * 2009-07-06svn2009-07-051-2/+2
* * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bitakr2009-07-052-10/+63
* * complex.c (nucomp_s_polar): now arg is optional.tadf2009-07-052-4/+20
* * complex.c (float_arg): returns PI for -0.0.tadf2009-07-052-1/+7
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-054-19/+39
* * vm_method.c (rb_add_method, remove_method, rb_undef): fixednobu2009-07-042-4/+8
* * vm_method.c (Init_eval_method): registers notimplement_body as anobu2009-07-042-3/+6
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-044-4/+20
* * numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz2009-07-042-7/+6
* * 2009-07-04svn2009-07-031-2/+2
* * enum.c (enum_join): add Enumerable#join.matz2009-07-033-32/+112
* added examples.tadf2009-07-031-0/+2
* * time.c (find_time_t): less number of guesses for hh:mm:60.akr2009-07-032-2/+16
* * complex.c (nucomp_equal_p): removed.tadf2009-07-033-43/+7
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-035-26/+82
* * complex.c: undef-ed shome methods. [ruby-core:24110]tadf2009-07-033-5/+36
* * vm_core.h (struct rb_iseq_struct): fixed types.nobu2009-07-032-3/+9
* * ChangeLog: stripped.nobu2009-07-031-5/+6
* * time.c (find_time_t): time guess strategy refined again.akr2009-07-022-115/+49
* suppress a warning.akr2009-07-021-1/+1
* * 2009-07-03svn2009-07-021-2/+2
* * time.c (find_time_t): time guess strategy refined.akr2009-07-022-109/+144
* don't use a string for Time.at argument.akr2009-07-021-15/+15
* * lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo2009-07-022-4/+19
* * time.c (num_exact): rb_check_to_integer() can deal with both ofnobu2009-07-012-5/+7
* * parse.y (parser_yylex): fixed wrong variable.nobu2009-07-012-1/+5
* Fix svn:ignore settingdrbrain2009-07-010-0/+0
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-016-15/+33
* * time.c (num_exact): use to_r for T_FLOAT.akr2009-07-012-48/+5
* * time.c (quo): return an integer if possible.akr2009-07-012-1/+16
* unused variable removed.akr2009-07-011-1/+0
* * 2009-07-02svn2009-07-011-2/+2
* rdoc update.akr2009-07-011-3/+0
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-015-10/+53
* * test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu2009-07-011-0/+1
* * marshal.c (w_encoding): encodings need extra depth.nobu2009-06-302-3/+8
* * enum.c (enum_grep): gets rid of type-punning calls.nobu2009-06-303-6/+12
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-304-4/+19
* * tool/*: executable.nobu2009-06-301-0/+0
* * tool/rbinstall.rb: renamed to get rid of collision againstnobu2009-06-303-3/+6
* * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions onnobu2009-06-302-5/+8
* * tool/file2lastrev.rb: get rid of global variables.nobu2009-06-302-13/+17
* * tool/compile_prelude.rb: use US-ASCII name.nobu2009-06-302-2/+6
* * insns.def, tool/instruction.rb: fixed types.nobu2009-06-303-13/+18
* * tool/*: executable.nobu2009-06-3010-0/+0
* * tool/{generic_erb,parse,strip-rdoc,transcode-tblgen,vtlh}.rb: executable.nobu2009-06-300-0/+0
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-3010-57/+72
* * dln.c (dln_find_1): fixed index overrun.nobu2009-06-302-2/+6
* Remove suprious #dump on versiondrbrain2009-06-291-1/+1