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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/readline/readline.c (readline_attempted_completion_function):
nobu
2012-01-10
1
-0
/
+5
*
* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,
nagachika
2012-01-09
1
-0
/
+6
*
* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] even
nagachika
2012-01-09
1
-0
/
+7
*
* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignore
nagachika
2012-01-09
1
-0
/
+5
*
* ChangeLog: fix a typo.
nagachika
2012-01-09
1
-1
/
+1
*
* ext/readline/readline.c (readline_attempted_completion_function):
nagachika
2012-01-09
1
-0
/
+5
*
* gc.c : don't embed struct heaps_slot to a heap block because it
nari
2012-01-09
1
-0
/
+6
*
* ext/pathname/pathname.c (path_entries): add document suggested by
akr
2012-01-09
1
-0
/
+5
*
* ext/socket/lib/socket.rb (family_addrinfo): don't require protocol
akr
2012-01-09
1
-0
/
+6
*
* ext/socket/lib/socket.rb (family_addrinfo): return the given
akr
2012-01-09
1
-0
/
+6
*
* test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): set
usa
2012-01-09
1
-0
/
+5
*
* gc.c: free_slots is changed Singly linked list. clear
nari
2012-01-09
1
-0
/
+5
*
* gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.
naruse
2012-01-08
1
-0
/
+4
*
* gc.c (rb_objspace_free): global_List is allocated with xmalloc.
naruse
2012-01-08
1
-0
/
+27
*
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2012-01-08
1
-0
/
+16
*
* gc.c : consider header bytes which are used by malloc.
nari
2012-01-08
1
-0
/
+4
*
* gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.
nari
2012-01-08
1
-0
/
+4
*
* gc.c (slot_sweep): add a assertion instead of a debug print.
nari
2012-01-08
1
-0
/
+4
*
* test/-ext-/old_thread_select/test_old_thread_select.rb:
ayumin
2012-01-07
1
-0
/
+5
*
* gc.c: get rid of implicit narrowing conversion.
kosaki
2012-01-07
1
-0
/
+4
*
* configure.in: check posix_memalign(3) and menalign(3).
naruse
2012-01-07
1
-0
/
+8
*
* gc.c: use Bitmap Marking algorithm to avoid copy-on-write of
nari
2012-01-07
1
-0
/
+16
*
* configure.in: always define CANONICALIZATION_FOR_MATHN.
nagachika
2012-01-06
1
-0
/
+5
*
* include/ruby/version.h: RUBY_API_VERSION 2.0.0
ayumin
2012-01-06
1
-0
/
+4
*
* object.c (rb_inspect): raises Encoding::CompatibilityError if the
naruse
2012-01-06
1
-0
/
+6
*
* ChangeLog: fix a typo.
nagachika
2012-01-05
1
-1
/
+1
*
* win32/win32.c (check_valid_dir): strict checking of root.
usa
2012-01-05
1
-0
/
+7
*
* file.c (rb_file_join): separator is appended by array length - 1
naruse
2012-01-05
1
-0
/
+5
*
* lib/uri/common.rb (URI::Parser#initialize_regexp):
naruse
2012-01-05
1
-0
/
+5
*
replace zero to space.
ayumin
2012-01-04
1
-15
/
+15
*
* array.c (rb_ary_sample): add examples for Array#sample.
ayumin
2012-01-04
1
-0
/
+5
*
* string.c (str_nth_len): count ascii-only run at the end. this
nobu
2012-01-04
1
-0
/
+6
*
* win32/win32.c (check_valid_dir): special case for a root directory.
usa
2012-01-04
1
-0
/
+5
*
* lib/rexml/parsers/baseparser.rb: use private instead of _xxx
kou
2012-01-03
1
-0
/
+6
*
* lib/rexml/parsers/baseparser.rb: rexml BaseParser uses
ayumin
2012-01-03
1
-0
/
+6
*
* README: add comment for Git user. patch from Arun Agrawal.
ayumin
2012-01-03
1
-0
/
+5
*
* thread.c: changed documentation for "thread-local" variables.
ayumin
2012-01-03
1
-0
/
+5
*
* process.c: Fix typo. patch from Aviv Ben-Yosef.
ayumin
2012-01-03
1
-0
/
+4
*
* tool/merger.rb: allow r0123 style revision number.
kosaki
2012-01-03
1
-0
/
+4
*
* tool/merger.rb (#version_up): version.h date should be Japanese
kosaki
2012-01-03
1
-0
/
+5
*
* tool/file2lastrev.rb (VCS::detect): Add support for Subversion
knu
2012-01-02
1
-0
/
+10
*
* lib/securerandom.rb (random_bytes): use IO#read instead of
akr
2012-01-02
1
-0
/
+5
*
* test/ruby/test_object.rb (test_send_with_block): add a normal case.
ktsj
2012-01-02
1
-0
/
+4
*
* test/ruby/test_object.rb (test_send_with_block): moved from
ktsj
2012-01-02
1
-0
/
+5
*
* lib/test/unit/parallel.rb: use pack("m0") instead of
kazu
2012-01-02
1
-0
/
+6
*
* lib/test/unit.rb (Test::Unit::Runner::Worker#run): use
kazu
2012-01-02
1
-0
/
+5
*
* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find may
kazu
2012-01-02
1
-0
/
+5
*
* lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
knu
2012-01-01
1
-0
/
+5
*
Fix typo
ayumin
2011-12-31
1
-1
/
+1
*
* thread.c (rb_barrier_waiting): save the number of waiting threads
naruse
2011-12-30
1
-0
/
+12
[next]