[前][次][スレッド一覧][上]

ruby-changes:22001-22100

  22001 2011-12-15 13:16 [ko1@a...            ] nobu:r34050 (trunk): * regcomp.c (onig_region_memsize): implemented for memsize_of().
  22002 2011-12-15 13:30 [ko1@a...            ] naruse:r34051 (trunk): Use SIGINT to interrupt.
  22003 2011-12-15 14:33 [ko1@a...            ] nobu:r34052 (trunk): * error.c (rb_check_typeddata): refine error message with
  22004 2011-12-15 14:48 [ko1@a...            ] nobu:r34053 (trunk): * ext/strscan/strscan.c: use typed data with
  22005 2011-12-15 17:40 [ko1@a...            ] nobu:r34054 (trunk): * error.c (rb_check_type): fix typo.
  22006 2011-12-15 17:57 [ko1@a...            ] nobu:r34055 (trunk): * io.c (argf_type): make typed data.
  22007 2011-12-15 23:20 [ko1@a...            ] nagachika:r34056 (trunk): * error.c (builtin_type_name): don't return pointer to the buffer of
  22008 2011-12-16 17:18 [ko1@a...            ] nobu:r34057 (trunk): * README, README.ja: 'make check' is preferable to 'make test'.
  22009 2011-12-16 17:18 [ko1@a...            ] svn:r34058 (trunk): * 2011-12-16        
  22010 2011-12-17 10:17 [ko1@a...            ] akr:r34059 (trunk): update doc.         
  22012 2011-12-18 04:26 [ko1@a...            ] marcandRe: r34061 (ruby_1_9_2): * NEWS: Add {Proc|{Unbound}Method}#parameters and typo fixes
  22013 2011-12-18 04:26 [ko1@a...            ] svn:r34062 (ruby_1_9_2): * 2011-12-18   
  22015 2011-12-18 09:38 [ko1@a...            ] svn:r34064 (trunk): * 2011-12-18        
  22016 2011-12-18 09:46 [ko1@a...            ] nagachika:r34065 (trunk): * test/thread/test_queue.rb (test_thr_kill): extend timeout.
  22017 2011-12-18 11:01 [ko1@a...            ] tenderlove:r34066: removing a file I accidentally added. :(
  22018 2011-12-18 12:05 [ko1@a...            ] tenderlove:r34067 (trunk): * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like dates
  22019 2011-12-18 12:16 [ko1@a...            ] tenderlove:r34068 (trunk): updating documentation link
  22020 2011-12-18 12:44 [ko1@a...            ] tenderlove:r34069 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restored
  22021 2011-12-18 14:35 [ko1@a...            ] nobu:r34070 (trunk): * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): does not follow
  22022 2011-12-18 18:58 [ko1@a...            ] ngoto:r34071 (trunk): * vm.c (vm_define_method): improve guard of iseq from GC.  Fix
  22023 2011-12-20 02:17 [ko1@a...            ] tadf:r34072 (trunk): * ext/date/date_core.c:  .
  22024 2011-12-20 02:17 [ko1@a...            ] svn:r34073 (trunk): * 2011-12-20        
  22025 2011-12-20 06:07 [ko1@a...            ] drbrain:r34074 (trunk): * README.ja:  Update redmine.ruby-lang.org to bugs.ruby-lang.org
  22026 2011-12-20 10:23 [ko1@a...            ] naruse:r34075 (trunk): * ext/date/date_core.c (wholenum): fix the type of the return value.
  22027 2011-12-20 11:49 [ko1@a...            ] nobu:r34076 (trunk): * test/date/test_date_base.rb (test_jd): tests for
  22028 2011-12-20 14:58 [ko1@a...            ] nobu:r34077 (trunk): * test/ruby/test_require.rb (test_race_exception): rewrote without
  22029 2011-12-20 15:07 [ko1@a...            ] nahi:r34078 (trunk): * Make sure to clear $! when ignoring an exception
  22030 2011-12-20 15:52 [ko1@a...            ] svn:r34080 (ruby_1_9_3): * 2011-12-20   
  22031 2011-12-20 15:52 [ko1@a...            ] marcandRe: r34079 (ruby_1_9_3): * io.c: Improve rdoc for {File|IO}.write
  22032 2011-12-20 16:07 [ko1@a...            ] marcandRe: r34081 (trunk): * io.c: Improve rdoc for {File|IO}.write
  22033 2011-12-20 21:03 [ko1@a...            ] tadf:r34082 (trunk): * ext/date/date_core.c: uses to_integer instead.
  22034 2011-12-20 23:56 [ko1@a...            ] nahi:r34083 (trunk): * PStore content update perf optimization. Patch by Masaki Matsushita.
  22035 2011-12-20 23:57 [ko1@a...            ] nahi:r34084 (trunk): Cosmetic changes of lib/pstore.rb.  Patch by Masaki Matsushita.  See #5248.
  22036 2011-12-21 01:09 [ko1@a...            ] kazu:r34085 (trunk): * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org
  22037 2011-12-21 01:09 [ko1@a...            ] svn:r34086 (trunk): * 2011-12-21        
  22038 2011-12-21 02:37 [ko1@a...            ] tenderlove:r34087 (trunk): * ext/psych/emitter.c: fixing clang warnings. Thanks Joey!
  22039 2011-12-21 05:37 [ko1@a...            ] nobu:r34088 (trunk): * test/ruby/test_require.rb (test_race_exception): delete temporary library name.
  22040 2011-12-21 12:35 [ko1@a...            ] nobu:r34089 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_s_allocate): follow
  22041 2011-12-21 15:23 [ko1@a...            ] nobu:r34090 (trunk): * goruby.c (goruby_options): auto irb.
  22042 2011-12-21 16:03 [ko1@a...            ] nobu:r34091 (trunk): * goruby.c: windows support.
  22043 2011-12-21 18:30 [ko1@a...            ] usa:r34092 (trunk): * common.mk (newline.c, miniprelude.c): revert r33949 because the change
  22044 2011-12-22 00:37 [ko1@a...            ] nagachika:r34093 (trunk): * ext/bigdecimal/bigdecimal.h: remove unused lines.
  22045 2011-12-22 00:37 [ko1@a...            ] svn:r34094 (trunk): * 2011-12-22        
  22046 2011-12-22 00:42 [ko1@a...            ] nagachika:r34095 (trunk): * ext/bigdecimal/bigdecimal.c (VpMult, VpCtoV, VpSqrt): remove assined
  22047 2011-12-22 00:44 [ko1@a...            ] nagachika:r34096 (trunk): * ChangeLog: fix a typo.
  22048 2011-12-22 00:50 [ko1@a...            ] nagachika:r34097 (trunk): ChangeLog: revert r34093. sorry, these are necessary for ruby-mode.el
  22049 2011-12-22 18:49 [ko1@a...            ] naruse:r34098 (trunk): Suppress warnings.
  22050 2011-12-22 22:46 [ko1@a...            ] nagachika:r34099 (trunk): * thread_pthread.c (ping_signal_thread_list): remove return value.
  22051 2011-12-22 23:39 [ko1@a...            ] akr:r34100 (trunk): * test/ruby/test_thread.rb: don't test the maximum sleep time.  Ruby
  22052 2011-12-22 23:58 [ko1@a...            ] naruse:r34101 (trunk): Decrease timeout limit.
  22053 2011-12-23 00:10 [ko1@a...            ] akr:r34102 (trunk): * test/test_pty.rb (test_pty_check_default): "cat" may not terminateed
  22054 2011-12-23 00:10 [ko1@a...            ] svn:r34103 (trunk): * 2011-12-23        
  22055 2011-12-23 06:06 [ko1@a...            ] kazu:r34104 (trunk): * ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
  22056 2011-12-23 06:06 [ko1@a...            ] kazu:r34105 (trunk): * common.mk: add "check succeeded" message.
  22057 2011-12-23 09:25 [ko1@a...            ] akr:r34106 (trunk): * test/test_pty.rb (test_pty_check_default): call PTY.check until
  22058 2011-12-23 10:15 [ko1@a...            ] akr:r34107 (trunk): * test/thread/test_queue.rb (test_thr_kill): show the number of loop
  22059 2011-12-23 16:02 [ko1@a...            ] kouji:r34108 (trunk): * ext/readline/readline.c (Init_readline): libedit check
  22060 2011-12-23 16:38 [ko1@a...            ] kouji:r34109 (trunk): * ext/readline/readline.c (readline_attempted_completion_function):
  22061 2011-12-23 16:55 [ko1@a...            ] akr:r34110 (trunk): refine message for test_thr_kill.
  22062 2011-12-24 00:56 [ko1@a...            ] akr:r34111 (trunk): * lib/tempfile.rb (Tempfile#initialize): warn if a block is given.
  22063 2011-12-24 00:56 [ko1@a...            ] svn:r34112 (trunk): * 2011-12-24        
  22064 2011-12-24 01:23 [ko1@a...            ] ktsj:r34113 (trunk): * vm_eval.c (send_internal): PASS_PASSED_BLOCK_TH must be placed
  22065 2011-12-24 01:40 [ko1@a...            ] ktsj:r34114 (trunk): * bootstraptest/test_flow.rb: remove an unused parameter.
  22066 2011-12-24 07:00 [ko1@a...            ] nobu:r34115 (trunk): * test/readline/test_readline.rb (test_line_buffer__point): use
  22067 2011-12-24 10:56 [ko1@a...            ] nobu:r34116 (trunk): * ext/readline/readline.c (readline_readline): check if outstream
  22068 2011-12-24 12:39 [ko1@a...            ] nobu:r34117 (trunk): * proc.c (proc_call): get rid of optimazation-out by clang.
  22069 2011-12-24 23:24 [ko1@a...            ] luislavena:r34118 (trunk): * configure.in: add --with-ntver option to match win32/configure.bat
  22070 2011-12-25 00:05 [ko1@a...            ] luislavena:r34119 (trunk): * configure.in: change --with-ntver to --with-winnt-ver to be more
  22071 2011-12-25 00:05 [ko1@a...            ] svn:r34120 (trunk): * 2011-12-25        
  22072 2011-12-25 22:47 [ko1@a...            ] sorah:r34121 (trunk): * lib/test/unit.rb (_run_parallel):
  22073 2011-12-25 23:17 [ko1@a...            ] sorah:r34122 (trunk): * test/testunit/test_parallel.rb (test_separate): Test for "--separate"
  22074 2011-12-26 03:53 [ko1@a...            ] emboss:r34123 (trunk):                  
  22075 2011-12-26 03:53 [ko1@a...            ] svn:r34124 (trunk): * 2011-12-26        
  22076 2011-12-26 04:02 [ko1@a...            ] emboss:r34125 (trunk): * ext/openssl/ossl_cipher.c: Update and complete documentation.
  22077 2011-12-26 05:10 [ko1@a...            ] emboss:r34126 (trunk): * ext/openssl/ossl_cipher.c: Fixed typo.
  22078 2011-12-26 05:47 [ko1@a...            ] emboss:r34127 (trunk): * ext/openssl/ossl_cipher.c: Fix more typos.
  22079 2011-12-26 13:09 [ko1@a...            ] sorah:r34128 (trunk): * lib/test/unit.rb: Avoid zombie processes on "--separate" option
  22080 2011-12-26 13:21 [ko1@a...            ] usa:r34129 (trunk): * test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn't
  22081 2011-12-26 13:33 [ko1@a...            ] sorah:r34130 (trunk): * ChangeLog: fix miss; testcase is test file.
  22082 2011-12-26 17:01 [ko1@a...            ] nobu:r34131 (trunk): * common.mk (LIBRUBY_A): depends on main.o since r33774.
  22083 2011-12-26 22:49 [ko1@a...            ] shirosaki:r34132 (trunk): * io.c (rb_sys_fail_path): move the definition.
  22084 2011-12-26 23:20 [ko1@a...            ] mame:r34133 (trunk): * node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a preparation for keyword argument (see ).
  22085 2011-12-26 23:20 [ko1@a...            ] mame:r34134 (trunk): * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct rb_args_info instead of NODEs. This is a preparation for keyword argument (see ).
  22086 2011-12-26 23:20 [ko1@a...            ] mame:r34136 (trunk): * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_compile_each), vm_insnhelper.c (vm_callee_setup_arg_complex): implement keyword arguments. See  The feature is promised to be included in 2.0, but the detail spec is still under discussion; this commit is a springboard for further discussion. Please try it and give us feedback. This commit includes fixes for some problems reported by Benoit Daloze <eregontp AT gmail.com>  and Marc-Andre Lafortune <ruby-core-mailing-list AT marc-andre.ca> .
  22087 2011-12-26 23:20 [ko1@a...            ] mame:r34135 (trunk): * node.h, node.c, parse.y: implement a parser part for keyword arguments. This is a preparation for keyword argument (see ).
  22088 2011-12-26 23:20 [ko1@a...            ] mame:r34138 (trunk): * vm_insnhelper.c (unknown_keyword_error): make it kind a error message when unknown keyword is given. It require more work. See  and  in detail.
  22089 2011-12-26 23:20 [ko1@a...            ] mame:r34137 (trunk): * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (rb_iseq_parameters), vm_insnhelper.c (vm_callee_setup_arg_complex): support Method#parameters for keyword arguments. The provisional spec is what Benoit Daloze proposed. 
  22090 2011-12-27 21:17 [ko1@a...            ] nobu:r34139 (trunk): * node.h (rb_args_info): change pre_args_num and post_args_num as
  22091 2011-12-27 21:17 [ko1@a...            ] svn:r34140 (trunk): * 2011-12-27        
  22092 2011-12-27 22:04 [ko1@a...            ] nobu:r34141 (trunk): * st.c (st_update): new function to lookup the given key and
  22093 2011-12-27 22:38 [ko1@a...            ] sorah:r34142 (trunk): * lib/test/unit.rb (Worker#close): "closing IO if IO is closed"
  22094 2011-12-28 02:12 [ko1@a...            ] nagachika:r34143 (trunk): * vm_insnhelper.c (unknown_keyword_error): add GC guard to prevent
  22095 2011-12-28 02:12 [ko1@a...            ] svn:r34144 (trunk): * 2011-12-28        
  22096 2011-12-28 02:20 [ko1@a...            ] nagachika:r34145 (trunk): * ChangeLog: fix some typos.
  22097 2011-12-28 12:38 [ko1@a...            ] svn:r34148 (ruby_1_9_3): * 2011-12-28   
  22098 2011-12-28 12:38 [ko1@a...            ] svn:r34147 (ruby_1_9_2): * 2011-12-28   
  22099 2011-12-28 12:39 [ko1@a...            ] nobu:r34146 (ruby_1_9_2, trunk, ruby_1_9_3): * lib/fileutils.rb (FileUtils::Entry_#entries): use utility method
  22100 2011-12-28 12:45 [ko1@a...            ] nobu:r34149 (ruby_1_9_3, trunk, ruby_1_9_2): * doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo.

[前][次][スレッド一覧][上]