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

ruby-changes:22901-23000

  22901 2012-03-09 00:26 [ko1@a...            ] nobu:r34950 (trunk): * enumerator.c (enumerator_each, generator_each): pass arguments to
  22902 2012-03-09 00:30 [ko1@a...            ] nobu:r34951 (trunk): * enumerator.c: add Enumerable#lazy. based on the patch by
  22903 2012-03-09 00:35 [ko1@a...            ] nobu:r34952 (trunk): * enumerator.c (lazy_initialize, enumerable_lazy): no additional
  22904 2012-03-09 06:22 [ko1@a...            ] tenderlove:r34953 (trunk): * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block is
  22905 2012-03-09 06:31 [ko1@a...            ] tenderlove:r34954 (trunk): * ext/psych/lib/psych.rb (load, parse): stop parsing or loading after
  22906 2012-03-09 10:14 [ko1@a...            ] nobu:r34955 (trunk): * test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.
  22907 2012-03-09 14:35 [ko1@a...            ] shugo:r34956 (trunk): * enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.
  22908 2012-03-09 14:52 [ko1@a...            ] naruse:r34957 (trunk): Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]
  22909 2012-03-10 03:54 [ko1@a...            ] akr:r34958 (trunk): update doc.         
  22910 2012-03-10 03:54 [ko1@a...            ] svn:r34959 (trunk): * 2012-03-10        
  22911 2012-03-10 04:21 [ko1@a...            ] akr:r34960 (trunk): typo fix.           
  22912 2012-03-10 22:33 [ko1@a...            ] ktsj:r34961 (trunk): * enumerator.c: remove trailing space.
  22913 2012-03-10 23:52 [ko1@a...            ] nobu:r34962 (trunk): * st.c: fix packed num_entries on delete_safe.  patched by Sokolov
  22914 2012-03-10 23:52 [ko1@a...            ] nobu:r34963 (trunk): * st.c: add st_foreach_check for fixing iteration over packed table
  22915 2012-03-10 23:52 [ko1@a...            ] nobu:r34964 (trunk): * st.c: pack tables also generic keys.  patched by Sokolov Yura at
  22916 2012-03-11 14:53 [ko1@a...            ] akr:r34965 (trunk): cosmetic change.    
  22917 2012-03-11 14:53 [ko1@a...            ] svn:r34966 (trunk): * 2012-03-11        
  22918 2012-03-11 15:50 [ko1@a...            ] sorah:r34967 (trunk): * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` except
  22919 2012-03-11 17:29 [ko1@a...            ] sorah:r34968 (trunk): * lib/test/unit.rb: Put error message into STDERR if failed to lanch
  22920 2012-03-11 17:38 [ko1@a...            ] sorah:r34969 (trunk): * ChangeLog: fix a typo
  22921 2012-03-11 21:59 [ko1@a...            ] nagachika:r34970 (trunk): * ChangeLog: fix a typo
  22922 2012-03-11 22:36 [ko1@a...            ] naruse:r34971 (trunk): * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.
  22923 2012-03-11 23:59 [ko1@a...            ] naruse:r34972 (trunk): * pack.c (pack_unpack): when unpack('M') occurs an illegal byte
  22924 2012-03-12 02:42 [ko1@a...            ] naruse:r34973 (trunk): Add missing files of r34971,
  22925 2012-03-12 02:42 [ko1@a...            ] svn:r34974 (trunk): * 2012-03-12        
  22926 2012-03-12 06:51 [ko1@a...            ] nobu:r34975 (trunk): * lib/fileutils.rb: remove tailing spaces.
  22927 2012-03-12 06:52 [ko1@a...            ] nobu:r34976 (trunk): * ext/json: properties.
  22928 2012-03-12 07:03 [ko1@a...            ] nobu:r34977 (trunk): * random.c (random_s_rand): ensure default PRNG is re-initialized
  22929 2012-03-12 07:04 [ko1@a...            ] nobu:r34978 (trunk): * random.c (Init_Random): removed rb_Random_DEFAULT and register as
  22930 2012-03-12 07:19 [ko1@a...            ] nobu:r34979 (trunk): * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable but
  22931 2012-03-12 07:37 [ko1@a...            ] akr:r34980 (trunk): * lib/tmpdir.rb: update document for changing
  22932 2012-03-12 09:32 [ko1@a...            ] naruse:r34981 (trunk): Exclude json/add/complex.rb.
  22933 2012-03-12 10:13 [ko1@a...            ] nobu:r34982 (trunk): * eval_jump.c (rb_exec_end_proc): remember the latest exit status.
  22934 2012-03-12 12:44 [ko1@a...            ] nobu:r34983 (trunk): * vm_method.c (Init_eval_method): copy basic methods to Exception.
  22935 2012-03-12 14:57 [ko1@a...            ] nobu:r34984 (trunk): * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flags
  22936 2012-03-12 19:03 [ko1@a...            ] nobu:r34985 (trunk): * vm_method.c (Init_eval_method): respond_to? and
  22937 2012-03-12 19:23 [ko1@a...            ] nobu:r34986 (trunk): * encoding.c (rb_find_encoding): new function find encoding from
  22938 2012-03-12 20:09 [ko1@a...            ] akr:r34987 (trunk): * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue
  22939 2012-03-12 20:19 [ko1@a...            ] akr:r34988 (trunk): * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable for
  22940 2012-03-13 00:12 [ko1@a...            ] shugo:r34989 (trunk): * enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.
  22941 2012-03-13 00:12 [ko1@a...            ] svn:r34990 (trunk): * 2012-03-13        
  22942 2012-03-13 00:17 [ko1@a...            ] naruse:r34991 (trunk): Add missing assert_warning.
  22943 2012-03-13 11:00 [ko1@a...            ] nobu:r34992 (trunk): re-configure       
  22944 2012-03-13 11:00 [ko1@a...            ] nobu:r34993 (trunk): * tool/rbinstall.rb (prepare): skip if basedir is not defined.
  22945 2012-03-13 12:34 [ko1@a...            ] nobu:r34994 (trunk): assert_warn, assert_warning
  22946 2012-03-13 12:37 [ko1@a...            ] nobu:r34995 (trunk): Bug #5350          
  22947 2012-03-13 13:03 [ko1@a...            ] naruse:r34996 (trunk): Fix error and show given message and match message.
  22948 2012-03-13 13:03 [ko1@a...            ] naruse:r34997 (trunk): * io.c (io_encoding_set): always warn if external encoding and internal
  22949 2012-03-13 15:17 [ko1@a...            ] nobu:r34998 (trunk): * parse.y (block_param, f_args): add rules for the case arguments
  22950 2012-03-13 22:00 [ko1@a...            ] nobu:r34999 (trunk): * compile.c (iseq_set_arguments): keyword rest arg without keyword args.
  22951 2012-03-14 00:26 [ko1@a...            ] nobu:r35000 (trunk): fix ripper         
  22952 2012-03-14 00:26 [ko1@a...            ] svn:r35001 (trunk): * 2012-03-14        
  22953 2012-03-14 07:56 [ko1@a...            ] tadf:r35002 (trunk): * ext/date/date_core.c (datetime_s_now): .
  22954 2012-03-14 08:08 [ko1@a...            ] shugo:r35003 (trunk): * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.
  22955 2012-03-14 08:16 [ko1@a...            ] shugo:r35004 (trunk): * enumerator.c (lazy_zip_func): use each for non-Array objects.
  22956 2012-03-14 10:35 [ko1@a...            ] nobu:r35005 (trunk): method_ids         
  22957 2012-03-14 10:35 [ko1@a...            ] nobu:r35006 (trunk): Init_Enumerator    
  22958 2012-03-14 10:35 [ko1@a...            ] nobu:r35007 (trunk): InitVM_Enumerator  
  22959 2012-03-14 10:44 [ko1@a...            ] nobu:r35008 (trunk): * enumerator.c (lazy_grep_func): should use === instead of =~, as
  22960 2012-03-14 11:29 [ko1@a...            ] nobu:r35009 (trunk): more GCable        
  22961 2012-03-14 13:48 [ko1@a...            ] marcandRe: r35010 (trunk): * variable.c: Simplify rdoc for remove_const [Bug #5354]
  22962 2012-03-14 13:49 [ko1@a...            ] marcandRe: r35011 (ruby_1_9_3): merge revision(s) 35010:
  22963 2012-03-14 13:50 [ko1@a...            ] svn:r35012 (ruby_1_9_3): * 2012-03-14   
  22964 2012-03-14 15:10 [ko1@a...            ] marcandRe: r35013 (trunk): * numeric.c: fix flodivmod for cornercases [Bug #6044]
  22965 2012-03-14 16:42 [ko1@a...            ] usa:r35014 (trunk): * test/test_tmpdir.rb (TestTmpdir#test_world_writable): skip on Windows.
  22966 2012-03-14 17:56 [ko1@a...            ] usa:r35015 (trunk): * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
  22967 2012-03-14 18:26 [ko1@a...            ] shugo:r35016 (trunk): * enumerator.c: moved the comment of StopIteration.
  22968 2012-03-14 18:41 [ko1@a...            ] shugo:r35017 (trunk): * enumerator.c: use long for array indices.
  22969 2012-03-14 19:29 [ko1@a...            ] shugo:r35018 (trunk): * enumerator.c (lazy_take): add Enumerable::Lazy#take.
  22970 2012-03-14 22:04 [ko1@a...            ] shugo:r35019 (trunk): * enumerator.c (lazy_init_iterator): break when Qundef is returned
  22971 2012-03-14 22:53 [ko1@a...            ] nagachika:r35020 (trunk): * ChangeLog: fix typos
  22972 2012-03-15 01:00 [ko1@a...            ] shugo:r35021 (trunk): * enumerator.c (enumerable_lazy): fix the documentation of
  22973 2012-03-15 01:00 [ko1@a...            ] svn:r35022 (trunk): * 2012-03-15        
  22974 2012-03-15 06:10 [ko1@a...            ] marcandRe: r35023 (trunk): * vm_insnhelper.c: improve number of arguments error in case of
  22975 2012-03-15 06:10 [ko1@a...            ] marcandRe: r35024 (trunk): * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
  22976 2012-03-15 07:13 [ko1@a...            ] drbrain:r35025 (trunk): * vm_eval.c (check_funcall):  Raise ArgumentError if respond_to?
  22977 2012-03-15 10:31 [ko1@a...            ] nobu:r35026 (trunk): * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.
  22978 2012-03-15 10:39 [ko1@a...            ] nobu:r35027 (trunk): * adjust style.    
  22979 2012-03-15 11:00 [ko1@a...            ] shugo:r35028 (trunk): * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.
  22980 2012-03-15 12:32 [ko1@a...            ] nobu:r35029 (trunk): * adjust style.    
  22981 2012-03-15 12:57 [ko1@a...            ] usa:r35030 (trunk): * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to
  22982 2012-03-15 13:49 [ko1@a...            ] usa:r35031 (trunk): * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc()
  22983 2012-03-15 14:49 [ko1@a...            ] nobu:r35032 (trunk): * string.c (rb_str_conv_enc_opts): default to original encoding.
  22984 2012-03-15 15:03 [ko1@a...            ] nobu:r35033 (trunk): * file.c (ruby_enc_find_basename): allow NULL as alllen.
  22985 2012-03-15 15:04 [ko1@a...            ] nobu:r35034 (trunk): * parse.y (sym_check_asciionly): check ascii compatibility before
  22986 2012-03-15 15:05 [ko1@a...            ] nobu:r35035 (trunk): * util.c (ruby_strtod): no need to check same digit for hexdigit
  22987 2012-03-15 15:19 [ko1@a...            ] nobu:r35036 (trunk): * enumerator.c (lazy_cycle): check argument number overflow before
  22988 2012-03-15 15:24 [ko1@a...            ] nobu:r35037 (trunk): * test/ruby/test_m17n.rb (assert_warning): use common method.
  22989 2012-03-15 15:38 [ko1@a...            ] nobu:r35038 (trunk): * parse.y (parser_yylex): fix warning line number.
  22990 2012-03-15 16:38 [ko1@a...            ] shugo:r35039 (trunk): * enumerator.c (enumerator_lazy): added cycle to the documentation.
  22991 2012-03-15 17:47 [ko1@a...            ] shugo:r35040 (trunk): * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy to
  22992 2012-03-15 18:25 [ko1@a...            ] shugo:r35041 (trunk): * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}
  22993 2012-03-15 19:14 [ko1@a...            ] shugo:r35042 (trunk): * enumerator.c (lazy_zip): rescue StopIteration returned by
  22994 2012-03-15 23:20 [ko1@a...            ] shugo:r35043 (trunk): * enum.c (rb_enum_values_pack): rename from enum_values_pack, and
  22995 2012-03-16 02:16 [ko1@a...            ] svn:r35045 (ruby_1_9_3): * 2012-03-16   
  22996 2012-03-16 02:16 [ko1@a...            ] marcandRe: r35044 (ruby_1_9_3): * version.h: Increase patch level [Issue 6148]
  22997 2012-03-16 05:53 [ko1@a...            ] drbrain:r35046 (trunk): * enumerator.c (lazy_init_iterator):  Fix type error (int vs long).
  22998 2012-03-16 05:53 [ko1@a...            ] svn:r35047 (trunk): * 2012-03-16        
  22999 2012-03-16 06:30 [ko1@a...            ] nobu:r35048 (trunk): * enumerator.c (lazy_init_iterator): no need to check overflow twice.
  23000 2012-03-16 06:30 [ko1@a...            ] nobu:r35049 (trunk): * enumerator.c (lazy_zip_func): variadic argument needs explicit cast

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