summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-28* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre
2012-10-28* lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre
2012-10-28* lib/ostruct.rb: Simplify codemarcandre
2012-10-28* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre
2012-10-28* lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre
2012-10-28* lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre
2012-10-28* lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre
2012-10-28* lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228]marcandre
2012-10-28* lib/rexml/source.rb: Move encoding detection code to base class.kou
2012-10-28* lib/rexml/parsers/baseparser.rb: Fix a bug that UTF-8 is usedkou
2012-10-28* lib/rexml/source.rb (REXML::IOSource#initialize): Reducekou
2012-10-28Revert r37358kou
2012-10-28* lib/rexml/source.rb (REXML::IOSource#initialize): Usekou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Add :encoding optionkou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Remove needlesskou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Accept optionskou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Fix wrong usagekou
2012-10-28* lib/rexml/document.rb (REXML::Document#write): Fix wrong methodkou
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-10-20* lib/open-uri.rb: Documentation for OpenURIzzak
2012-10-17* lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo
2012-10-12mkmf.rb: use configured libdir valuenobu
2012-10-11* lib/timeout.rb (timeout):zzak
2012-10-06* lib/abbrev.rb: Documentation examples for Abbrev.zzak
2012-10-04 * lib/cgi/html5.rb: Add html5 tag maker.xibbar
2012-09-28* lib/rubygems/installer.rb (check_that_user_bin_dir_is_in_path):naruse
2012-09-23mkmf.rb: unspacenobu
2012-09-23mkmf.rb: directory timestampnobu
2012-09-23mkmf.rb: unexpand macrosnobu
2012-09-23mkmf.rb: library path quotenobu
2012-09-23mkmf.rb: use internal pathnobu
2012-09-23mkmf.rb: fallback mkintpathnobu
2012-09-21mkmf.rb: untabifynobu
2012-09-20* lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse
2012-09-20Revert r36994 "* lib/find.rb: Error in documentation example"nobu
2012-09-20remove garbages.nobu
2012-09-20* lib/find.rb: Error in documentation examplezzak
2012-09-19* lib/csv.rb (Object#CSV, Array#to_csv, String#parse_csv): zzak
2012-09-13lib/securerandom.rb: fix errors on Windowsshirosaki
2012-09-13* lib/optparse.rb: Remove unreachable email address from documentationzzak
2012-09-13* lib/xmlrpc.rb: Documentation for XMLRPCzzak
2012-09-12* lib/shellwords.rb: Documentation for Shellwords.zzak
2012-09-11mkmf.rb: fix $LDFLAGSnobu
2012-09-09* lib/thread.rb (Queue#pop): Fixed double registration issue whenkosaki
2012-09-09* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.kosaki
2012-09-09* lib/sync.rb (Sync_m): Removed RCS_ID.kosaki
2012-09-06mkmf.rb: fix splitting options with an argumentnobu
2012-09-05Imported minitest 3.4.0 (r7762)ryan
2012-09-03matrix.rb: complex vectornobu