summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-11 * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa
2007-04-10 * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa
2007-04-10 * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa
2007-04-10 * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa
2007-04-09 * thread.c (do_select): ubf_select() is not necessary. interrupt isusa
2007-04-09* thread.c (do_select): sorry, typo.usa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-04-08* compile.c (defined_expr): test arguments of NODE_CALL and sonobu
2007-04-06 * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa
2007-04-06* 2007-04-06usa
2007-04-05* ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama
2007-04-05* compile.h (ADD_CATCH_ENTRY): removed temporary variable.nobu
2007-04-05* compile.c (defined_expr): support for assignment.nobu
2007-04-05* ext/openssl/ossl_{pkey_ec,ssl_session,pkcs5}.c: set eol-style.nobu
2007-04-05 * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa
2007-04-05* ext/openssl/ossl_pkcs5.c: New module.technorama
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): refined the message of NotImplementedError.nobu
2007-04-04 * error.c (rb_notimplement): should show the name of this func,usa
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-04* io.c (popen_exec): should not close close-on-exec FDs.nobu
2007-04-03* ext/openssl/ossl_ssl.c: Add documentation.technorama
2007-04-03* ChangeLog: fixed timestamps from commit log.nobu
2007-04-03* ext/openssl/extconf.rb: check for functions added in 1.9.nobu
2007-04-03* ext/openssl/ossl_bn.c: More documentation.technorama
2007-04-03 * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa
2007-04-03 * ext/openssl/ruby_missing.h: need to include version.h to checkusa
2007-04-03* 2007-04-03usa
2007-04-02* ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama
2007-04-02* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-03-30 * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa
2007-03-30Add an entry for the last commit.knu
2007-03-29* 2007-03-30eban
2007-03-29* ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama
2007-03-23 * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa
2007-03-22 * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju
2007-03-22 * win32/Makefile.sub (LIBS): remove an unnecessary library.usa
2007-03-22* 2007-03-22usa
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-03-21 * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-21* bignum.c (rb_big2str0): round up for the most significant digit.nobu
2007-03-21* ext/Win32API/lib/win32/sspi.rb: set properties.nobu
2007-03-20* test/testunit/collector/test_dir.rb: Fixed test/unit tests that ntalbott
2007-03-20* marshal.c (w_extended): erroneous check condition when dumpmatz
2007-03-20 * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju
2007-03-20* distruby.rb: Add zip generation.shyouhei
2007-03-20* eval.c: just minor changes (rdoc).usa