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
*
* enum.c (count_i, count_iter_i, enum_count, enum_find_index):
knu
2008-04-11
2
-33
/
+30
*
* enum.c (find_index_i): modified to shut warning up.
matz
2008-04-11
2
-2
/
+11
*
* enum.c (enum_find_index): Add support for find_index(obj);
knu
2008-04-11
4
-15
/
+56
*
* test/test_pstore.rb, test/yaml/test_yamlstore.rb: properties.
nobu
2008-04-11
0
-0
/
+0
*
* lib/yaml/store.rb (YAML::load): modified to support empty
matz
2008-04-11
4
-3
/
+103
*
* marshal.c (w_object): add volatile to avoid potential GC bug. a
matz
2008-04-10
3
-4
/
+10
*
* lib/pstore.rb (PStore::dump, PStore::load): allow subclass
matz
2008-04-10
3
-5
/
+26
*
* test/test_generator.rb: removed as well. [ruby-dev:34306]
matz
2008-04-10
2
-4
/
+2
*
Add a bug#.
knu
2008-04-10
1
-1
/
+1
*
* misc/rdebug.el, misc/README: Remove rdebug.el as per request
knu
2008-04-10
2
-136
/
+6
*
Mention the ruby-debug project at RubyForge.
knu
2008-04-10
1
-1
/
+2
*
* eval.c (rb_f_loop): Mention StopIteration in the document.
knu
2008-04-10
2
-0
/
+6
*
Fix mistake in the previous commit.
knu
2008-04-10
1
-2
/
+2
*
* array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents for
knu
2008-04-10
2
-9
/
+19
*
* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.
akr
2008-04-10
3
-15
/
+28
*
* lib/pstore.rb: replaced by Hongli Lai's faster version.
matz
2008-04-10
3
-75
/
+279
*
* lib/generator.rb: removed obsolete library. [ruby-core:16233]
matz
2008-04-10
2
-385
/
+4
*
* thread_pthread.c (native_sleep): sleep_cond is initialized at
nobu
2008-04-10
3
-4
/
+8
*
* thread.c (lock_func): optimized and checks for interrupt_flag.
nobu
2008-04-09
2
-25
/
+17
*
* test/ruby/test_thread.rb: new tests from Sylvain Joyeux in
nobu
2008-04-09
4
-3
/
+133
*
* thread.c (lock_func): optimized. based on a patch from Sylvain
nobu
2008-04-08
1
-1
/
+4
*
* thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.
nobu
2008-04-08
2
-4
/
+23
*
* lib/complex.rb: remove Math first before overwriting by CMath.
matz
2008-04-08
2
-0
/
+5
*
* re.c (rb_reg_quote): should always copy the quoting string.
matz
2008-04-08
2
-3
/
+6
*
* load.c (rb_require_safe): should check fname path after $SAFE is
matz
2008-04-08
2
-2
/
+7
*
* common.mk (prelude.c): depends on enc/prelude.rb.
nobu
2008-04-08
3
-4
/
+12
*
* bootstraptest/test_autoload.rb: tests for [ruby-dev:34268].
nobu
2008-04-07
1
-4
/
+31
*
* load.c (rb_provided): check expanded path for relative path
nobu
2008-04-07
5
-6
/
+45
*
trivial change.
tadf
2008-04-07
1
-2
/
+2
*
* numeric.c: cancelled recent changes (except to remove rdiv).
tadf
2008-04-07
4
-38
/
+63
*
* ignores all libruby stuffs.
nobu
2008-04-07
0
-0
/
+0
*
* encoding.c (enc_init_db): moved to enc/encdb.c.
nobu
2008-04-07
10
-58
/
+76
*
* bootstraptest/test_knownbug.rb: add a known-bug.
ko1
2008-04-07
2
-0
/
+17
*
* range.c (range_each_func): should not leave a variable
nobu
2008-04-07
2
-13
/
+9
*
* string.c (rb_str_intern): need not to check if tainted.
matz
2008-04-06
2
-3
/
+5
*
* bignum.c (rb_cmpint): moved from compar.c, to check bignum
matz
2008-04-06
6
-34
/
+54
*
* tool/compile_prelude.rb: allows extra suffix after .c.
nobu
2008-04-06
1
-1
/
+1
*
* lib/cmath.rb: set properties.
nobu
2008-04-06
0
-0
/
+0
*
* dir.c (dir_tell): check if closed. [ruby-core:16223]
nobu
2008-04-06
3
-4
/
+8
*
lib/complex.rb depends lib/cmath.rb.
tadf
2008-04-05
1
-224
/
+0
*
* lib/cmath.rb: new.
tadf
2008-04-05
7
-133
/
+270
*
* lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.
drbrain
2008-04-04
5
-5
/
+17
*
* re.c (rb_memsearch_qs): wrong boundary condition.
naruse
2008-04-04
2
-4
/
+10
*
* re.c (rb_memsearch_qs): wrong boundary condition. a patch from
matz
2008-04-04
3
-4
/
+9
*
* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and
matz
2008-04-03
2
-0
/
+7
*
* numeric.c (num_quo): RDoc updated.
matz
2008-04-03
2
-4
/
+6
*
* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]
matz
2008-04-03
7
-89
/
+27
*
* complex.c (nucomp_int_check): function for DRY real check.
tadf
2008-04-03
3
-64
/
+33
*
* range.c (range_include): add RDoc to describe that comparison
matz
2008-04-03
2
-1
/
+8
*
* insns.def (defineclass): check if cbase is a class or a module.
nobu
2008-04-03
3
-8
/
+23
[next]