aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou2008-06-293-20/+40
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou2008-06-295-13/+17
* * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou2008-06-293-7/+31
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou2008-06-293-2/+7
* * dir.rb: fix resource leak.mame2008-06-292-0/+5
* * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, andnobu2008-06-292-6/+19
* * ext/win32ole/win32ole.c (date2time_str): fix the overflow insuke2008-06-282-4/+7
* fix typos.akr2008-06-281-20/+20
* 2008-06-29svn2008-06-281-3/+3
* fix test_status_kill for coredump message in Process::Status#inspect.akr2008-06-281-1/+5
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-286-49/+69
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-282-6/+22
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-282-1/+6
* add a test for [ruby-dev:34958].akr2008-06-281-0/+10
* * test/rubygems/test_gem.rb (test_self_path_APPLE_GEM_HOME): don't useakr2008-06-282-3/+10
* * ext/win32ole/win32ole.c : check String encoding whensuke2008-06-273-21/+79
* 2008-06-28svn2008-06-271-3/+3
* * time.c: fix rounding negative float.akr2008-06-273-0/+20
* fix the last entry.akr2008-06-271-1/+1
* * gc.c: __size__ removed. use the length of __members__ instead.akr2008-06-272-11/+20
* * test/inlinetest.rb (InlineTest.in_progname): workaround for frozennobu2008-06-273-5/+15
* * parse.y (primary): empty not should call '!' on nil.matz2008-06-272-1/+6
* * lib/erb.rb: adjust line number for magic comment.kazu2008-06-273-4/+35
* * vm.c (vm_eval_body): if thrown exception is frozen, reraise it tonobu2008-06-272-0/+6
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-272-3/+3
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-273-0/+15
* * lib/un.rb (mkmf): new command to create makefile.nobu2008-06-272-16/+55
* * lib/un.rb (wait_writable): added help message.nobu2008-06-272-0/+9
* * configure.in: need a ",".ko12008-06-263-2/+8
* * vm_eval.c (vm_call_super): fix to call method_missing.ko12008-06-262-4/+11
* 2008-06-27svn2008-06-261-3/+3
* * ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu2008-06-262-2/+7
* * string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fixmame2008-06-262-14/+14
* ChangeLog: need address tweakmatz2008-06-261-1/+1
* * variable.c (rb_f_trace_var): should not be allowed at safe level 4. matz2008-06-262-0/+6
* Upgrade to RubyGems 1.2.0 r1824. Incorporates [ruby-core:17353].drbrain2008-06-2629-238/+513
* 2008-06-26svn2008-06-251-3/+3
* * parse.y (primary): not operand might be empty. [ruby-dev:35227]matz2008-06-252-0/+12
* * parse.y (primary): make functional-style not operator to actmatz2008-06-255-5/+21
* * array.c (rb_ary_fill): not depend on unspecified behavior at integernobu2008-06-252-2/+7
* * lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first.naruse2008-06-252-5/+10
* * lib/erb.rb (ERB::Compiler#compile): magic comment needs LF.naruse2008-06-252-1/+5
* * lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse2008-06-253-3/+8
* * vm_eval.c (eval_string_with_cref): preserve parse_in_eval even ifmame2008-06-242-0/+8
* * ext/win32ole/win32ole.c(ole_invoke): fix memory leak.suke2008-06-242-4/+25
* * configure.in (rb_cv_fork_with_pthread): check after check fornobu2008-06-242-58/+68
* * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa2008-06-242-1/+5
* * io.c (io_reopen): remove cygwin handling because it seems to be forusa2008-06-242-6/+6
* * test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...usa2008-06-241-2/+13
* * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa2008-06-244-4/+43