index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-09-08
tags r24782 on the trunk as v1_9_2_preview2
v1_9_2_preview2
yugui
2009-09-07
* io.c (rb_io_tell): adjustment for ungotten data.
nobu
2009-09-07
* io.c (io_encname_bom_p): removed magic number.
nobu
2009-09-07
* io.c (Init_IO): added rdocs for constants.
nobu
2009-09-07
* lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): support
matz
2009-09-06
* insns.def (opt_*): add IC operands.
ko1
2009-09-06
* Makefile.in, common.mk: move a id.h generation rule.
ko1
2009-09-06
* benchmark/driver.rb: remove RUBY_VERSION output.
ko1
2009-09-06
* vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVAR
ko1
2009-09-06
* 2009-09-07
svn
2009-09-06
* lib/uri/common.rb (URI.escape): obsoleted.
naruse
2009-09-06
* vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro
ko1
2009-09-06
* template/id.h.tmpl: fix this.
ko1
2009-09-06
* compile.c (iseq_specialized_instruction), insns.def (opt_size):
ko1
2009-09-06
* insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):
ko1
2009-09-06
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
nobu
2009-09-05
* io.c (argf_next_argv): fixed indent.
nobu
2009-09-05
* 2009-09-06
svn
2009-09-05
* io.c: Add rdoc for ARGF.
naruse
2009-09-05
* numeric.c (flo_quo, int_round): added rdoc.
nobu
2009-09-05
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
nobu
2009-09-05
* compile.c (FIXNUM_OR): typo.
nobu
2009-09-05
* compile.c (FIXNUM_INC, FIXNUM_OR): trivial optimizations.
nobu
2009-09-05
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-05
* compile.c (iseq_compile_each): &&= and ||= should return rhs.
nobu
2009-09-05
update comment.
akr
2009-09-05
* re.c (Init_Regexp): new methods. [ruby-core:24748]
nobu
2009-09-04
* re.c (update_char_offset): position should be long.
nobu
2009-09-04
* re.c (update_char_offset):
nobu
2009-09-04
* test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].
nobu
2009-09-04
* numeric.c (round): added declaration. [ruby-dev:39222]
nobu
2009-09-04
* bignum.c (rb_big_idiv): added rdoc.
nobu
2009-09-04
* bignum.c (rb_big_div, rb_big_idiv): fixed indent.
nobu
2009-09-03
* dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]
matz
2009-09-03
* random.c (random_rand): fixed rdoc. [ruby-core:25332]
nobu
2009-09-03
* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method names
nobu
2009-09-03
* parse.y (literal_concat_gen): concat body from dstr instead of
nobu
2009-09-03
* 2009-09-03
svn
2009-09-03
* parse.y (fname): removed duplication.
nobu
2009-09-02
* math.c (math_gamma): get rid of direct comparison between too
nobu
2009-09-02
* math.c (domain_check): simplified.
nobu
2009-09-02
* math.c (math_gamma): constified fact_table.
nobu
2009-09-02
* gc.c (obj_free): fix to free method table (fix memory leak).
ko1
2009-09-02
* tool/instruction.rb: executable.
nobu
2009-09-01
* tool/instruction.rb (RubyVM::InstructionsLoader#make_stackcaching_insns):
nobu
2009-09-01
NaN is now 0.0/0 because of 1.8/1.9 compat.
naruse
2009-09-01
Add tests of JSON 1.1.9.
naruse
2009-09-01
* 2009-09-02
svn
2009-09-01
* ext/json: Update to JSON 1.1.9.
naruse
2009-09-01
* vm_eval.c (eval_string_with_cref): fix to check local_table_size.
ko1
[next]