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
*
* load.c (ruby_init_ext): don't free the given pointer itself.
yugui
2012-03-16
2
-2
/
+8
*
* vm_eval.c (rb_mod_module_eval): fix the documentation of
shugo
2012-03-16
2
-4
/
+10
*
* vm_eval.c (rb_mod_module_eval): fix the documentation of
shugo
2012-03-16
2
-4
/
+11
*
* lib/net/imap.rb (initialize): raise Net::IMAP::Error when the
shugo
2012-03-16
3
-0
/
+29
*
* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.
shugo
2012-03-16
3
-0
/
+26
*
* ChangeLog: fix typo.
nobu
2012-03-16
1
-1
/
+1
*
* vm_insnhelper.c (argument_error): use line number at the beginning
nobu
2012-03-16
3
-6
/
+25
*
* iseq.c (rb_iseq_first_lineno): constified.
nobu
2012-03-16
3
-2
/
+6
*
* enumerator.c (lazy_take): don't enumerate an extra value.
shugo
2012-03-16
3
-5
/
+25
*
* enumerator.c (lazy_zip_func): variadic argument needs explicit cast
nobu
2012-03-15
2
-2
/
+5
*
* enumerator.c (lazy_init_iterator): no need to check overflow twice.
nobu
2012-03-15
2
-1
/
+5
*
* 2012-03-16
svn
2012-03-15
1
-2
/
+2
*
* enumerator.c (lazy_init_iterator): Fix type error (int vs long).
drbrain
2012-03-15
2
-1
/
+5
*
* enum.c (rb_enum_values_pack): rename from enum_values_pack, and
shugo
2012-03-15
5
-41
/
+120
*
* enumerator.c (lazy_zip): rescue StopIteration returned by
shugo
2012-03-15
3
-1
/
+25
*
* enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}
shugo
2012-03-15
3
-27
/
+28
*
* enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy to
shugo
2012-03-15
3
-2
/
+7
*
* enumerator.c (enumerator_lazy): added cycle to the documentation.
shugo
2012-03-15
2
-2
/
+6
*
* parse.y (parser_yylex): fix warning line number.
nobu
2012-03-15
3
-1
/
+13
*
* test/ruby/test_m17n.rb (assert_warning): use common method.
nobu
2012-03-15
1
-12
/
+1
*
* enumerator.c (lazy_cycle): check argument number overflow before
nobu
2012-03-15
2
-8
/
+14
*
* util.c (ruby_strtod): no need to check same digit for hexdigit
nobu
2012-03-15
2
-3
/
+9
*
* parse.y (sym_check_asciionly): check ascii compatibility before
nobu
2012-03-15
3
-19
/
+31
*
* file.c (ruby_enc_find_basename): allow NULL as alllen.
nobu
2012-03-15
2
-1
/
+6
*
* string.c (rb_str_conv_enc_opts): default to original encoding.
nobu
2012-03-15
2
-0
/
+5
*
* hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc()
usa
2012-03-15
2
-5
/
+10
*
* win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to
usa
2012-03-15
4
-8
/
+86
*
* adjust style.
nobu
2012-03-15
1
-1
/
+2
*
* enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.
shugo
2012-03-15
3
-3
/
+57
*
* adjust style.
nobu
2012-03-15
6
-9
/
+16
*
* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.
nobu
2012-03-15
5
-7
/
+11
*
* vm_eval.c (check_funcall): Raise ArgumentError if respond_to?
drbrain
2012-03-14
3
-1
/
+29
*
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-14
20
-137
/
+130
*
* vm_insnhelper.c: improve number of arguments error in case of
marcandre
2012-03-14
3
-21
/
+85
*
* 2012-03-15
svn
2012-03-14
1
-2
/
+2
*
* enumerator.c (enumerable_lazy): fix the documentation of
shugo
2012-03-14
2
-4
/
+13
*
* ChangeLog: fix typos
nagachika
2012-03-14
1
-3
/
+3
*
* enumerator.c (lazy_init_iterator): break when Qundef is returned
shugo
2012-03-14
3
-9
/
+130
*
* enumerator.c (lazy_take): add Enumerable::Lazy#take.
shugo
2012-03-14
5
-10
/
+53
*
* enumerator.c: use long for array indices.
shugo
2012-03-14
2
-3
/
+7
*
* enumerator.c: moved the comment of StopIteration.
shugo
2012-03-14
2
-47
/
+51
*
* numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
usa
2012-03-14
2
-4
/
+9
*
* test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.
usa
2012-03-14
2
-0
/
+5
*
* numeric.c: fix flodivmod for cornercases [Bug #6044]
marcandre
2012-03-14
6
-27
/
+48
*
* variable.c: Simplify rdoc for remove_const [Bug #5354]
marcandre
2012-03-14
1
-4
/
+3
*
more GCable
nobu
2012-03-14
1
-2
/
+4
*
* enumerator.c (lazy_grep_func): should use === instead of =~, as
nobu
2012-03-14
3
-2
/
+11
*
InitVM_Enumerator
nobu
2012-03-14
1
-2
/
+8
*
Init_Enumerator
nobu
2012-03-14
2
-7
/
+10
*
method_ids
nobu
2012-03-14
1
-24
/
+21
[next]