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

ruby-changes:31801-31900

  31801 2013-11-27 18:06 [ko1@a...            ] a_matsuda:r43880 (trunk): * lib/irb/notifier.rb: Fix typo
  31802 2013-11-27 21:56 [ko1@a...            ] a_matsuda:r43881 (trunk): * lib/irb/notifier.rb: [Doc] Fix typo
  31803 2013-11-27 23:57 [ko1@a...            ] glass:r43882 (trunk): * ruby_atomic.h: define ATOMIC_SIZE_CAS() with
  31804 2013-11-28 00:13 [ko1@a...            ] glass:r43883 (trunk): * ruby_atomic.h: remove duplicate definisions between ATOMIC_XXX
  31805 2013-11-28 00:13 [ko1@a...            ] svn:r43884 (trunk): * 2013-11-28        
  31806 2013-11-28 01:07 [ko1@a...            ] glass:r43885 (trunk): * st.c (st_keys): define st_keys(). it writes each key to buffer.
  31807 2013-11-28 01:36 [ko1@a...            ] glass:r43886 (trunk): * st.c (st_keys): fix to use st_index_t for size of hash.
  31808 2013-11-28 09:22 [ko1@a...            ] ko1:r43887 (trunk): * string.c (rb_fstring): fstrings should be ELTS_SHARED.
  31809 2013-11-28 13:56 [ko1@a...            ] nobu:r43888 (trunk): common.mk: use BASERUBY
  31810 2013-11-28 14:44 [ko1@a...            ] a_matsuda:r43889 (trunk): * lib/drb/ssl.rb: [Doc] Fix typo
  31811 2013-11-28 16:16 [ko1@a...            ] nobu:r43890 (trunk): win32.c: rb_w32_dup2
  31812 2013-11-28 16:34 [ko1@a...            ] nobu:r43891 (trunk): optparse.rb: regexp at lhs
  31813 2013-11-28 16:34 [ko1@a...            ] nobu:r43892 (trunk): version.c: EXIT_SUCCESS
  31814 2013-11-28 16:40 [ko1@a...            ] tmm1:r43893 (trunk): * gc.c: Expose details about last garbage collection via GC.stat.
  31815 2013-11-28 17:15 [ko1@a...            ] glass:r43894 (trunk): * st.c (st_keys): fix not to use Qundef in st.c.
  31816 2013-11-28 17:39 [ko1@a...            ] glass:r43895 (trunk): * st.c: add st_values() and st_values_check().
  31817 2013-11-28 17:46 [ko1@a...            ] glass:r43896 (trunk): * ChangeLog: fix typo.
  31818 2013-11-28 19:30 [ko1@a...            ] zzak:r43897 (trunk): * doc/contributing.rdoc: [DOC] Add notes about slideshow proposals
  31819 2013-11-28 19:50 [ko1@a...            ] glass:r43898 (trunk): * benchmark/bm_hash_flatten.rb: added. r43896 is about 4 times faster
  31820 2013-11-28 21:16 [ko1@a...            ] zzak:r43899 (trunk): * doc/contributing.rdoc: [DOC] Add notes about deciding what to patch
  31821 2013-11-28 21:17 [ko1@a...            ] zzak:r43900 (trunk): * doc/contributing.rdoc: [DOC] Add coding style heading for patch
  31822 2013-11-28 21:18 [ko1@a...            ] zzak:r43901 (trunk): * doc/contributing.rdoc: [DOC] Add heading above ChangeLog tips to
  31823 2013-11-28 21:44 [ko1@a...            ] zzak:r43902 (trunk): * doc/dtrace_probes.rdoc: [DOC] Import dtrace probes doc from wiki
  31824 2013-11-28 23:36 [ko1@a...            ] a_matsuda:r43903 (trunk): * lib/gserver.rb: [DOC] Fix typo
  31825 2013-11-29 00:32 [ko1@a...            ] nagachika:r43904 (ruby_2_0_0): merge revision(s) 43888: [Backport #9169]
  31826 2013-11-29 10:57 [ko1@a...            ] a_matsuda:r43905 (trunk): * lib/racc/parser.rb: Fix typo
  31827 2013-11-29 10:57 [ko1@a...            ] svn:r43906 (trunk): * 2013-11-29        
  31828 2013-11-29 11:26 [ko1@a...            ] nobu:r43907 (trunk): ruby/ruby.h: add blockarg to rb_block_call_func
  31829 2013-11-29 16:45 [ko1@a...            ] nobu:r43908 (trunk): array.c, enum.c, range.c: rb_block_call_func compatible
  31830 2013-11-29 16:55 [ko1@a...            ] nobu:r43909 (trunk): ruby/ruby.h: rb_block_call_func_t
  31831 2013-11-29 16:59 [ko1@a...            ] nobu:r43910 (trunk): ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
  31832 2013-11-29 17:02 [ko1@a...            ] nobu:r43911 (trunk): ruby/ruby.h, enum.c, vm_eval.c: constify argv
  31833 2013-11-29 17:06 [ko1@a...            ] nobu:r43912 (trunk): vm_eval.c: rb_yield_block
  31834 2013-11-29 17:57 [ko1@a...            ] sorah:r43913 (trunk): * vm_insnhelper.c (check_match): Fix SEGV with VM_CHECKMATCH_TYPE_CASE
  31835 2013-11-29 18:08 [ko1@a...            ] sorah:r43914 (trunk): * test/ruby/test_case.rb (test_method_missing): Test for r43913.
  31836 2013-11-29 20:45 [ko1@a...            ] tarui:r43915 (trunk): * compile.c : Bugsfix for dump_disasm_list.
  31837 2013-11-29 21:01 [ko1@a...            ] tarui:r43916 (trunk): * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.
  31838 2013-11-29 23:03 [ko1@a...            ] a_matsuda:r43917 (trunk): * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.
  31839 2013-11-29 23:43 [ko1@a...            ] a_matsuda:r43918 (trunk): * lib/uri/generic.rb: [DOC] Fix typo
  31840 2013-11-30 00:21 [ko1@a...            ] nagachika:r43919 (trunk): * ChangeLog: fix ticket number at r43913.
  31841 2013-11-30 00:21 [ko1@a...            ] svn:r43920 (trunk): * 2013-11-30        
  31842 2013-11-30 00:29 [ko1@a...            ] kazu:r43921 (trunk): fix indent         
  31843 2013-11-30 00:29 [ko1@a...            ] kazu:r43922 (trunk): fix typos          
  31844 2013-11-30 00:44 [ko1@a...            ] nagai:r43923 (trunk): * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.
  31845 2013-11-30 03:13 [ko1@a...            ] a_matsuda:r43924 (trunk): * lib/drb/ssl.rb: [DOC] Fix typo
  31846 2013-11-30 11:46 [ko1@a...            ] nagai:r43925 (trunk): * ext/tk/extconf.rb: show the reason of why ignore tclConfig.sh/tkConfig.sh.
  31847 2013-11-30 13:21 [ko1@a...            ] nobu:r43926 (trunk): range.c: revert the old behavior
  31848 2013-11-30 13:21 [ko1@a...            ] nobu:r43927 (trunk): vm_eval.c: blockarg
  31849 2013-11-30 13:28 [ko1@a...            ] nobu:r43928 (trunk): siphash.c: fix missing condition
  31850 2013-11-30 16:25 [ko1@a...            ] nobu:r43929 (trunk): enumerator.c: should not store local variable address
  31851 2013-11-30 17:46 [ko1@a...            ] nobu:r43930 (trunk): eval.c: determine exit status and signal before finalization
  31852 2013-11-30 18:05 [ko1@a...            ] nobu:r43931 (trunk): vm_dump.c: suppress warning
  31853 2013-11-30 18:05 [ko1@a...            ] nobu:r43932 (trunk): win32ole.c: correct declaration
  31854 2013-11-30 18:50 [ko1@a...            ] a_matsuda:r43933 (trunk): * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)
  31855 2013-11-30 21:22 [ko1@a...            ] nobu:r43934 (trunk): vm_insnhelper.c: keyword hash functions
  31856 2013-11-30 21:22 [ko1@a...            ] nobu:r43935 (trunk): dir.c: check unknown keywords
  31857 2013-11-30 23:42 [ko1@a...            ] a_matsuda:r43936 (trunk): * lib/fileutils.rb: [DOC] Fix typo (s/perserve/preserve/)
  31858 2013-12-01 06:02 [ko1@a...            ] tmm1:r43937 (trunk): * test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consuming
  31859 2013-12-01 06:02 [ko1@a...            ] svn:r43938 (trunk): * 2013-12-01        
  31860 2013-12-01 08:28 [ko1@a...            ] drbrain:r43939 (trunk): * lib/rubygems: Update to RubyGems master 66e5c39. Notable changes:
  31861 2013-12-01 11:59 [ko1@a...            ] zzak:r43940 (trunk): * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyright
  31862 2013-12-01 12:13 [ko1@a...            ] a_matsuda:r43941 (trunk): * lib/open3.rb: [DOC] Fix typo (s/thumnail/thumbnail/)
  31863 2013-12-01 14:29 [ko1@a...            ] glass:r43942 (trunk): * hash.c (rb_hash_rehash): fix to free new st_table when exception
  31864 2013-12-01 14:39 [ko1@a...            ] glass:r43943 (trunk): * hash.c (rb_hash_to_a): specify array capa.
  31865 2013-12-01 17:15 [ko1@a...            ] zzak:r43944 (trunk): * doc/contributing.rdoc: [DOC] Reporting downstream distro issues
  31866 2013-12-01 17:16 [ko1@a...            ] zzak:r43945 (trunk): * doc/contributing.rdoc: [DOC] Current platform maintainers
  31867 2013-12-01 17:17 [ko1@a...            ] zzak:r43946 (trunk): * doc/contributing.rdoc: [DOC] Reporting other (ruby-lang.org) issues
  31868 2013-12-01 17:18 [ko1@a...            ] zzak:r43947 (trunk): * doc/contributing.rdoc: [DOC] Current branch maintainers
  31869 2013-12-01 18:04 [ko1@a...            ] zzak:r43948 (trunk): * doc/maintainers.rdoc: [DOC] Current maintainers of Ruby
  31870 2013-12-01 22:17 [ko1@a...            ] zzak:r43949 (trunk): * doc/contributors.rdoc: [DOC] Import contributors from redmine wiki
  31871 2013-12-02 00:56 [ko1@a...            ] usa:r43950 (trunk): * hash.c (getenv): use ANSI codepage version of getenv() for miniruby
  31873 2013-12-02 02:07 [ko1@a...            ] sorah:r43952 (trunk): * test/ruby/test_case.rb (test_nomethoderror):
  31874 2013-12-02 05:53 [ko1@a...            ] drbrain:r43953 (trunk): * lib/rubygems: Update to RubyGems master baa965b. Notable changes:
  31875 2013-12-02 14:18 [ko1@a...            ] drbrain:r43954 (trunk): * lib/net/smtp.rb (Net::SMTP#critical): Always return a
  31876 2013-12-02 14:36 [ko1@a...            ] a_matsuda:r43955 (trunk): * lib/csv.rb: [DOC] Fix typos
  31877 2013-12-02 17:26 [ko1@a...            ] charliesome:r43956 (trunk): * variable.c (rb_mod_constants): when calling Module#constants with
  31878 2013-12-02 21:59 [ko1@a...            ] glass:r43957 (trunk): * hash.c (rb_hash_rehash): make temporary st_table under the control
  31879 2013-12-02 22:31 [ko1@a...            ] usa:r43958 (trunk): * hash.c (getenv): fixed test failures introduced by r43950.
  31880 2013-12-02 23:06 [ko1@a...            ] nagachika:r43959 (ruby_2_0_0): merge revision(s) 43853: [Backport #9157]
  31881 2013-12-02 23:29 [ko1@a...            ] nagachika:r43960 (ruby_2_0_0): merge revision(s) 39594, 39596: [Backport #8010]
  31882 2013-12-02 23:48 [ko1@a...            ] nagachika:r43961 (ruby_2_0_0): merge revision(s) 43929: [Backport #9178]
  31883 2013-12-03 09:43 [ko1@a...            ] drbrain:r43962 (trunk): * lib/rdoc: Update to RDoc master 900de99. Changes include:
  31884 2013-12-03 09:43 [ko1@a...            ] svn:r43963 (trunk): * 2013-12-03        
  31885 2013-12-03 10:44 [ko1@a...            ] drbrain:r43964 (trunk): * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings from
  31886 2013-12-03 12:18 [ko1@a...            ] nobu:r43965 (trunk): * hash.c (w32_getenv): should be static.
  31887 2013-12-03 12:19 [ko1@a...            ] nobu:r43966 (trunk): signal.c: fault address
  31888 2013-12-03 12:19 [ko1@a...            ] nobu:r43967 (trunk): rdoc/constant.rb: reapply r43006 for workaround of
  31889 2013-12-03 12:41 [ko1@a...            ] tmm1:r43968 (trunk): * string.c (rb_fstring): Use st_update instead of st_lookup +
  31890 2013-12-03 13:55 [ko1@a...            ] glass:r43969 (trunk): * array.c (ary_add_hash): set and return values because string keys
  31891 2013-12-03 14:13 [ko1@a...            ] glass:r43970 (trunk): * array.c (rb_ary_uniq_bang): remove duplicate code.
  31892 2013-12-03 15:08 [ko1@a...            ] nobu:r43971 (trunk): * test/ruby/test_rubyoptions.rb (TestRubyOptions::SEGVTest::ExpectedStderr):
  31893 2013-12-03 15:31 [ko1@a...            ] naruse:r43972 (trunk): Add a description about string-scrub.gem to NEWS
  31894 2013-12-03 17:11 [ko1@a...            ] tmm1:r43973 (trunk): * include/ruby/ruby.h (struct RClass): Add wrapper struct around
  31895 2013-12-03 17:13 [ko1@a...            ] tmm1:r43974 (trunk): * load.c (features_index_add_single): Move loaded_features_index array values off
  31896 2013-12-03 20:19 [ko1@a...            ] glass:r43975 (trunk): * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new().
  31897 2013-12-03 20:24 [ko1@a...            ] nari:r43976 (trunk): * object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTED
  31898 2013-12-03 21:08 [ko1@a...            ] nobu:r43977 (trunk): ChangeLog: complement the intention
  31899 2013-12-03 21:14 [ko1@a...            ] a_matsuda:r43978 (trunk): * lib/net/smtp.rb: [DOC] Fix typo
  31900 2013-12-03 21:53 [ko1@a...            ] nobu:r43979 (trunk): vm_eval.c: rb_catch_protect

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