summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-30* vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre
2011-12-29* lib/test/unit.rb (Test::Unit::Runner::Worker#_run_parallels): fixnagachika
2011-12-28* 2011-12-29svn
2011-12-28* include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.nagachika
2011-12-28fix indentkazu
2011-12-28* doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo.nobu
2011-12-28* lib/fileutils.rb (FileUtils::Entry_#entries): use utility methodnobu
2011-12-27* ChangeLog: fix some typos.nagachika
2011-12-27* 2011-12-28svn
2011-12-27* vm_insnhelper.c (unknown_keyword_error): add GC guard to preventnagachika
2011-12-27* lib/test/unit.rb (Worker#close): "closing IO if IO is closed"sorah
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-12-27* 2011-12-27svn
2011-12-27* node.h (rb_args_info): change pre_args_num and post_args_num asnobu
2011-12-26* vm_insnhelper.c (unknown_keyword_error): make it kind a error message when ...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-12-26* node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame
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: Fix more typos.emboss
2011-12-25* ext/openssl/ossl_cipher.c: Fixed typo.emboss
2011-12-25* ext/openssl/ossl_cipher.c: Update and complete documentation.emboss
2011-12-25* 2011-12-26svn
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* 2011-12-25svn
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* bootstraptest/test_flow.rb: remove an unused parameter.ktsj
2011-12-23* vm_eval.c (send_internal): PASS_PASSED_BLOCK_TH must be placedktsj
2011-12-23* 2011-12-24svn
2011-12-23* lib/tempfile.rb (Tempfile#initialize): warn if a block is given.akr
2011-12-23refine message for test_thr_kill.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* 2011-12-23svn