summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-10* test/readline/test_readline.rb (test_completion_proc_empty_result): rescue ...nobu
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2012-01-09* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika
2012-01-09* 2012-01-10svn
2012-01-09* gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika
2012-01-09* ChangeLog: fix a typo.nagachika
2012-01-09* ext/readline/readline.c (readline_attempted_completion_function):nagachika
2012-01-09* gc.c : don't embed struct heaps_slot to a heap block because itnari
2012-01-09* ext/pathname/pathname.c (path_entries): add document suggested byakr
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-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