summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-07-01* iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu
2008-07-01 * enc/ascii.c: ISO C does not allow extra ';' outside of ashyouhei
2008-07-01 * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-07-01* regexec.c (stack_double): use MatchStackLimitSize atomically.nobu
2008-07-01 * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei
2008-07-01 * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei
2008-07-01* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu
2008-07-01* array.c (rb_ary_fill): check if beg is too big.nobu
2008-07-01* compile.c, insns.def, vm.c, vm_core.h: remove some insnsko1
2008-06-30RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].drbrain
2008-06-30* lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu
2008-06-30* numeric.c (num_coerce): call rb_Float(x) first. don't depend onakr
2008-06-30* gc.c (rb_newobj): abort GC phase before rb_bug.nobu
2008-06-30* test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame
2008-06-30* common.mk (RUBY_H_INCLUDES): common headers which are included withnobu
2008-06-30* test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame
2008-06-30* test/ruby/test_array.rb (test_aset): access with too big indexmame
2008-06-30* lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.nobu
2008-06-30* ext/stringio/stringio.c (strio_getline): fix for nil and "" asmame
2008-06-30* io.c (argf_each_line): pass args to each_line. [ruby-dev:34958]mame
2008-06-30* gc.c (chain_finalized_object): should not delete from finalizernobu
2008-06-30* gc.c (gc_finalize_deferred): allow object allocation in finalizers.nobu
2008-06-30* ChangeLog: fixed format.nobu
2008-06-30 * gc.c (rb_newobj): prohibit call of rb_newobj() during gc whenusa
2008-06-30* ext/syslog/syslog.c (syslog_write): syslog operations should bematz
2008-06-29* test/net/http/test_http.rb (_test_request__file): specify encodingmame
2008-06-29* encoding.c (rb_utf8_encindex): defined.naruse
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-29* process.c (Init_process): fix to avoid a warning.ko1
2008-06-29* test/ruby/test_parse.rb: remove tests for open_args.mame
2008-06-29* string.c (rb_str_format_m): make tmp volatile to avoid possible GCakr
2008-06-29* lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8.kou
2008-06-29* lib/rss/parser.rb (RSS::ListenerMixin#known_class): define tokou
2008-06-29* lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou
2008-06-29* lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou
2008-06-29* lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou
2008-06-29* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou
2008-06-29* dir.rb: fix resource leak.mame
2008-06-29* lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, andnobu
2008-06-28* ext/win32ole/win32ole.c (date2time_str): fix the overflow insuke
2008-06-28fix typos.akr
2008-06-28* include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr
2008-06-28* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-28* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-28* test/rubygems/test_gem.rb (test_self_path_APPLE_GEM_HOME): don't useakr
2008-06-27* ext/win32ole/win32ole.c : check String encoding whensuke
2008-06-27* time.c: fix rounding negative float.akr
2008-06-27fix the last entry.akr
2008-06-27* gc.c: __size__ removed. use the length of __members__ instead.akr