| Commit message (Expand) | Author | Age | Files | Lines |
* | * enc/ascii.c: ISO C does not allow extra ';' outside of a | shyouhei | 2008-07-01 | 4 | -51/+58 |
* | * process.c (run_exec_rlimit): ISO C90 forbids mixed declarations | shyouhei | 2008-07-01 | 2 | -5/+9 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 10 | -11/+32 |
* | * regexec.c (stack_double): use MatchStackLimitSize atomically. | nobu | 2008-07-01 | 9 | -54/+66 |
* | * include/ruby/st.h (struct st_table): type of bit-field | shyouhei | 2008-07-01 | 2 | -1/+7 |
* | * include/ruby/ruby.h (rb_intern): prefix __extnsion__ for | shyouhei | 2008-07-01 | 3 | -4/+15 |
* | * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make), | nobu | 2008-07-01 | 4 | -9/+39 |
* | * common.mk: folded longer rules | nobu | 2008-07-01 | 1 | -2/+4 |
* | * array.c (rb_ary_fill): check if beg is too big. | nobu | 2008-07-01 | 2 | -3/+7 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 8 | -86/+148 |
* | RubyGems patches by Yusuke ENDOH [ruby-core:17442], [ruby-core:17444]. | drbrain | 2008-06-30 | 3 | -2/+11 |
* | * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks inside | nobu | 2008-06-30 | 2 | -1/+6 |
* | * numeric.c (num_coerce): call rb_Float(x) first. don't depend on | akr | 2008-06-30 | 2 | -1/+8 |
* | 2008-07-01 | svn | 2008-06-30 | 1 | -4/+4 |
* | * gc.c (rb_newobj): abort GC phase before rb_bug. | nobu | 2008-06-30 | 2 | -7/+15 |
* | * test/openssl/test_ssl.rb (start_server): shutdown TCPServer before | mame | 2008-06-30 | 2 | -7/+17 |
* | add an assertion. | akr | 2008-06-30 | 1 | -0/+1 |
* | * common.mk (RUBY_H_INCLUDES): common headers which are included with | nobu | 2008-06-30 | 2 | -136/+79 |
* | * test/ruby/test_settracefunc.rb (test_raise): reveal an exception | mame | 2008-06-30 | 2 | -2/+11 |
* | * test/ruby/test_array.rb (test_aset): access with too big index | mame | 2008-06-30 | 2 | -2/+7 |
* | add a test for [ruby-dev:34619]. | akr | 2008-06-30 | 1 | -0/+8 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted. | nobu | 2008-06-30 | 2 | -2/+5 |
* | * ext/stringio/stringio.c (strio_getline): fix for nil and "" as | mame | 2008-06-30 | 2 | -2/+7 |
* | * io.c (argf_each_line): pass args to each_line. [ruby-dev:34958] | mame | 2008-06-30 | 2 | -1/+5 |
* | * gc.c (chain_finalized_object): should not delete from finalizer | nobu | 2008-06-30 | 2 | -3/+12 |
* | * gc.c (gc_finalize_deferred): allow object allocation in finalizers. | nobu | 2008-06-30 | 2 | -22/+27 |
* | * ChangeLog: fixed format. | nobu | 2008-06-30 | 1 | -13/+15 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc when | usa | 2008-06-30 | 2 | -0/+7 |
* | * ext/syslog/syslog.c (syslog_write): syslog operations should be | matz | 2008-06-30 | 2 | -0/+13 |
* | * test/net/http/test_http.rb (_test_request__file): specify encoding | mame | 2008-06-29 | 3 | -2/+10 |
* | * encoding.c (rb_utf8_encindex): defined. | naruse | 2008-06-29 | 3 | -1/+14 |
* | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 | 2008-06-29 | 8 | -24/+35 |
* | * process.c (Init_process): fix to avoid a warning. | ko1 | 2008-06-29 | 2 | -3/+7 |
* | 2008-06-30 | svn | 2008-06-29 | 1 | -3/+3 |
* | * test/ruby/test_parse.rb: remove tests for open_args. | mame | 2008-06-29 | 2 | -48/+4 |
* | * string.c (rb_str_format_m): make tmp volatile to avoid possible GC | akr | 2008-06-29 | 2 | -1/+6 |
* | follow up the previous commit. | kou | 2008-06-29 | 1 | -1/+2 |
* | * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8. | kou | 2008-06-29 | 3 | -4/+38 |
* | * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define to | kou | 2008-06-29 | 2 | -3/+20 |
* | * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raise | kou | 2008-06-29 | 3 | -20/+40 |
* | * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block. | kou | 2008-06-29 | 5 | -13/+17 |
* | * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't use | kou | 2008-06-29 | 3 | -7/+31 |
* | * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5. | kou | 2008-06-29 | 3 | -2/+7 |
* | * dir.rb: fix resource leak. | mame | 2008-06-29 | 2 | -0/+5 |
* | * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, and | nobu | 2008-06-29 | 2 | -6/+19 |
* | * ext/win32ole/win32ole.c (date2time_str): fix the overflow in | suke | 2008-06-28 | 2 | -4/+7 |
* | fix typos. | akr | 2008-06-28 | 1 | -20/+20 |
* | 2008-06-29 | svn | 2008-06-28 | 1 | -3/+3 |
* | fix test_status_kill for coredump message in Process::Status#inspect. | akr | 2008-06-28 | 1 | -1/+5 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 6 | -49/+69 |