aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-011-0/+9
* * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei2008-07-011-1/+4
* * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei2008-07-011-0/+11
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu2008-07-011-0/+11
* * array.c (rb_ary_fill): check if beg is too big.nobu2008-07-011-2/+6
* * compile.c, insns.def, vm.c, vm_core.h: remove some insnsko12008-07-011-0/+11
* RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].drbrain2008-06-301-0/+8
* * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu2008-06-301-0/+5
* * numeric.c (num_coerce): call rb_Float(x) first. don't depend onakr2008-06-301-0/+5
* * gc.c (rb_newobj): abort GC phase before rb_bug.nobu2008-06-301-0/+4
* * test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame2008-06-301-0/+5
* * common.mk (RUBY_H_INCLUDES): common headers which are included withnobu2008-06-301-0/+5
* * test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame2008-06-301-0/+5
* * test/ruby/test_array.rb (test_aset): access with too big indexmame2008-06-301-0/+5
* * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.nobu2008-06-301-0/+4
* * ext/stringio/stringio.c (strio_getline): fix for nil and "" asmame2008-06-301-0/+5
* * io.c (argf_each_line): pass args to each_line. [ruby-dev:34958]mame2008-06-301-0/+4
* * gc.c (chain_finalized_object): should not delete from finalizernobu2008-06-301-0/+8
* * gc.c (gc_finalize_deferred): allow object allocation in finalizers.nobu2008-06-301-0/+6
* * ChangeLog: fixed format.nobu2008-06-301-13/+15
* * gc.c (rb_newobj): prohibit call of rb_newobj() during gc whenusa2008-06-301-0/+5
* * ext/syslog/syslog.c (syslog_write): syslog operations should bematz2008-06-301-0/+10
* * test/net/http/test_http.rb (_test_request__file): specify encodingmame2008-06-291-0/+7
* * encoding.c (rb_utf8_encindex): defined.naruse2008-06-291-0/+6
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-0/+11
* * process.c (Init_process): fix to avoid a warning.ko12008-06-291-0/+4
* * test/ruby/test_parse.rb: remove tests for open_args.mame2008-06-291-0/+4
* * string.c (rb_str_format_m): make tmp volatile to avoid possible GCakr2008-06-291-0/+5
* * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8.kou2008-06-291-0/+4
* * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define tokou2008-06-291-0/+5
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou2008-06-291-0/+7
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou2008-06-291-0/+5
* * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou2008-06-291-0/+5
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou2008-06-291-0/+5
* * dir.rb: fix resource leak.mame2008-06-291-0/+4
* * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, andnobu2008-06-291-0/+6
* * ext/win32ole/win32ole.c (date2time_str): fix the overflow insuke2008-06-281-0/+5
* fix typos.akr2008-06-281-20/+20
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-0/+18
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-281-2/+3
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-06-281-0/+5
* * test/rubygems/test_gem.rb (test_self_path_APPLE_GEM_HOME): don't useakr2008-06-281-0/+5
* * ext/win32ole/win32ole.c : check String encoding whensuke2008-06-271-0/+7
* * time.c: fix rounding negative float.akr2008-06-271-0/+4
* fix the last entry.akr2008-06-271-1/+1
* * gc.c: __size__ removed. use the length of __members__ instead.akr2008-06-271-0/+5
* * test/inlinetest.rb (InlineTest.in_progname): workaround for frozennobu2008-06-271-0/+7
* * parse.y (primary): empty not should call '!' on nil.matz2008-06-271-0/+5
* * lib/erb.rb: adjust line number for magic comment.kazu2008-06-271-0/+6
* * vm.c (vm_eval_body): if thrown exception is frozen, reraise it tonobu2008-06-271-0/+5