aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-273-2/+34
* * string.c (str_buf_cat2): optimize since all second arguments arenobu2009-09-272-6/+9
* * string.c (rb_hash_{uint{32,},end}): removed.nobu2009-09-272-8/+4
* * configure.in (optflags): add -fomit-frame-pointer by default.nobu2009-09-272-1/+5
* * enum.c (enum_minmax): use struct for memo.akr2009-09-272-73/+97
* fix rdoc.akr2009-09-271-2/+2
* * configure.in (warnflags): check all flags if each are available.nobu2009-09-272-2/+6
* * vm_method.c (rb_method_entry_eq): suppressed a warning.nobu2009-09-271-1/+1
* * ext/json/ext/generator/generator.c: Documention patch by okkez.naruse2009-09-262-3/+9
* String#inspect's encoding should be fixed.naruse2009-09-262-31/+45
* Symbian build update to work with the latest PIPS version 1.6azav2009-09-261-0/+8
* Update to work with the latest PIPS version 1.6azav2009-09-261-1/+2
* Update to work with the latest PIPS version 1.6azav2009-09-261-2/+2
* Update to work with the latest PIPS version 1.6azav2009-09-261-41/+0
* * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.ko12009-09-263-11/+11
* * vm_method.c (rb_method_entry_eq): method defined from samematz2009-09-262-1/+6
* * 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