summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tags trunk@24184 as v1_9_2_preview2v1_9_2_preview1yugui2009-07-170-0/+0
* * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai2009-07-172-1/+6
* fix skip condition.akr2009-07-171-1/+1
* * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai2009-07-173-8/+41
* * include/ruby/win32.h: include winsock headers in extern "C++" forusa2009-07-173-7/+15
* * 2009-07-18svn2009-07-171-2/+2
* * ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui2009-07-173-0/+10
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-175-5/+33
* * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa2009-07-173-0/+11
* * range.c (recursive_hash): extracted from range_hash. rejectakr2009-07-172-10/+25
* * struct.c (recursive_hash): extracted from rb_struct_hash. rejectakr2009-07-172-8/+23
* * array.c (recursive_hash): reject recursive key.akr2009-07-173-4/+6
* * 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