summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-01-09* ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr
2012-01-09* ext/socket/lib/socket.rb (family_addrinfo): return the givenakr
2012-01-09* test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa
2012-01-09* gc.c: free_slots is changed Singly linked list. clearnari
2012-01-08* gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.naruse
2012-01-08* gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse
2012-01-08* numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse
2012-01-08* gc.c : consider header bytes which are used by malloc.nari
2012-01-08* gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.nari
2012-01-08* gc.c (slot_sweep): add a assertion instead of a debug print.nari
2012-01-07* test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin
2012-01-07* gc.c: get rid of implicit narrowing conversion.kosaki
2012-01-07* configure.in: check posix_memalign(3) and menalign(3).naruse
2012-01-07* gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari
2012-01-06* configure.in: always define CANONICALIZATION_FOR_MATHN.nagachika
2012-01-06* include/ruby/version.h: RUBY_API_VERSION 2.0.0ayumin
2012-01-06* object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse
2012-01-05* ChangeLog: fix a typo.nagachika
2012-01-05* win32/win32.c (check_valid_dir): strict checking of root.usa
2012-01-05* file.c (rb_file_join): separator is appended by array length - 1naruse
2012-01-05* lib/uri/common.rb (URI::Parser#initialize_regexp):naruse
2012-01-04replace zero to space.ayumin
2012-01-04* array.c (rb_ary_sample): add examples for Array#sample.ayumin
2012-01-04* string.c (str_nth_len): count ascii-only run at the end. thisnobu
2012-01-04* win32/win32.c (check_valid_dir): special case for a root directory.usa
2012-01-03* lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou
2012-01-03* lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin
2012-01-03* README: add comment for Git user. patch from Arun Agrawal.ayumin
2012-01-03* thread.c: changed documentation for "thread-local" variables.ayumin
2012-01-03* process.c: Fix typo. patch from Aviv Ben-Yosef.ayumin
2012-01-03* tool/merger.rb: allow r0123 style revision number.kosaki
2012-01-03* tool/merger.rb (#version_up): version.h date should be Japanesekosaki
2012-01-02* tool/file2lastrev.rb (VCS::detect): Add support for Subversionknu
2012-01-02* lib/securerandom.rb (random_bytes): use IO#read instead ofakr
2012-01-02* test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj
2012-01-02* test/ruby/test_object.rb (test_send_with_block): moved fromktsj
2012-01-02* lib/test/unit/parallel.rb: use pack("m0") instead ofkazu
2012-01-02* lib/test/unit.rb (Test::Unit::Runner::Worker#run): usekazu
2012-01-02* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find maykazu
2012-01-01* lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu
2011-12-31Fix typoayumin
2011-12-30* thread.c (rb_barrier_waiting): save the number of waiting threadsnaruse
2011-12-30* vm.c (vm_exec): add guard to prevent optimization for LLVM clang.naruse
2011-12-30* vm_eval.c (rb_f_send): fix [Bug #5125] [ruby-core:38633]ayumin
2011-12-29* lib/test/unit.rb (Test::Unit::Runner::Worker#_run_parallels): fixnagachika
2011-12-28* include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.nagachika
2011-12-28fix indentkazu
2011-12-28* lib/fileutils.rb (FileUtils::Entry_#entries): use utility methodnobu
2011-12-27* ChangeLog: fix some typos.nagachika
2011-12-27* vm_insnhelper.c (unknown_keyword_error): add GC guard to preventnagachika