summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-01-18ext/date/date_strptime.c: moved detector of leftover.tadf
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2012-01-18* ChangeLog: fix typos.nagachika
2012-01-18* misc/rdoc-mode.el (rdoc-mode): Add provide so that requiringknu
2012-01-18* ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2012-01-17* configure.in (SPT_TYPE): enable as SPT_REUSEARGV on Darwin.nobu
2012-01-17* missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu
2012-01-17* gc.c (aligned_malloc, aligned_free): covered missing definednobu
2012-01-17* st.c (do_hash): it's the time to remove cast to unsigned int.nobu
2012-01-16* st.c (unpack_entries): Fix r34310: on unpacking, the position ofnaruse
2012-01-16* lib/optparse.rb (Regexp): fix incorrect options when casting tonobu
2012-01-16* win32/win32.c (rb_chsize): no need to get the current file size.nobu
2012-01-15st optimize st_insertshyouhei
2012-01-15* object.c (rb_inspect): raise the result is not compatible withnaruse
2012-01-15* ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse
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