summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed asnobu2009-09-282-19/+44
* * dln.c (aix_loaderror): needs format string.nobu2009-09-282-1/+5
* * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa2009-09-282-1/+6
* include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst2009-09-282-1/+6
* * ChangeLog: fixed wrong translation.nobu2009-09-281-2/+2
* missing changelog entries added for r25128.matz2009-09-281-0/+18
* git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25129 b2dd03c8-39d4-4d8...matz2009-09-286-18/+43
* * parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa2009-09-282-0/+7
* * stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse2009-09-283-4/+12
* * Makefile.in (miniruby): suppress duplication warning on AIX.kanemoto2009-09-272-1/+5
* * 2009-09-28svn2009-09-271-2/+2
* * common.mk (ruby.imp): add text section [Bug #2064].kanemoto2009-09-272-1/+9
* rdoc update.akr2009-09-271-0/+8
* * 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