[前][次][スレッド一覧][上]
ruby-changes:40901-41000
40901 2015-12-09 06:28 [ko1@a... ] normal:r52980 (trunk): test/uri/test_generic.rb (to_s): new test
40902 2015-12-09 06:30 [ko1@a... ] normal:r52981 (trunk): lib/uri/generic.rb: enable frozen_string_literal
40903 2015-12-09 08:41 [ko1@a... ] nobu:r52982 (trunk): string.c: use rb_id_encoding
40904 2015-12-09 08:48 [ko1@a... ] nobu:r52983 (trunk): test_generic.rb: fix assertion
40905 2015-12-09 09:21 [ko1@a... ] ko1:r52984 (trunk): mark as experimental
40906 2015-12-09 09:25 [ko1@a... ] hsbt:r52985 (trunk): * test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unit
40907 2015-12-09 09:38 [ko1@a... ] ko1:r52986 (trunk): * *.c (*_memsize): do not check ptr.
40908 2015-12-09 09:46 [ko1@a... ] hsbt:r52987 (trunk): * .gitignoRe: ignored ISeq binary format.
40909 2015-12-09 10:01 [ko1@a... ] ko1:r52988 (trunk): * ext/**/*.c (*_memsize): same as r52986 for extensions.
40910 2015-12-09 10:34 [ko1@a... ] normal:r52989 (trunk): compile.c (ibf_dump_object_unsupported): fix spelling error
40911 2015-12-09 11:41 [ko1@a... ] ko1:r52990 (trunk): add documentation for RubyVM::InstructionSequence#to_binary_format and RubyVM::InstructionSequence.from_binary_format
40912 2015-12-09 11:44 [ko1@a... ] nobu:r52991 (trunk): stringio.c: unused variable
40913 2015-12-09 13:51 [ko1@a... ] ko1:r52992 (trunk): update NEWS
40914 2015-12-09 14:38 [ko1@a... ] shugo:r52993 (trunk): * doc/syntax/refinements.rdoc: remove outdated description.
40915 2015-12-09 14:50 [ko1@a... ] ko1:r52994 (trunk): * gc.c (gc_mark_stacked_objects): fix typo.
40916 2015-12-09 15:48 [ko1@a... ] nobu:r52995 (trunk): use atomic operations
40917 2015-12-09 16:16 [ko1@a... ] ko1:r52996 (trunk): * vm.c (rb_vm_cref_in_context): Module#define_method in non-class
40918 2015-12-09 16:31 [ko1@a... ] nobu:r52997 (trunk): Revert r52995
40919 2015-12-09 16:47 [ko1@a... ] nobu:r52998 (trunk): test_io_console.rb: ignore echo back
40920 2015-12-09 17:02 [ko1@a... ] nobu:r52999 (trunk): regparse.h: ANSI alias rule fix
40921 2015-12-09 19:45 [ko1@a... ] nobu:r53000 (trunk): test_io_console.rb: wait
40922 2015-12-09 20:54 [ko1@a... ] nobu:r53001 (trunk): test_io_console.rb: skip
40923 2015-12-09 23:14 [ko1@a... ] kazu:r53002 (trunk): fix a typo [ci skip]
40924 2015-12-09 23:15 [ko1@a... ] kazu:r53003 (trunk): References to tickets added
40925 2015-12-10 00:11 [ko1@a... ] ko1:r53004 (trunk): * iseq.c: rename methods
40926 2015-12-10 00:12 [ko1@a... ] svn:r53005 (trunk): * 2015-12-10
40927 2015-12-10 00:21 [ko1@a... ] nagachika:r53006 (ruby_2_2): merge revision(s) 51808: [Backport #11794]
40928 2015-12-10 00:26 [ko1@a... ] nagachika:r53007 (ruby_2_2): merge revision(s) 52199: [Backport #11792]
40929 2015-12-10 00:29 [ko1@a... ] kazu:r53008 (trunk): follow r53004
40930 2015-12-10 02:02 [ko1@a... ] ko1:r53009 (trunk): * compile.c (iseq_compile_each): do not add debug information
40931 2015-12-10 02:21 [ko1@a... ] nobu:r53010 (trunk): test_ssl.rb: fix ssl option flags tests
40932 2015-12-10 02:48 [ko1@a... ] nobu:r53011 (trunk): test_rubyoptions.rb: test --debug
40933 2015-12-10 03:15 [ko1@a... ] nobu:r53012 (trunk): dir.c, io.c: use rb_id_encoding
40934 2015-12-10 04:42 [ko1@a... ] naruse:r53013 (trunk): add tests for El Capitan failure
40935 2015-12-10 04:59 [ko1@a... ] normal:r53014 (trunk): proc.c: remove bm_free, use default
40936 2015-12-10 05:06 [ko1@a... ] nobu:r53015 (trunk): TestIO_Console.rb: disable getpass test by --excludes
40937 2015-12-10 05:07 [ko1@a... ] normal:r53016 (trunk): ext/socket/ifaddr.c: remove empty ifaddr_mark
40938 2015-12-10 05:53 [ko1@a... ] nobu:r53017 (trunk): mkconfig.rb: must not be frozen
40939 2015-12-10 06:34 [ko1@a... ] normal:r53018 (trunk): marshal.c: remove NULL checks for *_memsize
40940 2015-12-10 06:54 [ko1@a... ] naruse:r53019 (trunk): fix r53013; the environment defines "example" as local hostname
40941 2015-12-10 09:33 [ko1@a... ] nobu:r53020 (trunk): disable frozen-string-literal
40942 2015-12-10 11:35 [ko1@a... ] normal:r53021 (trunk): compile.c (iseq_compile_each): reduce needless rb_str_dup
40943 2015-12-10 14:14 [ko1@a... ] hsbt:r53022 (trunk): * ext/tk/lib/multi-tk.rb: fix typos.
40944 2015-12-10 14:16 [ko1@a... ] hsbt:r53023 (trunk): * cont.c: fix a double word typo.
40945 2015-12-10 15:01 [ko1@a... ] ko1:r53024 (trunk): * test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).
40946 2015-12-11 01:11 [ko1@a... ] kazu:r53025 (trunk): fix a typo [ci skip]
40947 2015-12-11 01:13 [ko1@a... ] svn:r53026 (trunk): * 2015-12-11
40948 2015-12-11 03:57 [ko1@a... ] naruse:r53027 (trunk): * object.c (rb_inspect): dump inspected result with rb_str_escape()
40949 2015-12-11 08:48 [ko1@a... ] naruse:r53028: add tag v2_3_0_preview2
40950 2015-12-11 11:09 [ko1@a... ] naruse:r53029 (trunk): merger.rb: show procedure to push tag into GitHub
40951 2015-12-11 11:12 [ko1@a... ] nobu:r53030 (trunk): common.mk: add dependencies
40952 2015-12-11 11:38 [ko1@a... ] nobu:r53031 (trunk): compile.c: rehash cdhash
40953 2015-12-11 11:53 [ko1@a... ] hsbt:r53032 (trunk): * lib/rubygems: Update to RubyGems 2.5.1
40954 2015-12-11 11:59 [ko1@a... ] hsbt:r53033 (trunk): * NEWS: Mentioned rubygems-2.5.1
40955 2015-12-11 14:57 [ko1@a... ] nobu:r53034 (trunk): test_io.rb: fix IO#advise on aarch64-linux
40956 2015-12-11 15:03 [ko1@a... ] nobu:r53035 (trunk): test_ssl.rb: fix ssl option flags tests
40957 2015-12-11 16:43 [ko1@a... ] normal:r53036 (trunk): NEWS: add note about Fiddle GVL release
40958 2015-12-11 17:24 [ko1@a... ] normal:r53037 (trunk): hash.c (rb_num_hash_start): avoid pathological behavior
40959 2015-12-11 17:25 [ko1@a... ] svn:r53038 (trunk): * properties.
40960 2015-12-11 18:15 [ko1@a... ] normal:r53039 (trunk): insns.def (opt_case_dispatch): avoid converting Infinity
40961 2015-12-11 22:52 [ko1@a... ] nagachika:r53040 (ruby_2_2): merge revision(s) 53039: [Backport #11804]
40962 2015-12-11 23:37 [ko1@a... ] mame:r53041 (trunk): * sample/trick2015/: added the award-winning entries of TRICK 2015.
40963 2015-12-11 23:37 [ko1@a... ] svn:r53042 (trunk): * append newline at EOF.
40964 2015-12-11 23:42 [ko1@a... ] svn:r53043 (trunk): * properties.
40965 2015-12-12 01:31 [ko1@a... ] kazu:r53044 (trunk): NEWS: sort alphabetically
40966 2015-12-12 01:35 [ko1@a... ] svn:r53045 (trunk): * 2015-12-12
40967 2015-12-12 07:05 [ko1@a... ] nobu:r53046 (trunk): enc/windows_1252.c: new
40969 2015-12-12 16:08 [ko1@a... ] nobu:r53048 (trunk): iseq.c: use rb_check_funcall
40970 2015-12-12 17:06 [ko1@a... ] naruse:r53049 (trunk): add insight about parallel test-all
40971 2015-12-12 17:17 [ko1@a... ] nagachika:r53050 (trunk): * doc/NEWS-0.2.2: add description about incompatible change in Hash
40972 2015-12-12 17:25 [ko1@a... ] nagachika:r53051 (ruby_2_2): merge revision(s) 53050: [Backport #11501]
40973 2015-12-12 17:28 [ko1@a... ] nobu:r53052 (trunk): common.mk: more opts
40974 2015-12-12 17:31 [ko1@a... ] nobu:r53053 (trunk): common.mk: help of exam [ci skip]
40975 2015-12-12 18:00 [ko1@a... ] nobu:r53054 (trunk): vm.c: free tables at destruction
40976 2015-12-12 18:03 [ko1@a... ] nobu:r53055 (trunk): test_thread.rb: stay alive
40977 2015-12-12 18:29 [ko1@a... ] yui-knk:r53056 (trunk): * test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warning
40978 2015-12-12 18:51 [ko1@a... ] nobu:r53057 (trunk): vm_eval.c: hook after method_missing
40979 2015-12-12 18:52 [ko1@a... ] nobu:r53058 (trunk): object.c: raise TypeError
40980 2015-12-12 23:02 [ko1@a... ] naruse:r53059 (trunk): * ext/nkf/nkf-utf8/nkf.c: Merge nkf 2.1.4.
40981 2015-12-13 00:09 [ko1@a... ] shugo:r53060 (trunk): * vm_insnhelper.c (vm_call_method_missing): method_missing should
40983 2015-12-13 06:35 [ko1@a... ] nobu:r53062 (trunk): vm_insnhelper.c: adjust indent [ci skip]
40984 2015-12-13 06:41 [ko1@a... ] marcandRe: r53063 (trunk): * lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbol
40985 2015-12-13 10:30 [ko1@a... ] naruse:r53064 (trunk): * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsing
40986 2015-12-13 10:45 [ko1@a... ] duerst:r53065 (trunk): KNOWNBUGS.rb: Fixed typo, made more explicit [ci skip]
40987 2015-12-13 11:44 [ko1@a... ] knu:r53066 (trunk): * lib/shellwords.rb: Turn on frozen-string-literal after fixing
40988 2015-12-13 11:48 [ko1@a... ] shugo:r53067 (trunk): * object.c (rb_inspect): check the default internal encoding as
40989 2015-12-13 12:17 [ko1@a... ] normal:r53068 (trunk): lib/shellwords.rb: do not change API with frozen-string-literal
40990 2015-12-13 12:21 [ko1@a... ] normal:r53069 (trunk): ChangeLog: r53068 entry [ci skip]
40991 2015-12-13 14:19 [ko1@a... ] knu:r53070 (trunk): * lib/shellwords.rb (Shellwords#shellsplit): Document that this
40992 2015-12-13 14:22 [ko1@a... ] knu:r53071 (trunk): * test/test_shellwords.rb (TestShellwords): Add many more tests
40993 2015-12-13 16:29 [ko1@a... ] nobu:r53072 (trunk): configure.in: make BOOTSTRAPRUBY MINIRUBY
40994 2015-12-13 16:41 [ko1@a... ] nobu:r53073 (trunk): configure.in: make BASERUBY fullpath
40995 2015-12-13 18:19 [ko1@a... ] nobu:r53074 (trunk): win32ole.c: check argument type
40996 2015-12-13 18:23 [ko1@a... ] nobu:r53075 (trunk): tkutil.c: check args
40997 2015-12-13 18:25 [ko1@a... ] nobu:r53076 (trunk): tkutil.c: array length
40998 2015-12-13 18:26 [ko1@a... ] nobu:r53077 (trunk): tkutil.c: check arg
40999 2015-12-13 18:28 [ko1@a... ] nobu:r53078 (trunk): psych_emitter.c: check string
41000 2015-12-13 18:28 [ko1@a... ] nobu:r53079 (trunk): psych_emitter.c: check tags range
[前][次][スレッド一覧][上]