summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2009-10-11* marshal.c (has_encoding): added for check the regexpnaruse
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu
2009-10-11* lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu
2009-10-11* regparse.c (fetch_token_in_cc): warn when \p is notnaruse
2009-10-11* regerror.c (onig_vsnprintf_with_pattern): added.naruse
2009-10-11* include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gccnobu
2009-10-10* include/ruby/ruby.h (ruby_exec_node): declared.nobu
2009-10-10* regparse.c (onig_syntax_warn): added.naruse
2009-10-10* marshal.c (marshal_dump, marshal_load): prevent from GC.nobu
2009-10-10* file.c (path_check_0): prevent from GC.nobu
2009-10-10* transcode.c (rb_transcoding, str_transcoding_resize): fixednobu
2009-10-10* math.c (math_atanh): reverted r25279.yugui
2009-10-10* ext/curses/curses.c: use rb_thread_blocking_region to avoidakr
2009-10-10* configure.in (cflags, cxxflags): remove duplicating options.nobu
2009-10-10* configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),nobu
2009-10-10* eval.c (rb_threadptr_errinfo): renamed.nobu
2009-10-10* eval.c (ruby_exec_node): removed unused argument.nobu
2009-10-10* math.c (math_atanh): Fix bug for Math.atanh(+/-1). It now returns +-Infinit...marcandre