summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-10-20* parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu
2009-10-20* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu
2009-10-20* parse.y (parser_here_document): dispatch delayed heredocnobu
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* 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-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* test/test_prime.rbyugui
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-17* test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui
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* 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* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse
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* ext/socket/init.c (rsock_init_sock): mswin doesn't have S_IFSOCKusa
2009-10-14* tool/enc-unicode.rb,naruse
2009-10-14* ext/socket/init.c (rsock_init_sock): validate file descriptor.akr
2009-10-14* ruby.c (process_options): script name should not be shown in annobu
2009-10-14* eval.c (ruby_run_node): need to call ruby_cleaup() always evennobu
2009-10-13* proc.c (mnew): Method#new checks for respond_to_missing? with private set t...marcandre
2009-10-13Add derived core and binary property and aliases.naruse
2009-10-13* ext/tk/variable.rb: bug fix. additional trace definition changes thenagai
2009-10-13* parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu
2009-10-13* parse.y (parser_magic_comment): fixed normalization.nobu
2009-10-13* ChangeLog: add commit logmarcandre
2009-10-12* lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo
2009-10-12* lib/net/ftp.rb (retrlines): added a new block parameter.shugo
2009-10-12* eval.c (ruby_run_node): if an exception occurred in ruby_option,nobu
2009-10-11* regparse.c (fetch_token): warn invalid back referencenaruse