aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei2008-07-011-0/+6
* * tool/instruction.rb: RubyVM is not module.ko12008-07-011-0/+4
* * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei2008-07-011-0/+6
* * enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA isnaruse2008-07-011-0/+5
* forgot to commitshyouhei2008-07-011-0/+56
* * missing/vsnprintf.c (BSD__uqtoa): constified.nobu2008-07-011-0/+4
* * enc/make_encdb.h: always add ';' at the end of line.usa2008-07-011-0/+4
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-0/+6
* * enc/ascii.c: ISO C does not allow extra ';' outside of ashyouhei2008-07-011-1/+8
* * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei2008-07-011-1/+4
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-0/+21
* * 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