summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-19* ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr
2009-07-19* test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa
2009-07-18* 2009-07-19svn
2009-07-18use rb_enc_get to get the encoding of a Regexp object.naruse
2009-07-18* string.c (rb_str_hash_cmp): got rid of overflow.nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-18* array.c: suppressed shorten-64-to-32 warnings.nobu
2009-07-18* include/ruby/defines.h (TRUE, FALSE): for internal use.nobu
2009-07-18 * random.c: workaround for VC++ 6.0.usa
2009-07-18* random.c (rb_random_{int32,real,bytes,int}): added functions fornobu
2009-07-18* random.c (fill_random_seed): needs wincrypt.h.nobu
2009-07-18* random.c (fill_random_seed): use cryptographic service on Windows.nobu
2009-07-17* ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path.nagai
2009-07-17fix skip condition.akr
2009-07-17* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().nagai
2009-07-17 * include/ruby/win32.h: include winsock headers in extern "C++" forusa
2009-07-17* 2009-07-18svn
2009-07-17* ext/readline/readline.c (Init_readline): rl_catch_signals doesyugui
2009-07-17 * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa
2009-07-17 * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch onlyusa
2009-07-17* range.c (recursive_hash): extracted from range_hash. rejectakr
2009-07-17* struct.c (recursive_hash): extracted from rb_struct_hash. rejectakr
2009-07-17* array.c (recursive_hash): reject recursive key.akr
2009-07-17* random.c (DIGSPERINT): fix for LP64.nobu
2009-07-17* random.c (fill_random_seed): /dev/urandom is not available onnobu
2009-07-17* random.c (random_equal): new method Random#==.nobu
2009-07-17* random.c (dump_mt): removed debug function.nobu
2009-07-17* ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsocknameakr
2009-07-17* array.c (recursive_join): raise ArgumentError for joiningmatz
2009-07-17* 2009-07-17svn
2009-07-17remove test for recursive hash key. [ruby-core:22921]akr
2009-07-16* ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai
2009-07-16* test/win32ole/test_win32ole.rb (test_s_codepage_changed,suke
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