aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * config.guess: moved into tool/.yugui2009-05-226-3/+16
* * instruby.rb: moved into tool/.yugui2009-05-228-10/+26
* * array.c (rb_ary_slice_bang): avoid call of rb_scan_args() unlessmatz2009-05-212-3/+14
* * 2009-05-22svn2009-05-211-2/+2
* * string.c (rb_str_count): optimized for 1byte string count bymatz2009-05-212-6/+23
* * template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu2009-05-215-117/+210
* .gdbinit (rp): missing "else" after T_NODE block.nobu2009-05-211-0/+1
* * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.nobu2009-05-212-27/+60
* * gem_prelude.rb (Gem.default_dir and misc.): use rubylibprefix.yugui2009-05-212-8/+9
* * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu2009-05-214-4/+27
* * 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