summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * spec/default.mspec: follows runruby.rb's move at r23542.yugui2009-05-221-0/+4
* * NEWS: add Time#to_r.mame2009-05-221-0/+4
* * config.guess: moved into tool/.yugui2009-05-221-0/+12
* * instruby.rb: moved into tool/.yugui2009-05-221-0/+16
* * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unlessmatz2009-05-211-0/+5
* * string.c (rb_str_count): optimized for 1byte string count bymatz2009-05-211-0/+5
* * template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu2009-05-211-0/+8
* * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.nobu2009-05-211-0/+4
* * gem_prelude.rb (Gem.default_dir and misc.): use rubylibprefix.yugui2009-05-211-0/+5
* * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu2009-05-211-0/+5
* * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu2009-05-201-0/+7
* * rb_enc_get_index: allows an arbitrary RData as the argument but notyugui2009-05-201-0/+5
* * spec/.gitignore: ignores rubyspec/ and mspec/.yugui2009-05-201-0/+4
* * struct.c (rb_struct_new): get rid of too large alloca.nobu2009-05-201-0/+6
* * vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu2009-05-201-0/+5
* * enumerator.c (inspect_enumerator): should use long.nobu2009-05-201-1/+3
* * enum.c (zip_ary): should use long.nobu2009-05-201-0/+4
* * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz2009-05-201-0/+14
* * lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz2009-05-201-0/+5
* * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz2009-05-191-0/+18
* * vm_method.c (rb_attr): should preserve encoding info.matz2009-05-191-0/+5
* * time.c (time_minus): always return a Float. [ruby-dev:38446]mame2009-05-191-0/+6
* * class.c (clone_method): add cast to remove warning frommatz2009-05-191-0/+5
* * struct.c (struct_ivar_get): new function to avoid repeatedmatz2009-05-191-0/+14
* * test/test_time.rb: make tests timezone independent.akr2009-05-181-0/+5
* * lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]akr2009-05-181-0/+4
* * lib/mkmf.rb (SRC_EXT): should be flat.nobu2009-05-171-0/+5
* * ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is alwaysnobu2009-05-171-0/+5
* * node.h (nd_line): NODE_LMASK is not needed.nobu2009-05-171-0/+6
* * compile.c (rb_parse_in_eval): returns true in true eval, not innobu2009-05-171-0/+7
* * ruby.c (ruby_script): sets also VM toplevel program name.nobu2009-05-171-1/+5
* * vm.c (rb_vm_get_sourceline): should not access out of bound.nobu2009-05-171-0/+4
* * ruby.c (cmdline_options_init): initialize encodings.nobu2009-05-171-0/+10
* * ext/win32ole/win32ole.c (foletypelib_name): should returnsuke2009-05-171-0/+5
* * ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. seenobu2009-05-171-1/+5
* * ruby.c (set_arg0): get rids of overrun.nobu2009-05-161-0/+4
* * lib/rss/parser.rb: add nil check.kou2009-05-161-0/+4
* * test/rss/test_maker_atom_feed.rb: suppress warnings.kou2009-05-161-0/+4
* * NEWS: add RSS::Maker.supported?(version).kou2009-05-161-0/+4
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-161-0/+5
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou2009-05-161-0/+5
* * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou2009-05-161-0/+6
* * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou2009-05-161-0/+5
* * lib/rss/maker/entry.rb: fix a typo.kou2009-05-161-0/+4
* * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou2009-05-161-0/+6
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-161-0/+7
* * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu2009-05-161-0/+5
* * sample/rss/rss_recent.rb, sample/rss/list_description.rb: use UTF-8.kou2009-05-161-0/+5
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou2009-05-161-0/+5
* * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari2009-05-161-0/+8