aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * error.c (exc_equal): try implicit conversion for delegator.nobu2012-01-131-0/+5
* * lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu2012-01-121-0/+7
* * lib/shellwords.rb: Fix rdoc markups.knu2012-01-121-0/+4
* * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu2012-01-121-0/+6
* Do not define _WIN32_WINNT multiple timesluislavena2012-01-121-0/+6
* * lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu2012-01-121-0/+6
* * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse2012-01-121-0/+10
* * object.c: Added examples for Object#is_a? and Object#instance_of?ayumin2012-01-111-0/+6
* * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu2012-01-111-0/+5
* * string.c (rb_str_concat): set array element after definitionngoto2012-01-111-0/+6
* * gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika2012-01-111-0/+9
* * test/readline/test_readline.rb (test_completion_proc_empty_result):nagachika2012-01-111-0/+5
* fix a typokazu2012-01-111-1/+1
* * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki2012-01-101-0/+6
* * vm.c (vm_exec): refix r34162; suppress warning and add description.naruse2012-01-101-0/+4
* * ext/readline/readline.c (readline_attempted_completion_function):naruse2012-01-101-0/+5
* * gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse2012-01-101-0/+4
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-0/+16
* * ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu2012-01-101-0/+5
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-101-0/+5
* * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika2012-01-091-0/+6
* * 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