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
2010-08-07
* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.
nobu
2010-08-07
* ext/win32ole/win32ole.c: fix checking version of GCC.
suke
2010-08-07
* ext/pathname/pathname.c (Init_pathname): fix number of arguments for
akr
2010-08-07
* test/ruby/envutil.rb (assert_normal_exit): use assert. fix
akr
2010-08-06
* ext/pathname/pathname.c (path_chown): Pathname#chown translated
akr
2010-08-06
* 2010-08-07
svn
2010-08-06
* ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translated
akr
2010-08-06
* ext/pathname/pathname.c (path_chmod): Pathname#chmod translated from
akr
2010-08-06
* rational.c (nurat_div): divided by infinity should be zero.
nobu
2010-08-06
* rational.c (nurat_div): divided by float zero should be
nobu
2010-08-06
* file.c (realpath_rec): rb_str_modify depends on the length, so
nobu
2010-08-06
* Makefile.in (clean-ext): fixed directories to be removed.
nobu
2010-08-06
* enc/depend: add space at the begginig of @ignore_error.
naruse
2010-08-06
* common.mk (clean): add prelude.c, config.log, and rbconfig.rb.
naruse
2010-08-06
* Makefile.in: ignore error from RMDIRS.
naruse
2010-08-05
* 2010-08-06
svn
2010-08-05
* ext/pathname/pathname.c (path_mtime): Pathname#mtime translated from
akr
2010-08-05
* ext/pathname/pathname.c (path_ctime): Pathname#ctime translated from
akr
2010-08-05
* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCAT
mame
2010-08-05
* compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873
mame
2010-08-05
* compile.c (iseq_compile_each): to_a method should be called.
nobu
2010-08-05
* README.EXT, README.EXT.ja (String functions): mention
nobu
2010-08-05
* string.c (rb_str_set_len): bail out when buffer overflowed
nobu
2010-08-05
* compile.c (iseq_compile_each): drop unused ARGSCAT results.
nobu
2010-08-05
* complex.c (nucomp_marshal_load): should check the argument.
nobu
2010-08-05
* marshal.c (w_float): should not append a dot if no fractal part
nobu
2010-08-05
* parse.y (void_expr_gen): add 'possibly' to warning message.
matz
2010-08-05
* dir.c (glob_make_pattern): fold continuous PLAINs to get rid of
nobu
2010-08-05
* string.c (rb_str_set_len): should fail to modify shared string.
nobu
2010-08-05
* ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiable
nobu
2010-08-05
* string.c (str_make_independent_expand): fix buffer overflow
nobu
2010-08-04
* file.c (realpath_rec): call rb_str_modify before rb_str_set_len.
akr
2010-08-04
* 2010-08-05
svn
2010-08-04
* string.c (rb_str_resize):: fix r28857 that failed to revert r28851.
mame
2010-08-04
* string.c (rb_str_resize): reverted r28851. rb_str_resize cannot
nobu
2010-08-04
* string.c (rb_str_set_len): rb_str_modify cannot work before the
nobu
2010-08-04
* string.c (rb_str_resize): should copy the content properly. a
nobu
2010-08-04
* lib/mkmf.rb (create_makefile): no need to create the directory
usa
2010-08-03
* 2010-08-04
svn
2010-08-03
* ext/pathname/pathname.c (path_atime): Pathname#atime translated from
akr
2010-08-03
add tests.
akr
2010-08-03
* random.c (Init_Random): add Random::DEFAULT.
nobu
2010-08-03
* hash.c (rb_check_hash_type): added.
nobu
2010-08-03
* bignum.c (rb_big_eq): never equal to infinity.
nobu
2010-08-03
* ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441.
naruse
2010-08-03
* lib/rdoc/ri/driver.rb (setup_pager): no need to check the existence
usa
2010-08-03
* tool/runruby.rb: no purelib.
shyouhei
2010-08-02
* ext/purelib.rb: no longer used since the default load path of
nobu
2010-08-02
* ext/-test-/add_suffix/bug.c: for the prototype.
nobu
2010-08-02
* ext/bigdecimal/bigdecimal.c (BigDecimal_hash): fix type warnings.
nobu
[next]