aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-106-43/+123
* ri now accepts options via RI environment variabledave2004-01-102-0/+11
* 2004-01-10nobu2004-01-101-3/+3
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-106-9/+18
* * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]nobu2004-01-102-0/+28
* 2004-01-09nobu2004-01-101-3/+3
* * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi2004-01-095-15/+51
* * rubysig.h: <errno.h> is needed to use errno which may be a macro.nobu2004-01-092-5/+8
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-093-1/+24
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-092-4/+8
* * configure.in (RDOCTARGET): new macro. if you want to installeban2004-01-083-4/+20
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-085-22/+89
* * dir.c (glob_helper): should not recurse in exceptional status.nobu2004-01-082-1/+5
* * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase whichnahi2004-01-082-17/+24
* * eval.c, object.c, process.c, re.c: don't use C++ style comments.eban2004-01-085-26/+30
* * ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu2004-01-072-176/+184
* 2004-01-08nobu2004-01-071-3/+3
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-076-7/+32
* * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo2004-01-072-0/+6
* * dir.c (glob_helper): fix memory leak.nobu2004-01-072-7/+13
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-072-0/+6
* * sample/webrick/*: new files.gotoyuzo2004-01-0710-0/+185
* * test/net/test_httpheader.rb: new file.aamine2004-01-072-0/+143
* * lib/net/http.rb (HTTPHeader#content_length): should return nil unless heade...aamine2004-01-072-1/+7
* fix typos.akr2004-01-074-14/+14
* * ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai2004-01-074-14/+86
* * lib/soap/{attachment.rb,mimemessage.rb}: added from soap4r/1.5.2.nahi2004-01-074-0/+351
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-073-9/+30
* 2004-01-07eban2004-01-071-3/+3
* * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi2004-01-072-5/+10
* Check for shebang line in file that would otherwise be treated as plain textdave2004-01-062-1/+19
* * io.c (fptr_finalize): should save errno just after failure.nobu2004-01-062-12/+18
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-063-30/+29
* Split out ri display code and make pluggabledave2004-01-066-296/+395
* * test/inlinetest.rb, test/{test_generator.rb,test_ipaddr.rb,nahi2004-01-0611-0/+99
* * import soap4r/1.5.2;nahi2004-01-0626-215/+473
* Removed ^Msgsinclair2004-01-050-0/+0
* Add RDoc to build. Add --ri-system to RDocdave2004-01-057-40/+108
* 2004-01-06eban2004-01-051-3/+3
* * win32/dir.h, win32/win32.c: fix patch miss.usa2004-01-054-27/+8
* * lib/logger.rb: enhanced documentation.gsinclair2004-01-052-207/+355
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-056-29/+90
* Add --ri-system optiondave2004-01-052-6/+18
* * test/ruby/test_pack.rb: new test test_unpack_N.aamine2004-01-042-0/+14
* 2004-01-05usa2004-01-041-3/+3
* * lib/mkmf.rb (create_makefile): remove duplicated object filesusa2004-01-042-1/+7
* 2004-01-04eban2004-01-041-3/+3
* * rubysig.h: lack of variable declaration on _WIN32 platforms.matz2004-01-031-0/+1
* * rubysig.h (TRAP_END): preserve errno before switching context.matz2004-01-022-3/+15
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-0211-264/+402