aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enc/make_encdb.h: always add ';' at the end of line.usa2008-07-012-1/+5
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-015-7/+13
* * enc/ascii.c: ISO C does not allow extra ';' outside of ashyouhei2008-07-014-51/+58
* * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei2008-07-012-5/+9
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-0110-11/+32
* * regexec.c (stack_double): use MatchStackLimitSize atomically.nobu2008-07-019-54/+66
* * include/ruby/st.h (struct st_table): type of bit-fieldshyouhei2008-07-012-1/+7
* * include/ruby/ruby.h (rb_intern): prefix __extnsion__ forshyouhei2008-07-013-4/+15
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu2008-07-014-9/+39
* * common.mk: folded longer rulesnobu2008-07-011-2/+4
* * array.c (rb_ary_fill): check if beg is too big.nobu2008-07-012-3/+7
* * compile.c, insns.def, vm.c, vm_core.h: remove some insnsko12008-07-018-86/+148
* RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444].drbrain2008-06-303-2/+11
* * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu2008-06-302-1/+6
* * numeric.c (num_coerce): call rb_Float(x) first. don't depend onakr2008-06-302-1/+8
* 2008-07-01svn2008-06-301-4/+4
* * gc.c (rb_newobj): abort GC phase before rb_bug.nobu2008-06-302-7/+15
* * test/openssl/test_ssl.rb (start_server): shutdown TCPServer beforemame2008-06-302-7/+17
* add an assertion.akr2008-06-301-0/+1
* * common.mk (RUBY_H_INCLUDES): common headers which are included withnobu2008-06-302-136/+79
* * test/ruby/test_settracefunc.rb (test_raise): reveal an exceptionmame2008-06-302-2/+11
* * test/ruby/test_array.rb (test_aset): access with too big indexmame2008-06-302-2/+7
* add a test for [ruby-dev:34619].akr2008-06-301-0/+8
* * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.nobu2008-06-302-2/+5
* * ext/stringio/stringio.c (strio_getline): fix for nil and "" asmame2008-06-302-2/+7
* * io.c (argf_each_line): pass args to each_line. [ruby-dev:34958]mame2008-06-302-1/+5
* * gc.c (chain_finalized_object): should not delete from finalizernobu2008-06-302-3/+12
* * gc.c (gc_finalize_deferred): allow object allocation in finalizers.nobu2008-06-302-22/+27
* * ChangeLog: fixed format.nobu2008-06-301-13/+15
* * gc.c (rb_newobj): prohibit call of rb_newobj() during gc whenusa2008-06-302-0/+7
* * ext/syslog/syslog.c (syslog_write): syslog operations should bematz2008-06-302-0/+13
* * test/net/http/test_http.rb (_test_request__file): specify encodingmame2008-06-293-2/+10
* * encoding.c (rb_utf8_encindex): defined.naruse2008-06-293-1/+14
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-298-24/+35
* * process.c (Init_process): fix to avoid a warning.ko12008-06-292-3/+7
* 2008-06-30svn2008-06-291-3/+3
* * test/ruby/test_parse.rb: remove tests for open_args.mame2008-06-292-48/+4
* * string.c (rb_str_format_m): make tmp volatile to avoid possible GCakr2008-06-292-1/+6
* follow up the previous commit.kou2008-06-291-1/+2
* * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8.kou2008-06-293-4/+38
* * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define tokou2008-06-292-3/+20
* * 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