summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-16* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame
2010-04-15* lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame
2010-04-14* lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-04-13 * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju
2010-04-12* lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.nobu
2010-04-12* lib/fileutils.rb (fu_have_st_ino): check if required method isnobu
2010-04-11* lib/matrix.rb: New method Matrix.build [ruby-core:28272]marcandre
2010-04-11* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre
2010-04-11* lib/matrix.rb: Deprecate elements_to_{f/i/r}marcandre
2010-04-11* lib/matrix.rb: Handle coercion errors by raising TypeErrors [ruby-core:26736]marcandre
2010-04-11* lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame
2010-04-11Update to RDoc 2.5.3drbrain
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-11* lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.naruse
2010-04-10* lib/rdoc/rdoc.rb (setup_output_dir): fix typo.naruse
2010-04-10Fix :nodoc: definition. [ruby-dev:40949]naruse
2010-04-10* lib/uri/common.rb (decode_www_form_component): validate.naruse
2010-04-10* lib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle):naruse
2010-04-10* lib/rdoc: Import RDoc 2.5.2drbrain
2010-04-09* lib/irb/init.rb, lib/irb/lc/help-message,mame
2010-04-09 * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju
2010-04-09* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse
2010-04-09Add description about de facto FTP URI spec.naruse
2010-04-08* lib/irb/completion.rb (CompletionProc): calling the method "methods"mame
2010-04-08* lib/yaml.rb: use Psych if only it is loaded already.nobu
2010-04-08* lib/yaml.rb (YAML::EngineManager#yamler): set the result afternobu
2010-04-07* lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu
2010-04-07fix rdoc. see r27156kazu
2010-04-07* lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse
2010-04-06* lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu
2010-04-06Surpress warnings.naruse
2010-04-06Refix previous commit.naruse
2010-04-06Fix previous commit.naruse
2010-04-05Remove warning.naruse
2010-04-05* lib/rexml/text.rb (REXML::Text.check): comment outnaruse
2010-04-05* lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-03* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimesnobu
2010-04-03* common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu
2010-04-02* lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.nobu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#error): get rid of magic number.nobu
2010-04-02* lib/rdoc/class_module.rb (RDoc#merge): get rid of stack overflow.nobu
2010-04-02* lib/rdoc/parser/c.rb (RDoc#handle_method): see source files innobu
2010-04-02* lib/rdoc/rdoc.rb: reverted r27186 to add generators.nobu
2010-04-02* lib/rdoc/rdoc.rb (RDoc::Generator): defer by autoload.nobu