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

ruby-changes:49801-49900

  49801 2018-01-18 20:34 [ko1@a...            ] nobu:r61932 (trunk): marked as NORETURN 
  49802 2018-01-18 20:44 [ko1@a...            ] hsbt:r61933 (trunk): Fix typos.         
  49804 2018-01-18 21:11 [ko1@a...            ] shyouhei:r61922 (trunk): sigsegv marked as NORETURN
  49805 2018-01-18 21:11 [ko1@a...            ] shyouhei:r61925 (trunk): rb_threadptr_to_kill marked as NORETURN
  49806 2018-01-18 21:54 [ko1@a...            ] kazu:r61934 (trunk): [DOC] Add `Array#{append, prepend}` to call-seq [ci skip]
  49807 2018-01-18 21:54 [ko1@a...            ] kazu:r61935 (trunk): Use already casted variable
  49808 2018-01-18 22:21 [ko1@a...            ] shyouhei:r61919 (trunk): rb_enc_reg_raise marked as NORETURN
  49810 2018-01-18 22:21 [ko1@a...            ] shyouhei:r61914 (trunk): dir_closed marked as NORETURN
  49811 2018-01-18 23:31 [ko1@a...            ] shyouhei:r61924 (trunk): sigill marked as NORETURN
  49812 2018-01-18 23:31 [ko1@a...            ] shyouhei:r61926 (trunk): raise_closed_queue_error marked as NORETURN
  49813 2018-01-18 23:31 [ko1@a...            ] shyouhei:r61911 (trunk): merge extern declarations into internal.h
  49815 2018-01-19 00:41 [ko1@a...            ] shyouhei:r61920 (trunk): rb_reg_raise_str marked as NORETURN
  49816 2018-01-19 00:41 [ko1@a...            ] shyouhei:r61910 (trunk): export transcode exceptions
  49817 2018-01-19 00:48 [ko1@a...            ] nobu:r61936 (trunk): compile.c: use ALLOCV_N
  49818 2018-01-19 00:49 [ko1@a...            ] svn:r61937 (trunk): * 2018-01-19        
  49819 2018-01-19 01:51 [ko1@a...            ] shyouhei:r61931 (trunk): rb_global_tbl marked as static
  49820 2018-01-19 10:45 [ko1@a...            ] shyouhei:r61938 (trunk): INFINITY is float. That of double is HUGE_VAL.
  49821 2018-01-19 11:36 [ko1@a...            ] nobu:r61939 (trunk): vm_insnhelper.c: should invert unspecified flag
  49822 2018-01-19 12:09 [ko1@a...            ] nobu:r61940 (trunk): vm_insnhelper.c: fix many keyword arguments
  49823 2018-01-19 12:20 [ko1@a...            ] shyouhei:r61941 (trunk): variable succ_index_table never actually used
  49824 2018-01-19 12:55 [ko1@a...            ] shyouhei:r61942 (trunk): st_hashtype_num marked as static
  49825 2018-01-19 12:57 [ko1@a...            ] shyouhei:r61943 (trunk): ruby_gc_debug_indent needed only when RUBY_MARK_FREE_DEBUG
  49826 2018-01-19 12:59 [ko1@a...            ] shyouhei:r61944 (trunk): avoid goto     
  49827 2018-01-19 13:24 [ko1@a...            ] nobu:r61945 (trunk): vm_args.c: fix KW_SPECIFIED_BITS_MAX
  49828 2018-01-19 14:18 [ko1@a...            ] shyouhei:r61946 (trunk): there is no such thing like 0 in enum defined_type
  49829 2018-01-19 16:07 [ko1@a...            ] shyouhei:r61947 (trunk): don't abuse RSTRING_PTR
  49830 2018-01-19 16:17 [ko1@a...            ] shyouhei:r61948 (trunk): svn merge -c -61947 .
  49831 2018-01-19 17:18 [ko1@a...            ] shyouhei:r61949 (trunk): don't abuse RSTRING_PTR (2nd try)
  49832 2018-01-19 18:12 [ko1@a...            ] shyouhei:r61950 (trunk): there is no guarantee that mode_t is as wide as int
  49833 2018-01-19 19:26 [ko1@a...            ] mame:r61951 (trunk): parse.y: Fix excessed_comma event
  49834 2018-01-19 19:48 [ko1@a...            ] mame:r61952 (trunk): ext/ripper: Introduce a simple DSL for ripper.y code generation
  49835 2018-01-19 19:48 [ko1@a...            ] svn:r61953 (trunk): * properties.       
  49836 2018-01-19 20:10 [ko1@a...            ] mame:r61954 (trunk): ext/ripper/tools/preproc.rb: Remove `/*%c%` handling
  49837 2018-01-19 20:10 [ko1@a...            ] mame:r61955 (trunk): parse.y: Remove new_command
  49838 2018-01-19 21:16 [ko1@a...            ] kazu:r61956 (trunk): Fix warning        
  49839 2018-01-19 22:11 [ko1@a...            ] mame:r61957 (trunk): parse.y: Allows Ripper DSL to embed C function calls as `foo!`
  49840 2018-01-19 22:25 [ko1@a...            ] nobu:r61958 (trunk): parse.y: fix up r61957
  49841 2018-01-19 22:36 [ko1@a...            ] mame:r61959 (trunk): parse.y: fix up r61957, too
  49842 2018-01-19 22:41 [ko1@a...            ] nobu:r61960 (trunk): parse.y: assign to $$
  49843 2018-01-19 23:51 [ko1@a...            ] nobu:r61961 (trunk): test_io.rb: avoid OOM
  49844 2018-01-20 00:22 [ko1@a...            ] mame:r61962 (trunk): parse.y: swap `foo!` and `foo` in Ripper DSL
  49845 2018-01-20 00:22 [ko1@a...            ] svn:r61963 (trunk): * 2018-01-20        
  49846 2018-01-20 00:43 [ko1@a...            ] mame:r61964 (trunk): parse.y: Remove unneeded type decls for Ripper
  49847 2018-01-20 01:24 [ko1@a...            ] mame:r61965 (trunk): parse.y: Remove double meaning of backref_assign_error
  49848 2018-01-20 01:28 [ko1@a...            ] mame:r61966 (trunk): parse.y: Remove double meaning of node_assign
  49849 2018-01-20 02:07 [ko1@a...            ] mame:r61967 (trunk): parse.y: Split the path of assignable to Ripper/Parser
  49850 2018-01-20 02:29 [ko1@a...            ] mame:r61968 (trunk): parse.y (assignable): Remove macro hell
  49852 2018-01-20 10:24 [ko1@a...            ] nobu:r61970 (trunk): parse.y (yycompile0): check if accepted
  49853 2018-01-20 12:17 [ko1@a...            ] shyouhei:r61971 (trunk): add missing/nan.c
  49854 2018-01-20 13:18 [ko1@a...            ] shyouhei:r61972 (trunk): [ci skip] tabify
  49855 2018-01-20 14:39 [ko1@a...            ] nobu:r61973 (trunk): dsl.rb: indent     
  49856 2018-01-20 14:39 [ko1@a...            ] nobu:r61974 (trunk): dsl.rb: const_missing
  49857 2018-01-20 14:39 [ko1@a...            ] nobu:r61975 (trunk): dsl.rb: ID constants
  49858 2018-01-20 14:46 [ko1@a...            ] nobu:r61976 (trunk): dsl.rb: p          
  49859 2018-01-20 14:48 [ko1@a...            ] nobu:r61977 (trunk): parse.y: moved excessed_comma
  49860 2018-01-20 14:58 [ko1@a...            ] nobu:r61978 (trunk): parse.y: dot_or_colon as id
  49861 2018-01-20 15:11 [ko1@a...            ] mame:r61979 (trunk): parse.y: Remove unneeded var_field_1 trick
  49862 2018-01-20 15:49 [ko1@a...            ] nobu:r61980 (trunk): Makefile.sub: missing/nan.obj
  49863 2018-01-20 16:05 [ko1@a...            ] shyouhei:r61982 (trunk): set AC_CONFIG_MACRO_DIRS [close GH-1793]
  49864 2018-01-20 16:05 [ko1@a...            ] shyouhei:r61981 (trunk): refactor split configure.ac into files
  49865 2018-01-20 16:15 [ko1@a...            ] shyouhei:r61983 (trunk): Emacs friendliness [ci skip]
  49866 2018-01-21 01:21 [ko1@a...            ] mame:r61984 (trunk): parse.y: remove double meaning of const_path_field/top_const_field
  49867 2018-01-21 01:21 [ko1@a...            ] svn:r61985 (trunk): * 2018-01-21        
  49868 2018-01-21 01:21 [ko1@a...            ] mame:r61986 (trunk): parse.y: remove double meaning of new_brace_body/new_do_body
  49869 2018-01-21 01:32 [ko1@a...            ] mame:r61989 (trunk): parse.y: Remove macros that are no longer used
  49870 2018-01-21 01:32 [ko1@a...            ] mame:r61987 (trunk): parse.y: Remove double meaning of new_xstring/new_string1
  49871 2018-01-21 01:32 [ko1@a...            ] mame:r61988 (trunk): parse.y: Remove double meaning of new_op_assign, etc.
  49872 2018-01-21 01:46 [ko1@a...            ] mame:r61990 (trunk): parse.y: rewrite excessed_comma process
  49873 2018-01-21 02:45 [ko1@a...            ] mame:r61991 (trunk): ext/ripper/tools/dsl.rb: Serialize dispatch calls
  49874 2018-01-21 02:45 [ko1@a...            ] mame:r61992 (trunk): parse.y: Remove double meaning of new_qcall/new_command_qcall
  49875 2018-01-21 02:52 [ko1@a...            ] mame:r61993 (trunk): parse.y: Remove unneeded macro nd_set_line
  49876 2018-01-21 02:52 [ko1@a...            ] mame:r61994 (trunk): ext/ripper/tools/dsl.rb: Use String#sub instead of delete_suffix
  49877 2018-01-21 07:07 [ko1@a...            ] normal:r61995 (trunk): load.c: use rb_warning directly
  49878 2018-01-21 11:24 [ko1@a...            ] kazu:r61996 (trunk): Fix missing m4_include at r61982
  49879 2018-01-21 16:44 [ko1@a...            ] nobu:r61997 (trunk): parse.y: parser_token_value_print for yydebug
  49880 2018-01-21 16:44 [ko1@a...            ] nobu:r61998 (trunk): parse.y: use enum yytokentype
  49881 2018-01-21 16:44 [ko1@a...            ] nobu:r61999 (trunk): parse.y: revert trace message to lex_state
  49882 2018-01-21 16:52 [ko1@a...            ] nobu:r62000 (trunk): parse.y: fix state after left brace
  49883 2018-01-21 18:59 [ko1@a...            ] nobu:r62001 (trunk): keywords: shrink struct kwtable
  49884 2018-01-22 00:26 [ko1@a...            ] svn:r62004 (trunk): * 2018-01-22        
  49885 2018-01-22 00:26 [ko1@a...            ] nobu:r62002 (trunk): parse.y: add EXPR_NONE
  49886 2018-01-22 00:26 [ko1@a...            ] nobu:r62003 (trunk): parse.y: expand tokp macro
  49887 2018-01-22 09:40 [ko1@a...            ] normal:r62005 (trunk): time.c: constify compat_* tables
  49888 2018-01-22 12:04 [ko1@a...            ] normal:r62006 (trunk): time.c (num_exact): use predefined IDs
  49889 2018-01-22 21:34 [ko1@a...            ] nobu:r62007 (trunk): mkmf.rb: ignore linker warnings
  49890 2018-01-22 22:09 [ko1@a...            ] kazu:r62008 (trunk): use predefined IDs 
  49891 2018-01-23 11:23 [ko1@a...            ] nobu:r62009 (trunk): parse.y: removed implicit parser_params macros
  49892 2018-01-23 11:23 [ko1@a...            ] svn:r62010 (trunk): * 2018-01-23        
  49893 2018-01-23 11:31 [ko1@a...            ] nobu:r62011 (trunk): parse.y: concat dedented heredoc
  49894 2018-01-23 12:37 [ko1@a...            ] nobu:r62012 (trunk): parse.y: added new_strterm wrapper
  49895 2018-01-23 12:53 [ko1@a...            ] nobu:r62013 (trunk): parse.y: added implicit parser_params argument
  49896 2018-01-23 23:17 [ko1@a...            ] nobu:r62014 (trunk): parse.y: fix yytokentype function declarations
  49897 2018-01-24 00:31 [ko1@a...            ] nobu:r62015 (trunk): getaddrinfo.c: ai_errlist
  49898 2018-01-24 00:31 [ko1@a...            ] svn:r62016 (trunk): * 2018-01-24        
  49899 2018-01-24 00:31 [ko1@a...            ] nobu:r62017 (trunk): init.c: encode socket error message
  49900 2018-01-24 09:03 [ko1@a...            ] kazu:r62018 (trunk): Add documentation for the Kernel#warn :uplevel keyword

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