aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre2012-10-281-2/+22
* * lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre2012-10-281-3/+5
* * lib/ostruct.rb: Simplify codemarcandre2012-10-281-6/+4
* * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre2012-10-281-2/+19
* * lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre2012-10-281-0/+14
* * lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre2012-10-281-1/+2
* * lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre2012-10-281-22/+4
* * lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228]marcandre2012-10-281-1/+1
* * lib/rexml/source.rb: Move encoding detection code to base class.kou2012-10-282-58/+56
* * lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou2012-10-281-0/+3
* * lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou2012-10-282-14/+40
* Revert r37358kou2012-10-281-2/+2
* * lib/rexml/source.rb (REXML::IOSource#initialize): Usekou2012-10-281-2/+2
* * lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou2012-10-281-5/+7
* * lib/rexml/document.rb (REXML::Document#write): Remove needlesskou2012-10-281-1/+1
* * lib/rexml/document.rb (REXML::Document#write): Accept optionskou2012-10-281-5/+37
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong usagekou2012-10-281-2/+2
* * lib/rexml/document.rb (REXML::Document#write): Fix wrong methodkou2012-10-281-2/+2
* revert r37326 "remove string literal concatenation"nobu2012-10-254-11/+14
* remove string literal concatenationnobu2012-10-254-14/+11
* * lib/open-uri.rb: Documentation for OpenURIzzak2012-10-201-8/+15
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+36
* mkmf.rb: use configured libdir valuenobu2012-10-121-2/+4
* * lib/timeout.rb (timeout):zzak2012-10-111-3/+0
* * lib/abbrev.rb: Documentation examples for Abbrev.zzak2012-10-061-9/+38
* * lib/cgi/html5.rb: Add html5 tag maker.xibbar2012-10-042-2/+59
* * lib/rubygems/installer.rb (check_that_user_bin_dir_is_in_path):naruse2012-09-281-1/+7
* mkmf.rb: unspacenobu2012-09-231-5/+10
* mkmf.rb: directory timestampnobu2012-09-231-3/+3
* mkmf.rb: unexpand macrosnobu2012-09-231-3/+4
* mkmf.rb: library path quotenobu2012-09-231-1/+1
* mkmf.rb: use internal pathnobu2012-09-231-11/+10
* mkmf.rb: fallback mkintpathnobu2012-09-231-1/+1
* mkmf.rb: untabifynobu2012-09-211-10/+9
* * lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse2012-09-201-0/+2
* Revert r36994 "* lib/find.rb: Error in documentation example"nobu2012-09-201-1/+1
* remove garbages.nobu2012-09-201-1/+1
* * lib/find.rb: Error in documentation examplezzak2012-09-201-1/+1
* * lib/csv.rb (Object#CSV, Array#to_csv, String#parse_csv): zzak2012-09-191-5/+26
* lib/securerandom.rb: fix errors on Windowsshirosaki2012-09-131-4/+5
* * lib/optparse.rb: Remove unreachable email address from documentationzzak2012-09-131-2/+1
* * lib/xmlrpc.rb: Documentation for XMLRPCzzak2012-09-1313-1147/+998
* * lib/shellwords.rb: Documentation for Shellwords.zzak2012-09-121-35/+76
* mkmf.rb: fix $LDFLAGSnobu2012-09-111-1/+3
* * lib/thread.rb (Queue#pop): Fixed double registration issue whenkosaki2012-09-091-13/+21
* * lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.kosaki2012-09-091-8/+14
* * lib/sync.rb (Sync_m): Removed RCS_ID.kosaki2012-09-091-2/+0
* mkmf.rb: fix splitting options with an argumentnobu2012-09-061-3/+6
* Imported minitest 3.4.0 (r7762)ryan2012-09-052-4/+15
* matrix.rb: complex vectornobu2012-09-031-1/+1