summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2009-05-16* lib/rss/parser.rb: add nil check.kou
2009-05-16* test/rss/test_maker_atom_feed.rb: suppress warnings.kou
2009-05-16* NEWS: add RSS::Maker.supported?(version).kou
2009-05-16* lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou
2009-05-16* lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou
2009-05-16* lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou
2009-05-16* lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou
2009-05-16* lib/rss/maker/entry.rb: fix a typo.kou
2009-05-16* lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou
2009-05-16* lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou
2009-05-16* ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu
2009-05-16* sample/rss/rss_recent.rb, sample/rss/list_description.rb: use UTF-8.kou
2009-05-16* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou
2009-05-16* iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari
2009-05-16* variable.c (rb_autoload_load): gets rid of false warning.nobu
2009-05-16* sample/drb/dhasenc.rb: add magic comment for encoding.matz
2009-05-16ChangeLog: commit miss.nobu
2009-05-16* parse.y (magic_comment_encoding): ignores unused emacs-stylenobu
2009-05-16* defs/keywords (reserved_word): made inline function static.nobu
2009-05-16* parse.y (magic_comment_encoding): use rb_compile_warning() tonobu
2009-05-16* configure.in (ruby_version): now version.h includesnobu
2009-05-15* array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.nobu
2009-05-15* variable.c (rb_autoload_load): checks if iv_tbl is valid.nobu
2009-05-15* ChangeLog: forgotten to mention reporter.usa
2009-05-15 * win32/setup.mak (-version-): now version.h includesusa
2009-05-14* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu