aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (class2path): fix typo.nobu2004-01-161-1/+1
* * marshal.c (class2path): get class path and check referable.nobu2004-01-162-4/+22
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-152-2/+12
* 2004-01-15eban2004-01-151-3/+3
* * test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu2004-01-142-2/+6
* 2004-01-14eban2004-01-141-3/+3
* * test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu2004-01-142-8/+20
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-142-2/+6
* * MANIFEST: add test/net/test_httpheader.rb. (commit miss?)usa2004-01-142-0/+5
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-132-0/+13
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-132-1/+6
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-134-14/+45
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-137-24/+10
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-139-16/+20
* 2004-01-13usa2004-01-131-3/+3
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-132-6/+9
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-125-617/+717
* Display full name in class listdave2004-01-123-3/+8
* * file.c (test_wr): Rdoc fix. [ruby-core:02225]matz2004-01-122-17/+15
* Checked in wrong version... :(dave2004-01-121-1/+7
* Try to use DESTDIR when installingdave2004-01-122-0/+6
* * parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu2004-01-122-4/+10
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-123-1/+91
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-125-9/+39
* 2004-01-12nahi2004-01-121-3/+3
* Add HTML formatter to ridave2004-01-113-29/+157
* * env.h (ruby_frame, ruby_scope, ruby_in_eval, ruby_class,nobu2004-01-112-6/+11
* 2004-01-11usa2004-01-111-3/+3
* * ext/socket/socket.c (make_hostent): a bug in brace position.matz2004-01-102-1/+5
* * 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