aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse2012-01-161-0/+7
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-161-0/+6
* * win32/win32.c (rb_chsize): no need to get the current file size.nobu2012-01-161-0/+4
* st optimize st_insertshyouhei2012-01-151-0/+8
* * object.c (rb_inspect): raise the result is not compatible withnaruse2012-01-151-0/+9
* * ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse2012-01-151-0/+6
* * ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu2012-01-141-0/+5
* * iseq.c (iseq_data_to_ary): check line info table boundary. linenobu2012-01-141-0/+6
* * error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika2012-01-141-0/+5
* * sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu2012-01-141-0/+6
* * error.c (exc_equal): ignore exceptions during implicitnobu2012-01-141-0/+10
* Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse2012-01-131-5/+0
* * io.c (rb_io_s_read): Fix formatting of open_args comment. Reporteddrbrain2012-01-131-0/+5
* * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu2012-01-131-0/+5
* * thread.c (rb_mutex_unlock_th): simplified.nobu2012-01-131-1/+3
* * thread.c (rb_barrier_waiting): fix potential overflows.nobu2012-01-131-0/+4
* * load.c (load_unlock): update loading table at once.nobu2012-01-131-0/+4
* * 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