[前][次][番号順一覧][上]

ruby-changes:38801-38900

  38801 2015-06-14 06:27 [ko1@a...            ] eregon:r50882 (trunk): * test/ruby/test_io.rb: add test for IO.binread fd leak.
  38802 2015-06-14 09:59 [ko1@a...            ] usa:r50883 (trunk): * test/test_unicode_normalize.rb: get rid of a warning.
  38803 2015-06-14 10:13 [ko1@a...            ] kou:r50884 (trunk): * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in
  38804 2015-06-14 10:14 [ko1@a...            ] kou:r50885 (trunk): * lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo in
  38805 2015-06-14 10:46 [ko1@a...            ] usa:r50886 (trunk): * tool/runruby.rb: just remove the lines of RUBY_VERSION check and raise
  38806 2015-06-14 17:21 [ko1@a...            ] nobu:r50887 (trunk): file.c: open without gvl
  38807 2015-06-14 17:53 [ko1@a...            ] akr:r50888 (trunk): Add ticket numbers. 
  38808 2015-06-14 17:54 [ko1@a...            ] akr:r50889 (trunk): * enum.c (enum_chunk_while): New method Enumerable#chunk_while.
  38809 2015-06-14 19:11 [ko1@a...            ] akr:r50890 (trunk): * ext/socket/raddrinfo.c (parse_numeric_port): Detect
  38810 2015-06-14 19:43 [ko1@a...            ] akr:r50891 (trunk): [DOC]               
  38811 2015-06-14 20:11 [ko1@a...            ] akr:r50892 (trunk): * time.c (time_getlocaltime): [DOC] Add examples of valid utc_offset
  38812 2015-06-14 21:13 [ko1@a...            ] nobu:r50893 (trunk): test_prime.rb: descriptive assertions
  38813 2015-06-14 21:25 [ko1@a...            ] nobu:r50894 (trunk): raddrinfo.c: suppress a warning
  38814 2015-06-14 22:35 [ko1@a...            ] akr:r50895 (trunk): show pathname of failed file.
  38815 2015-06-14 22:48 [ko1@a...            ] usa:r50896 (trunk): * test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit on
  38816 2015-06-15 00:15 [ko1@a...            ] akr:r50897 (trunk): * ext/pathname/lib/pathname.rb (descend): Blockless form supported.
  38817 2015-06-15 00:15 [ko1@a...            ] svn:r50898 (trunk): * 2015-06-15        
  38818 2015-06-15 03:43 [ko1@a...            ] nagachika:r50899 (ruby_2_2): merge revision(s) 49898: [Backport #10951]
  38819 2015-06-15 07:52 [ko1@a...            ] kosaki:r50900 (trunk): * thread.c (thread_start_func_2): don't interrupt when last thread exit
  38820 2015-06-15 07:52 [ko1@a...            ] svn:r50901 (trunk): * properties.       
  38821 2015-06-15 08:05 [ko1@a...            ] nobu:r50902 (trunk): test_require.rb: wait loadig
  38822 2015-06-15 08:24 [ko1@a...            ] nobu:r50903 (trunk): call_without_gvl.c: no sys/select.h
  38823 2015-06-15 08:41 [ko1@a...            ] nobu:r50904 (trunk): raddrinfo.c: suppress a warning
  38824 2015-06-15 10:52 [ko1@a...            ] nobu:r50905 (trunk): envutil.rb: no signal description iff possible
  38825 2015-06-15 10:52 [ko1@a...            ] nobu:r50906 (trunk): envutil.rb: show failure description
  38826 2015-06-15 11:11 [ko1@a...            ] naruse:r50907 (trunk): * lib/net/http.rb (Net::HTTP#connect): use connect_nonblock and
  38827 2015-06-15 14:38 [ko1@a...            ] knu:r50908 (trunk): * lib/set.rb: Make Set#each and SortedSet#each generate a sized
  38828 2015-06-15 17:18 [ko1@a...            ] nobu:r50909 (trunk): proc.c: reduce type checks
  38829 2015-06-16 04:39 [ko1@a...            ] normal:r50910 (trunk): socket: allow exception-free nonblocking sendmsg/recvmsg
  38830 2015-06-16 04:40 [ko1@a...            ] svn:r50911 (trunk): * 2015-06-16        
  38831 2015-06-16 05:03 [ko1@a...            ] normal:r50912 (trunk): socket: allow explicit buffer for recv and recv_nonblock
  38832 2015-06-16 06:28 [ko1@a...            ] normal:r50913 (trunk): NEWS: update for socket API changes [ci skip]
  38833 2015-06-16 17:39 [ko1@a...            ] ko1:r50914 (trunk): * test/objspace/test_objspace.rb: relax pattern because uncollectible
  38834 2015-06-16 17:44 [ko1@a...            ] ko1:r50915 (trunk): add ref to [Bug #10852].
  38835 2015-06-16 18:26 [ko1@a...            ] nobu:r50916 (trunk): test_nonblock.rb: fix failure on OSX
  38836 2015-06-16 18:29 [ko1@a...            ] nobu:r50917 (trunk): test_nonblock.rb: use assert_predicate
  38837 2015-06-16 18:46 [ko1@a...            ] nobu:r50918 (trunk): date_strptime.c: use ALLOCV
  38838 2015-06-16 18:47 [ko1@a...            ] nobu:r50919 (trunk): date_parse.c: use ALLOCV
  38839 2015-06-16 19:22 [ko1@a...            ] akr:r50920 (trunk): * ext/rbconfig/sizeof/extconf.rb: Check several types defined in C99
  38840 2015-06-16 23:40 [ko1@a...            ] kazu:r50921 (trunk): fix a typo [ci skip]
  38841 2015-06-16 23:40 [ko1@a...            ] kazu:r50922 (trunk): fix unbalanced square brackets
  38842 2015-06-17 03:19 [ko1@a...            ] nagachika:r50923 (ruby_2_2): merge revision(s) 50914, 50915: [Backport #10852]
  38843 2015-06-17 03:22 [ko1@a...            ] nagachika:r50924 (ruby_2_2): test/objsace/test_objspace.rb: revert partially r50923.
  38844 2015-06-17 09:12 [ko1@a...            ] nobu:r50925 (trunk): mkmf.rb: suppress warnings
  38845 2015-06-17 09:13 [ko1@a...            ] svn:r50926 (trunk): * 2015-06-17        
  38846 2015-06-17 09:46 [ko1@a...            ] nobu:r50927 (trunk): mkmf.rb: suppress warnings
  38847 2015-06-17 09:50 [ko1@a...            ] nobu:r50928 (trunk): servlet.rb: requires json
  38848 2015-06-17 10:59 [ko1@a...            ] hsbt:r50929 (trunk): * lib/csv.rb: accept to use Range object for row selection.
  38849 2015-06-17 11:41 [ko1@a...            ] usa:r50930 (ruby_2_1): merge revision(s) 49898: [Backport #10951]
  38850 2015-06-17 12:14 [ko1@a...            ] hsbt:r50931 (trunk): * ChangeLog: added contibutor name.
  38851 2015-06-17 14:30 [ko1@a...            ] hsbt:r50932 (trunk): * include/ruby/ruby.h: $SAFE=3 is now obsolete.
  38852 2015-06-17 15:17 [ko1@a...            ] usa:r50933 (trunk): * safe.rb (safe_setter): of course, don't have to warn the limitation of
  38853 2015-06-17 15:25 [ko1@a...            ] usa:r50934 (trunk): * ChangeLog: typo.  
  38854 2015-06-17 16:22 [ko1@a...            ] nobu:r50935 (trunk): util.c: fix off-by-one error
  38855 2015-06-17 20:24 [ko1@a...            ] akr:r50936 (trunk): * ext/rbconfig/sizeof/extconf.rb: Check __float80.
  38856 2015-06-17 20:59 [ko1@a...            ] nobu:r50937 (trunk): common.mk: needs fake.rb
  38857 2015-06-17 21:12 [ko1@a...            ] nobu:r50938 (trunk): bignum.c: doc of rb_cstr_to_inum
  38858 2015-06-17 21:53 [ko1@a...            ] kazu:r50939 (trunk): fix a typo [ci skip]
  38859 2015-06-18 06:07 [ko1@a...            ] normal:r50940 (trunk): compile.c: use %+PRIsVALUE instead of rb_inspect
  38860 2015-06-18 06:07 [ko1@a...            ] svn:r50941 (trunk): * 2015-06-18        
  38861 2015-06-18 08:35 [ko1@a...            ] nobu:r50942 (trunk): common.mk: -fake   
  38862 2015-06-18 09:59 [ko1@a...            ] hsbt:r50943 (trunk): * safe.c: rename old method name for $SAFE=3
  38863 2015-06-18 10:00 [ko1@a...            ] hsbt:r50944 (trunk): * safe.c: removed needless doc related $SAFE=3
  38864 2015-06-18 13:33 [ko1@a...            ] nobu:r50945 (trunk): error.c: NameError#receiver
  38865 2015-06-18 13:50 [ko1@a...            ] nobu:r50946 (trunk): NEWS: NameError#receiver [Feature #10881]
  38866 2015-06-18 14:36 [ko1@a...            ] ko1:r50947 (trunk): * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.
  38867 2015-06-18 17:01 [ko1@a...            ] ko1:r50948 (trunk): * method.h: constify rb_method_alias_struct::original_me and
  38868 2015-06-18 17:02 [ko1@a...            ] svn:r50949 (trunk): * remove trailing spaces.
  38869 2015-06-18 18:01 [ko1@a...            ] ko1:r50950 (trunk): * vm.c (rb_vm_control_frame_id_and_class): remove usless codes.
  38870 2015-06-18 18:26 [ko1@a...            ] normal:r50951 (trunk): test/socket/test_unix.rb: replace sleep with select
  38871 2015-06-18 22:11 [ko1@a...            ] kazu:r50952 (trunk): fix a typo [ci skip]
  38872 2015-06-18 22:31 [ko1@a...            ] nobu:r50953 (trunk): make_encmake.rb: mandatory dbs
  38873 2015-06-18 22:35 [ko1@a...            ] nobu:r50954 (trunk): common.mk: reorder args for ENC_MK
  38874 2015-06-18 22:45 [ko1@a...            ] nobu:r50955 (trunk): un.rb: HTTP-alt by default
  38875 2015-06-18 22:58 [ko1@a...            ] nobu:r50956 (trunk): un.rb: cwd by default
  38876 2015-06-18 23:04 [ko1@a...            ] mame:r50957 (trunk): * enc/make_encmake.rb: added --transes and --no-transes options.
  38877 2015-06-18 23:21 [ko1@a...            ] hsbt:r50958 (trunk): * include/ruby/ruby.h: $SAFE=2 is now obsolete.
  38878 2015-06-18 23:26 [ko1@a...            ] nobu:r50959 (trunk): extmk.rb: fix with-ext condition
  38879 2015-06-18 23:33 [ko1@a...            ] nobu:r50960 (trunk): $SAFE=2 is now obsolete
  38880 2015-06-18 23:39 [ko1@a...            ] usa:r50961 (trunk): * thread.c (rb_thread_safe_level): fix document. $SAFE=3 is obsolete.
  38881 2015-06-18 23:47 [ko1@a...            ] kazu:r50962 (trunk): * safe.c: removed needless doc related $SAFE=2
  38882 2015-06-18 23:53 [ko1@a...            ] kazu:r50963 (trunk): * bin/erb: $SAFE=3 is obsolete.
  38883 2015-06-19 06:37 [ko1@a...            ] ko1:r50964 (trunk): * bootstraptest/test_method.rb: remove a test because $SAFE=2 was
  38884 2015-06-19 06:39 [ko1@a...            ] svn:r50965 (trunk): * 2015-06-19        
  38885 2015-06-19 07:58 [ko1@a...            ] nobu:r50966 (trunk): extmk.rb: fix with-ext condition
  38886 2015-06-19 11:26 [ko1@a...            ] usa:r50967 (trunk): * ChangeLog: typo.  
  38887 2015-06-19 13:54 [ko1@a...            ] nobu:r50968 (trunk): proc.c: extract same messages
  38888 2015-06-19 13:55 [ko1@a...            ] nobu:r50969 (trunk): proc.c: inadvertent ID
  38889 2015-06-19 14:22 [ko1@a...            ] nobu:r50970 (trunk): test_method.rb: split test
  38890 2015-06-19 14:54 [ko1@a...            ] nobu:r50971 (trunk): proc.c: ArgumentError if no block
  38891 2015-06-19 15:04 [ko1@a...            ] nobu:r50972 (trunk): test_gem_remote_fetcher.rb: get rid of errors
  38892 2015-06-19 15:11 [ko1@a...            ] nobu:r50973 (trunk): test_method.rb: fix commit miss
  38893 2015-06-19 17:13 [ko1@a...            ] nobu:r50974 (trunk): test_last_thread.rb: relax
  38894 2015-06-20 01:24 [ko1@a...            ] kazu:r50975 (trunk): * NEWS: mention about $SAFE.
  38895 2015-06-20 01:25 [ko1@a...            ] svn:r50976 (trunk): * 2015-06-20        
  38896 2015-06-20 02:49 [ko1@a...            ] ngoto:r50977 (trunk): * process.c (rb_execarg_parent_start1): new macro ALWAYS_NEED_ENVP
  38897 2015-06-20 04:03 [ko1@a...            ] mame:r50978 (trunk): * enc/make_encmake.rb: the list of encoding extension libraries must
  38898 2015-06-20 17:33 [ko1@a...            ] ktsj:r50979 (trunk): * object.c (rb_obj_taint): [DOC] $SAFE=3 is obsolete.
  38899 2015-06-21 00:48 [ko1@a...            ] kazu:r50980 (trunk): fix a typo [ci skip]
  38900 2015-06-21 00:51 [ko1@a...            ] svn:r50981 (trunk): * 2015-06-21        

[前][次][番号順一覧][上]