aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/drb/extservm.rb (invoke_service_command): cannot invoke commandusa2006-02-281-2/+2
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-201-1/+1
* * lib/rational.rb (Integer::gcd): replaced by gcd4 inmatz2006-02-201-29/+7
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-182-2/+1
* * lib/fileutils.rb (FileUtils::fu_world_writable): make itmatz2006-02-181-0/+1
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-171-13/+10
* add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 ...seki2006-02-121-4/+4
* * lib/net/http.rb: imported from trunk, rev 1.129aamine2006-02-052-9/+15
* * lib/pstore.rb: should return default value if name is not found.ocean2006-02-051-2/+3
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-271-1/+1
* * lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu2006-01-221-1/+1
* * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine2006-01-191-0/+1
* * lib/rdoc/diagram.rb:ocean2006-01-136-60/+60
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-10/+12
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+1
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-1/+1
* All of the tickets and issues mentioned in this log can be found at:ser2005-12-3010-31/+47
* * eval.c (ev_const_get): fixed a bug in constant reference duringmatz2005-12-261-1/+1
* * lib/pathname.rb (test_kernel_open): use File.identical?.akr2005-12-211-7/+3