[前][次][スレッド一覧][上]
ruby-changes:19801-19900
19801 2011-05-31 11:09 [ko1@a... ] naruse:r31846 (trunk): * vm_exec.c: remove conditions for clang
19802 2011-05-31 11:12 [ko1@a... ] yugui:r31847 (ruby_1_9_2): Imported ext/-test-/string from trunk to ruby_1_9_2. Fixes #4540.
19803 2011-05-31 11:12 [ko1@a... ] yugui:r31848 (ruby_1_9_2): Fixes a mistake in merge of r31812.
19804 2011-05-31 11:12 [ko1@a... ] yugui:r31849 (ruby_1_9_2): merges r30789 from trunk into ruby_1_9_2. Fixes #4446.
19805 2011-05-31 11:28 [ko1@a... ] yugui:r31850 (ruby_1_9_2): merges r30364 from trunk into ruby_1_9_2. Fixes #4377.
19806 2011-05-31 11:28 [ko1@a... ] yugui:r31851 (ruby_1_9_2): merges r30798 from trunk into ruby_1_9_2.
19807 2011-05-31 12:22 [ko1@a... ] yugui:r31852 (ruby_1_9_2): merges r30542 from trunk into ruby_1_9_2. Fixes #4279.
19808 2011-05-31 12:22 [ko1@a... ] yugui:r31853 (ruby_1_9_2): merges r29851 from trunk into ruby_1_9_2.
19809 2011-05-31 12:22 [ko1@a... ] yugui:r31854 (ruby_1_9_2): merges r28643 from trunk into ruby_1_9_2. Fixes #3570.
19810 2011-05-31 12:43 [ko1@a... ] usa:r31855 (trunk): * test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resources
19811 2011-05-31 12:46 [ko1@a... ] yugui:r31856 (ruby_1_9_2): merges r30629 and r30630 from trunk into ruby_1_9_2.
19812 2011-05-31 12:55 [ko1@a... ] usa:r31857 (trunk): * test/io/wait/test_io_wait.rb (TestIOWait#{test_nread,test_ready?,
19813 2011-05-31 12:59 [ko1@a... ] yugui:r31858 (trunk): * strftime.c (rb_strftime_with_timespec): improved style consistency.
19814 2011-05-31 14:21 [ko1@a... ] usa:r31859 (trunk): * io.c (rb_io_s_pipe): potential bug. the mode of read IO is set as
19815 2011-05-31 17:10 [ko1@a... ] nahi:r31860 (trunk): * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
19816 2011-05-31 21:29 [ko1@a... ] akr:r31861 (trunk): * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):
19817 2011-05-31 22:45 [ko1@a... ] mrkn:r31863 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation a
19818 2011-05-31 23:44 [ko1@a... ] mrkn:r31864 (trunk): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm for
19819 2011-05-31 23:54 [ko1@a... ] tadf:r31865 (trunk): * ext/date/date_core.c (offset_to_sec): fixed invalid validation.
19820 2011-06-01 00:05 [ko1@a... ] nobu:r31866 (trunk): no space inside parens
19821 2011-06-01 00:05 [ko1@a... ] svn:r31867 (trunk): * 2011-06-01
19822 2011-06-01 00:09 [ko1@a... ] mrkn:r31868 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support coerce with a
19823 2011-06-01 00:18 [ko1@a... ] nagachika:r31869 (trunk): * ChangeLog: fix typos
19824 2011-06-01 00:33 [ko1@a... ] mrkn:r31870 (trunk): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): support instantiation from
19825 2011-06-01 00:37 [ko1@a... ] nagachika:r31871 (trunk): * ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): remove unused
19826 2011-06-01 01:15 [ko1@a... ] nobu:r31872 (trunk): * io.c (io_encoding_set): should honor already set ecflags since it
19827 2011-06-01 01:16 [ko1@a... ] nobu:r31873 (trunk): * class.c (rb_mix_module): implement Module#mix.
19828 2011-06-01 01:23 [ko1@a... ] nobu:r31874 (trunk): * ChangeLog: adjust indent.
19829 2011-06-01 07:00 [ko1@a... ] tarui:r31875 (trunk): * load.c (loaded_feature_path): cut nonsence loop execution to fix
19830 2011-06-01 07:25 [ko1@a... ] drbrain:r31876 (trunk): * ext/zlib/zlib.c: Fix document-method declarations for set_sync and
19831 2011-06-01 07:27 [ko1@a... ] drbrain:r31877 (trunk): * ext/pty/pty.c (pty_check): Restore "not reached" comment.
19832 2011-06-01 07:36 [ko1@a... ] drbrain:r31878 (trunk): * hash.c (key_i): Change rdoc from "the first occurence" to "an
19833 2011-06-01 08:21 [ko1@a... ] ryan:r31879 (trunk): Extra formatting and clarification of enumerator_feed [#4757]
19834 2011-06-01 09:21 [ko1@a... ] drbrain:r31880 (trunk): * lib/prime.rb: Indent examples enough to appear as code sections.
19835 2011-06-01 09:26 [ko1@a... ] drbrain:r31881 (trunk): * lib/mathn.rb: Improve documentation and attach it to Numeric.
19836 2011-06-01 09:44 [ko1@a... ] drbrain:r31882 (trunk): * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.
19837 2011-06-01 09:48 [ko1@a... ] ryan:r31883 (trunk): doco: p outputs newline regardless of record separator
19838 2011-06-01 12:37 [ko1@a... ] mrkn:r31884 (trunk): * NEWS: add new features of bigdecimal.
19839 2011-06-01 13:05 [ko1@a... ] nobu:r31886 (trunk): * lib/rubygems, test/rubygems: properties.
19840 2011-06-01 14:13 [ko1@a... ] ryan:r31887 (trunk): MOSTLY Imported minitest 2.2.1 (r6277)
19841 2011-06-01 14:57 [ko1@a... ] kazu:r31888 (trunk): fix typos
19842 2011-06-01 15:41 [ko1@a... ] nobu:r31889 (trunk): * tool/rbinstall.rb (gem): fix for rubygems change.
19843 2011-06-01 15:41 [ko1@a... ] nobu:r31890 (trunk): * test/ruby/test_syntax.rb (TestSyntax#test_syntax): show script name
19844 2011-06-01 15:42 [ko1@a... ] nobu:r31891 (trunk): * parse.y (peek_n): new macro to see next nth char.
19845 2011-06-01 17:20 [ko1@a... ] kosaki:r31892 (trunk): * thread_pthread.c: remove unused macro.
19846 2011-06-01 22:03 [ko1@a... ] kosaki:r31893 (trunk): * thread_pthread.c (native_sleep): fix 1000times calculation error.
19847 2011-06-02 00:46 [ko1@a... ] nagai:r31894 (trunk): * ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug #4811]
19848 2011-06-02 00:46 [ko1@a... ] svn:r31895 (trunk): * 2011-06-02
19849 2011-06-02 01:32 [ko1@a... ] akr:r31896 (trunk): * test/ruby/test_signal.rb (TestSignal#test_signal_requiring):
19850 2011-06-02 06:16 [ko1@a... ] ryan:r31897 (trunk): More clarification for enumerator_feed
19851 2011-06-02 07:29 [ko1@a... ] ryan:r31898 (trunk): Clarified String#tr rdoc. (RickHull)
19852 2011-06-02 07:34 [ko1@a... ] ryan:r31899 (trunk): Imported minitest 2.2.2 (r6281)
19853 2011-06-02 07:57 [ko1@a... ] nagai:r31900 (trunk): * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.
19854 2011-06-02 12:35 [ko1@a... ] usa:r31901 (trunk): * io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internal
19855 2011-06-02 16:34 [ko1@a... ] sorah:r31902 (trunk): * io.c: Add File.write, File.binwrite. [Feature #1081]
19856 2011-06-02 19:02 [ko1@a... ] shyouhei:r31903 (ruby_1_8_7): patchlevel++
19857 2011-06-02 19:02 [ko1@a... ] shyouhei:r31904 (ruby_1_8_7): merge revision(s) 31731:31734:
19858 2011-06-02 20:11 [ko1@a... ] usa:r31905 (trunk): * io.c (rb_io_s_write, rb_io_s_binwrite): return!!!
19859 2011-06-02 23:52 [ko1@a... ] jeg2:r31906 (trunk): * lib/csv.rb: Improve the line ending detection algorithm
19860 2011-06-03 09:32 [ko1@a... ] naruse:r31907 (trunk): * lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri
19861 2011-06-03 09:32 [ko1@a... ] svn:r31908 (trunk): * 2011-06-03
19862 2011-06-03 20:03 [ko1@a... ] usa:r31909 (trunk): * io.c (io_fflush): windows -- call fsync() only when the FD is tied to
19863 2011-06-03 20:48 [ko1@a... ] sorah:r31910 (trunk): * lib/test/unit/parallel.rb: Keep $stdin, $stdout before run testcase
19864 2011-06-03 20:58 [ko1@a... ] usa:r31911 (trunk): * include/ruby/missing.h, numeric.c (round): moved prototype of round()
19865 2011-06-03 20:59 [ko1@a... ] usa:r31912 (trunk): * ext/date/date_core.c (d_lite_plus): get rid of compiler warnings.
19866 2011-06-03 21:07 [ko1@a... ] sorah:r31913 (trunk): ChangeLog for r31910
19867 2011-06-03 22:08 [ko1@a... ] naruse:r31914 (trunk): * lib/rubygems/test_case.rb: Refix for test-all in separate directory.
19868 2011-06-04 04:10 [ko1@a... ] naruse:r31915 (trunk): * test/rubygems/test_gem_commands_which_command.rb:
19869 2011-06-04 04:10 [ko1@a... ] svn:r31916 (trunk): * 2011-06-04
19870 2011-06-04 11:31 [ko1@a... ] nobu:r31917 (trunk): * class.c (check_mix_method_i, do_mix_method_i): not mix methods
19871 2011-06-04 11:36 [ko1@a... ] nobu:r31918 (trunk): * test/ruby/test_module.rb (TestModule#test_mix_const): test for
19872 2011-06-04 12:49 [ko1@a... ] nobu:r31919 (trunk): clone_const_i
19873 2011-06-04 17:02 [ko1@a... ] tadf:r31920 (trunk): * ext/date/date_core.c (d_lite_inspect): changed the format.
19874 2011-06-05 06:25 [ko1@a... ] tadf:r31921 (trunk): * NEWS: wrote about changes of date.
19875 2011-06-05 06:25 [ko1@a... ] svn:r31922 (trunk): * 2011-06-05
19876 2011-06-05 10:13 [ko1@a... ] tadf:r31923 (trunk): * ext/date/date_tmx.h: now does not place decoded data. allows to
19877 2011-06-05 17:23 [ko1@a... ] nagai:r31924 (trunk): * ext/tk/config_list.in: add new options for tcltklib.
19878 2011-06-05 17:54 [ko1@a... ] tadf:r31925 (trunk): * ext/date/date_core.c (m_real_cwyear): new. derived from m_cwyear.
19879 2011-06-05 21:48 [ko1@a... ] kosaki:r31926 (trunk): * thread_pthread.c (thread_timer): add to care a spurious wakeup.
19880 2011-06-05 23:35 [ko1@a... ] kosaki:r31927 (trunk): * eval.c: remove rb_thread_stop_timer_thread function declaration.
19881 2011-06-06 07:38 [ko1@a... ] yugui:r31928 (ruby_1_9_2): merges a part of r31717 and a part of r31742.
19882 2011-06-06 07:38 [ko1@a... ] yugui:r31929 (ruby_1_9_2): * test/drb/ut_array.rb: uses 'druby://localhost:0' instead of nil
19883 2011-06-06 09:43 [ko1@a... ] tenderlove:r31930 (trunk): * ext/psych/parser.c (parse): release event objects to plug memory
19884 2011-06-06 09:43 [ko1@a... ] svn:r31931 (trunk): * 2011-06-06
19885 2011-06-06 09:46 [ko1@a... ] yugui:r31932 (ruby_1_9_2): merges a part of r31717 from trunk into ruby_1_9_2.
19886 2011-06-06 10:53 [ko1@a... ] naruse:r31933 (trunk): * lib/net/http.rb: don't use autoload.
19887 2011-06-06 12:47 [ko1@a... ] sorah:r31934 (trunk): * lib/test/unit.rb(Test::Unit::Runner#puke):
19888 2011-06-06 14:10 [ko1@a... ] usa:r31935 (trunk): * include/ruby/defines.h (rb_inifinity, rb_nan): export for Windows.
19889 2011-06-06 14:12 [ko1@a... ] usa:r31936 (trunk): * ext/date/date_core.c (valid_jd_sub): need to convert from VALUE to
19890 2011-06-06 14:38 [ko1@a... ] usa:r31937 (trunk): * test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#
19891 2011-06-06 15:11 [ko1@a... ] usa:r31938 (trunk): * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from
19892 2011-06-06 21:05 [ko1@a... ] tadf:r31939 (trunk): * ext/date/date_core.c: flattened format to strftimev.
19893 2011-06-06 21:32 [ko1@a... ] nagachika:r31940 (trunk): * ChangeLog: fix a typo.
19894 2011-06-06 21:41 [ko1@a... ] tadf:r31941 (trunk): * ext/date/date_core.c: added notes.
19895 2011-06-06 21:41 [ko1@a... ] nagachika:r31942 (trunk): * ChangeLog: fix a typo.
19896 2011-06-06 22:00 [ko1@a... ] tadf:r31943 (trunk): * test/date/test_switch_hitter.rb: added a test.
19897 2011-06-06 23:07 [ko1@a... ] nagachika:r31944 (trunk): * cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.
19898 2011-06-07 03:35 [ko1@a... ] kazu:r31945 (trunk): * test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a file
19899 2011-06-07 03:35 [ko1@a... ] svn:r31946 (trunk): * 2011-06-07
19900 2011-06-07 13:37 [ko1@a... ] nobu:r31947 (trunk): * ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid of
[前][次][スレッド一覧][上]