summaryrefslogtreecommitdiff
path: root/ChangeLog
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* 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-23* configure.in ($ridir): new configuration. [ruby-core:23520].yugui
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* spec/default.mspec: follows runruby.rb's move at r23542.yugui
2009-05-22* NEWS: add Time#to_r.mame
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* 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* 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-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* 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* test/test_time.rb: make tests timezone independent.akr
2009-05-18* lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]akr
2009-05-17* lib/mkmf.rb (SRC_EXT): should be flat.nobu
2009-05-17* ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is alwaysnobu
2009-05-17* node.h (nd_line): NODE_LMASK is not needed.nobu
2009-05-17* compile.c (rb_parse_in_eval): returns true in true eval, not innobu
2009-05-17* ruby.c (ruby_script): sets also VM toplevel program name.nobu
2009-05-17* vm.c (rb_vm_get_sourceline): should not access out of bound.nobu
2009-05-17* ruby.c (cmdline_options_init): initialize encodings.nobu
2009-05-17* ext/win32ole/win32ole.c (foletypelib_name): should returnsuke
2009-05-17* ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. seenobu
2009-05-16* ruby.c (set_arg0): get rids of overrun.nobu