[前][次][スレッド一覧][上]
ruby-changes:49701-49800
49701 2018-01-14 23:01 [ko1@a... ] mame:r61818 (trunk): parse.y: Remove almost all *_gen macros by passing parser_params explicitly
49702 2018-01-14 23:09 [ko1@a... ] mame:r61819 (trunk): parse.y: Remove a code for old yacc
49703 2018-01-14 23:14 [ko1@a... ] nobu:r61820 (trunk): parse.y: ripper no longer uses rb_discard_node
49704 2018-01-14 23:17 [ko1@a... ] mame:r61821 (trunk): parse.y: Remove unused a macro "FIXME"
49705 2018-01-14 23:28 [ko1@a... ] nobu:r61822 (trunk): parse.y: yydebug
49706 2018-01-14 23:44 [ko1@a... ] mame:r61823 (trunk): parse.y (parser_heredoc_dedent): Removed
49707 2018-01-15 09:45 [ko1@a... ] mame:r61824 (trunk): tool/ytab.sed: Support some old bison implementations
49708 2018-01-15 09:45 [ko1@a... ] svn:r61825 (trunk): * 2018-01-15
49709 2018-01-15 11:23 [ko1@a... ] nobu:r61826 (trunk): more ytab.sed fixes
49710 2018-01-15 11:35 [ko1@a... ] shyouhei:r61827 (trunk): __attibute__((__aligned__)) for RSTRING_PTR()
49711 2018-01-15 11:35 [ko1@a... ] shyouhei:r61828 (trunk): __alignof__ to take alignment of a type
49712 2018-01-15 11:35 [ko1@a... ] shyouhei:r61829 (trunk): __builtin_assume_aligned for *(foo *) casts
49713 2018-01-15 11:39 [ko1@a... ] nobu:r61832 (trunk): more ytab.sed fixes
49714 2018-01-15 11:41 [ko1@a... ] shyouhei:r61830 (trunk): __builtin_alloca_with_align for optimal memory access
49715 2018-01-15 11:51 [ko1@a... ] shyouhei:r61831 (trunk): more support for NORETURN
49716 2018-01-15 11:59 [ko1@a... ] shyouhei:r61833 (trunk): __declspec(align(#)) does not take sizeof()
49717 2018-01-15 13:36 [ko1@a... ] shyouhei:r61834 (trunk): sorry, this hunk was a garbage. [ci skip]
49718 2018-01-15 13:36 [ko1@a... ] shyouhei:r61835 (trunk): give up RSTRING_PTR() being VALUE-aligned
49719 2018-01-15 13:36 [ko1@a... ] shyouhei:r61836 (trunk): disable __builtin_alloca_with_align for GCC 4.8
49720 2018-01-15 14:17 [ko1@a... ] mame:r61837 (trunk): parse.y: Remove unused code comment blocks
49721 2018-01-15 14:27 [ko1@a... ] nobu:r61838 (trunk): tool/ruby_vm/models/attribute.rb: void for empty arguments
49722 2018-01-15 14:51 [ko1@a... ] shyouhei:r61839 (trunk): also blacklist gcc 4.9 for __builtin_alloca_with_align
49723 2018-01-15 15:25 [ko1@a... ] mame:r61840 (trunk): parse.y (begin_block): Factor out BEGIN {} process.
49725 2018-01-15 15:25 [ko1@a... ] mame:r61842 (trunk): parse.y (new_ary_op_assign): Factor out the typical code clone
49726 2018-01-15 15:48 [ko1@a... ] shyouhei:r61843 (trunk): take alignof instead of sizeof
49727 2018-01-15 16:01 [ko1@a... ] nobu:r61844 (trunk): raddrinfo.c: fix parse_numeric_port
49728 2018-01-15 16:30 [ko1@a... ] shyouhei:r61845 (trunk): ruby_aligned_char no longer needed.
49729 2018-01-15 16:32 [ko1@a... ] shyouhei:r61846 (trunk): __declspec(align(#)) does not take sizeof()
49730 2018-01-15 16:39 [ko1@a... ] mame:r61847 (trunk): parse.y (last_arg_append, rest_arg_append): factor out the code clones
49731 2018-01-15 16:54 [ko1@a... ] mame:r61848 (trunk): parse.y: Remove unneeded NULL check
49732 2018-01-15 17:54 [ko1@a... ] mame:r61849 (trunk): parse.y: Removes unneeded NULL checks
49733 2018-01-15 17:54 [ko1@a... ] mame:r61850 (trunk): parse.y: Removes unreachable warnings
49734 2018-01-15 19:09 [ko1@a... ] hsbt:r61851 (trunk): Fix a typo.
49735 2018-01-15 21:00 [ko1@a... ] hsbt:r61852 (trunk): Fix a typo.
49736 2018-01-15 21:25 [ko1@a... ] nobu:r61853 (trunk): test_console_attr.rb: fix test
49737 2018-01-15 22:27 [ko1@a... ] nagachika:r61854 (ruby_2_4): merge revision(s) 60079: [Backport #13794]
49738 2018-01-15 23:01 [ko1@a... ] mame:r61855 (trunk): test/ruby/test_syntax.rb (test_command_with_cmd_brace_block): Added
49739 2018-01-16 00:05 [ko1@a... ] mame:r61856 (trunk): parse.y (new_command_qcall): Receives a block (optional)
49740 2018-01-16 00:05 [ko1@a... ] svn:r61857 (trunk): * 2018-01-16
49741 2018-01-16 01:12 [ko1@a... ] mame:r61858 (trunk): parse.y: Removes unneeded Ripper/Parser guards
49743 2018-01-16 08:43 [ko1@a... ] svn:r61860 (trunk): * properties.
49744 2018-01-16 10:33 [ko1@a... ] mame:r61861 (trunk): parse.y (symbol_append): Added to factor out `%i[]` and `%I[]`
49745 2018-01-16 11:00 [ko1@a... ] mame:r61863 (trunk): parse.y: set location of string/literals in the lexer instead of actions
49746 2018-01-16 11:28 [ko1@a... ] mame:r61864 (trunk): parse.y: set location of nodes that lexer generates
49747 2018-01-16 12:09 [ko1@a... ] shyouhei:r61865 (trunk): sizeof(uintptr_t) != sizeof(uintptr_t *)
49748 2018-01-16 12:16 [ko1@a... ] nobu:r61866 (trunk): parse.y: expand tokadd_mbchar
49749 2018-01-16 12:16 [ko1@a... ] nobu:r61867 (trunk): parse.y: removed PARSER_ARG macro
49750 2018-01-16 14:27 [ko1@a... ] mame:r61868 (trunk): parse.y (expr_value_do): factor out COND_PUSH->expr_value->do->COND_POP
49751 2018-01-16 14:49 [ko1@a... ] ngoto:r61869 (trunk): fix macro argument names inconsistency
49752 2018-01-16 15:36 [ko1@a... ] normal:r61870 (trunk): timev.h: just use "unsigned int" for bitfields
49753 2018-01-16 16:24 [ko1@a... ] mame:r61871 (trunk): node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
49754 2018-01-16 17:06 [ko1@a... ] nobu:r61872 (trunk): parse.y: simplified compstmt
49755 2018-01-16 17:21 [ko1@a... ] nobu:r61873 (trunk): parse.y: unified local_push argument
49756 2018-01-16 17:35 [ko1@a... ] shyouhei:r61874 (trunk): -Wno-overlength-strings
49757 2018-01-16 18:21 [ko1@a... ] shyouhei:r61875 (trunk): nested flexible array member is a GCCism
49758 2018-01-17 00:12 [ko1@a... ] mame:r61876 (trunk): node.c: Separately allocate a struct having flexible array
49759 2018-01-17 00:12 [ko1@a... ] svn:r61877 (trunk): * 2018-01-17
49760 2018-01-17 00:12 [ko1@a... ] mame:r61878 (trunk): parse.y (new_args_tail): Use human-friendly variable names
49761 2018-01-17 00:21 [ko1@a... ] mame:r61879 (trunk): parse.y: Refactor for-statement generation
49762 2018-01-17 13:25 [ko1@a... ] nobu:r61880 (trunk): ripper.c: depends on preproc.rb
49763 2018-01-17 14:03 [ko1@a... ] normal:r61881 (trunk): time.c: use "unsigned int" for bitfields
49764 2018-01-17 15:05 [ko1@a... ] nobu:r61882 (trunk): parse.y: refine negate_lit_gen error message
49765 2018-01-17 15:24 [ko1@a... ] nobu:r61883 (trunk): iseq.c: flatten TS_NUM operand conditions
49766 2018-01-17 15:38 [ko1@a... ] nobu:r61884 (trunk): test_ast.rb: no base directory name
49767 2018-01-17 19:17 [ko1@a... ] mame:r61885 (trunk): ext/ripper/depend: Try to fix the path of id.h
49768 2018-01-17 20:12 [ko1@a... ] nobu:r61886 (trunk): common.mk: ripper.c recipe
49769 2018-01-17 20:16 [ko1@a... ] nobu:r61887 (trunk): process.c: remove useless cast
49770 2018-01-17 20:22 [ko1@a... ] nobu:r61888 (trunk): process.c: get_clk_tck fallback
49771 2018-01-17 22:15 [ko1@a... ] hsbt:r61889 (trunk): Fix typos.
49773 2018-01-18 00:28 [ko1@a... ] svn:r61891 (trunk): * 2018-01-18
49774 2018-01-18 03:02 [ko1@a... ] naruse:r61892 (trunk): extend timeout
49775 2018-01-18 03:09 [ko1@a... ] naruse:r61893 (trunk): include ruby/ruby.h before ruby.io.h
49776 2018-01-18 09:52 [ko1@a... ] normal:r61894 (trunk): logger: use safe navigation operator
49777 2018-01-18 10:10 [ko1@a... ] nobu:r61895 (trunk): win32/resolv.rb: call rb_w32_osid
49778 2018-01-18 10:27 [ko1@a... ] nobu:r61896 (trunk): marshal.c: initialize keywords
49779 2018-01-18 11:44 [ko1@a... ] nobu:r61897 (trunk): resolv: use safe navigation operator
49780 2018-01-18 12:09 [ko1@a... ] nobu:r61898 (trunk): resolv.rb: NUL hosts
49781 2018-01-18 12:25 [ko1@a... ] nobu:r61899 (trunk): parse.y: REQUIRED_KEYWORD
49782 2018-01-18 12:29 [ko1@a... ] nobu:r61900 (trunk): parse.y: fix overflow
49783 2018-01-18 12:37 [ko1@a... ] nobu:r61901 (trunk): parse.y: no longer undef assignable
49784 2018-01-18 12:53 [ko1@a... ] naruse:r61902 (trunk): extend timeout more
49785 2018-01-18 16:53 [ko1@a... ] nobu:r61903 (trunk): eval_intern.h: duplicate check
49786 2018-01-18 16:59 [ko1@a... ] nobu:r61904 (trunk): vm_eval.c: for auto-indent
49787 2018-01-18 18:44 [ko1@a... ] shyouhei:r61905 (trunk): sort lines
49788 2018-01-18 18:44 [ko1@a... ] shyouhei:r61906 (trunk): export rb_cLazy
49789 2018-01-18 18:44 [ko1@a... ] shyouhei:r61907 (trunk): export ruby_mWarning
49791 2018-01-18 18:51 [ko1@a... ] shyouhei:r61930 (trunk): rb_parser_lex_state_names marked as static
49792 2018-01-18 19:01 [ko1@a... ] shyouhei:r61917 (trunk): rb_reg_raise marked as NORETURN
49793 2018-01-18 19:01 [ko1@a... ] shyouhei:r61913 (trunk): ibf_dump_object_unsupported marked as NORETURN
49794 2018-01-18 19:01 [ko1@a... ] shyouhei:r61912 (trunk): -Wmissing-noreturn
49795 2018-01-18 19:21 [ko1@a... ] shyouhei:r61908 (trunk): export rb_mFConst
49796 2018-01-18 19:21 [ko1@a... ] shyouhei:r61916 (trunk): num_funcall_op_1_recursion marked as NORETURN
49797 2018-01-18 19:21 [ko1@a... ] shyouhei:r61921 (trunk): sigbus marked as NORETURN
49798 2018-01-18 20:01 [ko1@a... ] shyouhei:r61918 (trunk): rb_reg_enc_error marked as NORETURN
49799 2018-01-18 20:01 [ko1@a... ] shyouhei:r61909 (trunk): export rb_mProcGID, rb_mProcUid, rb_mProcID_Syscall
49800 2018-01-18 20:01 [ko1@a... ] shyouhei:r61929 (trunk): usage analysis functions marke as static
[前][次][スレッド一覧][上]