[前][次][スレッド一覧][上]
ruby-changes:25001-25100
25001 2012-09-29 11:21 [ko1@a... ] shugo:r37053 (trunk): * vm_insnhelper.c (rb_vm_using_modules): use using_modules before
25002 2012-09-29 20:19 [ko1@a... ] shirosaki:r37054 (trunk): test_unicode_escape.rb: set script encoding
25003 2012-09-29 20:19 [ko1@a... ] shirosaki:r37055 (trunk): drbtest.rb: use :KILL on Windows
25004 2012-09-29 20:19 [ko1@a... ] shirosaki:r37056 (trunk): test_http.rb: clear environment variables
25005 2012-09-29 20:19 [ko1@a... ] shirosaki:r37057 (trunk): envutil.rb: kill child process when timeout
25006 2012-09-30 21:20 [ko1@a... ] naruse:r37058 (trunk): * string.c (rb_str_concat): use memcpy to copy a string which contains
25007 2012-09-30 21:20 [ko1@a... ] svn:r37059 (trunk): * 2012-09-30
25008 2012-09-30 21:32 [ko1@a... ] nagachika:r37060 (trunk): * test/ruby/test_enumerator.rb (enum_test, test_inspect): remove unused
25009 2012-09-30 23:35 [ko1@a... ] mrkn:r37061 (trunk): * vm_dump.c (rb_vm_bugreport): add /Library/Logs/DiagnosticReports
25010 2012-10-01 02:36 [ko1@a... ] svn:r37063 (trunk): * 2012-10-01
25011 2012-10-01 02:36 [ko1@a... ] knu:r37062 (trunk): * configure.in (--with-opt-dir): Make this also work on DLDFLAGS
25012 2012-10-01 22:58 [ko1@a... ] shugo:r37064 (trunk): * eval.c (identify_hash_new): new function to create a new identity
25013 2012-10-01 23:53 [ko1@a... ] nagachika:r37065 (trunk): * ChangeLog: fix typos of r37064.
25014 2012-10-02 16:47 [ko1@a... ] nobu:r37066 (trunk): eval.c: hide internal hash
25015 2012-10-02 16:47 [ko1@a... ] svn:r37067 (trunk): * 2012-10-02
25016 2012-10-03 02:25 [ko1@a... ] shugo:r37068 (trunk): * error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do not
25017 2012-10-03 02:25 [ko1@a... ] svn:r37069 (trunk): * 2012-10-03
25018 2012-10-03 04:36 [ko1@a... ] drbrain:r37070 (trunk): * ext/openssl/ossl_x509store.c (ossl_x509store_add_file): Added
25019 2012-10-03 11:43 [ko1@a... ] nobu:r37071 (trunk): io.c: improved IO#reopen
25020 2012-10-03 15:33 [ko1@a... ] nobu:r37072 (trunk): thread_pthread.c: init stack with ulimit
25021 2012-10-03 16:33 [ko1@a... ] nobu:r37073 (trunk): depend: dependency
25022 2012-10-03 16:58 [ko1@a... ] nobu:r37074 (trunk): ChangeLog: fix typo.
25023 2012-10-03 21:30 [ko1@a... ] nari:r37075 (trunk): * gc.c: Use the non-recursive marking instead of recursion. The
25024 2012-10-03 22:23 [ko1@a... ] nobu:r37076 (trunk): gc.c: unused function
25025 2012-10-04 11:21 [ko1@a... ] xibbar:r37077 (trunk): * lib/cgi/html5.rb: Add html5 tag maker.
25026 2012-10-04 11:21 [ko1@a... ] svn:r37078 (trunk): * 2012-10-04
25027 2012-10-04 11:39 [ko1@a... ] nobu:r37079 (trunk): * thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number.
25028 2012-10-04 11:43 [ko1@a... ] nobu:r37080 (trunk): thread_pthread.c: precise stack size
25029 2012-10-04 16:23 [ko1@a... ] nobu:r37081 (trunk): * gc.c: use enum for debugging.
25030 2012-10-04 16:31 [ko1@a... ] nobu:r37082 (trunk): gc.c: self-referencing finalizers
25031 2012-10-04 17:34 [ko1@a... ] nari:r37083 (trunk): * gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objects
25032 2012-10-04 19:01 [ko1@a... ] ko1:r37084 (trunk): * test/ruby/test_settracefunc.rb (test_tracepoint):
25033 2012-10-04 21:31 [ko1@a... ] ko1:r37085 (trunk): * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis
25034 2012-10-04 21:48 [ko1@a... ] ko1:r37086 (trunk): * vm.c (vm_analysis_insn|operand|register): use st_insert
25035 2012-10-04 22:52 [ko1@a... ] ko1:r37087 (trunk): * insns.def (getlocal, setlocal): remove old getlocal/setlocal
25036 2012-10-04 23:48 [ko1@a... ] nari:r37088 (trunk): * gc.c (init_heap): call init_mark_stack before to allocate
25037 2012-10-05 09:29 [ko1@a... ] nobu:r37089 (trunk): depend: missing dependency
25038 2012-10-05 09:29 [ko1@a... ] svn:r37090 (trunk): * 2012-10-05
25039 2012-10-05 16:21 [ko1@a... ] nari:r37091 (trunk): * gc.c (chain_finalized_object): remove to check a mark flag and
25040 2012-10-05 16:25 [ko1@a... ] nari:r37092 (trunk): ChangeLog: fix a miss
25041 2012-10-05 16:28 [ko1@a... ] nobu:r37093 (trunk): common.mk: gdb-ruby
25042 2012-10-05 17:15 [ko1@a... ] ko1:r37094 (trunk): * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.
25043 2012-10-05 17:20 [ko1@a... ] takano32:r37095 (trunk): * template/Doxyfile.tmpl: remove SHOW_DIRECTORIES and
25044 2012-10-05 18:20 [ko1@a... ] nari:r37096 (trunk): revert r37091
25045 2012-10-05 18:21 [ko1@a... ] nari:r37097 (trunk): fix comments
25046 2012-10-06 00:14 [ko1@a... ] nobu:r37098 (trunk): encoding.c: unicode_p
25047 2012-10-06 00:14 [ko1@a... ] svn:r37099 (trunk): * 2012-10-06
25048 2012-10-06 01:22 [ko1@a... ] tenderlove:r37100 (trunk): Adding a test for initialize_clone and initialize_dup. From Github:
25049 2012-10-06 09:42 [ko1@a... ] nobu:r37101 (trunk): encoding.c: unicode_p
25050 2012-10-06 09:48 [ko1@a... ] nobu:r37102 (trunk): test_objspace.rb: refine
25051 2012-10-06 09:50 [ko1@a... ] nobu:r37103 (trunk): gc.c: use markable_object_p
25052 2012-10-06 12:06 [ko1@a... ] naruse:r37104 (trunk): Revert r37098
25053 2012-10-06 16:32 [ko1@a... ] shugo:r37105 (trunk): * vm_method.c (search_method): check omod only once for performance.
25054 2012-10-06 18:36 [ko1@a... ] shugo:r37106 (trunk): * vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option to
25055 2012-10-06 23:23 [ko1@a... ] nobu:r37107 (trunk): reapply r37098
25056 2012-10-06 23:26 [ko1@a... ] nobu:r37108 (trunk): * test/openssl/test_config.rb (OpenSSL#test_constants): skip only when
25057 2012-10-07 04:38 [ko1@a... ] zzak:r37109 (trunk): * string.c (rb_str_match):
25058 2012-10-07 04:38 [ko1@a... ] svn:r37110 (trunk): * 2012-10-07
25059 2012-10-07 04:49 [ko1@a... ] zzak:r37111 (trunk): * string.c (rb_str_match):
25060 2012-10-07 04:51 [ko1@a... ] zzak:r37112 (trunk): * thread.c (rb_thread_aref):
25061 2012-10-07 05:03 [ko1@a... ] zzak:r37113 (trunk): * lib/abbrev.rb: Documentation examples for Abbrev.
25062 2012-10-08 02:10 [ko1@a... ] kazu:r37114 (trunk): fix ML ref
25063 2012-10-08 02:10 [ko1@a... ] svn:r37115 (trunk): * 2012-10-08
25064 2012-10-08 02:14 [ko1@a... ] kazu:r37116 (trunk): fix typos
25065 2012-10-08 23:03 [ko1@a... ] shugo:r37117 (trunk): * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,
25066 2012-10-08 23:56 [ko1@a... ] shugo:r37118 (trunk): * eval.c (rb_mod_refinements): new method Module#refinements.
25067 2012-10-09 01:40 [ko1@a... ] nagachika:r37119 (trunk): * ext/zlib/zlib.c (zstream_run_func): don't call inflate() when
25068 2012-10-09 01:40 [ko1@a... ] svn:r37120 (trunk): * 2012-10-09
25069 2012-10-09 14:34 [ko1@a... ] ko1:r37121 (trunk): * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.
25070 2012-10-09 14:37 [ko1@a... ] ko1:r37122 (trunk): * iseq.c (iseq_free): fix memory leak.
25071 2012-10-09 17:06 [ko1@a... ] nobu:r37123 (trunk): * ChangeLog: fix typo.
25072 2012-10-09 17:13 [ko1@a... ] nobu:r37124 (trunk): process.c: uid gid exec options
25073 2012-10-09 17:59 [ko1@a... ] nobu:r37125 (trunk): random.c: rb_random_ulong_limited
25074 2012-10-09 18:01 [ko1@a... ] nobu:r37126 (trunk): array.c: use rb_random_ulong_limited
25075 2012-10-09 23:18 [ko1@a... ] nobu:r37127 (trunk): envutil.rb: assert_file and assert_file_not
25076 2012-10-10 15:16 [ko1@a... ] usa:r37128 (trunk): * test/ruby/test_process.rb (TestProcess#test_execopts_gid): skip on
25077 2012-10-10 15:16 [ko1@a... ] svn:r37129 (trunk): * 2012-10-10
25078 2012-10-10 17:08 [ko1@a... ] naruse:r37130 (trunk): Test both username and uid
25079 2012-10-10 21:40 [ko1@a... ] naruse:r37131 (trunk): Rename variabls
25080 2012-10-11 02:52 [ko1@a... ] ko1:r37132 (trunk): * iseq.c (insn_operand_intern): add support disasm TS_CALLINFO
25081 2012-10-11 02:52 [ko1@a... ] svn:r37133 (trunk): * 2012-10-11
25082 2012-10-11 02:56 [ko1@a... ] ko1:r37134 (trunk): * vm_dump.c: fix debug prints to catch up recent changes
25083 2012-10-11 03:38 [ko1@a... ] ko1:r37135 (trunk): * bootstraptest/test_block.rb: add tests for block with super.
25084 2012-10-11 07:44 [ko1@a... ] naruse:r37136 (trunk): * iseq.c (insn_operand_intern): cast op to rb_call_info_t* before
25085 2012-10-11 09:51 [ko1@a... ] naruse:r37137 (trunk): Suppress warning: 'iseqval' may be used uninitialized in this function
25086 2012-10-11 15:47 [ko1@a... ] naruse:r37138 (ruby_1_9_3): merge revision(s) 33711,33713,33714,33715,33716,33717,33718,33719,33720,33721,33724,33727,33728,33752,33753: [Backport #6127]
25087 2012-10-11 15:47 [ko1@a... ] svn:r37139 (ruby_1_9_3): * 2012-10-11
25088 2012-10-11 15:50 [ko1@a... ] nobu:r37140 (trunk): test_string.rb: highlighting
25089 2012-10-11 15:50 [ko1@a... ] nobu:r37141 (trunk): test_string.rb: suppress warnings
25090 2012-10-11 15:50 [ko1@a... ] nobu:r37142 (trunk): test_string.rb: missing test
25091 2012-10-11 23:10 [ko1@a... ] nobu:r37143 (trunk): string.c: GC guard
25092 2012-10-12 00:35 [ko1@a... ] naruse:r37144 (ruby_1_9_3): merge revision(s) 33819,33839:
25093 2012-10-12 05:26 [ko1@a... ] zzak:r37145 (trunk): * lib/timeout.rb (timeout):
25094 2012-10-12 05:26 [ko1@a... ] svn:r37146 (trunk): * 2012-10-12
25095 2012-10-12 09:34 [ko1@a... ] naruse:r37147 (ruby_1_9_3): Remove wrong tests of r37144
25096 2012-10-12 13:06 [ko1@a... ] shyouhei:r37148 (ruby_1_8_7): * error.c (name_err_to_s): we need not infect msg.
25097 2012-10-12 13:06 [ko1@a... ] shyouhei:r37149: add tag v1_8_7_371
25098 2012-10-12 13:32 [ko1@a... ] usa:r37150 (ruby_1_9_3): * io.c (rb_cloexec_fcntl_dupfd): get rid of compile error on windows.
25099 2012-10-12 13:38 [ko1@a... ] usa:r37151 (ruby_1_9_3): merge revision(s) 35015:
25100 2012-10-12 13:57 [ko1@a... ] usa:r37152 (ruby_1_9_3): merge revision(s) 33215:
[前][次][スレッド一覧][上]