aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-091-0/+7
* * gc.c (run_finalizer): clear rb_thread_t::errinfo when ignorenagachika2012-01-091-0/+5
* * ChangeLog: fix a typo.nagachika2012-01-091-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nagachika2012-01-091-0/+5
* * gc.c : don't embed struct heaps_slot to a heap block because itnari2012-01-091-0/+6
* * ext/pathname/pathname.c (path_entries): add document suggested byakr2012-01-091-0/+5
* * ext/socket/lib/socket.rb (family_addrinfo): don't require protocolakr2012-01-091-0/+6
* * ext/socket/lib/socket.rb (family_addrinfo): return the givenakr2012-01-091-0/+6
* * test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa2012-01-091-0/+5
* * gc.c: free_slots is changed Singly linked list. clearnari2012-01-091-0/+5
* * gc.c: i686-linux needs to define _XOPEN_SOURCE 600 for posix_memalign.naruse2012-01-081-0/+4
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-0/+27
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-0/+16
* * gc.c : consider header bytes which are used by malloc.nari2012-01-081-0/+4
* * gc.c (aligned_free): support MinGW. Patch by Hiroshi Shirosaki.nari2012-01-081-0/+4
* * gc.c (slot_sweep): add a assertion instead of a debug print.nari2012-01-081-0/+4
* * test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin2012-01-071-0/+5
* * gc.c: get rid of implicit narrowing conversion.kosaki2012-01-071-0/+4
* * configure.in: check posix_memalign(3) and menalign(3).naruse2012-01-071-0/+8
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-0/+16
* * configure.in: always define CANONICALIZATION_FOR_MATHN.nagachika2012-01-061-0/+5
* * include/ruby/version.h: RUBY_API_VERSION 2.0.0ayumin2012-01-061-0/+4
* * object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse2012-01-061-0/+6
* * ChangeLog: fix a typo.nagachika2012-01-051-1/+1
* * win32/win32.c (check_valid_dir): strict checking of root.usa2012-01-051-0/+7
* * file.c (rb_file_join): separator is appended by array length - 1naruse2012-01-051-0/+5
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-0/+5
* replace zero to space.ayumin2012-01-041-15/+15
* * array.c (rb_ary_sample): add examples for Array#sample.ayumin2012-01-041-0/+5
* * string.c (str_nth_len): count ascii-only run at the end. thisnobu2012-01-041-0/+6
* * win32/win32.c (check_valid_dir): special case for a root directory.usa2012-01-041-0/+5
* * lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou2012-01-031-0/+6
* * lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin2012-01-031-0/+6
* * README: add comment for Git user. patch from Arun Agrawal.ayumin2012-01-031-0/+5
* * thread.c: changed documentation for "thread-local" variables.ayumin2012-01-031-0/+5
* * process.c: Fix typo. patch from Aviv Ben-Yosef.ayumin2012-01-031-0/+4
* * tool/merger.rb: allow r0123 style revision number.kosaki2012-01-031-0/+4
* * tool/merger.rb (#version_up): version.h date should be Japanesekosaki2012-01-031-0/+5
* * tool/file2lastrev.rb (VCS::detect): Add support for Subversionknu2012-01-021-0/+10
* * lib/securerandom.rb (random_bytes): use IO#read instead ofakr2012-01-021-0/+5
* * test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj2012-01-021-0/+4
* * test/ruby/test_object.rb (test_send_with_block): moved fromktsj2012-01-021-0/+5
* * lib/test/unit/parallel.rb: use pack("m0") instead ofkazu2012-01-021-0/+6
* * lib/test/unit.rb (Test::Unit::Runner::Worker#run): usekazu2012-01-021-0/+5
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find maykazu2012-01-021-0/+5
* * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu2012-01-011-0/+5
* Fix typoayumin2011-12-311-1/+1
* * thread.c (rb_barrier_waiting): save the number of waiting threadsnaruse2011-12-301-0/+12
* * vm.c (vm_exec): add guard to prevent optimization for LLVM clang.naruse2011-12-301-0/+4
* * vm_eval.c (rb_f_send): fix [Bug #5125] [ruby-core:38633]ayumin2011-12-301-0/+5