[前][次][番号順一覧][上]
ruby-changes:20201-20300
20201 2011-06-27 21:59 [ko1@a... ] kosaki:r32249 (trunk): * thread_pthread.h (rb_global_vm_lock_struct): add volatile to
20202 2011-06-27 22:05 [ko1@a... ] kosaki:r32250 (trunk): * thread_pthread.c (consume_communication_pipe): change return
20203 2011-06-27 22:11 [ko1@a... ] kosaki:r32251 (trunk): * thread_pthread.c (consume_communication_pipe): don't use C99
20204 2011-06-28 00:10 [ko1@a... ] keiju:r32252 (trunk): * lib/irb/workspace.rb: fix BUG#4793.
20205 2011-06-28 00:10 [ko1@a... ] svn:r32253 (trunk): * 2011-06-28
20206 2011-06-28 00:18 [ko1@a... ] seki:r32254 (trunk): fix [Bug #4409]. add DRbServer#here?
20207 2011-06-28 00:42 [ko1@a... ] marcandRe: r32255 (trunk): * random.c: Documentation fix for Random#bytes
20208 2011-06-28 00:42 [ko1@a... ] marcandRe: r32256 (trunk): * NEWS: rand and Random.rand now support range argument #4605
20209 2011-06-28 01:21 [ko1@a... ] keiju:r32257 (trunk): * lib/irb/ruby-lex.rb: fix [Bug #4232].
20210 2011-06-28 01:26 [ko1@a... ] mrkn:r32258 (trunk): * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log from
20211 2011-06-28 03:37 [ko1@a... ] naruse:r32259 (trunk): Temporary hack for SIGILL of miniruby on FreeBSD.
20212 2011-06-28 05:10 [ko1@a... ] nahi:r32260 (trunk): * thread.c (rb_thread_local_aref): RDoc fix. Thread#[] example
20213 2011-06-28 07:51 [ko1@a... ] drbrain:r32261 (trunk): * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does to
20214 2011-06-28 08:38 [ko1@a... ] marcandRe: r32262 (trunk): * dir.c: Make RDoc more precise about order of Dir.glob
20215 2011-06-28 10:20 [ko1@a... ] naruse:r32263 (trunk): * process.c (rb_daemon): fix wrong #endif position.
20216 2011-06-28 11:28 [ko1@a... ] drbrain:r32264 (trunk): * lib/rdoc: Update to RDoc 3.7 (final)
20217 2011-06-28 11:45 [ko1@a... ] drbrain:r32265 (trunk): * lib/rake: Update rake to fix some bugs and hide deprecated features
20218 2011-06-28 11:53 [ko1@a... ] ko1:r32266 (trunk): * thread_pthread.c (consume_communication_pipe):
20219 2011-06-28 11:57 [ko1@a... ] ko1:r32267 (trunk): add a detail comment.
20220 2011-06-28 13:45 [ko1@a... ] usa:r32268 (trunk): * thread_win32.c (native_stop_timer_thread): fixed commit miss of
20221 2011-06-28 15:09 [ko1@a... ] naruse:r32269 (trunk): * lib/benchmark.rb: merge eregon/benchmark.
20222 2011-06-28 19:42 [ko1@a... ] kosaki:r32270 (trunk): * signal.c: Now, USE_TRAP_SIGMASK depend on HAVE_PTHREAD_SIGMASK.
20223 2011-06-28 20:46 [ko1@a... ] nahi:r32271 (trunk): * lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).
20224 2011-06-28 21:52 [ko1@a... ] keiju:r32272 (trunk): * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.
20225 2011-06-28 23:47 [ko1@a... ] keiju:r32273 (trunk): * lib/tracer.rb: count only non-internal libraries in stack trace,
20226 2011-06-29 06:17 [ko1@a... ] ko1:r32274 (trunk): * error.c (rb_async_bug_errno): async-safe bug report function.
20227 2011-06-29 06:17 [ko1@a... ] svn:r32275 (trunk): * 2011-06-29
20228 2011-06-29 06:23 [ko1@a... ] ko1:r32276 (trunk): * thread_pthread.c (native_stop_timer_thread): skip to close
20229 2011-06-29 10:08 [ko1@a... ] marcandRe: r32277 (trunk): * lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Matrix
20230 2011-06-29 10:09 [ko1@a... ] marcandRe: r32278 (trunk): * lib/matrix.rb: Specialize Matrix#find_index to return [row, col]
20231 2011-06-29 10:11 [ko1@a... ] marcandRe: r32279 (trunk): * lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?
20232 2011-06-29 10:13 [ko1@a... ] marcandRe: r32280 (trunk): * lib/matrix.rb: Matrix.zero can build rectangular matrices.
20233 2011-06-29 12:09 [ko1@a... ] drbrain:r32281 (trunk): * math.c: Attach documentation for Math.
20234 2011-06-29 12:36 [ko1@a... ] nobu:r32282 (trunk): * properties.
20235 2011-06-29 14:20 [ko1@a... ] matz:r32283 (trunk): * variable.c (rb_const_get_0): should not look for superclasses if
20236 2011-06-29 21:38 [ko1@a... ] nagachika:r32284 (trunk): * ChangeLog: fix some typos.
20237 2011-06-29 22:20 [ko1@a... ] nagachika:r32285 (trunk): * lib/tracer.rb: Tracer.on only if required by -r command-line option.
20238 2011-06-29 22:51 [ko1@a... ] keiju:r32286 (trunk): * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].
20239 2011-06-29 23:11 [ko1@a... ] eban:r32287 (trunk): * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
20240 2011-06-29 23:22 [ko1@a... ] eban:r32288 (trunk): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
20241 2011-06-29 23:25 [ko1@a... ] eban:r32289 (ruby_1_8): * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.
20242 2011-06-29 23:25 [ko1@a... ] svn:r32290 (ruby_1_8): * 2011-06-29
20243 2011-06-29 23:27 [ko1@a... ] eban:r32291 (ruby_1_8): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
20244 2011-06-29 23:43 [ko1@a... ] eban:r32292 (trunk): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.
20245 2011-06-29 23:44 [ko1@a... ] eban:r32293 (ruby_1_8): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.
20246 2011-06-29 23:47 [ko1@a... ] tadf:r32294 (trunk): * ext/date/date_core.c: avoided using timev.
20247 2011-06-30 00:08 [ko1@a... ] keiju:r32295 (trunk): * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].
20248 2011-06-30 00:08 [ko1@a... ] svn:r32296 (trunk): * 2011-06-30
20249 2011-06-30 00:31 [ko1@a... ] keiju:r32297 (trunk): * lib/cmath.rb: make same exception for Math. fix [Bug #3137].
20250 2011-06-30 00:47 [ko1@a... ] kosaki:r32298 (trunk): * thread.c (rb_thread_run): change RDoc. The old example is buggy
20251 2011-06-30 00:52 [ko1@a... ] kosaki:r32299 (trunk): * thread.c (rb_thread_wakeup): change RDoc sample code. The old
20252 2011-06-30 00:55 [ko1@a... ] kosaki:r32300 (trunk): * thread.c (rb_thread_stop): change RDoc sample code. The old
20253 2011-06-30 01:36 [ko1@a... ] kosaki:r32301 (trunk): * thread.c (thread_s_pass): change RDoc description and remove
20254 2011-06-30 02:36 [ko1@a... ] kosaki:r32302 (trunk): * thread.c (rb_thread_schedule_rec): move interrupt_flag check to
20255 2011-06-30 02:44 [ko1@a... ] kosaki:r32303 (trunk): * thread.c (rb_thread_schedule_limits): minor optimization.
20256 2011-06-30 02:55 [ko1@a... ] kosaki:r32304 (trunk): * thread.c (rb_threadptr_execute_interrupts_common): remove
20257 2011-06-30 06:18 [ko1@a... ] drbrain:r32305 (trunk): * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentation
20258 2011-06-30 06:23 [ko1@a... ] drbrain:r32306 (trunk): * thread.c (ruby_thread_s_pass): Fix typo.
20259 2011-06-30 06:25 [ko1@a... ] naruse:r32307 (trunk): * lib/cmath.rb (CMath.log): second argument: b can be nil.
20260 2011-06-30 06:35 [ko1@a... ] drbrain:r32308 (trunk): * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.
20261 2011-06-30 06:54 [ko1@a... ] nobu:r32309 (trunk): * ChangeLog: garbages.
20262 2011-06-30 06:56 [ko1@a... ] nobu:r32310 (trunk): * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored
20263 2011-06-30 09:20 [ko1@a... ] drbrain:r32311 (trunk): * hash.c: Document ENV
20264 2011-06-30 09:22 [ko1@a... ] drbrain:r32312 (trunk): * lib/cmath.rb: Hide handle_no_method_error from RDoc.
20265 2011-06-30 09:30 [ko1@a... ] drbrain:r32313 (trunk): * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describe
20266 2011-06-30 09:37 [ko1@a... ] drbrain:r32314 (trunk): * lib/weakref.rb: Attach documentation to WeakRef and add missing
20267 2011-06-30 12:13 [ko1@a... ] nagachika:r32315 (trunk): * ChangeLog: fix some typos.
20268 2011-06-30 12:18 [ko1@a... ] naruse:r32316 (trunk): Fix test introduced by r32307.
20269 2011-06-30 12:34 [ko1@a... ] ko1:r32319 (trunk): * thread_pthread.c (rb_thread_create_timer_thread): allocate
20270 2011-06-30 12:36 [ko1@a... ] naruse:r32317 (trunk): Refix test introduced by r32307.
20271 2011-06-30 12:40 [ko1@a... ] naruse:r32318 (trunk): Rerefix test introduced by r32307.
20272 2011-06-30 12:53 [ko1@a... ] shyouhei:r32320 (ruby_1_8_7): merge revision(s) 32289:
20273 2011-06-30 16:31 [ko1@a... ] kazu:r32321 (trunk): fix typos
20274 2011-06-30 17:27 [ko1@a... ] ko1:r32322 (trunk): * thread_pthread.c (ping_signal_thread_list, thread_timer):
20275 2011-06-30 17:37 [ko1@a... ] ko1:r32323 (trunk): * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):
20276 2011-06-30 17:38 [ko1@a... ] ko1:r32324 (trunk): add ref to ticket.
20277 2011-06-30 19:11 [ko1@a... ] ko1:r32325 (trunk): * thread_pthread.c (thread_timer): ignore unknown errno.
20278 2011-06-30 20:05 [ko1@a... ] tadf:r32326 (trunk): * ext/date/date_core.c: modified doc.
20279 2011-06-30 20:13 [ko1@a... ] nobu:r32327 (trunk): * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].
20280 2011-06-30 20:35 [ko1@a... ] nobu:r32328 (trunk): * test/ruby/test_rand.rb (test_random_bytes): fold mysteriously
20281 2011-06-30 20:38 [ko1@a... ] tadf:r32329 (trunk): * ext/date/date_core.c: trivial changes.
20282 2011-06-30 20:54 [ko1@a... ] nobu:r32330 (trunk): * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.
20283 2011-06-30 20:56 [ko1@a... ] nobu:r32331 (trunk): * property.
20284 2011-06-30 21:18 [ko1@a... ] tadf:r32332 (trunk): * ext/date/date_core.c (m_ajd): refers a constant.
20285 2011-06-30 21:32 [ko1@a... ] kanemoto:r32333 (trunk): configure.in: Add warnflags for XL/C on AIX during configure
20286 2011-06-30 22:35 [ko1@a... ] ko1:r32334 (trunk): * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event
20287 2011-06-30 22:36 [ko1@a... ] ko1:r32335 (trunk): add an issue number.
20288 2011-06-30 22:39 [ko1@a... ] ko1:r32336 (trunk): * benchmark/bm_vm2_defined_method.rb: added to measure performance of
20289 2011-06-30 23:49 [ko1@a... ] emboss:r32337 (trunk): * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.
20290 2011-06-30 23:54 [ko1@a... ] mrkn:r32338 (trunk): * misc/ruby-mode.el (ruby-indent-beg-re): Fix broken regular
20291 2011-07-01 03:24 [ko1@a... ] tadf:r32339 (trunk): * ext/date/date_core.c: mathn still alive (should die soon).
20292 2011-07-01 03:25 [ko1@a... ] svn:r32340 (trunk): * 2011-07-01
20293 2011-07-01 03:32 [ko1@a... ] tadf:r32341 (trunk): typo
20294 2011-07-01 03:34 [ko1@a... ] matz:r32342 (trunk): * class.c (Init_class_hierarchy): should name BasicObject
20295 2011-07-01 03:49 [ko1@a... ] tadf:r32343 (trunk): reedited previous commit
20296 2011-07-01 05:20 [ko1@a... ] nobu:r32344 (trunk): * sytle fixes.
20297 2011-07-01 07:29 [ko1@a... ] ko1:r32345 (trunk): * thread.c (rb_threadptr_check_signal): only wake up main thread.
20298 2011-07-01 08:03 [ko1@a... ] nobu:r32346 (trunk): * error.c, thread_pthread.c (WRITE_CONST): suppress warnings
20299 2011-07-01 08:23 [ko1@a... ] ko1:r32347 (trunk): * vm_insnhelper.c (vm_getivar): check vm state version
20300 2011-07-01 11:08 [ko1@a... ] kosaki:r32348 (trunk): * thread.c (do_select): fix memory leak.
[前][次][番号順一覧][上]