summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***nobu2004-01-121-0/+15
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-123-8/+21
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-121-2/+2
* Add HTML formatter to ridave2004-01-111-25/+152
* 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
* Backported from CVS HEAD (documentation)gsinclair2004-01-111-104/+433
* ri now reads command-line options from RI environment variabledave2004-01-101-0/+6
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-091-3/+3
* * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo2004-01-071-0/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-072-0/+345
* fix typos.akr2004-01-074-14/+14
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-072-9/+23
* * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi2004-01-071-5/+5
* Check for shebang line in file that would otherwise be treated as plain textdave2004-01-061-1/+13
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-2/+2
* 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-061-0/+10
* Add RDoc to build. Add --ri-system to RDocdave2004-01-054-38/+83
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-051-0/+4
* Fix parsing where braces appear in method parameter listdave2004-01-053-7/+22
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-0211-51/+132
* Fix problem with "// in sss.c" filenames not being relativedave2003-12-311-1/+3
* Fix problem with private alias to public methoddave2003-12-311-3/+7
* Add RDoc for kernel functions, and tidy updave2003-12-301-14/+31
* Fix problem when class name is also a method namedave2003-12-302-6/+18
* Fix parse problem with complex yieldsdave2003-12-291-2/+4
* Add RDoc for Kernel global functions, tidy array and errordave2003-12-291-1/+1
* RDoc Struct and randomdave2003-12-281-1/+3
* Add RDoc documentation for stuff in object.cdave2003-12-282-19/+42
* Fix quoting of method names in regexpdave2003-12-271-2/+2
* Add support for rules in ri outputdave2003-12-272-2/+6
* Add "Document-method:" capabilitydave2003-12-271-1/+37
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-271-1/+1
* * io.c (next_argv): warn always for stdin on inplace edit mode.matz2003-12-261-2/+1
* lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr2003-12-261-0/+2
* Backport fix to add_rules to 1.8 (sorry, NaHi)dave2003-12-261-0/+2
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave2003-12-241-10/+7
* * lib/tsort.rb (test_orphaned_break): removed.akr2003-12-241-14/+0
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-243-25/+40
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
* Forgot to save buffer.... sighdave2003-12-2412-1299/+1645
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-1/+3
* * lib/optparse.rb: incomplete RDoc documentation added in place ofgsinclair2003-12-231-307/+406
* Commit miss?usa2003-12-231-1/+1
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-1/+1
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-1/+1
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-9/+12
* * lib/webrick/cgi.rb (CGI): add support for mod_ruby.gotoyuzo2003-12-223-36/+86
* * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira2003-12-221-1/+1