aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu2009-08-261-0/+5
* * vm.c (collect_local_variables_in_env): skips internal variables.nobu2009-08-261-0/+5
* Update Oniguruma's UnicodeData to 5.1.naruse2009-08-251-0/+15
* Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.naruse2009-08-251-0/+5
* * bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivialnobu2009-08-251-0/+8
* * Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu2009-08-251-2/+3
* * Makefile.in (enc/unicode/name2ctype.h): explicitly ignores thenobu2009-08-251-0/+5
* * configure.in (DLDFLAGS): use linker_flag and changed undefinednobu2009-08-241-0/+5
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-0/+6
* * include/ruby/missing.h (vsnprintf): rollback a part of r24179, becauseusa2009-08-241-0/+5
* * st.c (st_delete_safe): deals with packed entries.nobu2009-08-241-0/+7
* * win32/Makefile.sub (MAKEDIRS): define.usa2009-08-241-0/+6
* * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu2009-08-241-0/+5
* * win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead ofnobu2009-08-241-0/+5
* * bootstraptest/runner.rb (main): "usage" description updated.akr2009-08-231-0/+4
* * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr2009-08-231-0/+6
* * thread.c (rb_thread_schedule): don't recur infinitely.akr2009-08-221-0/+6
* fix typos.akr2009-08-221-19/+19
* YAML parser don't need identity hash.akr2009-08-221-4/+2
* * ext/syck/rubyext.c (id_hash_new): new function to create a hashakr2009-08-221-0/+11
* * Makefile.in: use CP and MV macros.naruse2009-08-221-0/+4
* * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu2009-08-211-0/+5
* * enumerator.c (ary2sv): add dup argument.akr2009-08-211-0/+9
* * thread.c (rb_check_deadlock): decrease number of sleepers beforemame2009-08-211-0/+6
* * enumerator.c (get_next_values): extracted fromakr2009-08-211-0/+7
* * enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu2009-08-211-0/+5
* Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse2009-08-211-0/+5
* Change modestr syntax for BOM to "BOM|UTF-*".naruse2009-08-211-0/+7
* use rl_prep_terminal only on Windows. [ruby-core:25009]naruse2009-08-211-0/+5
* * lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu2009-08-201-0/+12
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu2009-08-201-0/+4
* * io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu2009-08-201-0/+4
* * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame2009-08-201-0/+5
* Fix: change terminal's size on Widows when the window size is changednaruse2009-08-201-0/+5
* * parse.y (ivar2_hash_type): disabled for now.nobu2009-08-201-0/+4
* * thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz2009-08-201-0/+5
* * enumerator.c (next_init): don't clear feedvalue.akr2009-08-191-0/+4
* * enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr2009-08-191-0/+20
* * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz2009-08-191-0/+10
* * enc/unicode.c (CodeRanges): initialized statically.nobu2009-08-191-0/+4
* * test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame2009-08-181-0/+5
* * compile.c (NODE_RETURN): fire return event at explicit return.mame2009-08-181-0/+5
* * enumerator.c (enumerator_peek): new method Enumerator#peek. akr2009-08-181-0/+6
* Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-08-181-0/+4
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-181-0/+8
* * range.c (range_step): treat symbols specially so that iteratingmatz2009-08-171-0/+7
* * range.c (range_each): should honor to_str conversion.matz2009-08-171-0/+4
* * lib/date/delta.rb: removed require 'date'. added to_c.tadf2009-08-171-0/+4
* * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu2009-08-171-0/+5
* Don't warn if the duplicate is caused by /i.naruse2009-08-171-0/+13