[前][次][スレッド一覧][上]
ruby-changes:49601-49700
49601 2018-01-09 16:15 [ko1@a... ] normal:r61716 (trunk): thread_pthread: more diagnostics around timer thread creation failures
49602 2018-01-09 16:33 [ko1@a... ] mame:r61717 (trunk): Fix the position of VM_ASSERT for "pthread_create failed for time"
49603 2018-01-09 17:05 [ko1@a... ] mame:r61718 (trunk): bootstraptest/test_fork.rb: Stop too restrict NPROC test temporarily
49604 2018-01-09 17:26 [ko1@a... ] normal:r61719 (trunk): thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefs
49605 2018-01-09 17:26 [ko1@a... ] normal:r61720 (trunk): thread_pthread: remove checks for pthread_cond*_init
49606 2018-01-09 17:45 [ko1@a... ] mame:r61721 (trunk): Rename code_range to code_location
49607 2018-01-09 20:52 [ko1@a... ] nobu:r61722 (trunk): thread_pthread.c: round stack size
49608 2018-01-09 21:26 [ko1@a... ] nobu:r61723 (trunk): insns_info.inc.tmpl: split rb_vm_insn_name_info
49609 2018-01-09 21:33 [ko1@a... ] nobu:r61724 (trunk): parse.y: insane syntax
49610 2018-01-09 21:35 [ko1@a... ] kazu:r61725 (trunk): Include ruby/{io, encoding}.h before internal.h
49611 2018-01-09 21:35 [ko1@a... ] kazu:r61726 (trunk): Fix indent [ci skip]
49612 2018-01-09 22:04 [ko1@a... ] mame:r61727 (trunk): parse.y: insane syntax too (class definition in cond)
49613 2018-01-09 22:30 [ko1@a... ] shyouhei:r61728 (trunk): rb_num_t happen to be unsigned; introduce signed variant
49614 2018-01-09 22:30 [ko1@a... ] shyouhei:r61730 (trunk): [ci skip] add comments about file format
49617 2018-01-09 22:40 [ko1@a... ] shyouhei:r61733 (trunk): delete tool/instruction.rb
49618 2018-01-09 22:40 [ko1@a... ] shyouhei:r61735 (trunk): insns_info.inc: position independent
49619 2018-01-09 22:55 [ko1@a... ] svn:r61737 (trunk): * properties.
49620 2018-01-09 22:55 [ko1@a... ] shyouhei:r61736 (trunk): insns_info.inc.tmpl: share large tablese
49621 2018-01-09 22:55 [ko1@a... ] svn:r61732 (trunk): * properties.
49622 2018-01-09 23:05 [ko1@a... ] mame:r61738 (trunk): iseq.c (iseq_data_to_ary): Avoid direct use of insns_info.positions
49623 2018-01-09 23:05 [ko1@a... ] mame:r61739 (trunk): iseq.c: Add a succinct bitvector implementation for insn_info_table
49624 2018-01-09 23:11 [ko1@a... ] mame:r61740 (trunk): iseq.c: Add explicit casts from long to int (to pass compile on clang)
49625 2018-01-09 23:25 [ko1@a... ] shyouhei:r61734 (trunk): comma at the end of enum is a C99ism.
49626 2018-01-10 00:41 [ko1@a... ] naruse:r61741 (trunk): Here document <<~ is Ruby 2.3 feature
49627 2018-01-10 00:41 [ko1@a... ] svn:r61742 (trunk): * 2018-01-10
49628 2018-01-10 00:41 [ko1@a... ] svn:r61743 (trunk): * properties.
49629 2018-01-10 00:47 [ko1@a... ] naruse:r61744 (trunk): grep_v is ruby 2.3 feature
49630 2018-01-10 00:47 [ko1@a... ] svn:r61745 (trunk): * properties.
49631 2018-01-10 01:27 [ko1@a... ] svn:r61747 (trunk): * properties.
49632 2018-01-10 01:27 [ko1@a... ] ko1:r61746 (trunk): `signed` is required for Rasbian (x86_64).
49633 2018-01-10 02:09 [ko1@a... ] ko1:r61748 (trunk): use binary search for insns_info.
49634 2018-01-10 08:00 [ko1@a... ] normal:r61749 (trunk): thread.c: threadptr_pending_interrupt_active_p is static
49635 2018-01-10 08:47 [ko1@a... ] normal:r61750 (trunk): thread_pthread.c: remove dead code around "get_stack_of"
49636 2018-01-10 09:01 [ko1@a... ] kazu:r61751 (trunk): Fix a typo [ci skip]
49638 2018-01-10 10:00 [ko1@a... ] svn:r61753 (trunk): * properties.
49639 2018-01-10 10:07 [ko1@a... ] normal:r61754 (trunk): dir.c: pass flags to openat(2) correctly
49640 2018-01-10 12:54 [ko1@a... ] usa:r61756 (trunk): should cause preprocess error as other cases
49641 2018-01-10 14:57 [ko1@a... ] mame:r61757 (trunk): iseq.c: Succinct bitvector now supports 32-bit machine
49642 2018-01-10 19:39 [ko1@a... ] mame:r61758 (trunk): skip some tests so that no failure occurs in root privilege
49643 2018-01-10 22:30 [ko1@a... ] mame:r61759 (trunk): spec/ruby/library/etc/getlogin_spec.rb: Use `logname` as an expected result
49644 2018-01-10 22:30 [ko1@a... ] mame:r61760 (trunk): spec/: skip some specs so that no failure occurs in root privilege
49645 2018-01-10 23:13 [ko1@a... ] hsbt:r61761 (trunk): Fix typos.
49647 2018-01-11 00:44 [ko1@a... ] k0kubun:r61762 (trunk): tool/downloader.rb: retry against Errno::ETIMEDOUT
49648 2018-01-11 12:23 [ko1@a... ] mame:r61764 (trunk): parse.y (local_push_gen): Rewrite the condition of "unused var" warning
49649 2018-01-11 13:25 [ko1@a... ] mame:r61765 (trunk): parse.y: add a simple comment for COND_* and CMDARG_*
49650 2018-01-11 17:26 [ko1@a... ] nobu:r61766 (trunk): vm_insnhelper.c: search in the indexing order
49651 2018-01-11 17:35 [ko1@a... ] nobu:r61767 (trunk): iseq.c: child iseq encoding
49652 2018-01-11 22:42 [ko1@a... ] mame:r61768 (trunk): parse.y: simplify and add a comment for paren_nest and lpar_beg
49653 2018-01-11 22:42 [ko1@a... ] mame:r61769 (trunk): parse.y: disentangle the lexer handling of ')', ']', and '}'
49654 2018-01-11 22:56 [ko1@a... ] kazu:r61770 (trunk): Fix indent and use as skipped message instead of comment
49655 2018-01-11 22:56 [ko1@a... ] kazu:r61771 (trunk): Fix a typo [ci skip]
49656 2018-01-12 00:54 [ko1@a... ] mame:r61772 (trunk): parse.y: Remove LEXPOP hack
49657 2018-01-12 00:54 [ko1@a... ] svn:r61773 (trunk): * 2018-01-12
49658 2018-01-12 03:26 [ko1@a... ] naruse:r61774 (trunk): Mock fetching data from real DNS [Feature #14340]
49659 2018-01-12 04:36 [ko1@a... ] stomar:r61775 (trunk): matrix.rb: add Matrix#antisymmetric?
49660 2018-01-12 04:36 [ko1@a... ] svn:r61776 (trunk): * properties.
49661 2018-01-12 04:37 [ko1@a... ] stomar:r61777 (trunk): NEWS: Matrix#antisymmetric?
49662 2018-01-12 04:41 [ko1@a... ] naruse:r61778 (trunk): fix for IPv6 env
49663 2018-01-12 09:15 [ko1@a... ] normal:r61779 (trunk): thread.c (thread_cleanup_func): document small leak
49664 2018-01-12 09:17 [ko1@a... ] kazu:r61780 (trunk): doc/NEWS-2.5.0: `step` is not `Integer#step` but `Numeric#step` [ci skip]
49665 2018-01-12 09:17 [ko1@a... ] kazu:r61781 (trunk): Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]
49667 2018-01-12 17:38 [ko1@a... ] shyouhei:r61784 (trunk): delete tool/instruction.rb (2nd try)
49668 2018-01-12 17:45 [ko1@a... ] shyouhei:r61787 (trunk): tool/ruby_vm support for pre-2.0 BASERUBY
49669 2018-01-12 17:46 [ko1@a... ] shyouhei:r61786 (trunk): tool/ruby_vm support for pre-2.1 BASERUBY
49670 2018-01-12 17:55 [ko1@a... ] shyouhei:r61785 (trunk): tool/ruby_vm support for pre-2.3 BASERUBY
49671 2018-01-12 18:07 [ko1@a... ] hsbt:r61788 (trunk): Fixed typos.
49672 2018-01-12 18:31 [ko1@a... ] normal:r61789 (trunk): sample/iseq_loader.rb: spelling fix
49674 2018-01-12 22:05 [ko1@a... ] hsbt:r61791 (trunk): Fix a typo.
49675 2018-01-12 22:14 [ko1@a... ] shyouhei:r61792 (trunk): merge revision: 61746
49676 2018-01-12 22:22 [ko1@a... ] mame:r61793 (trunk): parse.y: Remove unneeded dependence on pointer representatin
49677 2018-01-12 22:25 [ko1@a... ] shyouhei:r61794 (trunk): suppress warning for VC12
49678 2018-01-12 23:25 [ko1@a... ] mame:r61795 (trunk): parse.y (token_info_push, token_info_pop): Use code_location
49679 2018-01-12 23:25 [ko1@a... ] mame:r61796 (trunk): parse.y (token_info_push, token_info_pop): Refactoring
49680 2018-01-13 00:59 [ko1@a... ] mame:r61797 (trunk): parse.y: Remove meaningless ifndef guards
49681 2018-01-13 00:59 [ko1@a... ] svn:r61798 (trunk): * 2018-01-13
49682 2018-01-13 09:30 [ko1@a... ] kazu:r61799 (trunk): Update dependencies using `tool/update-deps`
49683 2018-01-13 18:23 [ko1@a... ] nobu:r61800 (trunk): Update dependencies
49684 2018-01-13 19:47 [ko1@a... ] shyouhei:r61801 (trunk): flexible array member is a C99ism
49685 2018-01-13 19:47 [ko1@a... ] shyouhei:r61802 (trunk): __VA_ARGS__ is a C99ism
49686 2018-01-13 20:10 [ko1@a... ] hsbt:r61803 (trunk): Fix a typo.
49687 2018-01-13 20:45 [ko1@a... ] mame:r61804 (trunk): internal.h (FLEX_ARY_LEN): Add a macro to define a flexible array
49688 2018-01-13 21:09 [ko1@a... ] mame:r61805 (trunk): node.c (node_buffer_elem_t): Use FLEX_ARY_LEN
49689 2018-01-13 21:17 [ko1@a... ] mame:r61806 (trunk): variable.c (struct gen_ivtbl): Use FLEX_ARY_LEN.
49690 2018-01-13 21:25 [ko1@a... ] mame:r61807 (trunk): file.c (struct apply_arg): Use FLEX_ARY_LEN
49691 2018-01-13 21:44 [ko1@a... ] mame:r61808 (trunk): iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_ARY_LEN
49692 2018-01-13 22:00 [ko1@a... ] mame:r61809 (trunk): compile.c (struct ibf_id_entry): Just removed.
49693 2018-01-13 22:00 [ko1@a... ] mame:r61810 (trunk): compile.c (struct ibf_object_*): Use FLEX_ARY_LEN
49694 2018-01-13 22:08 [ko1@a... ] mame:r61811 (trunk): string.c (struct mapping_buffer): Use FLEX_ARY_LEN
49695 2018-01-14 11:44 [ko1@a... ] normal:r61812 (trunk): net/http: use writev for HTTP chunked request bodies
49696 2018-01-14 11:45 [ko1@a... ] svn:r61813 (trunk): * 2018-01-14
49697 2018-01-14 20:19 [ko1@a... ] nobu:r61814 (trunk): exclude flexible array size with old compilers
49698 2018-01-14 22:51 [ko1@a... ] mame:r61815 (trunk): parse.y: Avoid "p" as a variable name
49699 2018-01-14 22:51 [ko1@a... ] mame:r61816 (trunk): parse.y: Use "p" for the variable of struct parser_params consistently
49700 2018-01-14 22:51 [ko1@a... ] mame:r61817 (trunk): parse.y: Expand global-like accessor macros for struct parser_params
[前][次][スレッド一覧][上]