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
2011-12-20
* Make sure to clear $! when ignoring an exception
nahi
2011-12-20
* test/ruby/test_require.rb (test_race_exception): rewrote without
nobu
2011-12-20
* test/date/test_date_base.rb (test_jd): tests for
nobu
2011-12-20
* ext/date/date_core.c (wholenum): fix the type of the return value.
naruse
2011-12-19
* README.ja: Update redmine.ruby-lang.org to bugs.ruby-lang.org
drbrain
2011-12-19
* 2011-12-20
svn
2011-12-19
* ext/date/date_core.c: [ruby-dev:45008].
tadf
2011-12-18
* vm.c (vm_define_method): improve guard of iseq from GC. Fix
ngoto
2011-12-18
* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follow
nobu
2011-12-18
* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restored
tenderlove
2011-12-18
updating documentation link
tenderlove
2011-12-18
* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like dates
tenderlove
2011-12-18
* test/thread/test_queue.rb (test_thr_kill): extend timeout.
nagachika
2011-12-18
* 2011-12-18
svn
2011-12-18
* test/ruby/envutil.rb (invoke_ruby): remove :timeout option before
nagachika
2011-12-17
* 2011-12-17
svn
2011-12-17
update doc.
akr
2011-12-16
* 2011-12-16
svn
2011-12-16
* README, README.ja: 'make check' is preferable to 'make test'.
nobu
2011-12-15
* error.c (builtin_type_name): don't return pointer to the buffer of
nagachika
2011-12-15
* io.c (argf_type): make typed data.
nobu
2011-12-15
* error.c (rb_check_type): fix typo.
nobu
2011-12-15
* ext/strscan/strscan.c: use typed data with
nobu
2011-12-15
* error.c (rb_check_typeddata): refine error message with
nobu
2011-12-15
Use SIGINT to interrupt.
naruse
2011-12-15
* regcomp.c (onig_region_memsize): implemented for memsize_of().
nobu
2011-12-15
* array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.
nobu
2011-12-15
* 2011-12-15
svn
2011-12-15
* test/ruby/test_require.rb (test_race_exception): get rid of
nobu
2011-12-14
* test/ruby/test_io_m17n.rb
usa
2011-12-14
* common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platform
usa
2011-12-14
* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.
usa
2011-12-14
* transcode.c (str_encode): about the extension of :fallback
nobu
2011-12-14
Use pipe instead of $stdin.read.
naruse
2011-12-14
* load.c (load_unlock): release loading barrier and then remove it
nobu
2011-12-14
* thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()
naruse
2011-12-14
The test added in r34034 needs to run thousands of times.
naruse
2011-12-14
* load.c (load_lock): delete the loading barrier if it has been
nobu
2011-12-14
FreeBSD 9.0 RC3 is now released.
naruse
2011-12-14
Add test for [Bug #5343] [ruby-core:39634]
naruse
2011-12-13
* thread_pthread.c (rb_thread_create_timer_thread): fix memory
okkez
2011-12-13
* 2011-12-14
svn
2011-12-13
* parse.y (primary): point method name line. [ruby-core:40936]
nobu
2011-12-13
* ChangeLog: add ML/ticket links to r34028 entry. [ruby-core:41612] [Bug #5755]
nagachika
2011-12-13
* ChangeLog: fix a typo.
nagachika
2011-12-13
* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo when
nagachika
2011-12-13
* load.c (load_unlock): all threads requiring one file should
nobu
2011-12-13
property.
nobu
2011-12-13
* ChangeLog: style fix.
ktsj
2011-12-12
* lib/webrick/httpresponse.rb (setup_header): 1xx responses
tenderlove
[next]