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
*
fix test for 1.8
xibbar
2008-10-24
1
-3
/
+6
*
* string.c (rb_str_dump): should have removed commented out
matz
2008-10-24
2
-3
/
+3
*
* string.c (rb_str_dump): do not use C++ comment.
shyouhei
2008-10-24
2
-1
/
+5
*
* id.h (enum ruby_method_ids): ISO C forbids comma at end of
shyouhei
2008-10-24
2
-3
/
+8
*
* lib/mathn.rb: moved into ext/mathn/rational/rational.c and
keiju
2008-10-24
6
-95
/
+3123
*
* test/ruby/test_array.rb (TestArray#test_join): should restore
matz
2008-10-24
3
-2
/
+12
*
ChangeLog: adjust indent.
matz
2008-10-24
1
-2
/
+2
*
* parse.y (lambda): need to adjust lpar_beg for ripper as well.
matz
2008-10-24
2
-2
/
+7
*
fix typo
xibbar
2008-10-24
1
-2
/
+2
*
* lib/cgi/core.rb (read_multipart): change field value as String
xibbar
2008-10-24
3
-7
/
+53
*
* common.mk (ext): split out the target for extension library.
nobu
2008-10-24
2
-2
/
+5
*
* common.mk (encs): depends on enc and trans.
nobu
2008-10-24
2
-0
/
+5
*
* 2008-10-24
svn
2008-10-24
1
-3
/
+3
*
* test/ruby/test_signal.rb (TestSignal#test_exit_action): Thread
kazu
2008-10-24
2
-1
/
+6
*
* distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9
yugui
2008-10-23
2
-59
/
+5
*
* class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]
matz
2008-10-23
2
-3
/
+7
*
* lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.
matz
2008-10-23
2
-2
/
+8
*
* ext/socket/socket.c (sock_s_getservbyport): check if the port range.
nobu
2008-10-23
2
-0
/
+9
*
* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encoding
matz
2008-10-23
2
-9
/
+38
*
* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessary
nobu
2008-10-23
2
-8
/
+11
*
* ext/socket/socket.c (sock_s_getservbyport): the port should be
nobu
2008-10-23
2
-4
/
+12
*
* ext/socket/socket.c (sock_s_getservbyport): cast to get rid of
usa
2008-10-23
2
-1
/
+6
*
* ext/socket/socket.c (sock_s_getservbyport): port should be
matz
2008-10-22
2
-1
/
+6
*
* string.c (rb_str_conv_enc_opts): new function to convert with
matz
2008-10-22
3
-26
/
+103
*
* lib/mkmf.rb (create_tmpsrc): get rid of side effects.
nobu
2008-10-22
2
-2
/
+8
*
* cont.c: separate data structure between rb_fiber_t and
ko1
2008-10-22
3
-71
/
+161
*
* Described -E external:internal and -U.
yugui
2008-10-22
1
-8
/
+72
*
* io.c (pipe_open): remove unnecessary flush before fork.
matz
2008-10-22
2
-2
/
+6
*
* vm_insnhelper.c (vm_yield_setup_args): should not drop arguments
nobu
2008-10-22
2
-2
/
+8
*
* parse.y (f_larglist): should not allow semicolon separated local
matz
2008-10-22
2
-1
/
+8
*
* string.c (rb_external_str_new_with_enc): no implicit strlen call.
matz
2008-10-22
6
-27
/
+51
*
* re.c (unescape_escaped_nonascii): back out the last change on
matz
2008-10-22
2
-6
/
+7
*
* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget
matz
2008-10-21
3
-3
/
+34
*
* include/ruby/vm.h: write a comment.
ko1
2008-10-21
4
-9
/
+21
*
update ChangeLog for last check in.
ko1
2008-10-21
1
-0
/
+7
*
* parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.
ko1
2008-10-21
2
-3
/
+18
*
* string.c (rb_external_str_new_with_enc): wrong condition to
matz
2008-10-21
3
-25
/
+37
*
* 2008-10-22
svn
2008-10-21
1
-3
/
+3
*
Fixed test failures [ruby-dev:36837].
seki
2008-10-21
2
-1
/
+5
*
* ext/stringio/stringio.c (strio_write): should convert writing
matz
2008-10-21
5
-3
/
+21
*
* io.c (open_key_args): should adjust argc, argv in struct
matz
2008-10-21
3
-9
/
+14
*
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
matz
2008-10-21
3
-4
/
+20
*
* lib/test/unit.rb (assert_nothing_raised): raise with backtrace.
nobu
2008-10-21
2
-3
/
+5
*
* lib/test/unit.rb (assert_nothing_raised): set backtrace.
akr
2008-10-21
2
-1
/
+7
*
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
6
-189
/
+356
*
* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
shugo
2008-10-21
4
-2
/
+10
*
* mdoc2man.rb: moved into tools/.
yugui
2008-10-21
3
-1
/
+7
*
* ext/iconv/iconv.c (strip_glibc_option, map_charset): check if
nobu
2008-10-21
3
-2
/
+18
*
* io.c (rb_file_open_internal): should initialize fmode before using.
nobu
2008-10-21
2
-3
/
+6
*
* regparse.c (parse_char_class): CCV_SB is only for single
nobu
2008-10-20
2
-5
/
+3
[next]