summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/defines.h (TRUE, FALSE): for internal use.nobu2009-07-181-0/+4
* * random.c: workaround for VC++ 6.0.usa2009-07-181-0/+4
* * random.c (rb_random_{int32,real,bytes,int}): added functions fornobu2009-07-181-0/+5
* * random.c (fill_random_seed): use cryptographic service on Windows.nobu2009-07-181-0/+4
* * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai2009-07-171-0/+5
* * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai2009-07-171-0/+5
* * include/ruby/win32.h: include winsock headers in extern "C++" forusa2009-07-171-0/+8
* * ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui2009-07-171-0/+7
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-171-0/+9
* * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa2009-07-171-0/+8
* * range.c (recursive_hash): extracted from range_hash. rejectakr2009-07-171-0/+6
* * struct.c (recursive_hash): extracted from rb_struct_hash. rejectakr2009-07-171-0/+6
* * array.c (recursive_hash): reject recursive key.akr2009-07-171-0/+4
* * random.c (DIGSPERINT): fix for LP64.nobu2009-07-171-1/+3
* * random.c (fill_random_seed): /dev/urandom is not available onnobu2009-07-171-1/+4
* * random.c (random_equal): new method Random#==.nobu2009-07-171-0/+4
* * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr2009-07-171-0/+5
* * array.c (recursive_join): raise ArgumentError for joiningmatz2009-07-171-0/+10
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-161-0/+8
* * test/win32ole/test_win32ole.rb (test_s_codepage_changed,suke2009-07-161-0/+9
* * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): serversusa2009-07-161-0/+5
* * random.c (fill_random_seed): suppress a warning.nobu2009-07-161-0/+4
* * hash.c (rb_hash_aset, recursive_hash): rejects recursive hash.nobu2009-07-161-0/+5
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-161-0/+5
* * 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-161-0/+6
* * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values):nobu2009-07-161-1/+4
* * random.c (rb_random_t): objectified. [EXPERIMENTAL]nobu2009-07-161-0/+5
* * array.c (rb_ary_sample): RDoc update. a patch from Florianmatz2009-07-161-0/+5
* Fix SEGV of readline on FreeBSD. [ruby-core:21884]naruse2009-07-161-0/+8
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-0/+6
* * vm_method.c: separate clearing cache entry code.ko12009-07-151-0/+4
* * 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