summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-12-26* node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame
2011-12-26* node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre...mame
2011-12-26* io.c (rb_sys_fail_path): move the definition.shirosaki
2011-12-26* common.mk (LIBRUBY_A): depends on main.o since r33774.nobu
2011-12-26* ChangeLog: fix miss; testcase is test file.sorah
2011-12-26* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa
2011-12-26* lib/test/unit.rb: Avoid zombie processes on "--separate" optionsorah
2011-12-25* ext/openssl/ossl_cipher.c: Update and complete documentation.emboss
2011-12-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34123 b2dd03c8-39d4-4d8f-98...emboss
2011-12-25* test/testunit/test_parallel.rb (test_separate): Test for "--separate"sorah
2011-12-25* lib/test/unit.rb (_run_parallel):sorah
2011-12-24* configure.in: change --with-ntver to --with-winnt-ver to be moreluislavena
2011-12-24* configure.in: add --with-ntver option to match win32/configure.batluislavena
2011-12-24* proc.c (proc_call): get rid of optimazation-out by clang.nobu
2011-12-24* ext/readline/readline.c (readline_readline): check if outstreamnobu
2011-12-23* test/readline/test_readline.rb (test_line_buffer__point): usenobu
2011-12-23* vm_eval.c (send_internal): PASS_PASSED_BLOCK_TH must be placedktsj
2011-12-23* lib/tempfile.rb (Tempfile#initialize): warn if a block is given.akr
2011-12-23* ext/readline/readline.c (readline_attempted_completion_function):kouji
2011-12-23* ext/readline/readline.c (Init_readline): libedit checkkouji
2011-12-23* test/thread/test_queue.rb (test_thr_kill): show the number of loopakr
2011-12-23* test/test_pty.rb (test_pty_check_default): call PTY.check untilakr
2011-12-22* common.mk: add "check succeeded" message.kazu
2011-12-22* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.kazu
2011-12-22* test/test_pty.rb (test_pty_check_default): "cat" may not terminateedakr
2011-12-22* test/ruby/test_thread.rb: don't test the maximum sleep time. Rubyakr
2011-12-22* thread_pthread.c (ping_signal_thread_list): remove return value.nagachika
2011-12-21* ChangeLog: fix a typo.nagachika
2011-12-21* ext/bigdecimal/bigdecimal.c (VpMult, VpCtoV, VpSqrt): remove assinednagachika
2011-12-21* common.mk (newline.c, miniprelude.c): revert r33949 because the changeusa
2011-12-21* ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follownobu
2011-12-20* ext/psych/emitter.c: fixing clang warnings. Thanks Joey!tenderlove
2011-12-20* ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.orgkazu
2011-12-20* PStore content update perf optimization. Patch by Masaki Matsushita.nahi
2011-12-20 * ext/date/date_core.c: uses to_integer instead.tadf
2011-12-20* Make sure to clear $! when ignoring an exceptionnahi
2011-12-20* test/date/test_date_base.rb (test_jd): tests fornobu
2011-12-20* ext/date/date_core.c (wholenum): fix the type of the return value.naruse
2011-12-19* README.ja: Update redmine.ruby-lang.org to bugs.ruby-lang.orgdrbrain
2011-12-19 * ext/date/date_core.c: [ruby-dev:45008].tadf
2011-12-18* vm.c (vm_define_method): improve guard of iseq from GC. Fixngoto
2011-12-18* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follownobu
2011-12-18* ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove
2011-12-18* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove
2011-12-18* test/thread/test_queue.rb (test_thr_kill): extend timeout.nagachika
2011-12-18* test/ruby/envutil.rb (invoke_ruby): remove :timeout option beforenagachika
2011-12-16* README, README.ja: 'make check' is preferable to 'make test'.nobu
2011-12-15* error.c (builtin_type_name): don't return pointer to the buffer ofnagachika
2011-12-15* io.c (argf_type): make typed data.nobu
2011-12-15* error.c (rb_check_type): fix typo.nobu