aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika2012-01-092-10/+39
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-092-4/+14
* * 2012-01-10svn2012-01-091-2/+2
* * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika2012-01-092-0/+8
* * ChangeLog: fix a typo.nagachika2012-01-091-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nagachika2012-01-092-4/+9
* * gc.c : don't embed struct heaps_slot to a heap block because itnari2012-01-092-13/+36
* * ext/pathname/pathname.c (path_entries): add document suggested byakr2012-01-092-0/+24
* * ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr2012-01-092-1/+10
* * ext/socket/lib/socket.rb (family_addrinfo): return the givenakr2012-01-093-0/+27
* * test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa2012-01-092-0/+6
* * gc.c: free_slots is changed Singly linked list. clearnari2012-01-092-15/+12
* update doc.akr2012-01-091-2/+3
* update doc.akr2012-01-091-1/+3
* * gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.naruse2012-01-082-3/+9
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-087-19/+40
* * 2012-01-09svn2012-01-081-2/+2
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-089-20/+79
* * gc.c : consider header bytes which are used by malloc.nari2012-01-082-7/+12
* * gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.nari2012-01-082-1/+7
* * gc.c (slot_sweep): add a assertion instead of a debug print.nari2012-01-082-3/+5
* Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly worknaruse2012-01-071-0/+6
* * test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin2012-01-072-1/+7
* * gc.c: get rid of implicit narrowing conversion.kosaki2012-01-072-1/+5
* Fix typo of rdoc of Object#inspect.naruse2012-01-071-2/+2
* Add test for word boundary.naruse2012-01-071-0/+5
* * 2012-01-08svn2012-01-071-2/+2
* * configure.in: check posix_memalign(3) and menalign(3).naruse2012-01-073-6/+17
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-077-117/+250
* * 2012-01-07svn2012-01-061-2/+2
* * configure.in: always define CANONICALIZATION_FOR_MATHN.nagachika2012-01-062-3/+6
* * include/ruby/version.h: RUBY_API_VERSION 2.0.0ayumin2012-01-062-3/+7
* * 2012-01-06svn2012-01-061-2/+2
* * object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse2012-01-063-6/+53
* * ChangeLog: fix a typo.nagachika2012-01-051-1/+1
* * win32/win32.c (check_valid_dir): strict checking of root.usa2012-01-052-1/+8
* * file.c (rb_file_join): separator is appended by array length - 1naruse2012-01-052-1/+6
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-053-10/+16
* * 2012-01-05svn2012-01-051-2/+2
* Fix typoayumin2012-01-051-1/+1
* replace zero to space.ayumin2012-01-041-15/+15
* * array.c (rb_ary_sample): add examples for Array#sample.ayumin2012-01-042-0/+9
* * string.c (str_nth_len): count ascii-only run at the end. thisnobu2012-01-043-0/+16
* * win32/win32.c (check_valid_dir): special case for a root directory.usa2012-01-042-1/+19
* * lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou2012-01-032-2/+9
* * 2012-01-04svn2012-01-031-2/+2
* * lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin2012-01-032-13/+15
* * README: add comment for Git user. patch from Arun Agrawal.ayumin2012-01-033-0/+18
* * thread.c: changed documentation for "thread-local" variables.ayumin2012-01-032-6/+11
* * process.c: Fix typo. patch from Aviv Ben-Yosef.ayumin2012-01-032-1/+5