aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dln.c (aix_loaderror): needs format string.nobu2009-09-281-0/+4
* * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returnsusa2009-09-281-0/+5
* include/ruby/st.h: aligned prototype of st_hash_uint32 with functionduerst2009-09-281-0/+5
* * ChangeLog: fixed wrong translation.nobu2009-09-281-2/+2
* missing changelog entries added for r25128.matz2009-09-281-0/+18
* * parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa2009-09-281-0/+5
* * stringio/stringio.c (strio_read): set ASCII-8BIT encodingnaruse2009-09-281-0/+5
* * Makefile.in (miniruby): suppress duplication warning on AIX.kanemoto2009-09-271-0/+4
* * common.mk (ruby.imp): add text section [Bug #2064].kanemoto2009-09-271-0/+6
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-0/+5
* * string.c (str_buf_cat2): optimize since all second arguments arenobu2009-09-271-1/+6
* * string.c (rb_hash_{uint{32,},end}): removed.nobu2009-09-271-0/+4
* * configure.in (optflags): add -fomit-frame-pointer by default.nobu2009-09-271-0/+4
* * enum.c (enum_minmax): use struct for memo.akr2009-09-271-0/+5
* * configure.in (warnflags): check all flags if each are available.nobu2009-09-271-0/+4
* * ext/json/ext/generator/generator.c: Documention patch by okkez.naruse2009-09-261-0/+6
* String#inspect's encoding should be fixed.naruse2009-09-261-0/+14
* Symbian build update to work with the latest PIPS version 1.6azav2009-09-261-0/+8
* * string.c: use rename-macro instead of RUBY_ALIAS_FUNCTION_TYPE.ko12009-09-261-0/+5
* * vm_method.c (rb_method_entry_eq): method defined from samematz2009-09-261-0/+5
* * st.c: moved murmur hash from string.c. [ruby-dev:39376]nobu2009-09-261-0/+4
* * symbian/setup: Updated .mmp file generation due to blockinlining.c removal.azav2009-09-261-0/+4
* * Makefile.in(test-rubyspec): explicitly executes run subcommand ofyugui2009-09-261-0/+7
* * st.c (COLLISION): improved collision log feature.nobu2009-09-261-1/+3
* * string.c (hash): updated to MurmurHash 2.0 2009-09-19.nobu2009-09-261-1/+3
* * string.c (rb_hash_start): fixed shift width on 128bit platform.nobu2009-09-261-1/+3
* * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixednobu2009-09-261-0/+5
* * lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre2009-09-261-0/+5
* * iseq.c (compile_string): rename to parse_string(), becauseko12009-09-251-0/+5
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-251-0/+8
* * proc.c (missing_wrap): reverted.nobu2009-09-251-3/+1
* * proc.c (missing_wrap): new_arg is already given if argc > 1.nobu2009-09-251-1/+3
* * proc.c (mnew): fix for instance method of Module, BasicObjectnobu2009-09-251-0/+7
* * vm_method.c (rb_mod_method_defined): should return true or false.nobu2009-09-251-1/+1
* * vm_method.c (rb_mod_method_defined): should return true or false.nobu2009-09-251-0/+4
* * proc.c (mnew): generate method object that wraps method_missing,matz2009-09-241-0/+8
* * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre2009-09-241-0/+6
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu2009-09-231-1/+4
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu2009-09-231-0/+6
* * dln.c (aix_loaderror): fixed typo. suppress warnings.kanemoto2009-09-231-0/+4
* * enum.c (enum_minmax): reduce comparison.akr2009-09-231-0/+5
* * lib/thread.rb (ConditionVariable#wait): add timeout argument.akr2009-09-231-0/+5
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu2009-09-231-0/+4
* * vm_method.c (basic_obj_respond_to): new function to fundamentalmatz2009-09-231-0/+9
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-231-0/+5
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-231-0/+4
* * tool/instruction.rb (make_header_prepare_stack): check stacknobu2009-09-231-0/+8
* * proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed method...marcandre2009-09-221-0/+8
* * st.c (st_table_entry, st_get_key): use st_index_t.nobu2009-09-221-0/+4
* * regenc.h (PosixBracketEntryType): constified.nobu2009-09-221-1/+5