summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-19* .gdbinit (rb_method_entry): search method entry by class and id.nobu
2009-10-19* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa
2009-10-19* .gdbinit (rb_ps): dump all threads and their callstacks. basednobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-18* 2009-10-19svn
2009-10-18* lib/rexml/element.rb (text=): false should be converted to string.marcandre
2009-10-18 * lib/date.rb: do not require lib/delta.rb.tadf
2009-10-18Retry until the signal is trapped.naruse
2009-10-18* parse.y (is_special_global_name): add boundary check.akr
2009-10-18* ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu
2009-10-18* 2009-10-18svn
2009-10-18* test/test_prime.rbyugui
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-17fix a typo.akr
2009-10-17* test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui
2009-10-17* test/rake/data/unittest/subdir/.gitignore: dummy entry for ensuringyugui
2009-10-17* bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]mame
2009-10-17* parse.y (parser_yylex): fix token even after trailing under score.akr
2009-10-17* vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz
2009-10-17* lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz
2009-10-16* lib/delegate: rdoc typomarcandre
2009-10-16* 2009-10-17svn
2009-10-16* st.c (unpack_entries): save table->bins and never change the tablewanabe
2009-10-16* prelude.rb (require_relative): defined as a module function ofakr
2009-10-16* lib/delegate.rb (Delegator#method_missing): remove backtracematz
2009-10-16* lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz
2009-10-16add ML ref [ruby-core:26081]matz
2009-10-16* lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz
2009-10-16* bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]nobu
2009-10-16* win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa
2009-10-16* gc.h (rb_gc_debug_body): constified.nobu
2009-10-16* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse
2009-10-16* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu
2009-10-16* test/ruby/test_object.rb (test_respond_to_missing):nobu
2009-10-16* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse
2009-10-16* test/ruby/test_object.rb (test_remove_method): test for Bug#2202.nobu
2009-10-15* 2009-10-16svn
2009-10-15* lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse
2009-10-15* parse.y (rb_intern3): check symbol table overflow before generatenobu
2009-10-15* parse.y (rb_intern3): check symbol table overflow.nobu
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
2009-10-15* test/iconv/test_option.rb: removed particular implementationnobu
2009-10-15* ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa
2009-10-14* tool/enc-unicode.rb,naruse
2009-10-14* 2009-10-15svn
2009-10-14* ext/socket/init.c (rsock_init_sock): validate file descriptor.akr
2009-10-14* vm_eval.c (eval_string): rdoc fix [ruby-core:26086]marcandre
2009-10-14* string.c (rb_check_string_type): rdoc fix [ruby-core:26084]marcandre