summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * time.c (rb_gmtime, rb_localtime): gmtime and localtime returnnobu2009-05-253-3/+24
* * string.c (rb_str_each_char, rb_str_each_codepoint): stringnobu2009-05-253-4/+10
* Mon May 25 13:27:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-05-252-1/+5
* * tool/mkconfig.rb, tool/instruby.rb: removed redundant code.nobu2009-05-253-3/+7
* * string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().matz2009-05-252-24/+41
* * string.c (rb_str_rpartition): ditto.nobu2009-05-243-1/+6
* * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz2009-05-243-2/+11
* * string.c (rb_str_partition): should use the converted result. anobu2009-05-243-0/+8
* * 2009-05-25svn2009-05-241-2/+2
* * lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch frommatz2009-05-242-1/+6
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-245-26/+87
* * error.c (syserr_initialize): errno is int.nobu2009-05-242-1/+5
* update rdoc.akr2009-05-241-1/+5
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-237-15/+48
* * 2009-05-24svn2009-05-231-2/+2
* * string.c (rb_str_each_char): return original string.matz2009-05-232-2/+13
* * ext/dl/handle.c (rb_dlhandle_s_sym): added a method to accessnobu2009-05-232-10/+54
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_struct_signature):nobu2009-05-232-2/+6
* * ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrictnobu2009-05-232-1/+9
* * missing/vsnprintf.c (errno): [BUG] fixes a compilation yugui2009-05-222-1/+11
* * 2009-05-23svn2009-05-221-2/+2
* * spec/default.mspec: follows runruby.rb's move at r23542.yugui2009-05-222-1/+5
* * NEWS: add Time#to_r.mame2009-05-222-0/+7
* update rdoc.akr2009-05-221-3/+3
* * 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