summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-09update doc.akr
2012-01-09update doc.akr
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* 2012-01-09svn
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-07Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly worknaruse
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-07Fix typo of rdoc of Object#inspect.naruse
2012-01-07Add test for word boundary.naruse
2012-01-07* 2012-01-08svn
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* 2012-01-07svn
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* 2012-01-06svn
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-05* 2012-01-05svn
2012-01-05Fix typoayumin
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* 2012-01-04svn
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* 2012-01-03svn
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* vm.c: fix comment.ktsj
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