aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * .gdbinit (rb_ps): dump all threads and their callstacks. basednobu2009-10-191-0/+5
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-0/+5
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-181-0/+5
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-181-0/+6
* * parse.y (is_special_global_name): add boundary check.akr2009-10-181-0/+4
* * ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu2009-10-181-0/+5
* * test/test_prime.rbyugui2009-10-181-0/+11
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-0/+6
* * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui2009-10-171-0/+10
* * bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]mame2009-10-171-0/+4
* * parse.y (parser_yylex): fix token even after trailing under score.akr2009-10-171-0/+4
* * vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz2009-10-171-0/+5
* * lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz2009-10-171-0/+5
* * st.c (unpack_entries): save table->bins and never change the tablewanabe2009-10-161-0/+6
* * prelude.rb (require_relative): defined as a module function ofakr2009-10-161-0/+5
* * lib/delegate.rb (Delegator#method_missing): remove backtracematz2009-10-161-0/+5
* * lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz2009-10-161-0/+5
* add ML ref [ruby-core:26081]matz2009-10-161-1/+1
* * lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz2009-10-161-0/+9
* * bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]nobu2009-10-161-0/+5
* * win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa2009-10-161-0/+4
* * gc.h (rb_gc_debug_body): constified.nobu2009-10-161-0/+4
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-161-0/+21
* * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse2009-10-161-0/+5
* * lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse2009-10-151-0/+10
* * parse.y (rb_intern3): check symbol table overflow before generatenobu2009-10-151-3/+3
* * parse.y (rb_intern3): check symbol table overflow.nobu2009-10-151-0/+5
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-151-1/+4
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-151-0/+5
* * ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu2009-10-151-0/+5
* * ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa2009-10-151-0/+6
* * tool/enc-unicode.rb,naruse2009-10-141-0/+8
* * ext/socket/init.c (rsock_init_sock): validate file descriptor.akr2009-10-141-0/+4
* * ruby.c (process_options): script name should not be shown in annobu2009-10-141-0/+5
* * eval.c (ruby_run_node): need to call ruby_cleaup() always evennobu2009-10-141-0/+5
* * proc.c (mnew): Method#new checks for respond_to_missing? with private set t...marcandre2009-10-131-0/+6
* Add derived core and binary property and aliases.naruse2009-10-131-0/+10
* * ext/tk/variable.rb: bug fix. additional trace definition changes thenagai2009-10-131-0/+5
* * parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu2009-10-131-1/+3
* * parse.y (parser_magic_comment): fixed normalization.nobu2009-10-131-0/+4
* * ChangeLog: add commit logmarcandre2009-10-131-0/+7
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-121-0/+5
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-121-0/+7
* * eval.c (ruby_run_node): if an exception occurred in ruby_option,nobu2009-10-121-0/+5
* * regparse.c (fetch_token): warn invalid back referencenaruse2009-10-111-0/+5
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-111-0/+7
* * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu2009-10-111-0/+5
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-111-0/+8
* * regparse.c (fetch_token_in_cc): warn when \p is notnaruse2009-10-111-0/+7
* * regerror.c (onig_vsnprintf_with_pattern): added.naruse2009-10-111-0/+6