[前][次][番号順一覧][上]
ruby-changes:19101-19200
19101 2011-03-21 11:23 [ko1@a... ] Ruby:r31140 (trunk): * lib/test/unit.rb: Refactoring. Unified if and elsif.
19102 2011-03-22 09:22 [ko1@a... ] Ruby:r31141 (trunk): * enc/utf_16le.c: surpress warning: shorten-64-to-32.
19103 2011-03-22 09:23 [ko1@a... ] Ruby:r31142 (trunk): * lib/test/unit/parallel.rb: remove unused variable.
19104 2011-03-22 09:24 [ko1@a... ] Ruby:r31143 (trunk): * ext/date/date_core.c: surpress warning: shorten-64-to-32.
19105 2011-03-22 09:25 [ko1@a... ] Ruby:r31144 (trunk): * ext/date/date_strftime.c (date_strftime_wo_timespec):
19106 2011-03-22 09:26 [ko1@a... ] Ruby:r31145 (trunk): * 2011-03-22
19107 2011-03-22 10:09 [ko1@a... ] Ruby:r31146 (trunk): * numeric.c (flo_round): use pow instead of while-loop. fixes #4510
19108 2011-03-22 10:59 [ko1@a... ] Ruby:r31147 (trunk): * test/runner.rb: set Gem::TestCase's @@project_dir.
19109 2011-03-22 13:39 [ko1@a... ] Ruby:r31148 (trunk): * ext/openssl/lib/openssl/buffering.rb: removed circular require of
19110 2011-03-22 20:14 [ko1@a... ] Ruby:r31149 (trunk): * ext/openssl/ruby_missing.h: parenthesize macro arguments.
19111 2011-03-22 20:16 [ko1@a... ] Ruby:r31150 (trunk): * ext/psych/parser.c: parenthesize macro arguments.
19112 2011-03-22 21:20 [ko1@a... ] Ruby:r31151 (trunk): * lib/rubygems/test_case.rb: save current dir to @current_dir
19113 2011-03-23 00:05 [ko1@a... ] Ruby:r31152 (trunk): * win32/win32.c: wait process real termination after reading
19114 2011-03-23 00:06 [ko1@a... ] Ruby:r31153 (trunk): * 2011-03-23
19115 2011-03-23 00:27 [ko1@a... ] Ruby:r31154 (trunk): * win32/win32.c: fix r31152 (dup line)
19116 2011-03-23 08:25 [ko1@a... ] Ruby:r31155 (trunk): * ruby.c (add_gems): remove unused variable.
19117 2011-03-23 08:25 [ko1@a... ] Ruby:r31156 (trunk): * ruby.c (proc_options): remove an experimental featuRe: --require
19118 2011-03-23 08:26 [ko1@a... ] Ruby:r31157 (trunk): * ruby.c (proc_options): remove an experimental featuRe: --gem option.
19119 2011-03-23 08:27 [ko1@a... ] Ruby:r31158 (trunk): * numeric.c (flo_round): fix inaccurate results.
19120 2011-03-23 21:10 [ko1@a... ] Ruby:r31159 (trunk): * ext/readline/readline.c: parenthesize macro arguments.
19121 2011-03-24 01:55 [ko1@a... ] Ruby:r31160 (trunk): fix typos and remove trailing spaces
19122 2011-03-24 01:56 [ko1@a... ] Ruby:r31161 (trunk): * 2011-03-24
19123 2011-03-24 10:25 [ko1@a... ] Ruby:r31162 (trunk): * ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,
19124 2011-03-24 10:26 [ko1@a... ] Ruby:r31163 (trunk): * ext/io/console/console.c (console_set_winsize):
19125 2011-03-24 13:49 [ko1@a... ] Ruby:r31164 (trunk): * ext/openssl/ossl_x509name.c: id_aref's type is ID.
19126 2011-03-24 13:50 [ko1@a... ] Ruby:r31165 (trunk): * ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT because
19127 2011-03-24 16:29 [ko1@a... ] Ruby:r31166 (trunk): * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.
19128 2011-03-24 22:49 [ko1@a... ] Ruby:r31167 (trunk): * ext/sdbm/_sdbm.c: parenthesize macro arguments.
19129 2011-03-24 23:03 [ko1@a... ] Ruby:r31168 (trunk): * test/ruby/test_defined.rb (TestDefined#test_defined): get rid of
19130 2011-03-24 23:05 [ko1@a... ] Ruby:r31169 (trunk): * variable.c (rb_const_defined_0): fix autoloading base.
19131 2011-03-24 23:06 [ko1@a... ] Ruby:r31170 (trunk): * vm_insnhelper.c (vm_get_ev_const): should not autoload in
19132 2011-03-24 23:41 [ko1@a... ] Ruby:r31171 (trunk): * test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):
19133 2011-03-25 01:18 [ko1@a... ] Ruby:r31172 (trunk): fix typos
19134 2011-03-25 01:19 [ko1@a... ] Ruby:r31173 (trunk): * 2011-03-25
19135 2011-03-25 11:50 [ko1@a... ] Ruby:r31174 (trunk): * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently on
19136 2011-03-25 15:47 [ko1@a... ] Ruby:r31175 (trunk): * ext/nkf/nkf-utf8/nkf.c: import nkf 7f18e30.
19137 2011-03-25 15:48 [ko1@a... ] Ruby:r31176 (trunk): * ext/sdbm/_sdbm.c (sdbm_open): use size_t.
19138 2011-03-25 20:07 [ko1@a... ] Ruby:r31177 (trunk): Use LOG_PID instead of LOG_PERROR in Syslog.open test
19139 2011-03-25 20:10 [ko1@a... ] Ruby:r31179 (trunk): ChangeLog for it
19140 2011-03-25 20:10 [ko1@a... ] Ruby:r31178 (trunk): Skip syslog tests that rely on LOG_PERROR unless it's defined
19141 2011-03-25 21:56 [ko1@a... ] Ruby:r31180 (trunk): * ext/sdbm/init.c: parenthesize macro arguments.
19142 2011-03-25 22:01 [ko1@a... ] Ruby:r31181 (trunk): * ext/date/date_core.c: should not force cast with macros.
19143 2011-03-26 05:31 [ko1@a... ] Ruby:r31182 (trunk): time(3)'s argument and return value is time_t.
19144 2011-03-26 05:31 [ko1@a... ] Ruby:r31183 (trunk): * ext/date/lib/date/format.rb (DateTime#strftime): removed because
19145 2011-03-26 05:31 [ko1@a... ] Ruby:r31184 (trunk): * 2011-03-26
19146 2011-03-26 15:23 [ko1@a... ] Ruby:r31185 (trunk): * ext/socket/getaddrinfo.c: parenthesize macro arguments.
19147 2011-03-27 11:23 [ko1@a... ] Ruby:r31186 (trunk): * ext/date/date_core.c: removed unused variables.
19148 2011-03-27 11:24 [ko1@a... ] Ruby:r31187 (trunk): * 2011-03-27
19149 2011-03-27 15:46 [ko1@a... ] Ruby:r31188 (trunk): * misc/ruby-mode.el: suppress warnings at byte compile. fixes
19150 2011-03-27 17:02 [ko1@a... ] Ruby:r31189 (trunk): * misc/ruby-mode.el (ruby-mode-map): remove unnecessary
19151 2011-03-27 23:19 [ko1@a... ] Ruby:r31190 (trunk): * ext/socket/ipsocket.c: parenthesize macro arguments.
19152 2011-03-28 11:07 [ko1@a... ] Ruby:r31191 (trunk): * common.mk (love): all you need is love.
19153 2011-03-28 11:24 [ko1@a... ] Ruby:r31192 (trunk): * 2011-03-28
19154 2011-03-28 11:24 [ko1@a... ] Ruby:r31193 (trunk): * ext/extmk.rb: set MFLAGS from MAKEFLAGS when using nmake.
19155 2011-03-28 11:52 [ko1@a... ] Ruby:r31194 (trunk): * ext/date/date_core.c (date_s_today): use int for year.
19156 2011-03-28 17:11 [ko1@a... ] Ruby:r31195 (trunk): Fix test.
19157 2011-03-28 22:38 [ko1@a... ] Ruby:r31196 (ruby_1_9_2): merges r30725 from trunk into ruby_1_9_2.
19158 2011-03-28 22:39 [ko1@a... ] Ruby:r31197 (ruby_1_9_2): merges r30727 and r30731 from trunk into ruby_1_9_2.
19159 2011-03-28 22:40 [ko1@a... ] Ruby:r31198 (ruby_1_9_2): * 2011-03-28
19160 2011-03-28 22:41 [ko1@a... ] Ruby:r31199 (ruby_1_9_2): merges r30733 from trunk into ruby_1_9_2.
19161 2011-03-28 22:42 [ko1@a... ] Ruby:r31200 (ruby_1_9_2): merges r30736,r30738 and r30739 from trunk into ruby_1_9_2.
19162 2011-03-28 22:43 [ko1@a... ] Ruby:r31201 (ruby_1_9_2): merges r30741 from trunk into ruby_1_9_2.
19163 2011-03-28 22:44 [ko1@a... ] Ruby:r31202 (ruby_1_9_2): merges r30743 from trunk into ruby_1_9_2.
19164 2011-03-28 22:45 [ko1@a... ] Ruby:r31203 (ruby_1_9_2): merges r30763 from trunk into ruby_1_9_2.
19165 2011-03-28 22:46 [ko1@a... ] Ruby:r31204 (ruby_1_9_2): merges r30772,r30773 and r30776 from trunk into ruby_1_9_2.
19166 2011-03-29 01:52 [ko1@a... ] Ruby:r31205 (trunk): * test/webrick/test_filehandler.rb (test_short_filename):
19167 2011-03-29 01:53 [ko1@a... ] Ruby:r31206 (trunk): * 2011-03-29
19168 2011-03-29 05:20 [ko1@a... ] Ruby:r31207 (trunk): * ext/socket/raddrinfo.c: parenthesize macro arguments.
19169 2011-03-29 10:30 [ko1@a... ] Ruby:r31208 (trunk): * test/webrick/test_filehandler.rb
19170 2011-03-29 21:56 [ko1@a... ] Ruby:r31209 (trunk): * string.c (rb_String): Kernel#String should call to_str before to_s.
19171 2011-03-29 22:01 [ko1@a... ] Ruby:r31210 (trunk): * fix a typo in ChangeLog
19172 2011-03-30 00:29 [ko1@a... ] Ruby:r31211 (trunk): * ext/stringio/stringio.c: parenthesize macro arguments.
19173 2011-03-30 00:30 [ko1@a... ] Ruby:r31212 (trunk): * 2011-03-30
19174 2011-03-30 12:39 [ko1@a... ] Ruby:r31213 (trunk): converting require_relative to just regular requires
19175 2011-03-30 12:55 [ko1@a... ] Ruby:r31214 (trunk): fixing syntax error in 1.8
19176 2011-03-30 14:38 [ko1@a... ] Ruby:r31215 (trunk): * vm_insnhelper.h (COPY_CREF): should copy
19177 2011-03-30 22:49 [ko1@a... ] Ruby:r31216 (trunk): * ext/date: use timev.h in toplevel.
19178 2011-03-30 22:54 [ko1@a... ] Ruby:r31217 (trunk): * misc/ruby-mode.el (ruby-move-to-block): move to opening of
19179 2011-03-30 22:55 [ko1@a... ] Ruby:r31218 (trunk): * misc/ruby-mode.el (ruby-toggle-block): toggle do/end and {}.
19180 2011-03-31 14:54 [ko1@a... ] Ruby:r31219 (trunk): * eval.c (rb_mod_s_constants): should ignore crefs with
19181 2011-03-31 14:55 [ko1@a... ] Ruby:r31220 (trunk): * 2011-03-31
19182 2011-03-31 16:52 [ko1@a... ] Ruby:r31221 (trunk): * vm_insnhelper.c (vm_get_ev_const): search root cref properly.
19183 2011-03-31 18:07 [ko1@a... ] Ruby:r31222 (trunk): * vm_insnhelper.c (vm_get_ev_const): should ignore crefs with
19184 2011-03-31 20:42 [ko1@a... ] Ruby:r31223 (trunk): * ext/strscan/strscan.c: parenthesize macro arguments.
19185 2011-03-31 23:15 [ko1@a... ] Ruby:r31224 (trunk): * misc/ruby-mode.el (ruby-brace-to-do-end, ruby-do-end-to-brace):
19186 2011-04-01 00:12 [ko1@a... ] Ruby:r31225 (trunk): * ChangeLog: fix typo of r31205
19187 2011-04-01 00:16 [ko1@a... ] Ruby:r31226 (trunk): * 2011-04-01
19188 2011-04-01 13:19 [ko1@a... ] Ruby:r31227 (trunk): * vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1
19189 2011-04-01 19:02 [ko1@a... ] Ruby:r31228 (trunk): Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
19190 2011-04-01 22:26 [ko1@a... ] Ruby:r31229 (trunk): * ext/syslog/syslog.c: parenthesize macro arguments.
19191 2011-04-03 21:24 [ko1@a... ] Ruby:r31230 (trunk): * io.c (io_reopen): IO#close releases GVL if possible.
19192 2011-04-03 21:25 [ko1@a... ] Ruby:r31231 (trunk): * 2011-04-03
19193 2011-04-03 21:35 [ko1@a... ] Ruby:r31232 (trunk): * configure.in: disable fdatasync again on Mac OS X.
19194 2011-04-03 22:10 [ko1@a... ] Ruby:r31233 (trunk): * ext/zlib/zlib.c: parenthesize macro arguments.
19195 2011-04-03 22:58 [ko1@a... ] Ruby:r31234 (trunk): * ext/syslog/syslog.c: improve rdoc.
19196 2011-04-04 11:51 [ko1@a... ] Ruby:r31235 (trunk): * test/test_tempfile.rb: simply ignore platform depedent testcases
19197 2011-04-04 11:59 [ko1@a... ] Ruby:r31236 (trunk): * 2011-04-04
19198 2011-04-04 21:44 [ko1@a... ] Ruby:r31237 (trunk): * io.c (rb_io_syswrite): While local FS writes are usually
19199 2011-04-04 22:11 [ko1@a... ] Ruby:r31238 (trunk): * ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL if
19200 2011-04-05 13:05 [ko1@a... ] Ruby:r31239 (trunk): fix a typo
[前][次][番号順一覧][上]