summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-01-29* lib/securerandom.rb: new method SecureRandom#uuidtechnorama
2009-01-27pass the trim_mode [Feature #1032] [Bug #1062]seki
2009-01-27* lib/pathname.rb (Pathname#world_readable?): define only ifakr
2009-01-27remove trailing spaces.akr
2009-01-26* lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
2009-01-23* lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu
2009-01-11remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki
2009-01-04* ext/extmk.rb (extmake): does not use both of makefile.rb andnobu
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-19* lib/cgi/session.rb: ignore session_id options fixed.[Bug #605]xibbar
2008-12-18 * test warning cleanups.nahi
2008-12-17Merged 20854 from trunk.jeg2
2008-12-17* lib/date.rb (once): Use Object#object_id instead of Symbol#to_i;knu
2008-12-15* lib/sync.rb (Sync_m#sync_try_lock): wrong variable name fixed.matz
2008-12-11* enumerator.c (enumerator_next, enumerator_rewind),knu
2008-12-11* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou
2008-12-11* lib/generator.rb (Enumerator#__generator): Now thatknu
2008-12-10* lib/rss/maker.rb (RSS::Maker.[]): add.kou
2008-12-10* enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.knu
2008-12-04* lib/gserver.rb: fixed type in sample code. a report from Olegmatz
2008-12-03* lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz
2008-11-24 * lib/logger.rb: imported upstream version (logger/1.2.7)nahi
2008-11-18fixed NoMethodError problem from NaHi [ruby-dev:37110].seki
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-11-18* lib/logger.rb (ProgName): fixed typo.nobu
2008-11-18* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line):matz
2008-11-18* lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu
2008-11-18* lib/optparse.rb (OptionParser::make_switch): makes defaultnobu
2008-11-13 * shell/command-processor.rb: undefined method `top_level_test' inkeiju
2008-11-07* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz
2008-11-06* lib/rexml/entity.rb (unnormalized): do not callshugo
2008-10-22* lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-10-11* lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing thenobu
2008-10-09* lib/optparse.rb (ParseError.filter_backtrace): removes internalnobu
2008-10-07 * lib/date.rb (today,now): should produce own instances.tadf
2008-09-24 * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa
2008-09-24* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz
2008-09-18* lib/optparse.rb (OptionParser::ParseError#set_backtrace): omitsnobu
2008-09-15* lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui
2008-09-14* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui
2008-09-13* NEWS: added an entry for REXML.shugo
2008-09-13* lib/rexml/document.rb: limit entity expansion. Thanks, Lukashugo
2008-08-31* lib/mkmf.rb (have_devel?): checks if the compiler works.nobu
2008-08-31* lib/mkmf.rb (try_func, try_var, have_struct_member),nobu
2008-08-21* enumerator.c (enumerator_ptr), lib/generator.rb:knu
2008-08-20* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu