aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * regerror.c (onig_error_code_to_str, onig_snprintf_with_pattern):nobu2009-09-221-1/+4
* * regparse.c (st_str_end_key, str_end_cmp, str_end_hash):nobu2009-09-221-1/+4
* * tool/transcode-tblgen.rb (transcode_generated_code): fixed type.nobu2009-09-221-0/+4
* * enum.c (enum_chunk): new method Enumerable#chunk.akr2009-09-221-0/+6
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-0/+7
* * ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend onnobu2009-09-211-1/+4
* * ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu2009-09-211-0/+4
* * ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu2009-09-211-0/+5
* * Makefile.in, win32/Makefile.sub (INSNS): depend on tools.nobu2009-09-211-0/+4
* * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre2009-09-211-0/+5
* * ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre2009-09-211-0/+5
* * proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu2009-09-211-0/+6
* * cont.c (cont_new, cont_capture, fiber_t_alloc): needs alreadynobu2009-09-211-0/+5
* * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu2009-09-201-0/+6
* * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s...marcandre2009-09-201-0/+7
* * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table innobu2009-09-191-0/+5
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-191-0/+5
* * include/ruby/ruby.h (rb_type): forward declaration to suppress anobu2009-09-181-0/+5
* * dir.c (GlobPathValue): adjust return types. based on a patchnobu2009-09-181-0/+5
* * marshal.c (r_object0): entry regexp object before its encodingnobu2009-09-181-0/+5