summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-02-18* lib/irb/locale.rb (IRB::Locale#lc2kconv): check ja_JP.EUC-JP as well.akr
2008-02-17* lib/cgi.rb (CGI::escapeHTML): use gsub with Hash. [ruby-dev:33828]kazu
2008-02-16* lib/require_relative.rb: check require_relative call in eval.akr
2008-02-15* lib/require_relative.rb: new file.akr
2008-02-14Preserve ri compatibility with 1.8drbrain
2008-02-13* lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu
2008-02-13* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr
2008-02-13* lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse
2008-02-13 * enc/depend: fix typo.usa
2008-02-12Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain
2008-02-12Separate HTML linking and crossreferencing into separate files.drbrain
2008-02-12 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-02-12* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-02-12Wrap parse_files' read in a version check for backwards compatibility.drbrain
2008-02-12Restore require rubygems checkdrbrain
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou
2008-02-10* lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse
2008-02-10Import RubyGems r1601. [ruby-core:15381].drbrain
2008-02-10 * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain
2008-02-08* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu
2008-02-08* lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu
2008-02-08* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse
2008-02-05* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu
2008-02-04* lib/delegate.rb (DelegateClass): use define_method instead ofnobu
2008-02-04 * lib/delegate.rb (Delegator.preserved, DelegateClass.methods): extendusa
2008-02-04* lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz
2008-02-02* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz
2008-01-31 * lib/rdoc/ri/formatter.rb (output): add accessor.usa
2008-01-31 * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa
2008-01-30 * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa
2008-01-27* ruby-trunk.naruse
2008-01-26* lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replacenaruse
2008-01-24* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu
2008-01-23* lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse
2008-01-22* mkmf.rb (create_makefile): sorry, typo. orzusa
2008-01-22* mkmf.rb (create_makefile): typo.usa
2008-01-22 * lib/mkmf.rb (create_makefile): need to output sodir rule.usa
2008-01-22 * lib/mkmf.rb (create_makefile): lib files shoudn't depend on installusa
2008-01-22* lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain
2008-01-21fixed a typo.tadf
2008-01-21 * lib/date.rb (marshal_load): initialize the cache.tadf
2008-01-20 r1479@bean: ser | 2008-01-19 14:26:31 -0500ser
2008-01-19* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr
2008-01-19 * lib/date.rb (once): use an instance variable which points a hashtadf
2008-01-19 * lib/date.rb, lib/date/format.rb: parse's hints as antadf
2008-01-19* lib/rdoc/markup: Remove ListBase and Line constants.drbrain
2008-01-17Fix namespacingdrbrain
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf