index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* pack.c (pack_pack): check errno to detect error of ruby_strtoul.
mame
2008-05-17
4
-3
/
+24
*
* file.c (file_expand_path): fix for short file name on Cygwin.
nobu
2008-05-17
2
-4
/
+12
*
* vm.c (Init_VM): removed the definition of Thread#initialize,
yugui
2008-05-17
2
-1
/
+5
*
* array.c (rb_ary_sort_bang): should not free shared pointer, and set
nobu
2008-05-17
3
-1
/
+17
*
Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks.
yugui
2008-05-17
2
-1
/
+13
*
* test/ruby/test_eval.rb (test_define_method_block): new test
nobu
2008-05-17
1
-0
/
+13
*
* parse.y (ripper_warnS): now unused.
nobu
2008-05-17
1
-1
/
+5
*
* file.c (rb_file_s_extname): first dot is not an extension name.
nobu
2008-05-17
3
-2
/
+17
*
* array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]
matz
2008-05-16
5
-28
/
+53
*
* test/ruby/test_module.rb (assert_method_defined?): added.
nobu
2008-05-16
1
-6
/
+52
*
* math.c (to_flo): rb_Float() accepts even strings for input.
matz
2008-05-16
6
-14
/
+32
*
* test/ruby/test_string.rb: add tests to achieve over 90% test
mame
2008-05-15
5
-5
/
+288
*
* string.c (tr_find): String#delete returned wrong result when multiple
mame
2008-05-15
3
-5
/
+16
*
* parse.y (ripper_warningS): now used.
usa
2008-05-15
2
-5
/
+5
*
* object.c (rb_cstr_to_dbl): no need for forceful warning when
matz
2008-05-15
3
-3
/
+10
*
* re.c (rb_reg_prepare_enc): error condition was updated for non
matz
2008-05-15
2
-19
/
+33
*
* ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted to
matz
2008-05-15
4
-14
/
+69
*
* file.c (file_expand_path): support for alternative data stream
nobu
2008-05-15
6
-36
/
+227
*
* ChangeLog: fix typo.
mame
2008-05-14
1
-1
/
+5
*
* test/ruby/test_object.rb: new tests to achieve over 90% test
mame
2008-05-14
11
-0
/
+882
*
* test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.
nobu
2008-05-14
1
-29
/
+32
*
Remove spaces before BOL.
knu
2008-05-14
1
-47
/
+43
*
* iseq.c (insn_operand_intern): remove Qundef related code.
ko1
2008-05-14
2
-8
/
+8
*
* array.c (rb_ary_count): Override Enumerable#count for better
knu
2008-05-14
3
-0
/
+57
*
* insns.def: add a "putcbase" instruction.
ko1
2008-05-14
3
-31
/
+32
*
test the actual value of (10**32768-1).to_s.
akr
2008-05-14
1
-3
/
+1
*
* eval.c (rb_call0): defer calling of rb_frame_self() until it
matz
2008-05-13
2
-2
/
+12
*
add a test.
akr
2008-05-13
1
-0
/
+4
*
* test/ruby/test_io_m17n.rb: remove a duplicative method.
mame
2008-05-13
9
-16
/
+25
*
* eval_method.c (rb_add_method): fix check for warning when
mame
2008-05-13
3
-6
/
+11
*
* enum.c (enum_yield): use rb_yield_values2.
nobu
2008-05-13
2
-54
/
+36
*
* enumerator.c: Update rdoc.
knu
2008-05-13
2
-10
/
+17
*
check the chracters in (10**32768-1).to_s.
akr
2008-05-13
1
-1
/
+3
*
* string.c (rb_str_cat): fixed buffer overrun reported by
matz
2008-05-13
3
-4
/
+9
*
* io.c (rb_f_gets.): re-enable rdoc.
akr
2008-05-12
2
-3
/
+12
*
* vm.c (collect_local_variables_in_env): remove unnecessary check
mame
2008-05-12
3
-3
/
+14
*
* ChangeLog: small fixes.
usa
2008-05-12
1
-2
/
+1
*
* process.c, include/ruby/intern.h (rb_run_exec_options): externed.
usa
2008-05-12
6
-23
/
+152
*
* lib/date.rb (once): use Object#object_id instead of Symbol#to_i.
akr
2008-05-12
2
-3
/
+7
*
* test/ruby/envutil.rb (rubybin): return expanded rubyexe instead of
usa
2008-05-12
2
-1
/
+6
*
* string.c (sym_to_i): really removed. [ruby-dev:34641]
matz
2008-05-12
1
-21
/
+0
*
* enum.c (grep_i): Be aware of multiple values;
knu
2008-05-12
2
-50
/
+168
*
* process.c (rb_spawn_internal): remove calling run_exec_options()
usa
2008-05-12
2
-0
/
+7
*
* process.c (rb_spawn_internal): need to call run_exec_options() before
usa
2008-05-12
2
-8
/
+16
*
* gc.c (ruby_vm_xmalloc): increase malloc_increase only if malloc
akr
2008-05-12
2
-5
/
+13
*
* re.c (rb_reg_prepare_re): made non static with small refactoring.
matz
2008-05-12
4
-6
/
+17
*
* eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"
matz
2008-05-12
2
-0
/
+7
*
* bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]
akr
2008-05-12
3
-1
/
+6
*
add a test for [ruby-dev:34579].
akr
2008-05-12
1
-0
/
+10
*
add a test for [ruby-dev:34646].
akr
2008-05-12
1
-0
/
+7
[next]