aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c (rb_strftime_with_timespec): suppress warnings.akr2010-08-082-2/+6
* * common.mk (RUBY_H_INCLUDES): add subst.h.nobu2010-08-072-1/+6
* commit miss.nobu2010-08-071-2/+1
* * include/ruby/missing.h, include/ruby/ruby.h (namespace ruby):nobu2010-08-072-1/+6
* update doc.akr2010-08-071-3/+3
* * lib/rbconfig/obsolete.rb: show the location which use Config.akr2010-08-072-1/+8
* * ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr2010-08-074-9/+30
* * include/ruby/subst.h (snprintf): redefinition moved from ruby.h.akr2010-08-073-4/+10
* * 2010-08-08svn2010-08-071-2/+2
* * include/ruby/subst.h: new file for substitute standard functions..akr2010-08-074-8/+28
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): merge stdout and stderrakr2010-08-072-13/+18
* * missing/close.c: undef the macros "getpeername", "getsockname" andakr2010-08-072-1/+9
* * missing/close.c: undef the macro "close" to prevent infiniteakr2010-08-072-0/+6
* * ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr2010-08-074-4/+15
* * include/ruby/missing.h: moved BROKEN_CLOSE replacements fromnobu2010-08-073-11/+13
* * mkconfig.rb, lib/rbconfig/obsolete.rb: warn obsolete andnobu2010-08-073-1/+8
* * ext/extmk.rb (extract_makefile): follow the change ofnobu2010-08-072-1/+7
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-0733-188/+0
* * lib/mkmf.rb: change instance variable to global.naruse2010-08-072-4/+8
* * ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu2010-08-073-2/+11
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-075-0/+33
* * ext/win32ole/win32ole.c: fix checking version of GCC.suke2010-08-072-3/+12
* * ext/pathname/pathname.c (Init_pathname): fix number of arguments forakr2010-08-072-1/+6
* * test/ruby/envutil.rb (assert_normal_exit): use assert. fixakr2010-08-073-4/+15
* * ext/pathname/pathname.c (path_chown): Pathname#chown translatedakr2010-08-063-3/+15
* * 2010-08-07svn2010-08-061-2/+2
* * ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translatedakr2010-08-063-3/+15
* * ext/pathname/pathname.c (path_chmod): Pathname#chmod translated fromakr2010-08-063-3/+15
* * rational.c (nurat_div): divided by infinity should be zero.nobu2010-08-063-9/+7
* * rational.c (nurat_div): divided by float zero should benobu2010-08-063-1/+10
* * file.c (realpath_rec): rb_str_modify depends on the length, sonobu2010-08-062-2/+6
* * Makefile.in (clean-ext): fixed directories to be removed.nobu2010-08-062-4/+8
* * enc/depend: add space at the begginig of @ignore_error.naruse2010-08-063-2/+8
* * common.mk (clean): add prelude.c, config.log, and rbconfig.rb.naruse2010-08-062-3/+9
* * Makefile.in: ignore error from RMDIRS.naruse2010-08-064-9/+20
* * 2010-08-06svn2010-08-051-2/+2
* * ext/pathname/pathname.c (path_mtime): Pathname#mtime translated fromakr2010-08-053-3/+15
* * ext/pathname/pathname.c (path_ctime): Pathname#ctime translated fromakr2010-08-053-3/+17
* * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): drop unused ARGSCATmame2010-08-053-7/+51
* * compile.c (NODE_ARGSCAT, NODE_ARGSPUSH): revert r28870 and r28873mame2010-08-053-45/+2
* * compile.c (iseq_compile_each): to_a method should be called.nobu2010-08-053-3/+34
* * README.EXT, README.EXT.ja (String functions): mentionnobu2010-08-053-0/+38
* * string.c (rb_str_set_len): bail out when buffer overflowednobu2010-08-052-0/+10
* * compile.c (iseq_compile_each): drop unused ARGSCAT results.nobu2010-08-053-2/+14
* * complex.c (nucomp_marshal_load): should check the argument.nobu2010-08-056-1/+25
* * marshal.c (w_float): should not append a dot if no fractal partnobu2010-08-053-2/+12
* * parse.y (void_expr_gen): add 'possibly' to warning message.matz2010-08-052-1/+6
* * dir.c (glob_make_pattern): fold continuous PLAINs to get rid ofnobu2010-08-052-14/+25
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-056-0/+71
* * ruby.c (ruby_init_loadpath_safe): ensure sopath to be modifiablenobu2010-08-052-1/+5