| Age | Commit message (Expand) | Author |
| 2009-01-29 | * lib/securerandom.rb: new method SecureRandom#uuid | technorama |
| 2009-01-27 | pass the trim_mode [Feature #1032] [Bug #1062] | seki |
| 2009-01-27 | * lib/pathname.rb (Pathname#world_readable?): define only if | akr |
| 2009-01-27 | remove 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 path | nobu |
| 2009-01-23 | * lib/mkmf.rb (try_func): got rid of c-mode confusion. | nobu |
| 2009-01-11 | remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997] | seki |
| 2009-01-04 | * ext/extmk.rb (extmake): does not use both of makefile.rb and | nobu |
| 2008-12-26 | * lib/optparse.rb (OptionParser::List#summarize): gives priority | nobu |
| 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-17 | Merged 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 that | knu |
| 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 Oleg | matz |
| 2008-12-03 | * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation | matz |
| 2008-11-24 | * lib/logger.rb: imported upstream version (logger/1.2.7) | nahi |
| 2008-11-18 | fixed 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 from | nobu |
| 2008-11-18 | * lib/optparse.rb (OptionParser::make_switch): makes default | nobu |
| 2008-11-13 | * shell/command-processor.rb: undefined method `top_level_test' in | keiju |
| 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 call | shugo |
| 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 the | nobu |
| 2008-10-09 | * lib/optparse.rb (ParseError.filter_backtrace): removes internal | nobu |
| 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): omits | nobu |
| 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, Luka | shugo |
| 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 accept | nobu |