summaryrefslogtreecommitdiff
path: root/ChangeLog
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): 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-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_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-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-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* 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-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 (rb_f_callee_name): add __method__ and __callee__ again.matz
2007-03-20* lib/set.rb: Revise rdoc.knu
2007-03-20* process.c (rb_fork): flush stdouts always before fork(2).nobu
2007-03-19* thread.c (thread_start_func_2): store the result of first_funcnobu
2007-03-19* thread.c (thread_create_core): block is not used if first_funcnobu
2007-03-19* missing/{strlcat,strlcpy}.c, missing.h: new functions.usa
2007-03-19* lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine