aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu2009-09-265-241/+284
* * symbian/setup: Updated .mmp file generation due to blockinlining.c removal.azav2009-09-261-0/+4
* * symbian/setup: Updated .mmp file generation due to blockinlining.c removal.azav2009-09-261-1/+0
* * Makefile.in(test-rubyspec): explicitly executes run subcommand ofyugui2009-09-263-2/+9
* * st.c (COLLISION): improved collision log feature.nobu2009-09-262-10/+53
* * string.c (hash): updated to MurmurHash 2.0 2009-09-19.nobu2009-09-262-70/+91
* * string.c (rb_hash_start): fixed shift width on 128bit platform.nobu2009-09-262-4/+6
* * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixednobu2009-09-262-4/+9
* * lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre2009-09-262-0/+9
* * lib: updated keywords.nobu2009-09-252-3/+3
* * iseq.c (compile_string): rename to parse_string(), becauseko12009-09-252-2/+7
* * 2009-09-26svn2009-09-251-2/+2
* rdoc update.akr2009-09-251-15/+18
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-254-3/+24
* * proc.c (missing_wrap): reverted.nobu2009-09-253-5/+5
* * proc.c (missing_wrap): new_arg is already given if argc > 1.nobu2009-09-252-4/+5
* * proc.c (mnew): fix for instance method of Module, BasicObjectnobu2009-09-253-3/+21
* * vm_method.c (check_definition): fixed typo.nobu2009-09-251-1/+1
* * vm_method.c (obj_respond_to_missing): added rdoc.nobu2009-09-251-0/+12
* * vm_method.c (rb_mod_method_defined): should return true or false.nobu2009-09-252-3/+3
* * vm_method.c (rb_mod_method_defined): should return true or false.nobu2009-09-252-3/+11
* Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ...ryan2009-09-241-2/+3
* * proc.c (Method#== doc): Fix doc, cf [ruby-core:24791]marcandre2009-09-241-2/+2
* * hash.c (Hash#each): Fix documentation to reflect insertion order. A patch b...marcandre2009-09-241-3/+2
* * 2009-09-25svn2009-09-241-2/+2
* * hash.c (doc): doc fix, patch by Run Paint Run Run [ruby-core:23644]marcandre2009-09-241-6/+6
* rdoc update.akr2009-09-241-18/+48
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-243-0/+62
* * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre2009-09-243-4/+10
* * load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983]marcandre2009-09-231-2/+18
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-233-15/+13
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu2009-09-232-1/+11
* * dln.c (aix_loaderror): fixed typo. suppress warnings.kanemoto2009-09-232-3/+8
* * 2009-09-24svn2009-09-231-2/+2
* * enum.c (enum_minmax): reduce comparison.akr2009-09-232-36/+140
* * lib/thread.rb (ConditionVariable#wait): add timeout argument.akr2009-09-233-2/+14
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu2009-09-232-0/+15
* cosmetic change.akr2009-09-231-1/+2
* describe Enumerable#chunk and Enumerable#slice_before.akr2009-09-231-0/+2
* * vm_method.c (basic_obj_respond_to): new function to fundamentalmatz2009-09-232-10/+36
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-233-2/+28
* * sprintf.c: fixed type.nobu2009-09-231-7/+8
* * time.c: fixed type.nobu2009-09-231-51/+52
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-234-4/+28
* * range.c: fixed type.nobu2009-09-231-9/+9
* * tool/instruction.rb (make_header_prepare_stack): check stacknobu2009-09-233-4/+35
* * proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed method...marcandre2009-09-222-4/+13
* * proc.c (rb_mod_define_method): doc fixmarcandre2009-09-221-1/+1
* * 2009-09-23svn2009-09-221-2/+2
* * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)marcandre2009-09-221-1/+1