aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-0514-57/+246
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-044-20/+25
* * io.c (pipe_open): refined the message of NotImplementedError.nobu2007-04-042-11/+24
* * error.c (rb_notimplement): should show the name of this func,usa2007-04-042-1/+6
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-043-11/+16
* * io.c (popen_exec): should not close close-on-exec FDs.nobu2007-04-042-0/+8
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-032-5/+111
* * ChangeLog: fixed timestamps from commit log.nobu2007-04-031-3/+6
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-033-11/+20
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-037-4/+1477
* * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa2007-04-032-2/+8
* * ext/openssl/ruby_missing.h: need to include version.h to checkusa2007-04-032-2/+9
* * 2007-04-03usa2007-04-031-3/+3
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-025-7/+723
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-0210-21/+138
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-025-12/+17
* * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa2007-03-302-10/+13
* Add an entry for the last commit.knu2007-03-301-1/+11
* * 2007-03-30eban2007-03-291-3/+3
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-299-19/+570
* * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa2007-03-233-51/+58
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-224-53/+49
* * win32/Makefile.sub (LIBS): remove an unnecessary library.usa2007-03-222-1/+5
* * 2007-03-22usa2007-03-221-3/+3
* * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa2007-03-222-0/+15
* * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa2007-03-212-5/+9
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-2115-1032/+561
* * bignum.c (rb_big2str0): round up for the most significant digit.nobu2007-03-213-7/+12
* * ext/Win32API/lib/win32/sspi.rb: set properties.nobu2007-03-211-319/+319
* * test/testunit/collector/test_dir.rb: Fixed test/unit tests that ntalbott2007-03-203-9/+17
* * marshal.c (w_extended): erroneous check condition when dumpmatz2007-03-202-4/+9
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-208-141/+270
* * distruby.rb: Add zip generation.shyouhei2007-03-202-11/+25
* * eval.c: just minor changes (rdoc).usa2007-03-201-2/+2
* * eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz2007-03-202-0/+59
* * lib/set.rb: Revise rdoc.knu2007-03-202-7/+32
* * process.c (rb_fork): flush stdouts always before fork(2).nobu2007-03-202-3/+14
* * thread.c (thread_start_func_2): store the result of first_funcnobu2007-03-192-2/+5
* * thread.c (thread_create_core): block is not used if first_funcnobu2007-03-193-4/+9
* * missing/{strlcat,strlcpy}.c, missing.h: new functions.usa2007-03-199-8/+198
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-192-6/+18
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-1921-58/+57
* * 2007-03-19usa2007-03-191-3/+3
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-192-1/+7
* * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa2007-03-174-12/+23
* * lib/rss, test/rss:kou2007-03-1771-3030/+10239
* * 2007-03-16eban2007-03-161-3/+3
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-162-6/+12
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke2007-03-162-1/+55
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-163-16/+387