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

ruby-changes:22801-22900

  22801 2012-02-29 00:51 [ko1@a...            ] shirosaki:r34849 (trunk): * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.
  22802 2012-02-29 06:18 [ko1@a...            ] tadf:r34851 (trunk): * ext/date/date_core.c: reverted r34825.
  22803 2012-02-29 06:55 [ko1@a...            ] tadf:r34852 (trunk): replaced rdoc for Complex::I
  22804 2012-02-29 13:07 [ko1@a...            ] nobu:r34853 (trunk): clean-platform     
  22805 2012-02-29 13:07 [ko1@a...            ] nobu:r34854 (trunk): define PLATFORM_DIR if needed
  22806 2012-02-29 13:07 [ko1@a...            ] nobu:r34856 (trunk): /proc/self/status format check
  22807 2012-02-29 13:07 [ko1@a...            ] nobu:r34855 (trunk): fix indent         
  22808 2012-02-29 15:40 [ko1@a...            ] usa:r34857 (trunk): * test/ruby/memory_status.rb (Memory): syntax error.
  22809 2012-02-29 15:41 [ko1@a...            ] usa:r34858 (trunk): * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip on
  22810 2012-02-29 16:13 [ko1@a...            ] usa:r34859 (trunk): * win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.
  22811 2012-03-01 01:29 [ko1@a...            ] naruse:r34860 (trunk): * regparse.c (is_onechar_cclass): optimize character class
  22812 2012-03-01 01:29 [ko1@a...            ] svn:r34861 (trunk): * 2012-03-01        
  22813 2012-03-01 15:40 [ko1@a...            ] nobu:r34862 (trunk): * win32/makedirs.bat: new command to make intermediate
  22814 2012-03-01 15:44 [ko1@a...            ] nobu:r34863 (trunk): doc/capi           
  22815 2012-03-01 16:13 [ko1@a...            ] nobu:r34864 (trunk): * internal.h (rb_file_const, rb_file_load_ok): moved functions for
  22816 2012-03-01 18:41 [ko1@a...            ] naruse:r34865 (ruby_1_9_3): merge revision(s) r33525: [Backport #6104]
  22817 2012-03-02 10:53 [ko1@a...            ] nobu:r34866 (ruby_1_8): * marshal.c (mark_dump_arg): mark destination string.  patch by
  22818 2012-03-02 11:46 [ko1@a...            ] nobu:r34867 (ruby_1_8_7): merge revision(s) 25230,34866:
  22819 2012-03-02 16:36 [ko1@a...            ] nobu:r34868 (trunk): * io.c (pipe_open): cmd is no longer used if fork is available.
  22820 2012-03-02 16:36 [ko1@a...            ] svn:r34869 (trunk): * 2012-03-02        
  22821 2012-03-02 16:36 [ko1@a...            ] nobu:r34870 (trunk): * thread_pthread.c (native_cond_timeout): cast explicitly to suppress
  22822 2012-03-02 16:37 [ko1@a...            ] nobu:r34871 (trunk): * file.c (file_expand_path): use wcscasecmp().
  22823 2012-03-02 16:38 [ko1@a...            ] nobu:r34872 (trunk): * common.mk (clean-ext, distclean-ext, realclean-ext): remove exts.mk too.
  22824 2012-03-02 17:16 [ko1@a...            ] nahi:r34873 (trunk): * test/ruby/test_array.rb (test_combination2): Make the test case for
  22825 2012-03-02 17:50 [ko1@a...            ] nahi:r34874 (trunk): * .travis.yml (branches): Enable TravisCI for ruby_1_9_3.
  22826 2012-03-02 22:12 [ko1@a...            ] nahi:r34875 (ruby_1_9_3): * .travis.yml: Backport TravisCI configuration from trunk.
  22827 2012-03-02 23:05 [ko1@a...            ] nobu:r34876 (trunk): subclass of String 
  22828 2012-03-03 06:02 [ko1@a...            ] nobu:r34877 (ruby_1_9_3, trunk): * .travis.yml: property.
  22829 2012-03-03 06:02 [ko1@a...            ] svn:r34878 (ruby_1_9_3): * 2012-03-03   
  22830 2012-03-03 06:03 [ko1@a...            ] svn:r34879 (trunk): * 2012-03-03        
  22831 2012-03-03 06:59 [ko1@a...            ] nobu:r34880 (trunk): * configure.in (ruby_pc): make configurable.  [Bug #6051]
  22832 2012-03-03 08:03 [ko1@a...            ] nobu:r34881 (trunk): * ext/syck/rubyext.c (mktime_do): use ISDIGIT().
  22833 2012-03-03 08:12 [ko1@a...            ] tenderlove:r34882 (trunk): * lib/xmlrpc/client.rb (new2): fix custom port specification when an
  22834 2012-03-03 08:21 [ko1@a...            ] tenderlove:r34883 (trunk): * lib/xmlrpc/client.rb (new2): raises an ArgumentError on bad
  22835 2012-03-03 08:46 [ko1@a...            ] tenderlove:r34884 (trunk): * lib/xmlrpc/client.rb (new2): use URI for uri parsing.
  22836 2012-03-03 09:40 [ko1@a...            ] nobu:r34885 (trunk): * test/xmlrpc/test_client.rb: property.
  22837 2012-03-03 10:10 [ko1@a...            ] tenderlove:r34886 (trunk): * lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,
  22838 2012-03-03 10:12 [ko1@a...            ] tenderlove:r34887 (trunk): remove another call to Net::HTTP.version_1_2
  22839 2012-03-03 12:14 [ko1@a...            ] tadf:r34888 (trunk): * ext/date/date_{parse,strptime}.c .
  22840 2012-03-03 12:22 [ko1@a...            ] tadf:r34889 (trunk): * ext/date/date_strftime.c: reassigned some variables.
  22841 2012-03-03 12:22 [ko1@a...            ] tadf:r34890 (trunk): typo               
  22842 2012-03-03 12:29 [ko1@a...            ] tadf:r34891 (trunk): trivial changes    
  22843 2012-03-03 22:54 [ko1@a...            ] akr:r34892 (trunk): * process.c (rb_run_exec_options_err): chdir at last to interpret
  22844 2012-03-04 20:40 [ko1@a...            ] nagachika:r34893 (trunk): * ChangeLog: fix a typo
  22845 2012-03-04 20:40 [ko1@a...            ] svn:r34894 (trunk): * 2012-03-04        
  22846 2012-03-04 22:59 [ko1@a...            ] ktsj:r34895 (trunk): * hash.c: remove trailing spaces.
  22847 2012-03-04 23:21 [ko1@a...            ] nobu:r34896 (trunk): * parse.y (parser_tokadd_string): regexp engine doesn't need
  22848 2012-03-05 10:16 [ko1@a...            ] naruse:r34897 (trunk): Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.
  22849 2012-03-05 10:16 [ko1@a...            ] svn:r34898 (trunk): * 2012-03-05        
  22850 2012-03-05 11:53 [ko1@a...            ] naruse:r34899 (trunk): * ext/bigdecimal/lib/bigdecimal/math.rb: remove description about
  22851 2012-03-05 12:43 [ko1@a...            ] nobu:r34900 (trunk): * st.c (unpack_entries): reallocate bins if packed array size
  22852 2012-03-05 12:44 [ko1@a...            ] nobu:r34901 (trunk): * st.c: use PACKED_ENT and FIND_ENTRY.  patched by Sokolov
  22853 2012-03-05 12:44 [ko1@a...            ] nobu:r34903 (trunk): * st.c (unpack_entries): chain entries directly.  based on a patch
  22854 2012-03-05 12:44 [ko1@a...            ] nobu:r34902 (trunk): * st.c (unpack_entries): use union instead of casted pointer.
  22855 2012-03-05 16:37 [ko1@a...            ] naruse:r34904 (trunk): Fix condition of r34897.
  22856 2012-03-05 16:41 [ko1@a...            ] naruse:r34905 (trunk): Remove unused variables.
  22857 2012-03-05 16:51 [ko1@a...            ] usa:r34906 (trunk): * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.
  22858 2012-03-05 16:52 [ko1@a...            ] nobu:r34907 (trunk): * ext/socket/extconf.rb: fix typo.
  22859 2012-03-05 17:12 [ko1@a...            ] nobu:r34908 (trunk): * ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bug
  22860 2012-03-05 18:29 [ko1@a...            ] kazu:r34909 (trunk): fix typos          
  22861 2012-03-06 01:17 [ko1@a...            ] nobu:r34910 (trunk): assert_valid_syntax
  22862 2012-03-06 01:17 [ko1@a...            ] svn:r34911 (trunk): * 2012-03-06        
  22863 2012-03-06 01:24 [ko1@a...            ] nobu:r34912 (trunk): * parse.y (block_command, block_call): simplified rules.
  22864 2012-03-06 01:34 [ko1@a...            ] nobu:r34913 (trunk): * parse.y (block_call): rules for block_call after block_call.
  22865 2012-03-06 02:33 [ko1@a...            ] tenderlove:r34914 (trunk): * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loaded
  22866 2012-03-06 06:49 [ko1@a...            ] tenderlove:r34915 (trunk): only run `test_key` on ruby 2.0.0 or up
  22867 2012-03-06 07:19 [ko1@a...            ] tenderlove:r34916 (trunk): * lib/xmlrpc/client.rb: switch net/http post2 calls to modern
  22868 2012-03-06 10:12 [ko1@a...            ] nobu:r34917 (trunk): * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOK
  22869 2012-03-06 11:43 [ko1@a...            ] nobu:r34918 (ruby_1_9_3): merge revision(s) 34908:
  22870 2012-03-06 12:03 [ko1@a...            ] nobu:r34919 (ruby_1_8): merge revision(s) 34908:
  22871 2012-03-06 12:06 [ko1@a...            ] nobu:r34920 (ruby_1_8_7): merge revision(s) 34919:
  22872 2012-03-06 12:27 [ko1@a...            ] nobu:r34921 (ruby_1_9_3): merge revision(s) 32747:
  22873 2012-03-06 12:31 [ko1@a...            ] nobu:r34922 (ruby_1_9_3): merge revision(s) 33172,33968:
  22874 2012-03-06 12:32 [ko1@a...            ] nobu:r34923 (ruby_1_9_3): merge revision(s) 34376:
  22875 2012-03-06 12:40 [ko1@a...            ] nobu:r34924 (ruby_1_9_3): merge revision(s) 33785:
  22876 2012-03-06 12:40 [ko1@a...            ] nobu:r34925 (ruby_1_9_3): merge revision(s) 33786:
  22877 2012-03-06 12:48 [ko1@a...            ] nobu:r34926 (ruby_1_9_3): merge revision(s) 34917:
  22878 2012-03-06 13:09 [ko1@a...            ] marcandRe: r34927 (trunk): * string.c (rb_str_aref): Improve rdoc, as per [bug #6106]
  22879 2012-03-06 13:11 [ko1@a...            ] marcandRe: r34928 (ruby_1_9_3): merge revision(s) 34927:
  22880 2012-03-06 16:24 [ko1@a...            ] nobu:r34929 (trunk): * parse.y (parser_tokadd_string): escape simple regexp meta
  22881 2012-03-06 18:44 [ko1@a...            ] naruse:r34930 (trunk): Comment out unused lines.
  22882 2012-03-06 18:47 [ko1@a...            ] naruse:r34931 (trunk): Fix typo.        
  22883 2012-03-06 18:56 [ko1@a...            ] nobu:r34932 (ruby_1_9_3): merge revision(s) 33251,33259,33424:
  22884 2012-03-07 07:40 [ko1@a...            ] tenderlove:r34933 (trunk): * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPC
  22885 2012-03-07 07:40 [ko1@a...            ] svn:r34934 (trunk): * 2012-03-07        
  22886 2012-03-07 07:45 [ko1@a...            ] tenderlove:r34935 (trunk): * lib/xmlrpc/client.rb: assume servers that do not send a Content-Type
  22887 2012-03-07 08:30 [ko1@a...            ] tenderlove:r34936 (trunk): * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!
  22888 2012-03-07 08:30 [ko1@a...            ] tenderlove:r34937 (trunk): use factory method for constructing Net::HTTP objects
  22889 2012-03-07 08:38 [ko1@a...            ] tenderlove:r34938 (trunk): * error.c (rb_loaderror_with_path): Adding the missing file as an
  22890 2012-03-07 08:49 [ko1@a...            ] tenderlove:r34939 (trunk): updating changelog with ruby-core number
  22891 2012-03-07 10:29 [ko1@a...            ] nobu:r34940 (trunk): * test/xmlrpc/data/blog.xml: property.
  22892 2012-03-07 12:26 [ko1@a...            ] nobu:r34941 (trunk): rb_load_fail       
  22893 2012-03-07 12:38 [ko1@a...            ] nobu:r34942 (trunk): * ChangeLog: commit miss.
  22894 2012-03-07 14:22 [ko1@a...            ] nobu:r34943 (trunk): * load.c (load_failed): no need to guard fname, it's stored in the exception to be raised.
  22895 2012-03-07 16:30 [ko1@a...            ] nobu:r34944 (trunk): * error.c (rb_load_fail): should honor encoding.
  22896 2012-03-07 22:45 [ko1@a...            ] nagachika:r34945 (trunk): * lib/xmlrpc/client.rb (module XMLRPC): fix typo.
  22897 2012-03-08 16:44 [ko1@a...            ] svn:r34947 (trunk): * 2012-03-08        
  22898 2012-03-08 16:44 [ko1@a...            ] nobu:r34946 (trunk): * .gdbinit (rb_numtable_entry): update for recent refactoring of
  22899 2012-03-09 00:25 [ko1@a...            ] nobu:r34948 (trunk): * array.c (rb_ary_cat): new function to concat objects into array.
  22900 2012-03-09 00:25 [ko1@a...            ] svn:r34949 (trunk): * 2012-03-09        

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