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

ruby-cvs:19901-20000

  19901 2007-06-29 16:57 [nobu ruby-lang.org  ] Ruby:r12665 (trunk): * debug.c (ruby_set_debug_option): separated from main.c.
  19902 2007-06-29 17:10 [nobu ruby-lang.org  ] Ruby:r12666 (trunk): * debug.h: constified.
  19903 2007-06-29 20:52 [akr ruby-lang.org   ] Ruby:r12667 (trunk): * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest to
  19904 2007-06-29 22:00 [ko1 ruby-lang.org   ] Ruby:r12668 (trunk): * parse.y: fix to show line number of blank block.
  19905 2007-06-29 23:38 [nobu ruby-lang.org  ] Ruby:r12669 (trunk): * parse.y (stmts): fix for ripper.
  19906 2007-06-30 00:17 [nobu ruby-lang.org  ] Ruby:r12670 (trunk, ruby_1_8): * parse.y (parser_yylex): return non-valid token for an invalid
  19907 2007-06-30 16:10 [matz ruby-lang.org  ] Ruby:r12671 (ruby_1_8): * array.c (rb_ary_initialize): should call rb_ary_modify() first.
  19908 2007-07-01 03:02 [ko1 ruby-lang.org   ] Ruby:r12672 (trunk): * vm.h: rename insn_func_type to rb_insn_func_type.
  19909 2007-07-01 03:04 [ko1 ruby-lang.org   ] Ruby:r12673 (trunk): * yarvcore.h: some refactoring on rb_iseq_t.
  19910 2007-07-01 03:27 [ko1 ruby-lang.org   ] Ruby:r12674 (trunk): * insnhelper.h, vm.h: some refactoring.
  19911 2007-07-02 03:16 [ko1 ruby-lang.org   ] Ruby:r12675 (trunk): * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:
  19912 2007-07-02 06:43 [ko1 ruby-lang.org   ] Ruby:r12676 (trunk): * compile.c, iseq.c: fix iseq some of load/store process.
  19913 2007-07-02 08:57 [ko1 ruby-lang.org   ] Ruby:r12677 (trunk): * eval_intern.h, yarvcore.h: move declaration of sysstack_error
  19914 2007-07-02 11:59 [nobu ruby-lang.org  ] Ruby:r12678 (trunk): * insns.def (defineclass): suppress a warning.
  19915 2007-07-02 14:34 [nobu ruby-lang.org  ] Ruby:r12679 (ruby_1_8): * sprintf.c (rb_f_sprintf): sign bit extension should not be done
  19916 2007-07-02 21:49 [ko1 ruby-lang.org   ] Ruby:r12680 (trunk): * compile.c: rename iseq_translate_direct_threaded_code()
  19917 2007-07-03 13:53 [ko1 ruby-lang.org   ] Ruby:r12681 (trunk): * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*.
  19918 2007-07-03 23:14 [usa ruby-lang.org   ] Ruby:r12682 (trunk): * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.
  19919 2007-07-04 03:50 [ko1 ruby-lang.org   ] Ruby:r12683 (trunk): * compile.c (compile_massign): fix massign compilation
  19920 2007-07-04 03:58 [ko1 ruby-lang.org   ] Ruby:r12684 (trunk): * compile.c (iseq_compile_each): support v[&b]= type method call.
  19921 2007-07-04 04:04 [ko1 ruby-lang.org   ] Ruby:r12685 (trunk): * compile.h: fix debug print level.
  19922 2007-07-04 04:11 [ko1 ruby-lang.org   ] Ruby:r12686 (trunk): * compile.c (compile_array): ignore NODE_ZARRAY.
  19923 2007-07-04 04:35 [ko1 ruby-lang.org   ] Ruby:r12687 (trunk): * compile.c (compile_array, iseq_compile_each): fix about array
  19924 2007-07-04 05:00 [ko1 ruby-lang.org   ] Ruby:r12688 (trunk): * insnhelper.ci (caller_setup_args): fix to show correct class
  19925 2007-07-04 05:12 [ko1 ruby-lang.org   ] Ruby:r12689 (trunk): * iseq.c (set_relation): added.
  19926 2007-07-04 15:56 [akr ruby-lang.org   ] Ruby:r12690 (trunk): revert variable renaming.  [ruby-dev:31001]
  19927 2007-07-04 18:32 [akr ruby-lang.org   ] Ruby:r12691 (trunk): * parse.y (mlhs_inner): new rule.  [ruby-dev:31132]
  19928 2007-07-04 23:51 [nahi ruby-lang.org  ] Ruby:r12692 (trunk): * lib/webrick/httpauth/authenticator.rb
  19929 2007-07-05 10:06 [nobu ruby-lang.org  ] Ruby:r12693 (trunk): * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):
  19930 2007-07-05 10:13 [nobu ruby-lang.org  ] Ruby:r12694 (trunk): * parse.y (global_symbols.last_id): reduce unused ID numbers.
  19931 2007-07-05 10:42 [nobu ruby-lang.org  ] Ruby:r12695 (trunk): * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdb
  19932 2007-07-05 11:02 [nobu ruby-lang.org  ] Ruby:r12696 (trunk): * parse.y (parser_parse_string): fix indent.
  19934 2007-07-05 16:38 [usa ruby-lang.org   ] Ruby:r12698 (trunk): * numeric.c (int_pow): fix previous nubu's commit.
  19935 2007-07-05 16:45 [usa ruby-lang.org   ] Ruby:r12699 (ruby_1_8): * numeric.c (int_pow): fix previous nubu's commit.
  19936 2007-07-05 17:12 [nobu ruby-lang.org  ] Ruby:r12700 (trunk): * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,
  19937 2007-07-05 18:28 [nobu ruby-lang.org  ] Ruby:r12701 (trunk): * ruby.c (proc_options): moved do_print and do_loop options
  19938 2007-07-05 18:45 [akr ruby-lang.org   ] Ruby:r12702 (trunk): * parse.y (mlhs_basic): use mlhs_post after tSTAR.
  19939 2007-07-05 19:04 [ko1 ruby-lang.org   ] Ruby:r12703 (trunk): * compile.c (iseq_compile_each): add break catch point.
  19940 2007-07-05 19:12 [usa ruby-lang.org   ] Ruby:r12704 (trunk): * ruby.c: Qfalse is VALUE, not pointer.
  19941 2007-07-05 19:18 [ko1 ruby-lang.org   ] Ruby:r12705 (trunk): * test/ruby/test_basicinstructions.rb: remove an assertion using
  19942 2007-07-05 19:49 [ko1 ruby-lang.org   ] Ruby:r12706 (trunk): * yarvcore.h: rename rb_control_frame_t#magic to flag.
  19943 2007-07-06 02:11 [ko1 ruby-lang.org   ] Ruby:r12707 (trunk): * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.
  19944 2007-07-06 03:16 [ko1 ruby-lang.org   ] Ruby:r12708 (trunk): * insns.def: remove unused code.
  19945 2007-07-06 12:16 [akr ruby-lang.org   ] Ruby:r12709 (trunk): * test/ruby/sentgen.rb: new file.
  19946 2007-07-06 14:35 [nobu ruby-lang.org  ] Ruby:r12710 (trunk): * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.
  19947 2007-07-06 14:50 [nobu ruby-lang.org  ] Ruby:r12711 (trunk): * bootstraptest/runner.rb: added --quiet option.
  19948 2007-07-06 14:57 [nobu ruby-lang.org  ] Ruby:r12712 (trunk): * parse.y (keyword_to_name): constified.
  19949 2007-07-06 15:21 [nobu ruby-lang.org  ] Ruby:r12713 (trunk): * eval.c (rb_interrupt): suppress a gcc's officious warning.
  19950 2007-07-06 15:23 [nobu ruby-lang.org  ] Ruby:r12714 (ruby_1_8): * eval.c (rb_interrupt): suppress a gcc's officious warning.
  19951 2007-07-06 15:55 [ko1 ruby-lang.org   ] Ruby:r12715 (trunk): * test/ruby/test_iterator.rb: fix test to 1.9 spec.
  19952 2007-07-06 18:23 [ko1 ruby-lang.org   ] Ruby:r12716 (trunk): * bootstraptest/runner.rb: fix load path.
  19953 2007-07-06 20:09 [keiju ruby-lang.org ] Ruby:r12717 (trunk): * lib/irb.rb: typo. Thanks, Giles Bowkett.
  19954 2007-07-07 15:34 [ko1 ruby-lang.org   ] Ruby:r12718 (trunk): * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:
  19955 2007-07-07 15:39 [akr ruby-lang.org   ] Ruby:r12719 (trunk): * lib/pp.rb (PP::PPMethods#pp_hash): sort if
  19956 2007-07-07 16:16 [ko1 ruby-lang.org   ] Ruby:r12720 (trunk): * parse.y: fix node construction (around f_margs).
  19957 2007-07-07 17:14 [ko1 ruby-lang.org   ] Ruby:r12721 (trunk): * compile.c: use rb_bug() instead of rb_compile_error().
  19958 2007-07-07 22:02 [akr ruby-lang.org   ] Ruby:r12722 (trunk): * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:
  19959 2007-07-08 02:15 [naruse ruby-lang.org] Ruby:r12723 (trunk): * lib/json.rb, lib/json/, ext/json/:
  19960 2007-07-08 02:33 [akr ruby-lang.org   ] Ruby:r12724 (trunk): fix typo.          
  19961 2007-07-09 02:19 [usa ruby-lang.org   ] Ruby:r12725 (trunk): * cont.c (cont_restore_1): workaround for x64-mswin64's SEH.
  19962 2007-07-09 04:16 [usa ruby-lang.org   ] Ruby:r12726 (trunk): * 2007-07-09       
  19963 2007-07-10 14:50 [nobu ruby-lang.org  ] Ruby:r12727 (trunk, ruby_1_8): * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.
  19964 2007-07-10 15:57 [nobu ruby-lang.org  ] Ruby:r12728 (trunk): * bootstraptest/test_flip.rb: new test for flip-flop operator.
  19965 2007-07-10 16:21 [nobu ruby-lang.org  ] Ruby:r12729 (trunk): * bootstraptest/test_flip.rb: set property.
  19966 2007-07-10 16:52 [nobu ruby-lang.org  ] Ruby:r12730 (trunk): * compile.c (rb_iseq_compile): formatted if/else to switch statement.
  19967 2007-07-10 17:04 [ko1 ruby-lang.org   ] Ruby:r12731 (trunk): * vm.c, insnhelper.ci: fix svar interface.
  19968 2007-07-10 18:52 [ko1 ruby-lang.org   ] Ruby:r12732 (trunk): * eval.c (exec_under): add proper casts.
  19969 2007-07-10 19:22 [ko1 ruby-lang.org   ] Ruby:r12733 (trunk): * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2).
  19970 2007-07-10 19:39 [ko1 ruby-lang.org   ] Ruby:r12734 (trunk): * hash.c (rb_hash_lookup): added.  this function is similar to
  19971 2007-07-11 23:42 [nahi ruby-lang.org  ] Ruby:r12735 (ruby_1_8): * random.c: documentation fix.  srand(0) initializes PRNG with '0',
  19972 2007-07-11 23:44 [nahi ruby-lang.org  ] Ruby:r12736 (ruby_1_8): # the previous commit should include random.c
  19973 2007-07-12 05:35 [usa ruby-lang.org   ] Ruby:r12737 (trunk): * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.
  19974 2007-07-12 10:19 [nobu ruby-lang.org  ] Ruby:r12738 (trunk): * thread_pthread.ci (thread_start_func_2): not use a directive inside
  19975 2007-07-12 10:30 [nobu ruby-lang.org  ] Ruby:r12739 (trunk): * thread.c (thread_join): pthread_t may not be pointer.
  19976 2007-07-12 12:24 [nobu ruby-lang.org  ] Ruby:r12740 (trunk): * insns.def (opt_succ): fixed typo.  [ruby-dev:31189]
  19977 2007-07-12 13:25 [ko1 ruby-lang.org   ] Ruby:r12741 (trunk): * blockinlining.c: remove "yarv" prefix.
  19978 2007-07-12 17:03 [nobu ruby-lang.org  ] Ruby:r12742 (ruby_1_8, trunk): * struct.c (rb_struct_init_copy): disallow changing the size.
  19979 2007-07-12 18:52 [akr ruby-lang.org   ] Ruby:r12743 (trunk): * range.c (range_max): use FIX2LONG instead of FIX2INT to avoid
  19980 2007-07-12 21:40 [usa ruby-lang.org   ] Ruby:r12744 (trunk): * insns.def (opt_succ): use LONG_MAX as maximum Fixnum VALUE.
  19981 2007-07-12 21:41 [usa ruby-lang.org   ] Ruby:r12745 (trunk): * ChangeLog: ML ref.
  19982 2007-07-12 22:23 [akr ruby-lang.org   ] Ruby:r12746 (trunk): add tests for [ruby-dev:31189] and [ruby-dev:31190].
  19983 2007-07-13 10:10 [nobu ruby-lang.org  ] Ruby:r12747 (ruby_1_8, trunk): * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expand
  19984 2007-07-13 10:33 [nobu ruby-lang.org  ] Ruby:r12748 (trunk): * array.c (rb_ary_flatten_bang): check argument if valid
  19985 2007-07-13 11:09 [nobu ruby-lang.org  ] Ruby:r12749 (trunk): * parse.y (program, stmt, primary): reduced duplicated code.
  19986 2007-07-13 11:16 [nobu ruby-lang.org  ] Ruby:r12750 (trunk): * parse.y (dsym): convert also literals containing NUL to
  19987 2007-07-13 11:18 [nobu ruby-lang.org  ] Ruby:r12751 (trunk): * parse.y (debug_lines): use rb_hash_lookup() to get rid of
  19988 2007-07-13 11:26 [nobu ruby-lang.org  ] Ruby:r12752 (trunk): * parse.y (ripper_warningS): unused in ripper right now.
  19989 2007-07-13 11:31 [matz ruby-lang.org  ] Ruby:r12753 (trunk): * parse.y (bvar): semicolon was lost for ripper description.
  19990 2007-07-13 11:33 [nobu ruby-lang.org  ] Ruby:r12754 (trunk): * range.c (range_max, range_min): return nil for empty set as well as
  19991 2007-07-13 12:35 [akr ruby-lang.org   ] Ruby:r12755 (trunk): add test for [ruby-dev:31160].
  19992 2007-07-13 12:44 [akr ruby-lang.org   ] Ruby:r12756 (trunk): add test for [ruby-dev:31153].
  19993 2007-07-13 12:47 [akr ruby-lang.org   ] Ruby:r12757 (trunk): add test for [ruby-dev:31197].
  19994 2007-07-13 15:02 [nobu ruby-lang.org  ] Ruby:r12758 (trunk, ruby_1_8): * win32/win32.c (CreateChild): enclose command line except for
  19995 2007-07-13 15:21 [ko1 ruby-lang.org   ] Ruby:r12759 (trunk): fill ChangeLog entry.
  19996 2007-07-13 16:59 [akr ruby-lang.org   ] Ruby:r12760 (ruby_1_8, trunk): * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to access
  19997 2007-07-13 17:37 [matz ruby-lang.org  ] Ruby:r12761 (trunk): * vm.c (vm_free): clear free'ed living_threads field.
  19998 2007-07-13 17:40 [akr ruby-lang.org   ] Ruby:r12762 (trunk): sentence generator updated.
  19999 2007-07-13 17:42 [matz ruby-lang.org  ] Ruby:r12763 (trunk): * insns.def (opt_succ): use cast to shut a warning up.
  20000 2007-07-13 18:33 [akr ruby-lang.org   ] Ruby:r12764 (trunk): add test for [ruby-dev:31210].

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