aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (rb_hash): always return a fixnum value because a returnmame2009-02-143-5/+33
* * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu2009-02-143-17/+88
* * array.c (ary_resize_capa): should not overwrite outside embeddednobu2009-02-143-3/+9
* remove Id keyword.akr2009-02-141-2/+0
* remove Id keyword.akr2009-02-141-4/+0
* * test/test_time.rb: extracted from lib/time.rb.akr2009-02-143-368/+367
* add timeout.akr2009-02-141-1/+8
* * lib/pathname.rb: obsolete methods removed.akr2009-02-142-52/+5
* * iseq.c: remove nil parameter from Proc#parameterstakano322009-02-142-2/+5
* * string.c (rb_external_str_new_with_enc): change evaluatioin ordernaruse2009-02-132-2/+7
* * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing aakr2009-02-132-2/+7
* * 2009-02-14svn2009-02-131-2/+2
* fix rdoc.akr2009-02-131-1/+1
* add a constant: IFNAMSIZ.akr2009-02-131-0/+1
* rdoc update.akr2009-02-132-4/+10
* * ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopennobu2009-02-132-0/+7
* * .gdbinit (iseq): added.nobu2009-02-131-3/+26
* * ext/socket/socket.c (Init_socket): define TCPServer#listen andakr2009-02-134-2/+11
* rdoc update.akr2009-02-131-1/+5
* * ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD.akr2009-02-132-0/+5
* * test/ruby/test_{proc,method}.rb: updated tests.nobu2009-02-132-25/+25
* fix typo (1 -> 0).ko12009-02-131-1/+1
* * iseq.c (simple_default_value): removed. default values of optionalnobu2009-02-132-35/+5
* * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()ko12009-02-134-3/+11
* * cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko12009-02-133-1/+17
* * configure.in (ac_cv_func_flock): using flock defined innobu2009-02-132-0/+6
* * ChangeLog: typo.nobu2009-02-121-1/+1
* * compile.c (iseq_compile_each): just freeze xstr.nobu2009-02-122-2/+4
* * compile.c (iseq_set_sequence, compile_dstr_fragments),nobu2009-02-122-2/+11
* * insns.def (defineclass): try to autoload const to be overridden.nobu2009-02-123-0/+14
* * 2009-02-13svn2009-02-121-2/+2
* Update with branches/ruby_1_9_1/NEWS.knu2009-02-121-82/+298
* * gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings onnobu2009-02-121-2/+2
* * process.c (rb_fork): initialization with dynamic values is notnobu2009-02-121-1/+3
* * test/socket/test_socket.rb (test_udp_server): filter out unreachableakr2009-02-122-0/+8
* * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patchnobu2009-02-122-2/+9
* updated.akr2009-02-121-0/+2
* test only if Socket::AncillaryData exists.akr2009-02-121-1/+1
* * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solarisakr2009-02-124-0/+25
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-126-11/+41
* * test/stringio/test_stringio.rb (test_ungetc_pos): added.nobu2009-02-121-0/+15
* * ext/stringio/stringio.c (strio_ungetc): calculates new positionnobu2009-02-122-1/+7
* * configure.in: a patch to build on GNU/kOpenSolaris from Robertnobu2009-02-122-4/+9
* * thread.c: inline should be at beginning of declaration.nobu2009-02-121-2/+2
* * iseq.c (simple_default_value): allow plain strings as defaultmatz2009-02-122-0/+8
* update rdoc [ruby-core:20407] #835gotoken2009-02-111-0/+1
* * 2009-02-12svn2009-02-111-2/+2
* test updated.akr2009-02-111-23/+27
* * gc.c (define_final, undefine_final): shouldn't add/remove finalizerusa2009-02-112-0/+11
* update rdoc.akr2009-02-111-7/+13