summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * error.c (rb_notimplement): should show the name of this func,usa2007-04-041-0/+5
| | | | | | | | not callee. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-041-1/+4
| | | | | | | platforms where fork(2) is not available. [ruby-dev:30681] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (popen_exec): should not close close-on-exec FDs.nobu2007-04-041-0/+5
| | | | | | | [ruby-dev:30679] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-031-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: fixed timestamps from commit log.nobu2007-04-031-3/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-031-0/+7
| | | | | | | | * ext/openssl/ruby_missing.h: check per features instead by checking version code. [ruby-core:10845] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-031-0/+5
| | | | | | | | * ext/openssl/lib/ossl_{pkey,pkey_ec}.[ch]: Add elliptic curves. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa2007-04-031-0/+6
| | | | | | | | | windows) doesn't set fromlen if the socket is connection-oriented. reported by Bram Whillock in [ruby-core:10512] [ruby-Bugs#9061] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ruby_missing.h: need to include version.h to checkusa2007-04-031-0/+5
| | | | | | | | RUBY_VERSION_CODE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-021-0/+7
| | | | | | | | | | ext/openssl/lib/openssl/lib/openssl/ssl.rb: New SSL::Session class. Add session cb's, getter/setters, config, and statistics methods. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-0/+11
| | | | | | | | | | | | * ext/openssl/ossl_hmac.c Add reset method. * ext/openssl/ossl_cipher.c (Cipher#update) Take additional buffer argument. * ext/openssl/{ossl_bio.c,ossl_ssl.c,ruby_missing.h} compatibility with 1.8. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-0/+5
| | | | | | | typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa2007-03-301-0/+8
| | | | | | | | | | | wanabe [ruby-dev:30672] * win32/win32.c (init_env, insert, rb_w32_get_environ): use strdup instead of malloc + strlcpy. suggested by nobu [ruby-dev:30673] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add an entry for the last commit.knu2007-03-301-1/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa2007-03-231-1/+11
| | | | | | | | | | | | | rb_w32_opendir, rb_w32_readdir, rb_w32_strerror, rb_w32_stati64, rb_w32_get_environ): use strlcpy() and strlcat(). * win32/win32.c (rb_w32_opendir): use realloc() instead of xrealloc(). * win32/win32.c (rb_w32_closedir): check NULL before free pointers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (LIBS): remove an unnecessary library.usa2007-03-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa2007-03-221-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa2007-03-211-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-0/+11
| | | | | | | | | | | | | proc.c, vm.c, vm_macro.def, vm_macro.def, yarvcore.c, yarvcore.h, debug.c, debug.h: merge half-baked-1.9 changes. The biggest change is to change node structure around NODE_SCOPE, NODE_ARGS. Every scope (method/class/block) has own NODE_SCOPE node and NODE_ARGS represents more details of arguments information. I'll write a document about detail of node structure. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bignum.c (rb_big2str0): round up for the most significant digit.nobu2007-03-211-0/+5
| | | | | | | [ruby-core:10686] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/testunit/collector/test_dir.rb: Fixed test/unit tests that ntalbott2007-03-201-0/+8
| | | | | | | | | | were breaking due to Module#public_instance_methods now returning a Symbol instead of a String. * test/testunit/collector/test_objectspace.rb: Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (w_extended): erroneous check condition when dumpmatz2007-03-201-0/+5
| | | | | | method is defined. [ruby-core:10646] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * distruby.rb: Add zip generation.shyouhei2007-03-201-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz2007-03-201-0/+5
| | | | | | __callee__ need to rework to adopt YARV. [ruby-core:10671] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/set.rb: Revise rdoc.knu2007-03-201-0/+8
| | | | | | | | | * lib/set.rb (Set#freeze, Set#taint, Set#untaint): Implement Set#freeze, Set#taint, and Set#untaint; requested by: Dan Hutchings <dan AT moltoagitato.com> in [ruby-bugs:PR#9359]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_fork): flush stdouts always before fork(2).nobu2007-03-201-0/+5
| | | | | | | fixed: [ruby-dev:30612] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (thread_start_func_2): store the result of first_funcnobu2007-03-191-1/+4
| | | | | | | as well as first_proc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (thread_create_core): block is not used if first_funcnobu2007-03-191-0/+5
| | | | | | | is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * missing/{strlcat,strlcpy}.c, missing.h: new functions.usa2007-03-191-0/+10
| | | | | | | | | | | * LEGAL: add copyright notice about above files. * configure.in: check whether strlcat and strlcpy are exist or not. * {bcc32,win32,wince}/Makefile.sub: use above files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-191-0/+6
| | | | | | | the Gauss-Jordan algorithm, making it stable. a patch from Peter Vanbroekhoven. [ruby-core:10641] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-0/+5
| | | | | | Huehner <stefan at huehner.org>. [ruby-core:10543] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa2007-03-171-0/+5
| | | | | | | rb_w32_closedir): get rid of possible buffer-overflows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss, test/rss:kou2007-03-171-0/+7
| | | | | | | | | - supported Atom. - bumped version 0.1.6 to 0.1.7. * sample/rss/convert.rb: added new sample. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to ↵aamine2007-03-161-0/+6
| | | | | | VERIFY_NONE because most POPS server does not have true certification. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke2007-03-161-0/+5
| | | | | | | a little bit supporting ActiveX control. [ruby-talk:241188] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-0/+7
| | | | | | | * ext/Win32API/lib/win32/sspi.rb: new file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-141-0/+5
| | | | | | treated as ("-0.31") not as ("0.31"). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju2007-03-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (clear-installed-list): separated from install-prereq.nobu2007-03-131-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo2007-03-121-0/+5
| | | | | | | Thanks, Keiju ISHITSUKA. [ruby-dev:30507] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-0/+6
| | | | | | | | assumption any more; submitted by MIYASAKA Masaru <alkaid AT coral.ocn.ne.jp> in [ruby-dev:30537]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | externally defined modules; submitted by Technorama Ltd. <oss-ruby AT technorama.net> in [ruby-bugs:PR#4704]. * ext/openssl/ossl_bn.c (Init_ossl_bn): Ditto. * ext/openssl/ossl_cipher.c (Init_ossl_cipher): Ditto. * ext/openssl/ossl_digest.c (Init_ossl_digest): Ditto. * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Ditto. * ext/openssl/ossl_pkey.c (Init_ossl_pkey): Ditto. * ext/openssl/ossl_pkey_dh.c (Init_ossl_dh): Ditto. * ext/openssl/ossl_pkey_dsa.c (Init_ossl_dsa): Ditto. * ext/openssl/ossl_pkey_rsa.c (Init_ossl_rsa): Ditto. * ext/openssl/ossl_rand.c (Init_ossl_rand): Ditto. * ext/openssl/ossl_ssl.c (Init_ossl_ssl): Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/ruby-mode.el (ruby-block-end-re): Support for theknu2007-03-111-0/+5
| | | | | | | exprimental ';;' terminator had been dropped. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: correct ML number. [ruby-dev:30455]nobu2007-03-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu2007-03-101-0/+6
| | | | | | | | interface based on rubydb3x.el; submitted by Martin Nordholts <enselic AT gmail.com> in [ruby-bugs:PR#9023]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke2007-03-091-0/+7
| | | | | | | | | WIN32OLE_TYPELIB#visible?. * test/win32ole/test_win32ole_typelib.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-0/+22
| | | | | | | | | | | | | | | * iseq.c: ditto. * intern.h: provide function prototype of Init_jump. * eval_jump.h (Init_jump): declare function type. * thread.c: platform-dependent functions should be surrounded by #ifdef. * iseq.c (iseq_data_to_ary): remove unused variable. * compile.c (set_arguments): ditto. * thread.c (set_unblock_function): ditto. * thread_pthread.ci: reduce printf warning. * vm_dump.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e