summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2004-01-16eban2004-01-161-3/+3
* * enum.c (enum_find): mention about ifnone argument. [ruby-talk:90003]nobu2004-01-161-8/+9
* 2004-01-15eban2004-01-151-3/+3
* * io.c (argf_read): do not append EOF. (ruby-bugs-ja:PR#585)nobu2004-01-152-2/+12
* 2004-01-14eban2004-01-141-3/+3
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-142-5/+9
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-132-1/+14
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-137-25/+11
* 2004-01-13usa2004-01-131-3/+3
* Display full name in class listdave2004-01-123-3/+8
* 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-0/+6
* 2004-01-12nobu2004-01-121-3/+3
* *** empty log message ***nobu2004-01-123-3/+18
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-125-9/+39
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-126-11/+20
* Add HTML formatter to ridave2004-01-113-29/+162
* 2004-01-11usa2004-01-111-3/+3
* Backported revisions 1.40 -> 1.41 to ruby_1_8 branch (documentation)gsinclair2004-01-111-262/+256
* Backported revisions 1.5 -> 1.8 into ruby_1_8 branchgsinclair2004-01-111-211/+343
* (null commit) 1.20.2.2 contained merge from 1.21 to 1.25gsinclair2004-01-110-0/+0
* Backported from CVS HEAD (documentation)gsinclair2004-01-111-104/+433
* * eval.c (eval): need to add message delimiter. [ruby-dev:22561]matz2004-01-102-10/+83
* ri now reads command-line options from RI environment variabledave2004-01-102-0/+16
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-092-3/+7
* * 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
* * 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
* 2004-01-08nobu2004-01-071-3/+3
* * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo2004-01-073-0/+18
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-0710-0/+516
* fix typos.akr2004-01-074-14/+14
* * backport changes from 1.9nagai2004-01-073-14/+78
* 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
* commit miss?nobu2004-01-061-1/+1
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-069-29/+65
* * io.c (fptr_finalize): should save errno just after failure.nobu2004-01-062-16/+22
* Split out ri display code and make pluggabledave2004-01-060-0/+0
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-062-0/+376
* Split out ri display code and make pluggabledave2004-01-064-296/+19
* Add RDoc to build. Add --ri-system to RDocdave2004-01-057-41/+137
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-053-0/+135
* 2004-01-06usa2004-01-050-0/+0
* 2003-01-06usa2004-01-051-3/+3
* Fix parsing where braces appear in method parameter listdave2004-01-054-7/+27