summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-16 * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa
2009-07-16* random.c (fill_random_seed): suppress a warning.nobu
2009-07-16* configure.in (MANGLED_PATH): disabled on cygwin and mingw.nobu
2009-07-16* hash.c (rb_hash_aset, recursive_hash): rejects recursive hash.nobu
2009-07-16* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu
2009-07-16* ChangeLog: log entry for r24144.nobu
2009-07-16* ChangeLog: reverted entries removed mistakenly at r23889.nobu
2009-07-16* vm_method.c (rb_alias): fix a case which try non-existing method alias.ko1
2009-07-16* io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu
2009-07-16* bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu
2009-07-16* random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu
2009-07-16* array.c (rb_ary_sample): RDoc update. a patch from Florianmatz
2009-07-16Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse
2009-07-16* vm_eval.c: adjusted indent.nobu
2009-07-16* method.h: properties.nobu
2009-07-16* node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko1
2009-07-15* vm_method.c: separate clearing cache entry code.ko1
2009-07-15* dir.c (push_glob): re-fix GC problem.ko1
2009-07-15* common.mk: add method.h.ko1
2009-07-15* 2009-07-16svn
2009-07-15* io.c (argf_free): free data body.ko1
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-15* dir.c (push_glob): fix GC problem.ko1
2009-07-15* ext/purelib.rb: translates a fake path to rubygems in $" intoyugui
2009-07-15 * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa
2009-07-14* ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai
2009-07-14* 2009-07-15svn
2009-07-14Set tempfile name with literal.naruse
2009-07-14* ext/io/nonblock: moved from ext/io/wait/lib.nobu
2009-07-14Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]naruse
2009-07-14* io.c (rb_io_initialize): check if the descriptor can be accessednobu
2009-07-14* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai
2009-07-13* ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai
2009-07-13Follow tests for changes of ENV's encoding.naruse
2009-07-13* marshal.c (r_object0): should return real object.naruse
2009-07-13* enumerator.c (yielder_yield_i): use rb_proc_new instead ofmame
2009-07-13* 2009-07-14svn
2009-07-13* test/ruby/test_case.rb (TestCase#test_deoptimization):yugui
2009-07-13* lib/prime.rb (Prime#prime_division): now decomposesyugui
2009-07-13 * io.c (pipe_open): handles leaked on win32 when an error occurs.usa
2009-07-13* proc.c (Kernel#define_singleton_method): rdoc. based on a patch byyugui
2009-07-13* lib/tempfile (Tempfile.open): rdoc. patch by Nobuhiro IMAI.yugui
2009-07-13* marshal.c (r_object0): should not shadow outer variable not tonobu
2009-07-13* marshal.c (r_object0): copy instance variables to new regexp.naruse
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-07-13* .gitignore: synchronized with svn:ignore.yugui
2009-07-13ignores $(srcdir)/breakpoints.gdb.yugui
2009-07-13ext/tk: ignores generated ext/tk/config_listyugui
2009-07-13* insns.def, vm_insnhelper.c (getinstancevariable):ko1
2009-07-13* ext/tk: eol-style.nobu