aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/parser.rb (binary?): regression.usa2010-04-021-1/+1
* * lib/matrix.rb: Matrix.determinant: raise on rectangular matricesmarcandre2010-04-011-6/+6
* * lib/matrix.rb: New Complex instance methods:marcandre2010-04-011-0/+73
* * lib/matrix.rb: New methods Matrix#each, #each_with_index, andmarcandre2010-04-011-0/+39
* * lib/matrix.rb (empty): Reject negative sizesmarcandre2010-04-011-1/+2
* * lib/matrix.rb: New method #empty? [ruby-core:26284]marcandre2010-04-011-2/+10
* * lib/matrix.rb: removed compare_by*, inspect_org, cf [ruby-core:26268]marcandre2010-04-011-16/+1
* Import RDoc 2.5drbrain2010-04-01126-14177/+11280
* * lib/scanf.rb: support %a format. [ruby-dev:40650]naruse2010-04-011-7/+22
* * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju2010-03-302-0/+4
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-3024-1879/+0
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-2/+4
* * lib/psych.rb: documentation updates. Thanks Peter McLain!tenderlove2010-03-293-4/+4
* * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju2010-03-291-0/+2
* * lib/optparse.rb (Numeric): accept rationals.nobu2010-03-291-3/+10
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-1/+5
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2824-0/+1877
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-2/+3
* Imported minitest 1.6.0 r5717.ryan2010-03-283-67/+460
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-3/+3
* * lib/yaml.rb: adding deprecation notices to YAML methodstenderlove2010-03-261-4/+28
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-262-1/+9
* * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove2010-03-263-0/+6
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-231-85/+87
* * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf2010-03-221-2/+5
* update doc.akr2010-03-221-0/+12
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-26/+15
* * lib/resolv-replace.rb: specify super class for rdoc.akr2010-03-212-4/+4
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-2020-28/+28
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-26/+68
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-161-27/+5
* * lib/uri/common.rb (URI.encode_www_component):naruse2010-03-151-2/+4
* * ruby.c (ruby_init_loadpath_safe): mark initial load paths.nobu2010-03-121-17/+1
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-121-0/+86
* * lib/webrick/httpservlet/cgihandler.rbnaruse2010-03-121-2/+2
* * sample/timeout.rb: split from lib/timeout.rb.nobu2010-03-111-21/+0
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-4/+4
* * lib/matrix.rb (Vector#each): Return self and optimization [ruby-core:28405]marcandre2010-03-031-4/+3
* * lib/matrix.rb (Vector#each2, collect2): small refactoring.matz2010-03-031-1/+1
* * lib/matrix.rb (Vector#each): make Vector enumerable. matz2010-03-031-0/+11
* update rdoc.akr2010-02-281-6/+6
* * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.akr2010-02-241-1/+5
* Remove obsolete files in lib/rubygems/indexerdrbrain2010-02-245-244/+0
* * lib/rubygems: update to 1.3.6.nobu2010-02-2256-800/+1302
* * lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu2010-02-211-2/+2
* * lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]nobu2010-02-211-19/+0
* * lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame2010-02-181-1/+1
* * lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr2010-02-151-0/+1
* * lib/tempfile.rb (Tempfile::Remover): new class to replaceakr2010-02-131-17/+23
* Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu2010-02-111-10/+16