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
ruby_3_3
ruby_3_4
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
2011-07-30
* vm.c (th_init): preallocate alternative stack.
kosaki
2011-07-29
* ext/socket/lib/socket.rb (udp_server_sockets): unused variable
akr
2011-07-29
* remove unused variables.
nobu
2011-07-29
* ChangeLog: remove trailing spaces.
nobu
2011-07-29
* 2011-07-30
svn
2011-07-29
* lib/securerandom.rb: call OpenSSL::Random.seed at the
akr
2011-07-29
* array.c (rb_ary_set_len): new function to set array length.
nobu
2011-07-29
* vm_eval.c (rb_apply): get rid of too large alloca.
nobu
2011-07-29
* test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.
nagachika
2011-07-29
* ext/socket/mkconstants.rb: fix typos.
akr
2011-07-29
* ext/socket/mkconstants.rb: use whitespaces as a separator.
akr
2011-07-29
* ext/socket/mkconstants.rb: add documents for constants.
akr
2011-07-29
Fix r32731: position of definition.
naruse
2011-07-29
Run test_popen_fork on FreeBSD because it can run.
naruse
2011-07-29
* 2011-07-29
svn
2011-07-29
Use setrlimit(NOFILE,1) on OpenBSD.
naruse
2011-07-29
* configure.in (enable_pthread): use -pthread on OpenBSD without
naruse
2011-07-28
* ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead of
nagachika
2011-07-28
* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possible
nahi
2011-07-28
* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.
usa
2011-07-28
* ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.
nobu
2011-07-28
* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointer
nobu
2011-07-28
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.
nobu
2011-07-28
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.
nobu
2011-07-28
the code that depends on timing. [Bug #372] [Bug #4160]
seki
2011-07-28
See __APPLE__ for __syscall.
naruse
2011-07-27
* lib/delegate.rb: Move file-level documentation to the appropriate
drbrain
2011-07-27
* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):
nobu
2011-07-27
* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):
nobu
2011-07-27
* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):
nobu
2011-07-27
* 2011-07-28
svn
2011-07-27
* test/fileutils/test_fileutils.rb: add OpenBSD case.
naruse
2011-07-27
* test/ruby/test_symbol.rb (test_inspect): use %W to enable
nobu
2011-07-27
* test/rinda/test_rinda.rb (test_remote_array_and_hash):
nagachika
2011-07-27
* include/ruby/missing.h: define __syscall if the platform has
naruse
2011-07-27
* object.c: Add usage documentation for BasicObject. Based on patch
drbrain
2011-07-27
Use ::Syck explicitly.
naruse
2011-07-27
* lib/rubygems/uninstaller.rb: Add missing require and update
drbrain
2011-07-27
* vm_dump.c (VMDEBUG): suppress undefined macro warnings.
nobu
2011-07-27
* test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround for
nobu
2011-07-27
* lib/rubygems: Update to RubyGems 1.8.6.1.
drbrain
2011-07-27
* test/openssl/test_pkcs12.rb: Add test and intermediate certificates.
emboss
2011-07-26
* vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unused
nobu
2011-07-26
* eval_error.c (rb_print_undef_str): new function to raise
nobu
2011-07-26
* vm_method.c (obj_respond_to): fix the respond_to_missing? override
nobu
2011-07-26
* parse.y (rb_check_id): make the given name a symbol or a string.
nobu
2011-07-26
* property.
nobu
2011-07-26
* ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):
mrkn
2011-07-26
* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified for
mrkn
2011-07-26
* property.
nobu
[next]