summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-01-14* ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu
2012-01-14* iseq.c (iseq_data_to_ary): check line info table boundary. linenobu
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* io.c (rb_io_s_read): Fix formatting of open_args comment. Reporteddrbrain
2012-01-13* sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu
2012-01-13* thread.c (rb_mutex_unlock_th): simplified.nobu
2012-01-13* thread.c (rb_barrier_waiting): fix potential overflows.nobu
2012-01-13* load.c (load_unlock): update loading table at once.nobu
2012-01-13* error.c (exc_equal): try implicit conversion for delegator.nobu
2012-01-12* lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu
2012-01-12* lib/shellwords.rb: Fix rdoc markups.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu
2012-01-12Do not define _WIN32_WINNT multiple timesluislavena
2012-01-12* lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu
2012-01-12* cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse
2012-01-11* object.c: Added examples for Object#is_a? and Object#instance_of?ayumin
2012-01-11* lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu
2012-01-11* string.c (rb_str_concat): set array element after definitionngoto
2012-01-11* gc.c (ruby_mimmalloc): don't set allocated size to header.nagachika
2012-01-11* test/readline/test_readline.rb (test_completion_proc_empty_result):nagachika
2012-01-11fix a typokazu
2012-01-10* ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki
2012-01-10* vm.c (vm_exec): refix r34162; suppress warning and add description.naruse
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):naruse
2012-01-10* gc.c: in fact, i686-linux doesn't need to define _XOPEN_SOURCE 600.naruse
2012-01-10* gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse
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