summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-09-22* regerror.c (onig_error_code_to_str, onig_snprintf_with_pattern):nobu
2009-09-22* regparse.c (st_str_end_key, str_end_cmp, str_end_hash):nobu
2009-09-22* process.c (proc_setgroups): fixed type.nobu
2009-09-22* tool/transcode-tblgen.rb (transcode_generated_code): fixed type.nobu
2009-09-22* enum.c (enum_chunk): new method Enumerable#chunk.akr
2009-09-21* process.c (run_exec_dup2): fixed type.nobu
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend onnobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/newton.rb: rdoc needs to benobu
2009-09-21* ext/bigdecimal/lib/bigdecimal/*.rb: made module functions.nobu
2009-09-21* ext/bigdecimal/lib/*.rb: fixed indent.nobu
2009-09-21* ext/bigdecimal/bigdecimal.c (GetVpValue): support conversion fromnobu
2009-09-21* Makefile.in, win32/Makefile.sub (INSNS): depend on tools.nobu
2009-09-21* tool/instruction.rb (make_insn_operand_optimized): fixed typo.nobu
2009-09-21* ext/bigdecimal/bigdecimal.c (BigDecimal_remainder): Doc fix [ruby-core:18796]marcandre
2009-09-21* ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre
2009-09-21* 2009-09-22svn
2009-09-21* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if ...marcandre
2009-09-21* cont.c, proc.c: added rdoc.nobu
2009-09-21* proc.c (proc_binding): allow proc from method. [ruby-core:25589]nobu
2009-09-21* cont.c (cont_new, cont_capture, fiber_t_alloc): needs alreadynobu
2009-09-20* ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log):nobu
2009-09-20* lib/cgi/cookie.rb: fixed indent.nobu
2009-09-20* 2009-09-20svn
2009-09-20* struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive s...marcandre
2009-09-19* vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table innobu
2009-09-19* dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu
2009-09-18* string.c: added rdocs for symbol.nobu
2009-09-18* string.c: fixed types.nobu
2009-09-18* 2009-09-19svn
2009-09-18* include/ruby/ruby.h (rb_type): forward declaration to suppress anobu
2009-09-18* dir.c (GlobPathValue): adjust return types. based on a patchnobu