| Commit message (Expand) | Author | Age | Files | Lines |
| * | * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom. | naruse | 2009-07-20 | 2 | -0/+7 |
| * | * compile.c (compile_dstr_fragments): reduced needless literal. | nobu | 2009-07-20 | 4 | -10/+25 |
| * | * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoid | wanabe | 2009-07-20 | 2 | -3/+7 |
| * | updated. | akr | 2009-07-20 | 1 | -0/+3 |
| * | * configure.in, Makefile.in (TEST_RUNNABLE): tests are not | nobu | 2009-07-20 | 4 | -5/+26 |
| * | * 2009-07-20 | svn | 2009-07-20 | 1 | -2/+2 |
| * | * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in | akr | 2009-07-20 | 2 | -1/+6 |
| * | * rational.c (float_to_r): an improvement. | tadf | 2009-07-19 | 2 | -0/+20 |
| * | * complex.c (make_patterns): do not use \d. | tadf | 2009-07-19 | 3 | -2/+8 |
| * | Use UDP for sendmsg/recvmsg tests. | akr | 2009-07-19 | 1 | -5/+31 |
| * | * io.c (io_read): should taint the result. [ruby-dev:38826] | nobu | 2009-07-19 | 3 | -0/+11 |
| * | * vm_method.c (me_opts): fixed optimized method aliasing. | nobu | 2009-07-19 | 3 | -0/+15 |
| * | * ext/socket/lib/socket.rb (Socket.accept_loop): rescue | akr | 2009-07-19 | 2 | -2/+8 |
| * | * test_socket.rb (test_udp_server): cannot check the existance of sendmsg by | usa | 2009-07-19 | 1 | -6/+13 |
| * | * 2009-07-19 | svn | 2009-07-18 | 1 | -2/+2 |
| * | use rb_enc_get to get the encoding of a Regexp object. | naruse | 2009-07-18 | 2 | -1/+8 |
| * | * string.c (rb_str_hash_cmp): got rid of overflow. | nobu | 2009-07-18 | 2 | -1/+5 |
| * | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 16 | -145/+151 |
| * | * array.c: suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -8/+8 |
| * | * include/ruby/defines.h (TRUE, FALSE): for internal use. | nobu | 2009-07-18 | 2 | -0/+16 |
| * | * random.c: workaround for VC++ 6.0. | usa | 2009-07-18 | 2 | -1/+10 |
| * | * random.c (rb_random_{int32,real,bytes,int}): added functions for | nobu | 2009-07-18 | 3 | -5/+35 |
| * | * random.c (fill_random_seed): needs wincrypt.h. | nobu | 2009-07-18 | 1 | -1/+4 |
| * | * random.c (fill_random_seed): use cryptographic service on Windows. | nobu | 2009-07-18 | 2 | -0/+11 |
| * | * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path. | nagai | 2009-07-17 | 2 | -1/+6 |
| * | fix skip condition. | akr | 2009-07-17 | 1 | -1/+1 |
| * | * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). | nagai | 2009-07-17 | 3 | -8/+41 |
| * | * include/ruby/win32.h: include winsock headers in extern "C++" for | usa | 2009-07-17 | 3 | -7/+15 |
| * | * 2009-07-18 | svn | 2009-07-17 | 1 | -2/+2 |
| * | * ext/readline/readline.c (Init_readline): rl_catch_signals does | yugui | 2009-07-17 | 3 | -0/+10 |
| * | * ext/socket/socket.c (socket_s_ip_address_list): drop inactive | usa | 2009-07-17 | 5 | -5/+33 |
| * | * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only | usa | 2009-07-17 | 3 | -0/+11 |
| * | * range.c (recursive_hash): extracted from range_hash. reject | akr | 2009-07-17 | 2 | -10/+25 |
| * | * struct.c (recursive_hash): extracted from rb_struct_hash. reject | akr | 2009-07-17 | 2 | -8/+23 |
| * | * array.c (recursive_hash): reject recursive key. | akr | 2009-07-17 | 3 | -4/+6 |
| * | * random.c (DIGSPERINT): fix for LP64. | nobu | 2009-07-17 | 2 | -3/+5 |
| * | * random.c (fill_random_seed): /dev/urandom is not available on | nobu | 2009-07-17 | 2 | -3/+12 |
| * | * random.c (random_equal): new method Random#==. | nobu | 2009-07-17 | 2 | -0/+25 |
| * | * random.c (dump_mt): removed debug function. | nobu | 2009-07-17 | 1 | -14/+0 |
| * | * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsockname | akr | 2009-07-17 | 2 | -1/+6 |
| * | * array.c (recursive_join): raise ArgumentError for joining | matz | 2009-07-17 | 3 | -5/+14 |
| * | * 2009-07-17 | svn | 2009-07-17 | 1 | -2/+2 |
| * | remove test for recursive hash key. [ruby-core:22921] | akr | 2009-07-17 | 1 | -6/+0 |
| * | * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes | nagai | 2009-07-16 | 4 | -17/+71 |
| * | * test/win32ole/test_win32ole.rb (test_s_codepage_changed, | suke | 2009-07-16 | 3 | -17/+57 |
| * | * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): servers | usa | 2009-07-16 | 2 | -1/+6 |
| * | * random.c (fill_random_seed): suppress a warning. | nobu | 2009-07-16 | 2 | -1/+5 |
| * | * configure.in (MANGLED_PATH): disabled on cygwin and mingw. | nobu | 2009-07-16 | 1 | -1/+0 |
| * | * hash.c (rb_hash_aset, recursive_hash): rejects recursive hash. | nobu | 2009-07-16 | 2 | -1/+9 |
| * | * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer | nobu | 2009-07-16 | 7 | -24/+38 |