summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu
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* 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-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