| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * compile.c (compile_dstr_fragments): reduced needless literal. | nobu | 2009-07-20 | 1 | -1/+9 |
| * | * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoid | wanabe | 2009-07-20 | 1 | -0/+5 |
| * | * configure.in, Makefile.in (TEST_RUNNABLE): tests are not | nobu | 2009-07-20 | 1 | -0/+7 |
| * | * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in | akr | 2009-07-20 | 1 | -0/+5 |
| * | * rational.c (float_to_r): an improvement. | tadf | 2009-07-19 | 1 | -0/+4 |
| * | * complex.c (make_patterns): do not use \d. | tadf | 2009-07-19 | 1 | -0/+6 |
| * | * io.c (io_read): should taint the result. [ruby-dev:38826] | nobu | 2009-07-19 | 1 | -0/+4 |
| * | * vm_method.c (me_opts): fixed optimized method aliasing. | nobu | 2009-07-19 | 1 | -0/+5 |
| * | * ext/socket/lib/socket.rb (Socket.accept_loop): rescue | akr | 2009-07-19 | 1 | -0/+6 |
| * | use rb_enc_get to get the encoding of a Regexp object. | naruse | 2009-07-18 | 1 | -0/+7 |
| * | * string.c (rb_str_hash_cmp): got rid of overflow. | nobu | 2009-07-18 | 1 | -0/+4 |
| * | * include/ruby/defines.h (TRUE, FALSE): for internal use. | nobu | 2009-07-18 | 1 | -0/+4 |
| * | * random.c: workaround for VC++ 6.0. | usa | 2009-07-18 | 1 | -0/+4 |
| * | * random.c (rb_random_{int32,real,bytes,int}): added functions for | nobu | 2009-07-18 | 1 | -0/+5 |
| * | * random.c (fill_random_seed): use cryptographic service on Windows. | nobu | 2009-07-18 | 1 | -0/+4 |
| * | * ext/tk/lib/tk.rb: fail to create a widget object for an unknown wiget path. | nagai | 2009-07-17 | 1 | -0/+5 |
| * | * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). | nagai | 2009-07-17 | 1 | -0/+5 |
| * | * include/ruby/win32.h: include winsock headers in extern "C++" for | usa | 2009-07-17 | 1 | -0/+8 |
| * | * ext/readline/readline.c (Init_readline): rl_catch_signals does | yugui | 2009-07-17 | 1 | -0/+7 |
| * | * ext/socket/socket.c (socket_s_ip_address_list): drop inactive | usa | 2009-07-17 | 1 | -0/+9 |
| * | * ext/readline/readline.c (Init_readline): use rl_catch_sigwinch only | usa | 2009-07-17 | 1 | -0/+8 |
| * | * range.c (recursive_hash): extracted from range_hash. reject | akr | 2009-07-17 | 1 | -0/+6 |
| * | * struct.c (recursive_hash): extracted from rb_struct_hash. reject | akr | 2009-07-17 | 1 | -0/+6 |
| * | * array.c (recursive_hash): reject recursive key. | akr | 2009-07-17 | 1 | -0/+4 |
| * | * random.c (DIGSPERINT): fix for LP64. | nobu | 2009-07-17 | 1 | -1/+3 |
| * | * random.c (fill_random_seed): /dev/urandom is not available on | nobu | 2009-07-17 | 1 | -1/+4 |
| * | * random.c (random_equal): new method Random#==. | nobu | 2009-07-17 | 1 | -0/+4 |
| * | * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsockname | akr | 2009-07-17 | 1 | -0/+5 |
| * | * array.c (recursive_join): raise ArgumentError for joining | matz | 2009-07-17 | 1 | -0/+10 |
| * | * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includes | nagai | 2009-07-16 | 1 | -0/+8 |
| * | * test/win32ole/test_win32ole.rb (test_s_codepage_changed, | suke | 2009-07-16 | 1 | -0/+9 |
| * | * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): servers | usa | 2009-07-16 | 1 | -0/+5 |
| * | * random.c (fill_random_seed): suppress a warning. | nobu | 2009-07-16 | 1 | -0/+4 |
| * | * hash.c (rb_hash_aset, recursive_hash): rejects recursive hash. | nobu | 2009-07-16 | 1 | -0/+5 |
| * | * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer | nobu | 2009-07-16 | 1 | -0/+5 |
| * | * ChangeLog: log entry for r24144. | nobu | 2009-07-16 | 1 | -0/+4 |
| * | * ChangeLog: reverted entries removed mistakenly at r23889. | nobu | 2009-07-16 | 1 | -36/+1245 |
| * | * vm_method.c (rb_alias): fix a case which try non-existing method alias. | ko1 | 2009-07-16 | 1 | -0/+6 |
| * | * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values): | nobu | 2009-07-16 | 1 | -1/+4 |
| * | * random.c (rb_random_t): objectified. [EXPERIMENTAL] | nobu | 2009-07-16 | 1 | -0/+5 |
| * | * array.c (rb_ary_sample): RDoc update. a patch from Florian | matz | 2009-07-16 | 1 | -0/+5 |
| * | Fix SEGV of readline on FreeBSD. [ruby-core:21884] | naruse | 2009-07-16 | 1 | -0/+8 |
| * | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -0/+6 |
| * | * vm_method.c: separate clearing cache entry code. | ko1 | 2009-07-15 | 1 | -0/+4 |
| * | * dir.c (push_glob): re-fix GC problem. | ko1 | 2009-07-15 | 1 | -0/+4 |
| * | * common.mk: add method.h. | ko1 | 2009-07-15 | 1 | -0/+4 |
| * | * io.c (argf_free): free data body. | ko1 | 2009-07-15 | 1 | -0/+4 |
| * | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -0/+27 |
| * | * dir.c (push_glob): fix GC problem. | ko1 | 2009-07-15 | 1 | -0/+4 |
| * | * ext/purelib.rb: translates a fake path to rubygems in $" into | yugui | 2009-07-15 | 1 | -0/+13 |