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
...
*
* io.c (read_all): should use io_read_encoding(), not
matz
2008-06-11
3
-10
/
+16
*
* ext/stringio/stringio.c (strio_init): rewind when reopened.
mame
2008-06-11
3
-2
/
+8
*
* array.c (rb_ary_zip): ANSI style.
mame
2008-06-11
2
-4
/
+5
*
* io.c (rb_io_reopen): clear read buffer.
nobu
2008-06-11
4
-3
/
+16
*
* ext/tk: check proper conditions. [ruby-dev:35047]
nobu
2008-06-11
6
-283
/
+108
*
* io.c (io_fread): bypass buffered read if reading buffer is empty.
matz
2008-06-11
2
-1
/
+21
*
* bootstraptest/runner.rb (assert_normal_exit): hide stderr output
akr
2008-06-11
2
-3
/
+23
*
* common.mk (encs): need to pass miniruby path for windows.
usa
2008-06-11
2
-1
/
+5
*
update Signal.list rdoc.
akr
2008-06-10
1
-1
/
+1
*
describe %% in rdoc.
akr
2008-06-10
1
-0
/
+1
*
* set eol-style to LF.
nobu
2008-06-10
0
-0
/
+0
*
* vm.c, eval_intern.h (PASS_PASSED_BLOCK):
ko1
2008-06-10
17
-190
/
+241
*
* ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.
nagai
2008-06-10
220
-1265
/
+7100
*
* lib/find.rb (Find#find): Return an enumerator if no block is
knu
2008-06-10
2
-0
/
+7
*
* include/ruby/intern.h, proc.c: revert rb_proc_call() and
ko1
2008-06-10
8
-22
/
+56
*
* test/ruby/test_float.rb: add tests. [ruby-dev:35009]
kazu
2008-06-10
2
-0
/
+7
*
* complex.c (nucomp_s_convert): need not to initialize optional
tadf
2008-06-10
2
-2
/
+5
*
* ext/extmk.rb: negate default of --without-ext if --with-ext is
nobu
2008-06-10
2
-3
/
+10
*
* ext/extmk.rb: negate default of --without-ext.
nobu
2008-06-10
2
-1
/
+7
*
* array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]
matz
2008-06-10
2
-1
/
+5
*
* include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):
nobu
2008-06-10
2
-0
/
+7
*
fix Changelog time(typo). sorry.
wanabe
2008-06-10
1
-1
/
+1
*
* util.c (ruby_strtod): ruby_strtod don't allow a trailing
wanabe
2008-06-10
2
-0
/
+7
*
* rational.c (nurat_s_convert): need not to initialize optional
matz
2008-06-10
2
-2
/
+5
*
* ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.
nobu
2008-06-10
2
-1
/
+5
*
* include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.
nobu
2008-06-10
2
-4
/
+8
*
* ruby.c (rb_argv0): revised for ext/tk.
nobu
2008-06-10
2
-1
/
+6
*
* include/ruby/encoding.h: not to use varargs.h since requiring C89.
nobu
2008-06-10
3
-8
/
+8
*
* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.
mame
2008-06-09
9
-14
/
+41
*
fixed
tadf
2008-06-09
2
-14
/
+20
*
* common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.
akr
2008-06-09
2
-1
/
+5
*
* eval.c (Init_stack): don't declare. it is a macro now.
akr
2008-06-09
2
-1
/
+4
*
* compile.c : treat []&&= in virtually the same way as []||=.
wanabe
2008-06-09
2
-6
/
+8
*
* enc/depend (clean): remove build directories.
nobu
2008-06-09
2
-1
/
+7
*
* test_knownbug.rb -> KNOWNBUGS.rb: renamed.
ko1
2008-06-09
3
-1
/
+7
*
* lib/mkmf.rb (configuration): set flags.
nobu
2008-06-09
3
-0
/
+12
*
* bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.
ko1
2008-06-09
3
-1
/
+10
*
* complex.c (nucomp_s_convert): can accept Complex('i').
tadf
2008-06-09
3
-26
/
+37
*
* ext/socket/socket.c: constified.
nobu
2008-06-09
1
-6
/
+6
*
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
32
-85
/
+141
*
* lib/set.rb (Set#delete_if): Call to_a.
knu
2008-06-09
2
-3
/
+39
*
* io.c (fptr_finalize): close IO object if fd is already closed.
akr
2008-06-09
2
-4
/
+20
*
* test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.
matz
2008-06-09
2
-6
/
+10
*
* ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]
matz
2008-06-09
2
-1
/
+5
*
* complex.c (make_patterns): constified.
nobu
2008-06-09
2
-8
/
+10
*
* rational.c (make_patterns): constified.
nobu
2008-06-09
1
-4
/
+6
*
* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and
nobu
2008-06-09
6
-10
/
+40
*
* vm_core.h (struct rb_vm_struct): moved src_encoding_index.
nobu
2008-06-09
4
-52
/
+66
*
* vm.c (rb_thread_recycle_stack_release): reduce redundant code.
nobu
2008-06-09
1
-5
/
+2
*
* include/ruby/intern.h (Init_stack): make to call ruby_init_stack.
nobu
2008-06-09
3
-1
/
+7
[prev]
[next]