[前][次][スレッド一覧][上]
ruby-cvs:19301-19400
19301 2007-03-14 14:35 [matz at ruby-lang.or] Ruby:r12065: * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is
19302 2007-03-14 14:39 [matz at ruby-lang.or] Ruby:r12066: * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is
19303 2007-03-16 16:21 [knu at ruby-lang.org] Ruby:r12067: * test/thread/test_thread.rb: Add a test script for the
19304 2007-03-16 16:27 [knu at ruby-lang.org] Ruby:r12068: * ext/thread/thread.c (wait_condvar, lock_mutex): Fix a problem
19305 2007-03-16 16:36 [knu at ruby-lang.org] Ruby:r12069: * ext/thread/thread.c (unlock_mutex_inner): Make sure that
19306 2007-03-16 16:53 [eban at ruby-lang.or] Ruby:r12070: *
19307 2007-03-16 18:47 [shyouhei at ruby-lan] Ruby:r12072: * merge -c
19308 2007-03-16 18:47 [shyouhei at ruby-lan] Ruby:r12073: * add tag
19309 2007-03-16 18:36 [knu at ruby-lang.org] Ruby:r12071: * ext/etc/etc.c (etc_getgrgid): Fix a bug in
19310 2007-03-16 19:07 [shyouhei at ruby-lan] Ruby:r12074: * merge -c
19311 2007-03-16 19:08 [shyouhei at ruby-lan] Ruby:r12075: * add tag
19312 2007-03-16 19:08 [shyouhei at ruby-lan] Ruby:r12076: * add tag
19313 2007-03-16 20:31 [shyouhei at ruby-lan] Ruby:r12077: * merge -r
19314 2007-03-16 20:31 [shyouhei at ruby-lan] Ruby:r12078: * add tag
19315 2007-03-16 20:53 [shyouhei at ruby-lan] Ruby:r12079: * merge -c
19316 2007-03-16 21:52 [knu at ruby-lang.org] Ruby:r12080: * ext/dl/dl.c (rb_ary2cary): Fix a bug in type
19317 2007-03-16 22:17 [aamine at ruby-lang.] Ruby:r12081: * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin
19318 2007-03-16 22:24 [suke at ruby-lang.or] Ruby:r12082: * ext/win32ole/win32ole.c: add
19319 2007-03-16 22:32 [aamine at ruby-lang.] Ruby:r12083: * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY_NONE because most POPS server does not have true
19320 2007-03-16 22:35 [eban at ruby-lang.or] Ruby:r12084: *
19321 2007-03-17 15:01 [ttate at ruby-lang.o] Ruby:r12085: fixed the problem reported in
19322 2007-03-17 15:18 [eban at ruby-lang.or] Ruby:r12086: *
19323 2007-03-17 19:13 [kou at ruby-lang.org] Ruby:r12087: * lib/rss,
19324 2007-03-18 04:28 [knu at ruby-lang.org] Ruby:r12088: * NEWS: Add a note about the new `date' library
19325 2007-03-18 08:42 [usa at ruby-lang.org] Ruby:r12089: * win32/dir.h, win32/win32.c (rb_w32_opendir,
19326 2007-03-18 13:02 [eban at ruby-lang.or] Ruby:r12090: *
19327 2007-03-19 11:27 [aamine at ruby-lang.] Ruby:r12091: * lib/net/protocol.rb (rbuf_read): extend buffer size for
19328 2007-03-19 11:39 [aamine at ruby-lang.] Ruby:r12092: * lib/net/protocol.rb (rbuf_read): extend buffer size for
19329 2007-03-19 12:22 [usa at ruby-lang.org] Ruby:r12093: *
19330 2007-03-19 12:22 [usa at ruby-lang.org] Ruby:r12094: *
19331 2007-03-19 12:58 [matz at ruby-lang.or] Ruby:r12095: * regparse.c, etc.: K&R to ANSI code cleanup patch from
19332 2007-03-19 14:39 [matz at ruby-lang.or] Ruby:r12096: * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting
19333 2007-03-19 16:43 [shyouhei at ruby-lan] Ruby:r12097: * merge -c
19334 2007-03-19 16:44 [shyouhei at ruby-lan] Ruby:r12098: * add tag
19335 2007-03-19 16:45 [shyouhei at ruby-lan] Ruby:r12099: * add tag
19336 2007-03-19 17:01 [usa at ruby-lang.org] Ruby:r12100: * missing/{strlcat,strlcpy}.c, missing.h: new
19337 2007-03-20 01:02 [nobu at ruby-lang.or] Ruby:r12101: * thread.c (thread_create_core): block is not used if
19338 2007-03-20 01:38 [nobu at ruby-lang.or] Ruby:r12102: * thread.c (thread_start_func_2): store the result of
19339 2007-03-20 09:12 [nobu at ruby-lang.or] Ruby:r12103: * process.c (rb_fork): flush stdouts always before
19340 2007-03-20 11:09 [knu at ruby-lang.org] Ruby:r12104: * lib/set.rb: Revise
19341 2007-03-20 11:29 [knu at ruby-lang.org] Ruby:r12105: * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting
19342 2007-03-20 11:29 [knu at ruby-lang.org] Ruby:r12106:
19343 2007-03-20 16:21 [matz at ruby-lang.or] Ruby:r12107: * eval.c (rb_f_callee_name): add __method__ and __callee__
19344 2007-03-20 16:35 [usa at ruby-lang.org] Ruby:r12108: * eval.c: just minor changes (rdoc).
19345 2007-03-20 16:37 [shyouhei at ruby-lan] Ruby:r12109: * distruby.rb: Add zip generation.
19346 2007-03-20 21:38 [keiju at ruby-lang.o] Ruby:r12110: * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.
19347 2007-03-20 23:00 [matz at ruby-lang.or] Ruby:r12111: * marshal.c (w_extended): erroneous check condition when dump
19348 2007-03-20 23:08 [matz at ruby-lang.or] Ruby:r12112: * marshal.c (w_extended): erroneous check condition when dump
19349 2007-03-21 07:26 [knu at ruby-lang.org] Ruby:r12113: * ext/thread/thread.c (remove_one): Preserve List invariants;
19350 2007-03-21 08:29 [ntalbott at ruby-lan] Ruby:r12114: * test/testunit/collector/test_dir.rb: Fixed test/unit tests that
19351 2007-03-21 11:27 [nobu at ruby-lang.or] Ruby:r12115: * ext/Win32API/lib/win32/sspi.rb: set properties.
19352 2007-03-21 17:04 [nobu at ruby-lang.or] Ruby:r12116: * bignum.c (rb_big2str0): round up for the most significant digit.
19353 2007-03-21 20:15 [ko1 at ruby-lang.org] Ruby:r12117: * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,
19354 2007-03-21 20:38 [usa at ruby-lang.org] Ruby:r12118: * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.
19355 2007-03-22 10:28 [usa at ruby-lang.org] Ruby:r12119: * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.
19356 2007-03-22 10:28 [usa at ruby-lang.org] Ruby:r12120: * 2007-03-22
19357 2007-03-22 10:29 [usa at ruby-lang.org] Ruby:r12121: * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.
19358 2007-03-22 13:32 [usa at ruby-lang.org] Ruby:r12122: * win32/Makefile.sub (LIBS): remove an unnecessary library.
19359 2007-03-22 23:12 [nobu at ruby-lang.or] Ruby:r12123: * eval.c (rb_provided): check for extension library if SOEXT is
19360 2007-03-23 00:25 [keiju at ruby-lang.o] Ruby:r12124: * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).
19361 2007-03-23 11:30 [usa at ruby-lang.org] Ruby:r12125: * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,
19362 2007-03-24 01:53 [nobu at ruby-lang.or] Ruby:r12126: * eval.c (ruby_cleanup): exit by SystemExit and SignalException in END
19363 2007-03-24 23:40 [nobu at ruby-lang.or] Ruby:r12127: * node.h (struct rb_thread.locals): explicit as struct.
19364 2007-03-30 02:29 [technorama at ruby-l] Ruby:r12128: * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Documentation for various methods.
19365 2007-03-30 02:32 [eban at ruby-lang.or] Ruby:r12129: * 2007-03-30
19366 2007-03-30 11:08 [knu at ruby-lang.org] Ruby:r12130: Add an entry for the last commit.
19367 2007-03-30 11:50 [usa at ruby-lang.org] Ruby:r12131: * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported by
19368 2007-04-02 21:54 [nobu at ruby-lang.or] Ruby:r12132: * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed
19369 2007-04-03 04:00 [technorama at ruby-l] Ruby:r12133: * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.
19370 2007-04-03 07:10 [technorama at ruby-l] Ruby:r12134: * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},
19371 2007-04-03 09:14 [usa at ruby-lang.org] Ruby:r12135: * 2007-04-03
19372 2007-04-03 09:37 [usa at ruby-lang.org] Ruby:r12136: * ext/openssl/ruby_missing.h: need to include version.h to check
19373 2007-04-03 15:48 [usa at ruby-lang.org] Ruby:r12137: * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as
19374 2007-04-03 15:50 [usa at ruby-lang.org] Ruby:r12138: * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as
19375 2007-04-03 16:02 [technorama at ruby-l] Ruby:r12139: * ext/openssl/ossl_bn.c: More documentation.
19376 2007-04-03 16:21 [nobu at ruby-lang.or] Ruby:r12140: * ext/openssl/extconf.rb: check for functions added in 1.9.
19377 2007-04-03 16:30 [nobu at ruby-lang.or] Ruby:r12141: * ChangeLog: fixed timestamps from commit log.
19378 2007-04-04 03:29 [technorama at ruby-l] Ruby:r12142: * ext/openssl/ossl_ssl.c: Add documentation.
19379 2007-04-04 10:00 [nobu at ruby-lang.or] Ruby:r12143: * io.c (popen_exec): should not close close-on-exec FDs.
19380 2007-04-04 10:17 [nobu at ruby-lang.or] Ruby:r12144: * io.c (pipe_open): raise NotImplementedError for command "-" on
19381 2007-04-04 12:29 [usa at ruby-lang.org] Ruby:r12145: * error.c (rb_notimplement): should show the name of this func,
19382 2007-04-04 17:08 [nobu at ruby-lang.or] Ruby:r12146: * io.c (pipe_open): refined the message of NotImplementedError.
19383 2007-04-05 00:42 [nobu at ruby-lang.or] Ruby:r12147: * error.c (rb_notimplement), io.c (pipe_open): removed definite
19384 2007-04-05 14:59 [technorama at ruby-l] Ruby:r12148: * ext/openssl/ossl_pkcs5.c: New module.
19385 2007-04-05 15:13 [usa at ruby-lang.org] Ruby:r12149: * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): should
19386 2007-04-05 15:58 [nobu at ruby-lang.or] Ruby:r12150: * ext/openssl/ossl_{pkey_ec,ssl_session,pkcs5}.c: set eol-style.
19387 2007-04-05 17:58 [nobu at ruby-lang.or] Ruby:r12151: * compile.c (defined_expr): support for assignment.
19388 2007-04-05 18:00 [nobu at ruby-lang.or] Ruby:r12152: * compile.h (ADD_CATCH_ENTRY): removed temporary variable.
19389 2007-04-06 04:03 [technorama at ruby-l] Ruby:r12153: * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:
19390 2007-04-06 10:30 [usa at ruby-lang.org] Ruby:r12154: * 2007-04-06
19391 2007-04-06 10:58 [usa at ruby-lang.org] Ruby:r12155: * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid of
19392 2007-04-08 13:27 [nobu at ruby-lang.or] Ruby:r12156: * compile.c (defined_expr): test arguments of NODE_CALL and so
19393 2007-04-09 09:28 [shugo at ruby-lang.o] Ruby:r12157: * lib/net/imap.rb (disconnect): call shutdown for
19394 2007-04-09 09:29 [shugo at ruby-lang.o] Ruby:r12158: * lib/net/imap.rb (disconnect): call shutdown for
19395 2007-04-09 18:29 [usa at ruby-lang.org] Ruby:r12159: * thread.c (do_select): use ubf_select() as UBF on windows.
19396 2007-04-09 18:30 [usa at ruby-lang.org] Ruby:r12160: * thread.c (do_select): sorry, typo.
19397 2007-04-09 18:49 [usa at ruby-lang.org] Ruby:r12162: * thread.c (do_select): ubf_select() is not necessary. interrupt is
19398 2007-04-09 18:37 [eban at ruby-lang.or] Ruby:r12161: * 2007-04-09
19399 2007-04-10 15:53 [usa at ruby-lang.org] Ruby:r12163: * thread_pthread.ci (native_thread_create): initialize sleep_cond.
19400 2007-04-10 16:16 [usa at ruby-lang.org] Ruby:r12164: * thread_win32.ci (w32_wait_events): check whether interrupt_event is
[前][次][スレッド一覧][上]