summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu2009-05-207-21/+45
* NEWS (--program-prefix and --program-suffix): describe r23368.yugui2009-05-201-0/+9
* * rb_enc_get_index: allows an arbitrary RData as the argument but notyugui2009-05-202-0/+9
* * spec/.gitignore: ignores rubyspec/ and mspec/.yugui2009-05-202-0/+6
* * struct.c (rb_struct_new): get rid of too large alloca.nobu2009-05-202-5/+15
* * vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu2009-05-203-19/+24
* * enumerator.c (inspect_enumerator): should use long.nobu2009-05-202-2/+4
* * enum.c (zip_ary): should use long.nobu2009-05-202-1/+5
* * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz2009-05-204-25/+91
* * lib/tempfile.rb (Tempfile#unlink): close first for Windows. amatz2009-05-202-1/+9
* * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz2009-05-196-46/+81
* * 2009-05-20svn2009-05-191-2/+2
* * vm_method.c (rb_attr): should preserve encoding info.matz2009-05-192-1/+9
* * time.c (time_minus): always return a Float. [ruby-dev:38446]mame2009-05-192-1/+32
* * class.c (clone_method): add cast to remove warning frommatz2009-05-192-1/+6
* * struct.c (struct_ivar_get): new function to avoid repeatedmatz2009-05-193-10/+31
* * 2009-05-19svn2009-05-181-2/+2
* * test/test_time.rb: make tests timezone independent.akr2009-05-182-2/+7
* * 2009-05-18svn2009-05-181-2/+2
* * lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]akr2009-05-182-1/+5
* * lib/mkmf.rb (SRC_EXT): should be flat.nobu2009-05-172-1/+6
* * ruby.c (ruby_init_loadpath_safe): VARIABLE_LIBPATH is alwaysnobu2009-05-172-1/+6
* * win32/setup.mak (-version-): r23426.nobu2009-05-171-1/+1
* * node.h (nd_line): NODE_LMASK is not needed.nobu2009-05-172-2/+8
* * compile.c: fixed types.nobu2009-05-171-14/+15
* * compile.c (rb_parse_in_eval): returns true in true eval, not innobu2009-05-173-4/+12
* * ruby.c (ruby_script): sets also VM toplevel program name.nobu2009-05-174-22/+21
* * vm.c (rb_vm_get_sourceline): should not access out of bound.nobu2009-05-172-3/+8
* * ruby.c (cmdline_options_init): initialize encodings.nobu2009-05-171-2/+0
* * ruby.c (cmdline_options_init): initialize encodings.nobu2009-05-172-28/+41
* * ext/win32ole/win32ole.c (foletypelib_name): should returnsuke2009-05-172-2/+8
* * ruby.c (ruby_init_loadpath_safe): support for cygwin 1.7. seenobu2009-05-172-5/+50
* * ruby.c (set_arg0): get rids of overrun.nobu2009-05-163-23/+10
* * lib/rss/parser.rb: add nil check.kou2009-05-162-1/+5
* * test/rss/test_maker_atom_feed.rb: suppress warnings.kou2009-05-162-3/+7
* * NEWS: add RSS::Maker.supported?(version).kou2009-05-162-0/+7
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-166-11/+49
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb,kou2009-05-168-0/+50
* * lib/rss/content/*, lib/rss/dublincore/*: fix circular require.kou2009-05-167-6/+7
* * lib/rss/maker/feed.rb, test/test_maker_atom_feed.rb:kou2009-05-163-7/+32
* * lib/rss/maker/entry.rb: fix a typo.kou2009-05-162-1/+5
* * lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,kou2009-05-164-0/+36
* * lib/rss/maker/base.rb, lib/rss/maker/1.0.rb, lib/rss/maker/feed.rb,kou2009-05-166-0/+58
* * ext/dl/lib/dl/callback.rb (DL#remove_callback_internal): ignorenobu2009-05-162-1/+6
* * sample/rss/rss_recent.rb, sample/rss/list_description.rb: use UTF-8.kou2009-05-163-4/+9
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.5 -> 0.2.6.kou2009-05-163-2/+7
* * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari2009-05-164-7/+15
* * variable.c (rb_autoload_load): gets rid of false warning.nobu2009-05-162-9/+23
* * sample/drb/dhasenc.rb: add magic comment for encoding.matz2009-05-164-1/+11
* ChangeLog: commit miss.nobu2009-05-161-0/+2