summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-25* tool/mkconfig.rb, tool/instruby.rb: removed redundant code.nobu
2009-05-25* string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().matz
2009-05-24* string.c (rb_str_rpartition): ditto.nobu
2009-05-24* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz
2009-05-24* string.c (rb_str_partition): should use the converted result. anobu
2009-05-24* 2009-05-25svn
2009-05-24* lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch frommatz
2009-05-24* thread.c (rb_exec_recursive_paired): new function for propernobu
2009-05-24* error.c (syserr_initialize): errno is int.nobu
2009-05-24update rdoc.akr
2009-05-23* configure.in ($ridir): new configuration. [ruby-core:23520].yugui
2009-05-23* 2009-05-24svn
2009-05-23* string.c (rb_str_each_char): return original string.matz
2009-05-23* ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu
2009-05-23* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu
2009-05-23* ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu
2009-05-22* missing/vsnprintf.c (errno): [BUG] fixes a compilation yugui
2009-05-22* 2009-05-23svn
2009-05-22* spec/default.mspec: follows runruby.rb's move at r23542.yugui
2009-05-22* NEWS: add Time#to_r.mame
2009-05-22update rdoc.akr
2009-05-22* config.guess: moved into tool/.yugui
2009-05-22* instruby.rb: moved into tool/.yugui
2009-05-21* array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unlessmatz
2009-05-21* 2009-05-22svn
2009-05-21* string.c (rb_str_count): optimized for 1byte string count bymatz
2009-05-21* template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu
2009-05-21.gdbinit (rp): missing "else" after T_NODE block.nobu
2009-05-21* missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.nobu
2009-05-21* gem_prelude.rb (Gem.default_dir and misc.): use rubylibprefix.yugui
2009-05-21* include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu
2009-05-20* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu
2009-05-20NEWS (--program-prefix and --program-suffix): describe r23368.yugui
2009-05-20* rb_enc_get_index: allows an arbitrary RData as the argument but notyugui
2009-05-20* spec/.gitignore: ignores rubyspec/ and mspec/.yugui
2009-05-20* struct.c (rb_struct_new): get rid of too large alloca.nobu
2009-05-20* vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu
2009-05-20* enumerator.c (inspect_enumerator): should use long.nobu
2009-05-20* enum.c (zip_ary): should use long.nobu
2009-05-20* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz
2009-05-20* lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-05-19* 2009-05-20svn
2009-05-19* vm_method.c (rb_attr): should preserve encoding info.matz
2009-05-19* time.c (time_minus): always return a Float. [ruby-dev:38446]mame
2009-05-19* class.c (clone_method): add cast to remove warning frommatz
2009-05-19* struct.c (struct_ivar_get): new function to avoid repeatedmatz
2009-05-18* 2009-05-19svn
2009-05-18* test/test_time.rb: make tests timezone independent.akr
2009-05-18* 2009-05-18svn