| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828] | kazu | 2008-02-17 | 1 | -1/+7 |
* | * lib/require_relative.rb: check require_relative call in eval. | akr | 2008-02-16 | 1 | -2/+7 |
* | * lib/require_relative.rb: new file. | akr | 2008-02-15 | 1 | -0/+6 |
* | Preserve ri compatibility with 1.8 | drbrain | 2008-02-14 | 1 | -1/+2 |
* | * lib/timeout.rb (Timeout::timeout): made sensitive to location on the | nobu | 2008-02-13 | 1 | -3/+20 |
* | * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608] | akr | 2008-02-13 | 1 | -1/+12 |
* | * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse | naruse | 2008-02-13 | 1 | -1/+1 |
* | * enc/depend: fix typo. | usa | 2008-02-13 | 1 | -6/+6 |
* | Allow inline markup to have a leading '#' or '\', or trailing punctuation. | drbrain | 2008-02-12 | 1 | -11/+13 |
* | Separate HTML linking and crossreferencing into separate files. | drbrain | 2008-02-12 | 3 | -66/+66 |
* | * lib/rational.rb (floor, ceil, truncate, round): do not use | tadf | 2008-02-12 | 3 | -30/+91 |
* | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse | 2008-02-12 | 2 | -7/+7 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 20 | -53/+50 |
* | Wrap parse_files' read in a version check for backwards compatibility. | drbrain | 2008-02-12 | 1 | -1/+6 |
* | Restore require rubygems check | drbrain | 2008-02-12 | 1 | -21/+25 |
* | * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb: | kou | 2008-02-11 | 8 | -32/+47 |
* | * lib/benchmark.rb (Job::Benchmark#item): fix typo. | naruse | 2008-02-10 | 1 | -1/+1 |
* | Import RubyGems r1601. [ruby-core:15381]. | drbrain | 2008-02-10 | 12 | -50/+108 |
* | * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse. | drbrain | 2008-02-10 | 16 | -1509/+1562 |
* | * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than | nobu | 2008-02-08 | 1 | -7/+11 |
* | * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError by | akr | 2008-02-08 | 1 | -1/+6 |
* | * lib/mkmf.rb (xsystem): expand macros like as make. | nobu | 2008-02-08 | 1 | -0/+6 |
* | * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility. | naruse | 2008-02-08 | 1 | -1/+1 |
* | * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR. | nobu | 2008-02-05 | 1 | -2/+13 |
* | * lib/delegate.rb (DelegateClass): use define_method instead of | nobu | 2008-02-04 | 1 | -17/+15 |
* | * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extend | usa | 2008-02-04 | 1 | -3/+5 |
* | * lib/cgi.rb (CGI::QueryExtension::[]): no more transition | matz | 2008-02-04 | 1 | -25/+0 |
* | * lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtime | matz | 2008-02-02 | 1 | -1/+4 |
* | * lib/rdoc/ri/formatter.rb (output): add accessor. | usa | 2008-01-31 | 2 | -3/+4 |
* | * lib/rdoc/ri/display.rb (display_method_list, display_class_list): | usa | 2008-01-31 | 2 | -10/+26 |
* | * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename. | usa | 2008-01-30 | 1 | -1/+1 |
* | * ruby-trunk. | naruse | 2008-01-27 | 1 | -1/+1 |
* | * lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace | naruse | 2008-01-26 | 1 | -1/+1 |
* | * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead | nobu | 2008-01-24 | 1 | -1/+2 |
* | * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb, | naruse | 2008-01-23 | 3 | -4/+4 |
* | * mkmf.rb (create_makefile): sorry, typo. orz | usa | 2008-01-22 | 1 | -1/+1 |
* | * mkmf.rb (create_makefile): typo. | usa | 2008-01-22 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): need to output sodir rule. | usa | 2008-01-22 | 1 | -1/+1 |
* | * lib/mkmf.rb (create_makefile): lib files shoudn't depend on install | usa | 2008-01-22 | 1 | -3/+5 |
* | * lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists. | drbrain | 2008-01-22 | 1 | -54/+29 |
* | fixed a typo. | tadf | 2008-01-21 | 1 | -1/+1 |
* | * lib/date.rb (marshal_load): initialize the cache. | tadf | 2008-01-21 | 1 | -1/+4 |
* | r1479@bean: ser | 2008-01-19 14:26:31 -0500 | ser | 2008-01-20 | 8 | -51/+163 |
* | * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant | akr | 2008-01-19 | 1 | -0/+2 |
* | * lib/date.rb (once): use an instance variable which points a hash | tadf | 2008-01-19 | 1 | -4/+7 |
* | * lib/date.rb, lib/date/format.rb: parse's hints as an | tadf | 2008-01-19 | 2 | -196/+55 |
* | * lib/rdoc/markup: Remove ListBase and Line constants. | drbrain | 2008-01-19 | 9 | -202/+243 |
* | Fix namespacing | drbrain | 2008-01-17 | 1 | -19/+21 |
* | * lib/date.rb (Date::Infinity#<=>): didn't work. A patch from | tadf | 2008-01-17 | 2 | -7/+7 |
* | Clean up comments | drbrain | 2008-01-16 | 1 | -41/+9 |