[前][次][番号順一覧][上]
ruby-changes:41001-41100
41001 2015-12-13 18:33 [ko1@a... ] nobu:r53080 (trunk): pack.c: check index range
41003 2015-12-13 18:36 [ko1@a... ] nobu:r53082 (trunk): function.c: check arguments
41004 2015-12-13 18:45 [ko1@a... ] nobu:r53083 (trunk): io.c: fix stack smashing
41005 2015-12-13 18:48 [ko1@a... ] nobu:r53084 (trunk): io.c: BOM with non-UTF
41006 2015-12-13 18:49 [ko1@a... ] nobu:r53085 (trunk): io.c: encoding in warnings
41007 2015-12-13 19:25 [ko1@a... ] usa:r53086 (trunk): * ext/fiddle/function.c: fix build error introduced at r53082.
41008 2015-12-13 19:37 [ko1@a... ] yugui:r53087 (trunk): * parse.y: debug output of lex_state transition if PARSER_DEBUG
41009 2015-12-13 19:38 [ko1@a... ] yugui:r53088 (trunk): * parse.y (lex_state_name): Make it return the correct names.
41010 2015-12-13 19:54 [ko1@a... ] hsbt:r53089 (trunk): * test/lib/envutil.rb: move enutil's assertions under Test::Unit::Assertion.
41011 2015-12-13 19:57 [ko1@a... ] nobu:r53090 (trunk): function.c: fix typo
41012 2015-12-13 20:02 [ko1@a... ] hsbt:r53091 (trunk): * ChangeLog: fix a typo
41013 2015-12-13 20:17 [ko1@a... ] yugui:r53092 (trunk): * parse.y (parse_percent): Allow %-literals in labeled arg as
41014 2015-12-13 20:27 [ko1@a... ] yugui:r53093 (trunk): * test/ruby/test_syntax.rb: fix typo in test
41015 2015-12-13 20:41 [ko1@a... ] nobu:r53094 (trunk): parse.y: lex_state bits
41016 2015-12-13 23:46 [ko1@a... ] nobu:r53095 (trunk): parse.y: lex_state trace by yydebug
41017 2015-12-13 23:49 [ko1@a... ] nobu:r53096 (trunk): remove duplicated log by mistake
41018 2015-12-14 00:20 [ko1@a... ] nobu:r53097 (trunk): parse.y: reset buffer
41019 2015-12-14 00:21 [ko1@a... ] svn:r53098 (trunk): * 2015-12-14
41020 2015-12-14 00:51 [ko1@a... ] nobu:r53099 (trunk): ytab.sed: work around
41021 2015-12-14 01:55 [ko1@a... ] nobu:r53100 (trunk): ytab.sed: replace argument
41022 2015-12-14 11:50 [ko1@a... ] hsbt:r53101 (trunk): * benchmark/bm_app_aobench.rb: fix typos.
41023 2015-12-14 11:50 [ko1@a... ] hsbt:r53102 (trunk): * enc/iso_2022_jp.h: fix typos.
41024 2015-12-14 11:51 [ko1@a... ] hsbt:r53103 (trunk): * compile.c: fix typos.
41025 2015-12-14 11:51 [ko1@a... ] hsbt:r53104 (trunk): * lib/cgi.rb: fix a typo in documentation.
41026 2015-12-14 11:52 [ko1@a... ] hsbt:r53105 (trunk): * enum.c: fix a typo in documentation.
41027 2015-12-14 13:47 [ko1@a... ] nobu:r53106 (trunk): parse.y: suppress warnings
41028 2015-12-14 14:34 [ko1@a... ] hsbt:r53107 (trunk): * lib/xmlrpc.rb: added documentation for parser details.
41029 2015-12-14 15:37 [ko1@a... ] nobu:r53108 (trunk): ytab.sed: for bison 2
41030 2015-12-14 15:41 [ko1@a... ] nobu:r53109 (trunk): test: use String#b instead of dup.force_encoding
41031 2015-12-14 17:04 [ko1@a... ] hsbt:r53110 (trunk): * bootstraptest/runner.rb: use safe navigation operator.
41032 2015-12-14 17:06 [ko1@a... ] hsbt:r53111 (trunk): * ext/socket/lib/socket.rb: use safe navigation operator.
41033 2015-12-14 22:11 [ko1@a... ] duerst:r53112 (trunk): * enc/ebcdic.h: new dummy encoding EBCDIC-US
41034 2015-12-14 22:12 [ko1@a... ] svn:r53113 (trunk): * remove trailing spaces.
41035 2015-12-14 22:14 [ko1@a... ] svn:r53114 (trunk): * properties.
41036 2015-12-14 22:26 [ko1@a... ] Re: duerst:r53112 (trunk): * enc/ebcdic.h: new dummy encoding EBCDIC-US
41037 2015-12-15 09:12 [ko1@a... ] Re: duerst:r53112 (trunk): * enc/ebcdic.h: new dummy encoding EBCDIC-US
41038 2015-12-15 09:14 [ko1@a... ] duerst:r53115 (trunk): tool/transcode_tablegen.rb: detailled documentation
41039 2015-12-15 09:15 [ko1@a... ] svn:r53116 (trunk): * 2015-12-15
41040 2015-12-15 09:16 [ko1@a... ] svn:r53117 (trunk): * remove trailing spaces.
41041 2015-12-15 11:55 [ko1@a... ] hsbt:r53118 (trunk): * ext/zlib/zlib.c: fix a typo.
41042 2015-12-15 11:56 [ko1@a... ] hsbt:r53119 (trunk): * lib/uri/common.rb: make code block for rdoc.
41043 2015-12-15 12:01 [ko1@a... ] nobu:r53120 (trunk): fix typo
41044 2015-12-15 12:20 [ko1@a... ] hsbt:r53121 (trunk): * lib/erb.rb: Simplify regexp to optimize erb scanner.
41045 2015-12-15 13:50 [ko1@a... ] nobu:r53122 (trunk): string.c: radix indicators [ci skip]
41046 2015-12-15 16:20 [ko1@a... ] hsbt:r53123 (trunk): * lib/erb.rb: Render erb with array buffer for function call optimization.
41047 2015-12-15 17:58 [ko1@a... ] duerst:r53124 (trunk): enc/ebcdic.h, enc/trans/ebcdic.trans,
41048 2015-12-15 18:04 [ko1@a... ] duerst:r53125 (trunk): NEWS: added news about EBCDIC encoding
41049 2015-12-15 18:12 [ko1@a... ] Re: duerst:r53124 (trunk): enc/ebcdic.h, enc/trans/ebcdic.trans,
41050 2015-12-15 19:03 [ko1@a... ] duerst:r53126 (trunk): fixing ChangeLog problem
41051 2015-12-15 19:25 [ko1@a... ] duerst:r53127 (trunk): reverting accidental commit at r53124 by re-committing version from r52612
41052 2015-12-15 19:29 [ko1@a... ] Re: duerst:r53124 (trunk): enc/ebcdic.h, enc/trans/ebcdic.trans,
41053 2015-12-15 22:11 [ko1@a... ] naruse:r53128 (trunk): follow the change of the name
41054 2015-12-15 23:20 [ko1@a... ] ngoto:r53129 (trunk): * gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().
41055 2015-12-16 00:27 [ko1@a... ] ngoto:r53130 (trunk): * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):
41056 2015-12-16 00:31 [ko1@a... ] svn:r53131 (trunk): * 2015-12-16
41057 2015-12-16 00:32 [ko1@a... ] nobu:r53132 (trunk): enumerator.c: use ALLOCV
41058 2015-12-16 00:39 [ko1@a... ] nobu:r53133 (trunk): Fix typo [ci skip]
41059 2015-12-16 01:03 [ko1@a... ] ngoto:r53134 (trunk): * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquire
41060 2015-12-16 03:00 [ko1@a... ] nagachika:r53135 (ruby_2_2): merge revision(s) 53083:
41061 2015-12-16 05:20 [ko1@a... ] marcandRe: r53136 (trunk): * compar.c: Update doc for == [#7688] [ci-skip]
41062 2015-12-16 07:58 [ko1@a... ] headius:r53137 (trunk): Remove this test, since it won't reliably pass.
41063 2015-12-16 10:50 [ko1@a... ] nobu:r53138 (trunk): parse.y: fix block_call&.call
41064 2015-12-16 11:36 [ko1@a... ] nobu:r53139 (trunk): test_io.rb: ignore not-implemented fadvice
41065 2015-12-16 12:25 [ko1@a... ] marcandRe: r53140 (trunk): * test_struct.rb: Test that initialize is overridable [#11708]
41066 2015-12-16 14:14 [ko1@a... ] naruse:r53141 (trunk): Add frozen_string_literal: false for all files
41067 2015-12-16 14:26 [ko1@a... ] naruse:r53142 (trunk): Exception#backtrace may be nil if it is manually created
41068 2015-12-16 14:35 [ko1@a... ] naruse:r53143 (trunk): handle ext/ as r53141
41069 2015-12-16 15:39 [ko1@a... ] ko1:r53144 (trunk): * vm.c: fix mark miss for proc given as passed block.
41070 2015-12-16 16:06 [ko1@a... ] usa:r53145 (ruby_2_1): merge revision(s) 52928: [Backport #11784]
41071 2015-12-16 16:08 [ko1@a... ] usa:r53146 (ruby_2_1): merge revision(s) 52199: [Backport #11792]
41072 2015-12-16 16:11 [ko1@a... ] usa:r53147 (ruby_2_1): merge revision(s) 53039: [Backport #11804]
41073 2015-12-16 16:15 [ko1@a... ] usa:r53148 (ruby_2_1): merge revision(s) 53083: [Backport #11823]
41074 2015-12-16 16:16 [ko1@a... ] normal:r53149 (trunk): NEWS: note IO#fadvise change [ci skip]
41075 2015-12-16 16:25 [ko1@a... ] normal:r53150 (trunk): test/ruby/test_io.rb: fix spelling errors
41076 2015-12-16 18:25 [ko1@a... ] naruse:r53151 (trunk): remove duplicated frozen_string_literal magic comment
41077 2015-12-16 19:35 [ko1@a... ] shugo:r53152 (trunk): * vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.
41078 2015-12-16 21:08 [ko1@a... ] nagachika:r53153 (trunk): * ext/fiddle/handle.c: check tainted string arguments.
41079 2015-12-16 21:11 [ko1@a... ] nagachika:r53154 (ruby_2_2): merge revision(s) 53153:
41080 2015-12-16 21:12 [ko1@a... ] nagachika:r53155: add tag v2_2_4
41081 2015-12-16 21:15 [ko1@a... ] usa:r53156 (ruby_2_1): merge revision(s): 53153 and 23405@ruby_1_9_1
41082 2015-12-16 21:16 [ko1@a... ] usa:r53157: add tag v2_1_8
41083 2015-12-16 21:28 [ko1@a... ] usa:r53158 (ruby_2_1): fix mistake of previous commit.
41084 2015-12-16 21:29 [ko1@a... ] usa:r53159: remove tag v2_1_8
41085 2015-12-16 21:30 [ko1@a... ] usa:r53160: add tag v2_1_8
41086 2015-12-16 21:30 [ko1@a... ] usa:r53161 (ruby_2_0_0): merge revision(s): 53153 and 23405@ruby_1_9_1
41087 2015-12-16 21:31 [ko1@a... ] usa:r53162: add tag v2_0_0_648
41088 2015-12-16 23:48 [ko1@a... ] nagachika:r53163 (trunk): * ChangeLog: fix a typo in r53149.
41089 2015-12-17 03:20 [ko1@a... ] ko1:r53164 (trunk): * vm_insnhelper.c (vm_call_method_each_type): should not set fastpath
41090 2015-12-17 03:21 [ko1@a... ] svn:r53165 (trunk): * 2015-12-17
41091 2015-12-17 03:56 [ko1@a... ] ko1:r53166 (trunk): * vm.c (vm_make_env_each): should not compare with Qfalse and FALSE.
41092 2015-12-17 09:46 [ko1@a... ] nobu:r53167 (trunk): re.c: names encoding
41093 2015-12-17 13:35 [ko1@a... ] nobu:r53168 (trunk): transcode.c: infection
41094 2015-12-17 14:16 [ko1@a... ] nobu:r53169 (trunk): string.c: infection
41095 2015-12-17 16:16 [ko1@a... ] shugo:r53170 (trunk): * proc.c (rb_block_arity): should not call GetProcPtr() for symbols.
41096 2015-12-17 22:15 [ko1@a... ] shugo:r53171 (trunk): * vm_args.c (vm_caller_setup_arg_block): remove code for ifunc
41097 2015-12-17 22:50 [ko1@a... ] kazu:r53172 (trunk): NEWS: sort alphabetically
41098 2015-12-18 07:43 [ko1@a... ] shugo:r53173 (trunk): * vm.c (rb_vm_check_redefinition_opt_method): should check the real
41099 2015-12-18 07:44 [ko1@a... ] svn:r53174 (trunk): * 2015-12-18
41100 2015-12-18 09:42 [ko1@a... ] hsbt:r53175 (trunk): * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.
[前][次][番号順一覧][上]