summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-26* ext/readline/readline.c (readline_getc): the function fornaruse
2009-05-26* gc.c: fixed types.nobu
2009-05-26* common.mk (bignum.o, numeric.o): depend on util.h.nobu
2009-05-26* bignum.c (bignew_1): inline memory allocation.matz
2009-05-26Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-26* parse.y (parser_yyerror): get rid of possible overflow.nobu
2009-05-25* include/ruby/ruby.h (FilePathValue): prevent from GC.nobu
2009-05-25* include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu
2009-05-25* time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu
2009-05-25* string.c (rb_str_each_char, rb_str_each_codepoint): stringnobu
2009-05-25Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
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