summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-12* lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.drbrain
2013-02-10* lib/rake/doc/MIT-LICENSE: Add license file from upstreamzzak
2013-02-10* doc/rake/*: Sync Rake rdoc files from upstreamzzak
2013-02-10* doc/rake/, lib/rake/doc/: Move Rake rdoc files to lib/rakezzak
2013-02-10* lib/pp.rb, lib/prettyprint.rb: Documentation for PP and PrettyPrintzzak
2013-02-09* lib/rubygems/package/old.rb: Fix behavior only on ruby 1.8.drbrain
2013-02-08* lib/rdoc/generator/darkfish.rb: Set encoding on output template todrbrain
2013-02-08* lib/rubygems/security/policy.rb: Raise proper exceptions whendrbrain
2013-02-08* lib/rubygems/config_file.rb: Add missing require fordrbrain
2013-02-08mkmf.rb: RUBY_VERSION_NAMEnobu
2013-02-07* lib/rubygems/package/old.rb: Fix loading old format gems on rubydrbrain
2013-02-07 * lib/rubygems/package/old.rb: Disallow installation of old-formatdrbrain
2013-02-07* lib/net/http.rb (HTTP.post_form): Fix module scope in documentationzzak
2013-02-07* lib/rubygems/dependency_installer.rb: Only install local gems ifdrbrain
2013-02-07mkmf.rb: fix merge_libsnobu
2013-02-07 * lib/rubygems/package.rb: Ensure digests are generated for signing.drbrain
2013-02-06configure.in: arch dependent header directory optionsnobu
2013-02-06* lib/rdoc: Import RDoc 4.0.0.rc.2drbrain
2013-02-05Missed comment from r39079zzak
2013-02-05* lib/racc/parser.rb: Hide copyright notice from Racc doczzak
2013-02-05* doc/rubygems/*: Removed outdated documentation fileszzak
2013-02-05* lib/csv.rb: Remove the dangerous serialization feature.jeg2
2013-02-05* lib/irb.rb: Remove example from restrictions, it works [Github #246]zzak
2013-02-05* lib/rdoc/servlet.rb: Fixed root search paths, filesystem pathsdrbrain
2013-02-05 * lib/rubygems/config_file.rb: Ignore permissions check on windows.drbrain
2013-02-05* lib/matrix.rb: Fix error message, patch by pypypy [Bug #7777]marcandre
2013-02-05* lib/rubygems/commands/push_command.rb: Fixed credential download fordrbrain
2013-02-05* lib/racc/parser.rb: Update #do_parse and #yyparse from upstreamzzak
2013-02-05* lib/racc: Merge Racc documentation downstream, add grammar ref filezzak
2013-02-04* lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how tozzak
2013-02-04* lib/irb.rb, lib/irb/context.rb: Add documentation on how to enablezzak
2013-02-04* doc/standard_library.rdoc: Document list of libraries and extensionszzak
2013-02-04* lib/tracer.rb: Move class overview definition and reformatzzak
2013-02-04English.rb: no setnobu
2013-02-03* lib/English.rb: Add English module for RDoc to parse, thenzzak
2013-02-03* lib/yaml.rb (YAML::EngineManager): Documentation for #yamler andzzak
2013-02-03profiler.rb: block callsnobu
2013-02-03profiler.rb: split PROFILE_PROCnobu
2013-02-02* lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level modulezzak
2013-02-02* lib/debug.rb: Documentation for DEBUGGER__ class methods based onzzak
2013-02-02* lib/net/smtp.rb: Fix rdoc title for Net::SMTPzzak
2013-02-02* lib/net/pop.rb: Fix rdoc title for Net::POP3zzak
2013-02-02* lib/gserver.rb (GServer#start): fix a timing issue. patch frommame
2013-02-02* lib/fileutils.rb (copy_entry, wrap_traverse): preserve attributes ofmame
2013-02-02* lib/uri/ftp.rb (URI::FTP.new2): nodoc method from r39013 [Bug #7301]zzak
2013-02-02* lib/uri/ftp.rb (URI::FTP.new2): remove the rdoc because it is notmame
2013-02-02* lib/fileutils.rb: chmod/chmod_R with a string mode (e.g., "+x")mame
2013-02-02* lib/English.rb: Remove some confusing words from rdoc. [Bug #7406]mame
2013-01-30* lib/matrix.rb: Take conjugate for inner productmarcandre
2013-01-29* lib/net/http/generic_request.rb (encode_multipart_form_data): removeakr