summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-28* dln.c (load_lib, dln_find_exe_r): env string may be overwritten.nobu
2009-09-28* dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed asnobu
2009-09-28* dln.c (aix_loaderror): needs format string.nobu
2009-09-28* win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa
2009-09-28include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst
2009-09-28* ChangeLog: fixed wrong translation.nobu
2009-09-28missing changelog entries added for r25128.matz
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-28* parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa
2009-09-28* stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse
2009-09-27* Makefile.in (miniruby): suppress duplication warning on AIX.kanemoto
2009-09-27* 2009-09-28svn
2009-09-27 * common.mk (ruby.imp): add text section [Bug #2064].kanemoto
2009-09-27rdoc update.akr
2009-09-27* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr
2009-09-27* string.c (str_buf_cat2): optimize since all second arguments arenobu
2009-09-27* string.c (rb_hash_{uint{32,},end}): removed.nobu
2009-09-27* configure.in (optflags): add -fomit-frame-pointer by default.nobu
2009-09-27* enum.c (enum_minmax): use struct for memo.akr
2009-09-27fix rdoc.akr
2009-09-27* configure.in (warnflags): check all flags if each are available.nobu
2009-09-27* vm_method.c (rb_method_entry_eq): suppressed a warning.nobu
2009-09-26* ext/json/ext/generator/generator.c: Documention patch by okkez.naruse
2009-09-26String#inspect's encoding should be fixed.naruse
2009-09-26Symbian build update to work with the latest PIPS version 1.6azav
2009-09-26Update to work with the latest PIPS version 1.6azav
2009-09-26Update to work with the latest PIPS version 1.6azav
2009-09-26Update to work with the latest PIPS version 1.6azav
2009-09-26* string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.ko1
2009-09-26* vm_method.c (rb_method_entry_eq): method defined from samematz
2009-09-26* st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu
2009-09-26* symbian/setup: Updated .mmp file generation due to blockinlining.c removal.azav
2009-09-26* symbian/setup: Updated .mmp file generation due to blockinlining.c removal.azav
2009-09-26* Makefile.in(test-rubyspec): explicitly executes run subcommand ofyugui
2009-09-26* st.c (COLLISION): improved collision log feature.nobu
2009-09-26* string.c (hash): updated to MurmurHash 2.0 2009-09-19.nobu
2009-09-26* string.c (rb_hash_start): fixed shift width on 128bit platform.nobu
2009-09-26* include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixednobu
2009-09-26* lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre
2009-09-25* lib: updated keywords.nobu
2009-09-25* iseq.c (compile_string): rename to parse_string(), becauseko1
2009-09-25* 2009-09-26svn
2009-09-25rdoc update.akr
2009-09-25* win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa
2009-09-25* proc.c (missing_wrap): reverted.nobu
2009-09-25* proc.c (missing_wrap): new_arg is already given if argc > 1.nobu
2009-09-25* proc.c (mnew): fix for instance method of Module, BasicObjectnobu
2009-09-25* vm_method.c (check_definition): fixed typo.nobu
2009-09-25* vm_method.c (obj_respond_to_missing): added rdoc.nobu
2009-09-25* vm_method.c (rb_mod_method_defined): should return true or false.nobu