aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Import RubyGems 1.1.0drbrain2008-03-3146-2076/+2883
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-311-0/+1
* revert git backfire in r15860; sorrymatz2008-03-302-64/+0
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-302-0/+64
* * complex.c (f_lcm): removed.tadf2008-03-272-64/+0
* Applied Laurent's patch to testcase.rb to fix symbol method namesryan2008-03-211-1/+1
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-211-1/+1
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-213-0/+11
* both complex and rational are now builtin classes.tadf2008-03-163-1040/+117
* * lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz2008-03-141-6/+11
* * lib/irb/cmd/help.rb: should be updated for new ri structure.matz2008-03-123-6/+15
* Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain2008-03-091-7/+8
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-093-4/+8
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-071-2/+121
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-051-4/+5
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-042-2/+5
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-2/+19
* * lib/test/unit/collector/dir.rb (recursive_collect): do not alwaysnobu2008-03-011-2/+3
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr2008-02-281-5/+7
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr2008-02-281-1/+20
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-261-1/+1
* * lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr2008-02-181-1/+1
* * lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu2008-02-171-1/+7
* * lib/require_relative.rb: check require_relative call in eval.akr2008-02-161-2/+7
* * lib/require_relative.rb: new file.akr2008-02-151-0/+6
* Preserve ri compatibility with 1.8drbrain2008-02-141-1/+2
* * lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu2008-02-131-3/+20
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-131-1/+12
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-1/+1
* * enc/depend: fix typo.usa2008-02-131-6/+6
* Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain2008-02-121-11/+13
* Separate HTML linking and crossreferencing into separate files.drbrain2008-02-123-66/+66
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-123-30/+91
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-122-7/+7
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-1220-53/+50
* Wrap parse_files' read in a version check for backwards compatibility.drbrain2008-02-121-1/+6
* Restore require rubygems checkdrbrain2008-02-121-21/+25
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-118-32/+47
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-101-1/+1
* Import RubyGems r1601. [ruby-core:15381].drbrain2008-02-1012-50/+108
* * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain2008-02-1016-1509/+1562
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-081-7/+11
* * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr2008-02-081-1/+6
* * lib/mkmf.rb (xsystem): expand macros like as make.nobu2008-02-081-0/+6
* * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse2008-02-081-1/+1
* * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu2008-02-051-2/+13
* * lib/delegate.rb (DelegateClass): use define_method instead ofnobu2008-02-041-17/+15
* * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa2008-02-041-3/+5
* * lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz2008-02-041-25/+0
* * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz2008-02-021-1/+4