summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (push_glob): re-fix GC problem.ko12009-07-151-0/+4
* * common.mk: add method.h.ko12009-07-151-0/+4
* * io.c (argf_free): free data body.ko12009-07-151-0/+4
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-0/+27
* * dir.c (push_glob): fix GC problem.ko12009-07-151-0/+4
* * ext/purelib.rb: translates a fake path to rubygems in $" intoyugui2009-07-151-0/+13
* * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa2009-07-151-0/+4
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-141-0/+4
* Set tempfile name with literal.naruse2009-07-141-0/+5
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-141-0/+4
* Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]naruse2009-07-141-0/+5
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-0/+5
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-141-0/+5
* Follow tests for changes of ENV's encoding.naruse2009-07-131-0/+5
* * marshal.c (r_object0): should return real object.naruse2009-07-131-8/+12
* * enumerator.c (yielder_yield_i): use rb_proc_new instead ofmame2009-07-131-0/+10
* * test/ruby/test_case.rb (TestCase#test_deoptimization):yugui2009-07-131-0/+5
* * lib/prime.rb (Prime#prime_division): now decomposesyugui2009-07-131-0/+7
* * io.c (pipe_open): handles leaked on win32 when an error occurs.usa2009-07-131-0/+4
* * marshal.c (r_object0): should not shadow outer variable not tonobu2009-07-131-0/+5
* * marshal.c (r_object0): copy instance variables to new regexp.naruse2009-07-131-0/+4
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-0/+15
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-0/+12
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-0/+26
* * time.c (time_timespec): rounds subsecond toward zero.nobu2009-07-121-0/+4
* ENV is now locale encoding.naruse2009-07-121-1/+7
* * complex.c: added some shortcuts.tadf2009-07-121-0/+6
* * object.c (rb_to_integer, rb_check_to_integer): return Bignumnobu2009-07-121-0/+5
* * complex.c: use k_exact_{zero,one}_p macro.tadf2009-07-121-0/+6
* * numeric.c (fix_divide): added an entry to rational.tadf2009-07-121-0/+8
* * random.c (rand_init): use fixed buffer for small numbers.nobu2009-07-111-0/+4
* * test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse2009-07-111-0/+4
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2009-07-101-0/+8
* * random.c (limited_rand): expands to long before shift so thatnobu2009-07-101-0/+5
* * random.c (rand_init): got rid of buffer overflow.nobu2009-07-101-0/+4
* * array.c (ary_join_1): should recurse for element array.nobu2009-07-101-0/+4
* io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.naruse2009-07-101-0/+4
* Fix condition of second byte of UTF-16LE/UTF-32LE.naruse2009-07-101-0/+5
* * ChangeLog: commit miss.nobu2009-07-101-1/+1
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-101-0/+7
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-101-0/+8
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-101-0/+8
* * marshal.c (r_object0): set encoding only if the encoding is not US-ASCII.naruse2009-07-101-0/+4
* * random.c (struct MT): ruby already assumes int has 32bit atnobu2009-07-101-0/+7
* * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu2009-07-101-0/+5
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-0/+5
* * parse.y (parser_data_type): typed.nobu2009-07-091-0/+4
* * error.c (compile_warn_print, warn_print): fixed false warnings.nobu2009-07-091-0/+1
* Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse2009-07-091-0/+14
* * marshal.c (r_object0): replace \u by u when the regexp isnaruse2009-07-091-1/+5