aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-7/+43
* * lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban2005-04-201-1/+1
* * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file.eban2005-04-191-22/+31
* * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine2005-04-141-8/+25
* * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745]keiju2005-04-144-6/+19
* * lib/irb/notifier.rb, lib/irb/output-method.rb, lib/irb/ext/history.rbkeiju2005-04-143-5/+5
* * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5.keiju2005-04-131-1/+1
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5(new files)keiju2005-04-133-0/+313
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-1331-317/+441
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-3/+7
* * lib/optparse.rb (OptionParser#order!): delete debug output.nobu2005-04-131-2/+0
* * lib/optparse.rb (OptionParser#order!): call handlers iff matchesnobu2005-04-131-4/+10
* * lib/optparse.rb (OptionParser#make_switch, OptionParser#order!):nobu2005-04-121-8/+49
* adhoc patch for [druby-ja:123]seki2005-04-111-5/+19
* * lib/mkmf.rb (configuration): shouldn't output hdrdir twice.usa2005-04-111-1/+1
* Applied Nobu's patch to the XML document encoding structure in REXML. Itser2005-04-099-114/+98
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-2/+2
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-7/+8
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-071-1/+3
* make error messages much friendlier if a XMLRPC::FaultException is thrown,mneumann2005-04-061-0/+2
* * lib/rss/*: refactored.kou2005-04-0511-141/+141
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-059-86/+334
* * lib/mkmf.rb (create_makefile): ensure library directories get madenobu2005-04-021-3/+4
* * configure.in (CP, INSTALL): get rid of less portable options.nobu2005-04-021-6/+6
* * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on casenobu2005-03-311-1/+5
* * lib/rss/parser.rb: @@setter -> @@setters.kou2005-03-319-25/+25
* * lib/rss/parser.rbkou2005-03-311-2/+2
* * lib/drb/drb.rb: move method DRbObject#reinit to DRbObject.new_with.seki2005-03-282-33/+132
* * lib/fileutils.rb (remove_file): ignore Errno::E* if force option is set. [r...aamine2005-03-261-18/+7
* * lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu2005-03-241-6/+13
* *** empty log message ***gotoyuzo2005-03-232-2/+9
* * lib/mkmf.rb (mkmf_failed): check if Makefile is created withoutnobu2005-03-201-1/+1
* *** empty log message ***nobu2005-03-151-3/+3
* * lib/pp.rb (PP::PPMethods#guard_inspect_key): supportakr2005-03-091-10/+14
* * error.c (errno_missing): Errno.const_missing to allow referencesmatz2005-03-081-2/+3
* * lib/webrick/server.rb (WEBrick::GenericServer#start): shouldgotoyuzo2005-03-071-12/+23
* * object.c (inspect_obj): unintended space removal.matz2005-03-072-9/+19
* * lib/pp.rb: rdoced by Sam Roberts.akr2005-03-061-149/+118
* * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgidakr2005-03-061-4/+8
* * lib/mkmf.rb (create_makefile): allow putting spaces between targetnobu2005-03-051-3/+3
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-0420-146/+330
* improved keeper threadseki2005-02-281-17/+37
* * lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira2005-02-231-8/+1
* * lib/net/imap.rb (initialize): handle certs correctly. Thanks,shugo2005-02-221-5/+6
* * lib/mkmf.rb (mkmf_failed): fixed typo.kou2005-02-221-2/+2
* * configure.in, lib/mkmf.rb: use simple commands if available.nobu2005-02-221-16/+46
* * lib/open-uri.rb (URI::FTP#buffer_open): access mechanismakr2005-02-191-4/+33
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-2/+2
* * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_checkakr2005-02-191-1/+6