[前][次][スレッド一覧][上]
ruby-changes:23101-23200
23101 2012-03-27 22:44 [ko1@a... ] nobu:r35151 (trunk): * configure.in (verconf.h): separate load path specific stuff from
23102 2012-03-27 23:44 [ko1@a... ] usa:r35152 (trunk): * io.c (io_unread): fixed memory leak. report by nagachika via IRC.
23103 2012-03-28 08:45 [ko1@a... ] tenderlove:r35153 (trunk): * ext/psych/lib/psych.rb: updating version to match gem
23104 2012-03-28 08:45 [ko1@a... ] svn:r35154 (trunk): * 2012-03-28
23105 2012-03-28 10:29 [ko1@a... ] nobu:r35155 (trunk): * process.c: no cuddle up else's.
23106 2012-03-28 15:05 [ko1@a... ] nobu:r35156 (trunk): * marshal.c (r_symreal): no longer need volatile modifier, as using
23107 2012-03-28 15:06 [ko1@a... ] nobu:r35157 (trunk): * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,
23108 2012-03-28 16:40 [ko1@a... ] nobu:r35158 (trunk): * process.c (obj2uid, obj2gid): allow strings as input user/group id.
23109 2012-03-29 07:53 [ko1@a... ] emboss:r35159 (trunk): * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nil
23110 2012-03-29 07:53 [ko1@a... ] svn:r35160 (trunk): * 2012-03-29
23111 2012-03-29 08:28 [ko1@a... ] emboss:r35161 (trunk): * NEWS: add note about unified behavior of encoding nil values in
23112 2012-03-29 09:32 [ko1@a... ] emboss:r35162 (trunk): * test/openssl/test_x509cert.rb: Exclude test that fails when issuing
23113 2012-03-29 10:15 [ko1@a... ] usa:r35163 (trunk): * thread.c (rb_threadptr_execute_interrupts_common): use defined
23114 2012-03-29 10:17 [ko1@a... ] usa:r35164 (trunk): * thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]
23115 2012-03-29 10:25 [ko1@a... ] tenderlove:r35165 (ruby_1_9_3): merge revision(s) 32578,33401,33403,33404,33531,33655,33679,33809,33900,33965,34067,34069,34087,34328,34330,34527,34772,34783,34839,34914,34953,34954,35153: [Backport #6212]
23116 2012-03-29 10:25 [ko1@a... ] svn:r35166 (ruby_1_9_3): * 2012-03-29
23117 2012-03-29 10:27 [ko1@a... ] emboss:r35167 (trunk): * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.
23118 2012-03-29 10:47 [ko1@a... ] nobu:r35168 (ruby_1_9_3): * properties.
23119 2012-03-29 16:35 [ko1@a... ] nobu:r35169 (trunk): * lib/test/unit.rb (terminal_width, del_status_line, put_status):
23120 2012-03-29 16:36 [ko1@a... ] nobu:r35170 (trunk): * st.c (st_update): add existing parameter to the callback function.
23121 2012-03-29 16:38 [ko1@a... ] nobu:r35171 (trunk): * lib/rdoc/task.rb: suppress overriding deprecated class warning.
23122 2012-03-29 23:51 [ko1@a... ] nobu:r35172 (trunk): * st.c (st_update): pass pointer to key to the callback function.
23123 2012-03-30 00:03 [ko1@a... ] nobu:r35173 (trunk): * test/ruby/lbtest.rb: print at once including newlines.
23124 2012-03-30 00:03 [ko1@a... ] svn:r35174 (trunk): * 2012-03-30
23125 2012-03-30 03:54 [ko1@a... ] drbrain:r35175: Ignore generated file verconf.h
23126 2012-03-30 14:13 [ko1@a... ] naruse:r35176 (ruby_1_9_3): merge revision(s) 35013:
23127 2012-03-30 14:15 [ko1@a... ] naruse:r35177 (ruby_1_9_3): merge revision(s) 35002: [Backport #6135]
23128 2012-03-30 14:16 [ko1@a... ] naruse:r35178 (ruby_1_9_3): merge revision(s) 35146:
23129 2012-03-30 14:17 [ko1@a... ] naruse:r35179 (ruby_1_9_3): merge revision(s) 35162,35167: [Backport #6220]
23130 2012-03-31 07:19 [ko1@a... ] nobu:r35181 (trunk): descriptive assertions
23131 2012-03-31 07:19 [ko1@a... ] nobu:r35180 (trunk): join LocalBarrier
23132 2012-03-31 07:19 [ko1@a... ] svn:r35182 (trunk): * 2012-03-31
23133 2012-03-31 07:41 [ko1@a... ] nobu:r35183 (trunk): * hash.c, marshal.c, object.c, variable.c: fix callback argument types
23134 2012-03-31 07:44 [ko1@a... ] nobu:r35184 (trunk): * hash.c: Qundef cannot be passed from st_foreach_check().
23135 2012-03-31 07:48 [ko1@a... ] nobu:r35185 (trunk): * hash.c (st_foreach_safe): since table is not for VALUE, Qundef is
23136 2012-03-31 07:53 [ko1@a... ] nobu:r35186 (trunk): * st.c (st_foreach_check): remove the entry by replacing with never
23137 2012-03-31 09:49 [ko1@a... ] nobu:r35187 (trunk): misplaced rescue
23138 2012-03-31 10:03 [ko1@a... ] nobu:r35188 (trunk): * st.c (st_delete): use real_entries in st_delete for packed tables
23139 2012-03-31 10:13 [ko1@a... ] nobu:r35189 (trunk): * st.c (st_foreach_check, st_foreach): remove ancient check. This
23140 2012-03-31 12:08 [ko1@a... ] emboss:r35190 (trunk): * ext/openssl/ossl_x509cert.c: Fix doc typo.
23141 2012-03-31 12:14 [ko1@a... ] emboss:r35191 (ruby_1_9_3): * ext/openssl/ossl_x509cert.c: Fix doc typo.
23142 2012-03-31 12:14 [ko1@a... ] svn:r35192 (ruby_1_9_3): * 2012-03-31
23143 2012-03-31 13:21 [ko1@a... ] nobu:r35193 (trunk): * hash.c: remove unnecessary checks for Qundef in hash iterations.
23144 2012-03-31 13:44 [ko1@a... ] shugo:r35194 (trunk): * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.
23145 2012-03-31 14:16 [ko1@a... ] nobu:r35195 (trunk): * hash.c: do not allocate st_table when it is not necessary.
23146 2012-03-31 14:20 [ko1@a... ] ktsj:r35196 (trunk): * .gitignoRe: ignore generated file verconf.h.
23147 2012-03-31 14:23 [ko1@a... ] nobu:r35197 (trunk): * hash.c (hash_default_value): extract from rb_hash_aref(), to be
23148 2012-03-31 17:14 [ko1@a... ] nobu:r35198 (trunk): use super in h.default
23149 2012-03-31 22:33 [ko1@a... ] naruse:r35199 (trunk): * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): dup to prevent
23150 2012-04-01 00:56 [ko1@a... ] shugo:r35200 (trunk): * lib/net/ftp.rb: fixed the domain name in examples.
23151 2012-04-01 00:56 [ko1@a... ] svn:r35201 (trunk): * 2012-04-01
23152 2012-04-01 09:15 [ko1@a... ] emboss:r35202 (ruby_1_9_3): * Forgot to bump patch level
23153 2012-04-01 09:16 [ko1@a... ] svn:r35203 (ruby_1_9_3): * 2012-04-01
23154 2012-04-01 21:18 [ko1@a... ] nobu:r35204 (trunk): * missing/alloca.c: suppress warnings.
23155 2012-04-01 23:06 [ko1@a... ] naruse:r35206 (trunk): Client waits only the first line.
23156 2012-04-01 23:06 [ko1@a... ] naruse:r35205 (trunk): * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @io
23157 2012-04-02 03:36 [ko1@a... ] naruse:r35207 (trunk): * lib/webrick/server.rb (WEBrick::GenericServer): close socket only if
23158 2012-04-02 03:37 [ko1@a... ] svn:r35208 (trunk): * 2012-04-02
23159 2012-04-02 03:42 [ko1@a... ] naruse:r35209 (trunk): Fix the test for r35205.
23160 2012-04-02 05:59 [ko1@a... ] naruse:r35210 (trunk): Refix the test for r35205.
23161 2012-04-02 06:01 [ko1@a... ] naruse:r35211 (trunk): ReRefix the test for r35205.
23162 2012-04-02 06:06 [ko1@a... ] naruse:r35212 (trunk): Refix of 35206; 0.3 is too small for Ruby's timeout.
23163 2012-04-02 10:34 [ko1@a... ] nobu:r35213 (trunk): * string.c (rb_str_start_with, rb_str_end_with): raise an error if
23164 2012-04-02 13:26 [ko1@a... ] nobu:r35214 (trunk): * lib/optparse/ac.rb: autoconf-like options.
23165 2012-04-02 18:44 [ko1@a... ] nobu:r35215 (trunk): check_definition: duplicated code
23166 2012-04-03 00:32 [ko1@a... ] svn:r35217 (trunk): * 2012-04-03
23167 2012-04-03 00:32 [ko1@a... ] kazu:r35216 (trunk): fix typos
23168 2012-04-03 10:18 [ko1@a... ] nobu:r35218 (trunk): * enumerator.c (inspect_enumerator): suppress uninitialized
23169 2012-04-03 10:25 [ko1@a... ] nobu:r35219 (trunk): initialize IDs in advance.
23170 2012-04-03 13:27 [ko1@a... ] naruse:r35220 (trunk): Revert r35180; the fix break the test. see
23171 2012-04-03 18:36 [ko1@a... ] nobu:r35222 (ruby_1_9_3): merge revision(s) 35221:
23172 2012-04-03 18:36 [ko1@a... ] nobu:r35221 (trunk): * process.c (setreuid, setregid): suppress warnings.
23173 2012-04-03 18:41 [ko1@a... ] nobu:r35223 (trunk): * test/mkmf: remove generated files and ensure nothing left.
23174 2012-04-03 19:03 [ko1@a... ] usa:r35224 (trunk): * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should wait
23175 2012-04-03 23:30 [ko1@a... ] nobu:r35225 (trunk): * test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.
23176 2012-04-03 23:30 [ko1@a... ] nobu:r35226 (trunk): * test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.
23177 2012-04-04 04:25 [ko1@a... ] naruse:r35227 (trunk): * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.
23178 2012-04-04 04:25 [ko1@a... ] svn:r35228 (trunk): * 2012-04-04
23179 2012-04-04 04:30 [ko1@a... ] naruse:r35229 (trunk): Don't call f.close if f is nil or already closed.
23180 2012-04-04 10:34 [ko1@a... ] naruse:r35230 (trunk): * lib/ftp/ftp.rb (Net::FTP#close): ignore exceptions from shutdown and
23181 2012-04-04 11:32 [ko1@a... ] nobu:r35231 (ruby_1_9_3): * ext/-test-/add_suffix/bug.c: make all functions in util.c static
23182 2012-04-04 11:32 [ko1@a... ] svn:r35232 (ruby_1_9_3): * 2012-04-04
23183 2012-04-04 11:34 [ko1@a... ] nobu:r35233 (ruby_1_9_3): * version.h (RUBY_PATCHLEVEL): bump.
23184 2012-04-04 12:21 [ko1@a... ] nobu:r35234 (trunk): fix typo in r35183
23185 2012-04-04 13:01 [ko1@a... ] nobu:r35235 (trunk): * variable.c (mark_global_entry): remove unused variable.
23186 2012-04-04 13:11 [ko1@a... ] naruse:r35236 (trunk): * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.
23187 2012-04-04 16:58 [ko1@a... ] naruse:r35237 (trunk): Sleep 0.5sec to wait the file is written on server.
23188 2012-04-04 18:29 [ko1@a... ] naruse:r35238 (ruby_1_9_3): merge revision(s) 34897,34904,34906,34931:
23189 2012-04-04 21:50 [ko1@a... ] naruse:r35239 (trunk): Use mount_proc to avoid the delay of writing data to files.
23190 2012-04-05 13:26 [ko1@a... ] nobu:r35240 (trunk): * missing/alloca.c (xmalloc, xfree): use ruby version, not
23191 2012-04-05 13:26 [ko1@a... ] svn:r35241 (trunk): * 2012-04-05
23192 2012-04-06 14:28 [ko1@a... ] kazu:r35242 (trunk): * Makefile.in ($(LIBRUBY_A)): fix typo.
23193 2012-04-06 14:28 [ko1@a... ] svn:r35243 (trunk): * 2012-04-06
23194 2012-04-06 16:23 [ko1@a... ] duerst:r35244 (trunk): struct.c (documentation for rb_struct_members_m):
23195 2012-04-07 02:09 [ko1@a... ] tenderlove:r35245 (trunk): * ext/psych/parser.c: fall back to any encoding if the external
23196 2012-04-07 02:09 [ko1@a... ] svn:r35246 (trunk): * 2012-04-07
23197 2012-04-07 03:17 [ko1@a... ] nobu:r35247 (trunk): * enc/unicode/name2ctype.h, tool/transcode-tblgen.rb: revert
23198 2012-04-07 10:29 [ko1@a... ] tenderlove:r35248 (trunk): * ext/psych/lib/psych.rb: bumping up psych version to match release.
23199 2012-04-07 23:10 [ko1@a... ] shirosaki:r35249 (trunk): * test/ruby/test_thread.rb
23200 2012-04-07 23:10 [ko1@a... ] shirosaki:r35250 (trunk): * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of
[前][次][スレッド一覧][上]