summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-08-23* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr
2009-08-22* thread.c (rb_thread_schedule): don't recur infinitely.akr
2009-08-22fix typos.akr
2009-08-22YAML parser don't need identity hash.akr
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr
2009-08-22* Makefile.in: use CP and MV macros.naruse
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-21* enumerator.c (ary2sv): add dup argument.akr
2009-08-21* thread.c (rb_check_deadlock): decrease number of sleepers beforemame
2009-08-21* enumerator.c (get_next_values): extracted fromakr
2009-08-21* enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu
2009-08-21Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-08-21use rl_prep_terminal only on Windows. [ruby-core:25009]naruse
2009-08-20* lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu
2009-08-20* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu
2009-08-20* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu
2009-08-20* parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame
2009-08-20Fix: change terminal's size on Widows when the window size is changednaruse
2009-08-20* parse.y (ivar2_hash_type): disabled for now.nobu
2009-08-20* thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz
2009-08-19* enumerator.c (next_init): don't clear feedvalue.akr
2009-08-19* enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr
2009-08-19* dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz
2009-08-19* enc/unicode.c (CodeRanges): initialized statically.nobu
2009-08-18* test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame
2009-08-18* compile.c (NODE_RETURN): fire return event at explicit return.mame
2009-08-18* enumerator.c (enumerator_peek): new method Enumerator#peek. akr
2009-08-18Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-08-18* vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe
2009-08-17* range.c (range_step): treat symbols specially so that iteratingmatz
2009-08-17* range.c (range_each): should honor to_str conversion.matz
2009-08-17 * lib/date/delta.rb: removed require 'date'. added to_c.tadf
2009-08-17* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu
2009-08-17Don't warn if the duplicate is caused by /i.naruse
2009-08-16 * lib/date/delta.rb: merged from date4. [experimental]tadf
2009-08-16 * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf
2009-08-16 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-08-16use num#i.tadf
2009-08-16 * numeric.c (flo_pow,fix_pow): may return complex number.tadf
2009-08-16* string.c (rb_str_upto): generate numerical sequence whenmatz
2009-08-16* numeric.c (num_imaginary): num#i to return imaginary counterpartmatz
2009-08-16 * lib/complex.rb, lib/rational.rb: added warning messages.tadf
2009-08-16* parse.y (yylex): should dispatch scan-event even when followsnobu
2009-08-16 * lib/date/format.rb: reverted.tadf
2009-08-16* lib/date/format.rb: suppressed a warning.naruse
2009-08-16* lib/csv.rb: Change magic comment to US-ASCII in order tonaruse
2009-08-16* regparse.c (parse_char_class, parse_exp, parse_branch),nobu
2009-08-16* vm.c (vm_backtrace_each, vm_backtrace_push),nobu
2009-08-16* vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func nownobu