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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* README.EXT.ja: update about Fixnum. reported in
usa
2008-06-13
1
-0
/
+7
*
* gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.
nobu
2008-06-13
1
-1
/
+3
*
* gc.c (ruby_stack_check): STACK_LENGTH should be less than
nobu
2008-06-13
1
-0
/
+5
*
* enum.c (sort_by_i): use NODE_DOT2 instead of NODE_MEMO to avoid
matz
2008-06-13
1
-0
/
+7
*
* test/ruby/test_thread.rb: add a test.
mame
2008-06-12
1
-0
/
+4
*
* thread.c (mutex_unlock): fix cond_notified consistency.
mame
2008-06-12
1
-0
/
+4
*
* thread_win32.c (native_sleep): fixed previous commit.
usa
2008-06-12
1
-0
/
+4
*
* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add
mame
2008-06-12
1
-0
/
+7
*
* complex.c: refactoring.
tadf
2008-06-12
1
-0
/
+6
*
* regint.h: undefine USE_CAPTURE_HISTORY which is mentioned as
matz
2008-06-12
1
-0
/
+5
*
* include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for
akr
2008-06-12
1
-0
/
+5
*
* io.c (read_all): should use io_read_encoding(), not
matz
2008-06-11
1
-0
/
+10
*
* ext/stringio/stringio.c (strio_init): rewind when reopened.
mame
2008-06-11
1
-0
/
+4
*
* array.c (rb_ary_zip): ANSI style.
mame
2008-06-11
1
-0
/
+4
*
* io.c (rb_io_reopen): clear read buffer.
nobu
2008-06-11
1
-0
/
+4
*
* ext/tk: check proper conditions. [ruby-dev:35047]
nobu
2008-06-11
1
-0
/
+4
*
* io.c (io_fread): bypass buffered read if reading buffer is empty.
matz
2008-06-11
1
-0
/
+6
*
* bootstraptest/runner.rb (assert_normal_exit): hide stderr output
akr
2008-06-11
1
-0
/
+5
*
* common.mk (encs): need to pass miniruby path for windows.
usa
2008-06-11
1
-0
/
+4
*
* vm.c, eval_intern.h (PASS_PASSED_BLOCK):
ko1
2008-06-10
1
-0
/
+15
*
* ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.
nagai
2008-06-10
1
-0
/
+117
*
* lib/find.rb (Find#find): Return an enumerator if no block is
knu
2008-06-10
1
-0
/
+5
*
* include/ruby/intern.h, proc.c: revert rb_proc_call() and
ko1
2008-06-10
1
-0
/
+8
*
* test/ruby/test_float.rb: add tests. [ruby-dev:35009]
kazu
2008-06-10
1
-0
/
+4
*
* complex.c (nucomp_s_convert): need not to initialize optional
tadf
2008-06-10
1
-0
/
+5
*
* ext/extmk.rb: negate default of --without-ext if --with-ext is
nobu
2008-06-10
1
-1
/
+4
*
* ext/extmk.rb: negate default of --without-ext.
nobu
2008-06-10
1
-0
/
+4
*
* array.c (rb_ary_shuffle_bang): update RDoc. [ruby-dev:35034]
matz
2008-06-10
1
-0
/
+4
*
* include/ruby/intern.h (rb_obj_instance_exec, rb_mod_module_exec):
nobu
2008-06-10
1
-0
/
+5
*
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
1
-0
/
+5
*
* rational.c (nurat_s_convert): need not to initialize optional
matz
2008-06-10
1
-0
/
+5
*
* ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.
nobu
2008-06-10
1
-0
/
+4
*
* include/ruby/ruby.h (CONST_ID_CACHE): fixed statement expression.
nobu
2008-06-10
1
-0
/
+4
*
* ruby.c (rb_argv0): revised for ext/tk.
nobu
2008-06-10
1
-1
/
+3
*
* include/ruby/encoding.h: not to use varargs.h since requiring C89.
nobu
2008-06-10
1
-0
/
+4
*
* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.
mame
2008-06-09
1
-0
/
+21
*
* common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.
akr
2008-06-09
1
-0
/
+4
*
* eval.c (Init_stack): don't declare. it is a macro now.
akr
2008-06-09
1
-0
/
+4
*
* compile.c : treat []&&= in virtually the same way as []||=.
wanabe
2008-06-09
1
-0
/
+5
*
* enc/depend (clean): remove build directories.
nobu
2008-06-09
1
-1
/
+3
*
* test_knownbug.rb -> KNOWNBUGS.rb: renamed.
ko1
2008-06-09
1
-0
/
+6
*
* lib/mkmf.rb (configuration): set flags.
nobu
2008-06-09
1
-0
/
+4
*
* bootstraptest/test_knownbug.rb -> ./test_knownbug.rb: moved.
ko1
2008-06-09
1
-0
/
+6
*
* complex.c (nucomp_s_convert): can accept Complex('i').
tadf
2008-06-09
1
-0
/
+5
*
* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.
nobu
2008-06-09
1
-0
/
+6
*
* lib/set.rb (Set#delete_if): Call to_a.
knu
2008-06-09
1
-0
/
+10
*
* io.c (fptr_finalize): close IO object if fd is already closed.
akr
2008-06-09
1
-0
/
+5
*
* test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.
matz
2008-06-09
1
-0
/
+4
*
* ruby.c (require_libraries): req_list may be NULL. [ruby-dev:35008]
matz
2008-06-09
1
-0
/
+4
[prev]
[next]