| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/mkmf.rb (create_makefile): support platforms have file separator | nobu | 2005-04-20 | 1 | -1/+11 |
| * | * lib/irb.rb lib/irb/* doc/irb: IRB 0.9.5 | keiju | 2005-04-19 | 31 | -279/+448 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-04-19 | 4 | -0/+349 |
| * | * lib/ftools.rb (File.safe_unlink): do not modify a symlinked file. | eban | 2005-04-19 | 1 | -22/+31 |
| * | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine | 2005-04-14 | 1 | -8/+25 |
| * | * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. | kou | 2005-04-13 | 1 | -3/+7 |
| * | adhoc patch for [druby-ja:123] | seki | 2005-04-11 | 1 | -5/+19 |
| * | * lib/mkmf.rb (configuration): shouldn't output hdrdir twice. | usa | 2005-04-11 | 1 | -1/+1 |
| * | * lib/rss: backoported from HEAD. | kou | 2005-04-09 | 16 | -233/+483 |
| * | * ext/extmk.rb (extmake): hdrdir needs to be defined also in | nobu | 2005-04-08 | 1 | -2/+2 |
| * | * ext/extmk.rb (extmake): keep directory names in Makefile as macros. | nobu | 2005-04-07 | 1 | -7/+8 |
| * | * lib/mkmf.rb (create_makefile): ensure library directories get made | nobu | 2005-04-02 | 1 | -3/+4 |
| * | * configure.in (CP, INSTALL): get rid of less portable options. | nobu | 2005-04-02 | 1 | -6/+6 |
| * | * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on case | nobu | 2005-03-31 | 1 | -1/+5 |
| * | * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in, | nobu | 2005-03-30 | 1 | -63/+198 |
| * | move method DRbObject#reinit to DRbObject.new_with. | seki | 2005-03-28 | 2 | -33/+132 |
| * | * lib/mkmf.rb (macro_defined?): try to compile for an old compiler | nobu | 2005-03-24 | 1 | -6/+13 |
| * | * lib/webrick/utils.rb (WEBrick::Utils.create_listeners): | gotoyuzo | 2005-03-23 | 2 | -2/+9 |
| * | * lib/mkmf.rb (mkmf_failed): check if Makefile is created without | nobu | 2005-03-20 | 1 | -1/+1 |
| * | *** empty log message *** | nobu | 2005-03-15 | 1 | -3/+3 |
| * | * lib/webrick/server.rb (WEBrick::GenericServer#start): should | gotoyuzo | 2005-03-09 | 1 | -10/+24 |
| * | * lib/un.rb: should use OptionParser. (backported form HEAD) | eban | 2005-03-07 | 1 | -22/+30 |
| * | * string.c (rb_str_cmp_m): should not return false but nil. | matz | 2005-03-07 | 6 | -3/+11 |
| * | * lib/net/http.rb: HTTPHeader holds its header fields as an array (backport f... | aamine | 2005-03-06 | 1 | -62/+121 |
| * | * lib/pp.rb: rdoced by by Sam Roberts. [ruby-core:4490] | akr | 2005-03-06 | 1 | -149/+118 |
| * | * lib/pp.rb (File::Stat#pretty_print): Etc.getpwuid and Etc.getgrgid | akr | 2005-03-06 | 1 | -4/+8 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replace | nobu | 2005-03-04 | 1 | -1/+1 |
| * | * lib/set.rb (SortedSet::setup): a hack to shut up warning. | matz | 2005-03-04 | 1 | -0/+5 |
| * | improved keeper thread | seki | 2005-02-28 | 1 | -17/+37 |
| * | * array.c (rb_ary_s_create): no need for negative argc check. | matz | 2005-02-23 | 2 | -2/+2 |
| * | * lib/uri/generic.rb (split_userinfo): should split ":pass" into "" | akira | 2005-02-23 | 1 | -8/+1 |
| * | * lib/net/imap.rb (initialize): handle certs correctly. Thanks, | shugo | 2005-02-22 | 1 | -5/+6 |
| * | * lib/open-uri.rb (URI::FTP#buffer_open): access mechanism | akr | 2005-02-19 | 1 | -4/+33 |
| * | (DRbObject#respond_to?) take two arguments. [ruby-dev:25722] | seki | 2005-02-19 | 1 | -2/+2 |
| * | * lib/open-uri.rb: call OpenSSL::SSL::SSLSocket#post_connection_check | akr | 2005-02-19 | 1 | -1/+6 |
| * | * lib/drb/drb.rb (DRbServer.default_safe_level): fix typo. | ocean | 2005-02-17 | 1 | -2/+2 |
| * | * lib/test/unit/collector.rb (collect_file): now deletes paths added | ntalbott | 2005-02-17 | 3 | -40/+45 |
| * | add lazy stop_service. | seki | 2005-02-16 | 2 | -9/+11 |
| * | * lib/rss/parser.rb (RSS::ListenerMixin::tag_end): | kou | 2005-02-14 | 1 | -1/+2 |
| * | pass DRb info to sub thread | seki | 2005-02-13 | 1 | -1/+4 |
| * | * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): added | kou | 2005-02-13 | 3 | -0/+6 |
| * | add safe_level, default_safe_level | seki | 2005-02-13 | 1 | -5/+30 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI.start): should set reason-phrase | gotoyuzo | 2005-02-13 | 1 | -1/+4 |
| * | make module_function | seki | 2005-02-12 | 1 | -0/+4 |
| * | * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check. | matz | 2005-02-12 | 3 | -5/+5 |
| * | * lib/open-uri.rb (OpenURI.open_loop): send authentication only for | akr | 2005-02-12 | 1 | -0/+10 |
| * | document updated. | akr | 2005-02-12 | 1 | -8/+9 |
| * | * lib/open-uri.rb: support https if the platform provides CA | akr | 2005-02-12 | 1 | -72/+83 |
| * | * lib/open-uri.rb (URI::HTTP#proxy_open): new option supported: | akr | 2005-02-11 | 1 | -2/+16 |
| * | reject :instance_eval, :class_eval, :module_eval [druby-ja:117] | seki | 2005-02-08 | 1 | -1/+1 |