index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/intern.h (rb_strerrno): declared.
akr
2009-11-24
5
-14
/
+45
*
* thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay for
nobu
2009-11-23
2
-7
/
+15
*
* dln.c (dln_find_1): removed duplication.
nobu
2009-11-23
2
-4
/
+5
*
* dln.c (dln_find_1): fixed commit miss.
nobu
2009-11-23
1
-1
/
+1
*
* dln.c (dln_find_1): removed duplication.
nobu
2009-11-23
2
-7
/
+10
*
* 2009-11-23
svn
2009-11-22
1
-2
/
+2
*
* enc/trans/newline.trans (fun_so_universal_newline): generate \n
akr
2009-11-22
4
-15
/
+37
*
* vm_eval.c (rb_search_method_entry): show flags and klass value in
akr
2009-11-21
2
-10
/
+26
*
* marshal.c (marshal_dump): use normal object as the buffer so
nobu
2009-11-21
3
-2
/
+16
*
* io.c (read_all): fix: false negative invalid byte seequence
naruse
2009-11-21
3
-1
/
+13
*
* 2009-11-21
svn
2009-11-21
1
-2
/
+2
*
* file.c (file_path_convert): delay getting UTF8-MAC encoding
naruse
2009-11-21
2
-7
/
+13
*
* vm_eval.c (rb_search_method_entry): avoid trigraph.
akr
2009-11-20
2
-1
/
+5
*
* 2009-11-20
svn
2009-11-19
1
-2
/
+2
*
move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.
akr
2009-11-19
1
-54
/
+53
*
* lib/net/ftp.rb (putbinaryfile): use APPE for resume.
shugo
2009-11-19
2
-2
/
+11
*
added a ChangeLog entry.
shugo
2009-11-19
1
-0
/
+8
*
* lib/net/imap.rb (flag_list): untaint strings to intern in the safe
shugo
2009-11-19
2
-1
/
+87
*
* ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.
usa
2009-11-19
2
-0
/
+8
*
* win32/Makefile.sub: nmake execute the file named echo if it exists
usa
2009-11-19
2
-2
/
+7
*
* test_thread.rb: DO NOT USE FORK WITHOUT RESCUE.
usa
2009-11-19
1
-5
/
+8
*
* vm_eval.c (rb_search_method_entry): show the type of the hidden
akr
2009-11-18
2
-6
/
+58
*
* 2009-11-19
svn
2009-11-18
1
-2
/
+2
*
* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.
akr
2009-11-18
2
-5
/
+9
*
add test.
akr
2009-11-18
1
-0
/
+31
*
* io.c (fill_cbuf): extracted from more_char.
akr
2009-11-18
2
-25
/
+48
*
* thread.c (rb_thread_atfork_internal): reinitialize global lock
nobu
2009-11-18
1
-1
/
+1
*
* thread.c (rb_thread_atfork_internal): reinitialize global lock
nobu
2009-11-18
2
-0
/
+4
*
* thread.c (rb_thread_atfork_internal): reinitialize global lock
nobu
2009-11-18
3
-0
/
+26
*
* thread.c (terminate_atfork_i): all mutex locks by other threads
nobu
2009-11-18
2
-0
/
+23
*
* file.c (file_path_convert): delay getting filesystem encoding
usa
2009-11-18
2
-3
/
+8
*
* encoding.c (enc_set_default_encoding): reset filesytem
naruse
2009-11-18
4
-5
/
+37
*
* math.c (math_gamma): fix incorrect comparison expression.
takano32
2009-11-18
2
-4
/
+8
*
* io.c (rb_scan_open_args): move path encoding conversion
naruse
2009-11-18
3
-21
/
+39
*
* test/ruby/test_undef.rb: eol-style.
nobu
2009-11-18
0
-0
/
+0
*
* string.c (str_utf8_nth): no count_utf8_lead_bytes_with_word
nobu
2009-11-18
2
-3
/
+8
*
forgot to add test_undef.rb in the previous revision.
shugo
2009-11-18
1
-0
/
+37
*
* vm_method.c (rb_undef): should raise TypeError if klass is nil.
shugo
2009-11-18
2
-0
/
+10
*
* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]
nobu
2009-11-17
3
-0
/
+10
*
* test/ruby/test_m17n.rb: get rid of empty string interpolations
nobu
2009-11-17
1
-43
/
+43
*
* 2009-11-18
svn
2009-11-17
1
-2
/
+2
*
* io.c (parse_mode_enc): fix invalid access.
akr
2009-11-17
2
-1
/
+8
*
* vm_method.c (rb_alias): should raise TypeError if klass is nil.
shugo
2009-11-17
3
-1
/
+22
*
rdoc update.
akr
2009-11-17
1
-1
/
+1
*
unused argument removed.
akr
2009-11-17
1
-1
/
+1
*
* enc/trans/big5-uao-tbl.rb: eol-style.
nobu
2009-11-17
0
-0
/
+0
*
* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,
duerst
2009-11-17
5
-1
/
+19852
*
* ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.
nobu
2009-11-17
1
-5
/
+2
*
* test/ruby/test_dir_m17n.rb, test/yaml/test*.rb: eol-style.
nobu
2009-11-17
0
-0
/
+0
*
* insns.def (opt_case_dispatch): runtime value cannot be used as
nobu
2009-11-17
3
-5
/
+12
[next]