summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-09-25* vm_method.c (rb_mod_method_defined): should return true or false.nobu
2009-09-24Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ...ryan
2009-09-24* proc.c (Method#== doc): Fix doc, cf [ruby-core:24791]marcandre
2009-09-24* hash.c (Hash#each): Fix documentation to reflect insertion order. A patch b...marcandre
2009-09-24* 2009-09-25svn
2009-09-24* hash.c (doc): doc fix, patch by Run Paint Run Run [ruby-core:23644]marcandre
2009-09-24rdoc update.akr
2009-09-24* proc.c (mnew): generate method object that wraps method_missing,matz
2009-09-24* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre
2009-09-23* load.c (Kernel#autoload?, Module#autoload?): added doc [ruby-core:19983]marcandre
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) isnobu
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop withnobu
2009-09-23 * dln.c (aix_loaderror): fixed typo. suppress warnings.kanemoto
2009-09-23* 2009-09-24svn
2009-09-23* enum.c (enum_minmax): reduce comparison.akr
2009-09-23* lib/thread.rb (ConditionVariable#wait): add timeout argument.akr
2009-09-23* ext/bigdecimal/lib/bigdecimal/math.rb (atan): refined.nobu
2009-09-23cosmetic change.akr
2009-09-23describe Enumerable#chunk and Enumerable#slice_before.akr
2009-09-23* vm_method.c (basic_obj_respond_to): new function to fundamentalmatz
2009-09-23* parse.y (assign_in_cond): also should warn assignment to dvar innobu
2009-09-23* sprintf.c: fixed type.nobu
2009-09-23* time.c: fixed type.nobu
2009-09-23* string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu
2009-09-23* range.c: fixed type.nobu
2009-09-23* tool/instruction.rb (make_header_prepare_stack): check stacknobu
2009-09-22* proc.c (umethod_bind, rb_mod_define_method): Fix bug that disallowed method...marcandre
2009-09-22* proc.c (rb_mod_define_method): doc fixmarcandre
2009-09-22* 2009-09-23svn
2009-09-22* eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)marcandre
2009-09-22* variable.c: fixed type.nobu
2009-09-22* regint.h: commit miss.nobu
2009-09-22* st.c (st_table_entry, st_get_key): use st_index_t.nobu
2009-09-22* regenc.h (PosixBracketEntryType): constified.nobu