aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * random.c (DIGSPERINT): fix for LP64.nobu2009-07-172-3/+5
* * random.c (fill_random_seed): /dev/urandom is not available onnobu2009-07-172-3/+12
* * random.c (random_equal): new method Random#==.nobu2009-07-172-0/+25
* * random.c (dump_mt): removed debug function.nobu2009-07-171-14/+0
* * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr2009-07-172-1/+6
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-173-5/+14
* * 2009-07-17svn2009-07-171-2/+2
* remove test for recursive hash key. [ruby-core:22921]akr2009-07-171-6/+0
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-164-17/+71
* * test/win32ole/test_win32ole.rb (test_s_codepage_changed,suke2009-07-163-17/+57
* * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa2009-07-162-1/+6
* * random.c (fill_random_seed): suppress a warning.nobu2009-07-162-1/+5
* * configure.in (MANGLED_PATH): disabled on cygwin and mingw.nobu2009-07-161-1/+0
* * hash.c (rb_hash_aset, recursive_hash): rejects recursive hash.nobu2009-07-162-1/+9
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-167-24/+38
* * ChangeLog: log entry for r24144.nobu2009-07-161-0/+4
* * ChangeLog: reverted entries removed mistakenly at r23889.nobu2009-07-161-36/+1245
* * vm_method.c (rb_alias): fix a case which try non-existing method alias.ko12009-07-163-4/+17
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-162-0/+13
* * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu2009-07-164-7/+40
* * random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu2009-07-163-125/+569
* * array.c (rb_ary_sample): RDoc update. a patch from Florianmatz2009-07-162-3/+10
* Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse2009-07-162-0/+11
* * vm_eval.c: adjusted indent.nobu2009-07-161-58/+58
* * method.h: properties.nobu2009-07-161-78/+78
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-168-24/+26
* * vm_method.c: separate clearing cache entry code.ko12009-07-152-4/+12
* * dir.c (push_glob): re-fix GC problem.ko12009-07-152-2/+5
* * common.mk: add method.h.ko12009-07-152-1/+5
* * 2009-07-16svn2009-07-151-2/+2
* * io.c (argf_free): free data body.ko12009-07-152-1/+6
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-1519-785/+882
* * dir.c (push_glob): fix GC problem.ko12009-07-152-0/+5
* * ext/purelib.rb: translates a fake path to rubygems in $" intoyugui2009-07-153-6/+49
* * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa2009-07-152-1/+5
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-142-2/+6
* * 2009-07-15svn2009-07-141-2/+2
* Set tempfile name with literal.naruse2009-07-142-2/+7
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-144-23/+120
* Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]naruse2009-07-142-0/+7
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-143-5/+25
* * ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.nagai2009-07-143-2/+8
* * ext/tk/lib/tk/menuspec.rb: commit miss on my last commitment.nagai2009-07-131-1/+1
* Follow tests for changes of ENV's encoding.naruse2009-07-132-2/+8
* * marshal.c (r_object0): should return real object.naruse2009-07-132-9/+13
* * enumerator.c (yielder_yield_i): use rb_proc_new instead ofmame2009-07-134-9/+35
* * 2009-07-14svn2009-07-131-2/+2
* * test/ruby/test_case.rb (TestCase#test_deoptimization):yugui2009-07-132-0/+16
* * lib/prime.rb (Prime#prime_division): now decomposesyugui2009-07-133-1/+18
* * io.c (pipe_open): handles leaked on win32 when an error occurs.usa2009-07-132-3/+17