| Commit message (Expand) | Author | Age | Files | Lines |
| * | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 12 | -30/+117 |
| * | * hash.c (rb_hash): always return a fixnum value because a return | mame | 2009-02-14 | 3 | -5/+33 |
| * | * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result of | nobu | 2009-02-14 | 3 | -17/+88 |
| * | * array.c (ary_resize_capa): should not overwrite outside embedded | nobu | 2009-02-14 | 3 | -3/+9 |
| * | remove Id keyword. | akr | 2009-02-14 | 1 | -2/+0 |
| * | remove Id keyword. | akr | 2009-02-14 | 1 | -4/+0 |
| * | * test/test_time.rb: extracted from lib/time.rb. | akr | 2009-02-14 | 3 | -368/+367 |
| * | add timeout. | akr | 2009-02-14 | 1 | -1/+8 |
| * | * lib/pathname.rb: obsolete methods removed. | akr | 2009-02-14 | 2 | -52/+5 |
| * | * iseq.c: remove nil parameter from Proc#parameters | takano32 | 2009-02-14 | 2 | -2/+5 |
| * | * string.c (rb_external_str_new_with_enc): change evaluatioin order | naruse | 2009-02-13 | 2 | -2/+7 |
| * | * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a | akr | 2009-02-13 | 2 | -2/+7 |
| * | * 2009-02-14 | svn | 2009-02-13 | 1 | -2/+2 |
| * | fix rdoc. | akr | 2009-02-13 | 1 | -1/+1 |
| * | add a constant: IFNAMSIZ. | akr | 2009-02-13 | 1 | -0/+1 |
| * | rdoc update. | akr | 2009-02-13 | 2 | -4/+10 |
| * | * ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopen | nobu | 2009-02-13 | 2 | -0/+7 |
| * | * .gdbinit (iseq): added. | nobu | 2009-02-13 | 1 | -3/+26 |
| * | * ext/socket/socket.c (Init_socket): define TCPServer#listen and | akr | 2009-02-13 | 4 | -2/+11 |
| * | rdoc update. | akr | 2009-02-13 | 1 | -1/+5 |
| * | * ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD. | akr | 2009-02-13 | 2 | -0/+5 |
| * | * test/ruby/test_{proc,method}.rb: updated tests. | nobu | 2009-02-13 | 2 | -25/+25 |
| * | fix typo (1 -> 0). | ko1 | 2009-02-13 | 1 | -1/+1 |
| * | * iseq.c (simple_default_value): removed. default values of optional | nobu | 2009-02-13 | 2 | -35/+5 |
| * | * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp() | ko1 | 2009-02-13 | 4 | -3/+11 |
| * | * cont.c (rb_fiber_alive_p): fix to return true instead of 1. | ko1 | 2009-02-13 | 3 | -1/+17 |
| * | * configure.in (ac_cv_func_flock): using flock defined in | nobu | 2009-02-13 | 2 | -0/+6 |
| * | * ChangeLog: typo. | nobu | 2009-02-12 | 1 | -1/+1 |
| * | * compile.c (iseq_compile_each): just freeze xstr. | nobu | 2009-02-12 | 2 | -2/+4 |
| * | * compile.c (iseq_set_sequence, compile_dstr_fragments), | nobu | 2009-02-12 | 2 | -2/+11 |
| * | * insns.def (defineclass): try to autoload const to be overridden. | nobu | 2009-02-12 | 3 | -0/+14 |
| * | * 2009-02-13 | svn | 2009-02-12 | 1 | -2/+2 |
| * | Update with branches/ruby_1_9_1/NEWS. | knu | 2009-02-12 | 1 | -82/+298 |
| * | * gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings on | nobu | 2009-02-12 | 1 | -2/+2 |
| * | * process.c (rb_fork): initialization with dynamic values is not | nobu | 2009-02-12 | 1 | -1/+3 |
| * | * test/socket/test_socket.rb (test_udp_server): filter out unreachable | akr | 2009-02-12 | 2 | -0/+8 |
| * | * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch | nobu | 2009-02-12 | 2 | -2/+9 |
| * | updated. | akr | 2009-02-12 | 1 | -0/+2 |
| * | test only if Socket::AncillaryData exists. | akr | 2009-02-12 | 1 | -1/+1 |
| * | * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solaris | akr | 2009-02-12 | 4 | -0/+25 |
| * | * compile.c (compile_array_, defined_expr, iseq_compile_each): hide | nobu | 2009-02-12 | 6 | -11/+41 |
| * | * test/stringio/test_stringio.rb (test_ungetc_pos): added. | nobu | 2009-02-12 | 1 | -0/+15 |
| * | * ext/stringio/stringio.c (strio_ungetc): calculates new position | nobu | 2009-02-12 | 2 | -1/+7 |
| * | * configure.in: a patch to build on GNU/kOpenSolaris from Robert | nobu | 2009-02-12 | 2 | -4/+9 |
| * | * thread.c: inline should be at beginning of declaration. | nobu | 2009-02-12 | 1 | -2/+2 |
| * | * iseq.c (simple_default_value): allow plain strings as default | matz | 2009-02-12 | 2 | -0/+8 |
| * | update rdoc [ruby-core:20407] #835 | gotoken | 2009-02-11 | 1 | -0/+1 |
| * | * 2009-02-12 | svn | 2009-02-11 | 1 | -2/+2 |
| * | test updated. | akr | 2009-02-11 | 1 | -23/+27 |
| * | * gc.c (define_final, undefine_final): shouldn't add/remove finalizer | usa | 2009-02-11 | 2 | -0/+11 |