summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-03-18* lib/erb.rb (ERB::Compiler): Make some minor code optimization.seki
2008-03-14* lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz
2008-03-11* lib/delegate.rb: check $@ to avoid NoMethodError.kazu
2008-03-11* lib/delegate.rb (Delegator#initialize, DelegateClass): skip correctnobu
2008-03-07* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu
2008-03-05lib/erb.rb: update RDoc. Thanks Makoto Kuwata [ruby-dev:33702]seki
2008-03-03* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-02-15 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf
2008-02-13* lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS:kou
2008-02-10* lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse
2008-02-08* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu
2008-02-05* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu
2008-02-02* lib/benchmark.rb (Benchmark::realtime): make Benchmark#realtimematz
2008-01-30should find a symbol by Symbol class.seki
2008-01-30 * lib/date.rb: refined deprecated methods.tadf
2008-01-24* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu
2008-01-21fixed a typo.tadf
2008-01-17 * lib/date.rb (Date::Infinity#<=>): didn't work. A patch fromtadf
2008-01-14* lib/shellwords.rb: scape should be an alias to shellescape. amatz
2008-01-14 * lib/time.rb: do not reference Time directly from the inside oftadf
2008-01-12 * lib/date.rb, lib/date/format.rb: tuning for performance.tadf
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-06 * lib/date.rb, lib/date/format.rb: introduced some constantstadf
2008-01-02use hard tab.tadf
2007-12-30 * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf
2007-12-28* lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address.naruse
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3.kou
2007-12-26* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse
2007-12-26parsedate is obsolete.tadf
2007-12-24Merge r14565 and r14567 from trunkdrbrain
2007-12-22* lib/date.rb: don't freeze nil. [ruby-dev:32677]tadf
2007-12-14* lib/mkmf.rb (try_var): should fail for functions.nobu
2007-12-10* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz
2007-12-09* lib/cgi.rb (read_multipart): exclude blanks from header values.nobu
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2.kou
2007-12-01Merged 14070 from trunk.jeg2
2007-12-01* lib/resolv.rb: documentation update. backported from 1.9.matz
2007-11-30* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-11-28* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu
2007-11-18* lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu
2007-11-16* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu
2007-11-15* lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz
2007-11-13remove Thread.exclusiveseki
2007-11-12* lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-04* lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu
2007-11-01Improving with multiple network interface.seki
2007-10-25Merged 13781 from trunk.jeg2