| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_method.c (rb_add_method, remove_method, rb_undef): fixed | nobu | 2009-07-04 | 1 | -1/+5 |
* | * vm_method.c (Init_eval_method): registers notimplement_body as a | nobu | 2009-07-04 | 1 | -1/+4 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): restores the first | nobu | 2009-07-04 | 1 | -0/+5 |
* | * numeric.c (dbl2ival): should raise FloatDomainError on Infinity | matz | 2009-07-04 | 1 | -0/+5 |
* | * enum.c (enum_join): add Enumerable#join. | matz | 2009-07-03 | 1 | -0/+9 |
* | * time.c (find_time_t): less number of guesses for hh:mm:60. | akr | 2009-07-03 | 1 | -0/+4 |
* | * complex.c (nucomp_equal_p): removed. | tadf | 2009-07-03 | 1 | -0/+4 |
* | * rational.c: renamed equal_p to eqeq_p. | tadf | 2009-07-03 | 1 | -0/+9 |
* | * complex.c: undef-ed shome methods. [ruby-core:24110] | tadf | 2009-07-03 | 1 | -0/+6 |
* | * vm_core.h (struct rb_iseq_struct): fixed types. | nobu | 2009-07-03 | 1 | -0/+6 |
* | * ChangeLog: stripped. | nobu | 2009-07-03 | 1 | -5/+6 |
* | * time.c (find_time_t): time guess strategy refined again. | akr | 2009-07-02 | 1 | -0/+4 |
* | * time.c (find_time_t): time guess strategy refined. | akr | 2009-07-02 | 1 | -0/+4 |
* | * lib/net/imap.rb: added response to Net::IMAP::ResponseError. | shugo | 2009-07-02 | 1 | -0/+5 |
* | * time.c (num_exact): rb_check_to_integer() can deal with both of | nobu | 2009-07-01 | 1 | -0/+5 |
* | * parse.y (parser_yylex): fixed wrong variable. | nobu | 2009-07-01 | 1 | -0/+4 |
* | * hash.c (rb_hash_hash): documentation fix. a patch from | matz | 2009-07-01 | 1 | -0/+13 |
* | * time.c (num_exact): use to_r for T_FLOAT. | akr | 2009-07-01 | 1 | -0/+4 |
* | * time.c (quo): return an integer if possible. | akr | 2009-07-01 | 1 | -0/+4 |
* | * include/ruby/intern.h (rb_time_num_new): declared. | akr | 2009-07-01 | 1 | -0/+13 |
* | * marshal.c (w_encoding): encodings need extra depth. | nobu | 2009-06-30 | 1 | -0/+5 |
* | * enum.c (enum_grep): gets rid of type-punning calls. | nobu | 2009-06-30 | 1 | -1/+5 |
* | * re.c (reg_match_pos): adjust offset based on characters, not | matz | 2009-06-30 | 1 | -0/+9 |
* | * tool/rbinstall.rb: renamed to get rid of collision against | nobu | 2009-06-30 | 1 | -1/+4 |
* | * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions on | nobu | 2009-06-30 | 1 | -1/+4 |
* | * tool/file2lastrev.rb: get rid of global variables. | nobu | 2009-06-30 | 1 | -1/+3 |
* | * tool/compile_prelude.rb: use US-ASCII name. | nobu | 2009-06-30 | 1 | -0/+4 |
* | * insns.def, tool/instruction.rb: fixed types. | nobu | 2009-06-30 | 1 | -0/+4 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -0/+5 |
* | * dln.c (dln_find_1): fixed index overrun. | nobu | 2009-06-30 | 1 | -0/+4 |
* | summary is required in a valid gemspec, fixes gem list -d | drbrain | 2009-06-29 | 1 | -0/+4 |
* | * tool/strip-rdocs.rb: supports QT style doxy-comments. | yugui | 2009-06-29 | 1 | -0/+4 |
* | * lib/cmath.rb (log2, cbrt): added. [experimental] | tadf | 2009-06-29 | 1 | -0/+4 |
* | * complex.c (nucomp_expt): do not use rb_fexpt. | tadf | 2009-06-29 | 1 | -0/+4 |
* | * Doxyfile.in: removed. merged into template/Doxyfile.template | yugui | 2009-06-29 | 1 | -0/+12 |
* | * complex.c (nucomp_expt): checks exactness. | tadf | 2009-06-29 | 1 | -0/+4 |
* | * rational.c (float_to_r): always returns rational. | tadf | 2009-06-29 | 1 | -0/+4 |
* | * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588] | nobu | 2009-06-29 | 1 | -0/+4 |
* | * file.c (file_expand_path): should copy original encoding. | nobu | 2009-06-29 | 1 | -1242/+38 |
* | * gem_prelude.c (Gem.default_dir): follows the change on | yugui | 2009-06-28 | 1 | -0/+5 |
* | * complex.c (nucomp_div): raises ZeroDivisionError immediately | tadf | 2009-06-28 | 1 | -0/+10 |
* | * complex.c (nucomp_expt): convert to a float when the given power | tadf | 2009-06-28 | 1 | -0/+7 |
* | * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852] | tadf | 2009-06-28 | 1 | -0/+4 |
* | * complex.c (nucomp_expt): some improvements. | tadf | 2009-06-28 | 1 | -0/+6 |
* | * tool/instruby.rb (:gem): registers the bundled version | yugui | 2009-06-28 | 1 | -1/+7 |
* | * lib/rubygems.rb (ConfigMap[:rubylibprefix]): new entry | yugui | 2009-06-28 | 1 | -0/+7 |
* | * complex.c: renamed some static functions. | tadf | 2009-06-28 | 1 | -0/+6 |
* | * complex.c (nucomp_addsub): new | tadf | 2009-06-27 | 1 | -0/+10 |
* | * rational.c (nurat_cmp): use rb_num_coerce_cmp. | tadf | 2009-06-27 | 1 | -0/+4 |
* | * complex.c: revised rdoc. | tadf | 2009-06-27 | 1 | -0/+8 |