aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/rss.rb: RSS::Element#initialize accepts initialkou2006-06-1810-120/+238
* * lib/rss/converter.rb: use NKF for Uconv fallback.kou2006-06-181-6/+9
* * lib/rss/rss.rb: improved ignore_unknown_elementkou2006-06-1810-67/+70
* * lib/rss/rss.rb: changed empty namespace URI representation to ""kou2006-06-185-36/+39
* * lib/rss/parser.rb: removed a guard for requiring open-uri.kou2006-06-181-5/+1
* * lib/rss/rss.rb: fixed typo: except -> expectkou2006-06-182-4/+6
* * lib/rss/rss.rb: RSS::Element#calc_indent became to be deprecated.kou2006-06-186-39/+30
* * lib/pathname.rb: backport from 1.9.akr2006-06-171-471/+334
* * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed.kou2006-06-172-23/+19
* * lib/rss/rss.rb (Kernel#funcall): removed.kou2006-06-176-28/+44
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-2/+22
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-176-114/+185
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-4/+16
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-0/+19
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-174-19/+56
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-179-29/+29
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-34/+34
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-176-34/+60
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-3/+8
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-3/+20
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-15/+181
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-28/+73
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-4/+2
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-13/+31
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-1/+1
* * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printedakr2006-06-161-1/+9
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* Don't merge ri files if is nil/emptydrbrain2006-06-141-2/+4
* * lib/optparse.rb (OptionParser::Arguable#getopts): pass self to thenobu2006-06-111-1/+1
* * lib/optparse.rb (OptionParser#getopts): new methods.nobu2006-06-101-1/+51
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-101-1/+1
* * lib/forwardable.rb: RDoc typo fix from Jan Svitokmatz2006-06-021-2/+2
* * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created.nobu2006-06-021-1/+1
* * ext/extmk.rb (extmake): remove extinit files if no statically linkednobu2006-05-271-1/+1
* * lib/mkmf.rb (configuration): add $defs unless extconf.h was created.nobu2006-05-261-1/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-24/+32
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-241-4/+5
* * lib/mkmf.rb (pkg_config): particular config commands support.nobu2006-05-241-10/+20
* * lib/cgi.rb (CGI::out): support utf-8. a patch from Fujiokamatz2006-05-181-0/+2
* * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.nobu2006-05-171-1/+1
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz2006-05-151-1/+1
* * lib/pp.rb (PP.mcall): new method.akr2006-05-131-3/+15
* * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize):akr2006-05-071-1/+1
* * lib/jcode.rb (String::tr_s): should have translated nonmatz2006-04-241-1/+1
* * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz2006-04-191-16/+169
* Short summary:ser2006-04-1417-478/+605
* * lib/mkmf.rb (create_makefile): support libraries without *.so.usa2006-03-151-1/+1
* * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz2006-03-111-1/+1
* * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz2006-03-031-0/+6
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-4/+4