aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/tracer.rb: no show lines unkonwn line number. [ruby-core:22096],keiju2009-07-212-25/+59
* * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object suke2009-07-213-143/+75
* * lib/tracer.rb: toplevel caller exists now. [ruby-core:24454]nobu2009-07-212-1/+5
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-213-1/+229
* * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa2009-07-212-0/+7
* * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu2009-07-212-2/+6
* * variable.c (rb_generic_ivar_memsize): should not remove genericnobu2009-07-213-7/+12
* * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse2009-07-202-0/+7
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-204-10/+25
* * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe2009-07-202-3/+7
* updated.akr2009-07-201-0/+3
* * configure.in, Makefile.in (TEST_RUNNABLE): tests are notnobu2009-07-204-5/+26
* * 2009-07-20svn2009-07-201-2/+2
* * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in akr2009-07-202-1/+6
* * rational.c (float_to_r): an improvement.tadf2009-07-192-0/+20
* * complex.c (make_patterns): do not use \d.tadf2009-07-193-2/+8
* Use UDP for sendmsg/recvmsg tests.akr2009-07-191-5/+31
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-193-0/+11
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-193-0/+15
* * ext/socket/lib/socket.rb (Socket.accept_loop): rescueakr2009-07-192-2/+8
* * test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa2009-07-191-6/+13
* * 2009-07-19svn2009-07-181-2/+2
* use rb_enc_get to get the encoding of a Regexp object.naruse2009-07-182-1/+8
* * string.c (rb_str_hash_cmp): got rid of overflow.nobu2009-07-182-1/+5
* * suppressed shorten-64-to-32 warnings.nobu2009-07-1816-145/+151
* * array.c: suppressed shorten-64-to-32 warnings.nobu2009-07-181-8/+8
* * include/ruby/defines.h (TRUE, FALSE): for internal use.nobu2009-07-182-0/+16
* * random.c: workaround for VC++ 6.0.usa2009-07-182-1/+10
* * random.c (rb_random_{int32,real,bytes,int}): added functions fornobu2009-07-183-5/+35
* * random.c (fill_random_seed): needs wincrypt.h.nobu2009-07-181-1/+4
* * random.c (fill_random_seed): use cryptographic service on Windows.nobu2009-07-182-0/+11
* * 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