summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-151-1/+1
* use raise(exception) [ruby-dev:26164]seki2005-05-151-1/+2
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-151-3/+3
* restored @progressocean2005-05-141-2/+3
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-4/+4
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-121-4/+10
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-121-0/+11
* * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo2005-05-112-16/+18
* * lib/tempfile.rb (Tempfile#unlink): fixed typo.ocean2005-05-111-1/+1
* * lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"ocean2005-05-081-29/+29
* * lib/mkmf.rb (have_var): no libs argument is given.nobu2005-05-071-2/+0
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-201-1/+11
* * lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5keiju2005-04-1931-279/+448
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-04-194-0/+349
* * 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/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-3/+7
* 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
* * lib/rss: backoported from HEAD.kou2005-04-0916-233/+483
* * 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/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
* * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu2005-03-301-63/+198
* move method DRbObject#reinit to DRbObject.new_with.seki2005-03-282-33/+132
* * lib/mkmf.rb (macro_defined?): try to compile for an old compilernobu2005-03-241-6/+13
* * lib/webrick/utils.rb (WEBrick::Utils.create_listeners):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/webrick/server.rb (WEBrick::GenericServer#start): shouldgotoyuzo2005-03-091-10/+24
* * lib/un.rb: should use OptionParser. (backported form HEAD)eban2005-03-071-22/+30
* * string.c (rb_str_cmp_m): should not return false but nil.matz2005-03-076-3/+11
* * lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f...aamine2005-03-061-62/+121
* * lib/pp.rb: rdoced by by Sam Roberts. [ruby-core:4490]akr2005-03-061-149/+118
* * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgidakr2005-03-061-4/+8
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-1/+1
* * lib/set.rb (SortedSet::setup): a hack to shut up warning.matz2005-03-041-0/+5
* improved keeper threadseki2005-02-281-17/+37
* * array.c (rb_ary_s_create): no need for negative argc check.matz2005-02-232-2/+2
* * 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/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
* * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean2005-02-171-2/+2
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-173-40/+45
* add lazy stop_service.seki2005-02-162-9/+11
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-141-1/+2