| Commit message (Expand) | Author | Age | Files | Lines |
* | * process.c (proc_setuid): use rb_f_notimplement if not implemented. | akr | 2009-04-18 | 2 | -4/+13 |
* | * ext/readline/readline.c: use rb_f_notimplement for methods not | akr | 2009-04-18 | 13 | -208/+227 |
* | * ext/curses/curses.c: use rb_f_notimplement for methods not | akr | 2009-04-18 | 2 | -47/+52 |
* | * 2009-04-18 | svn | 2009-04-18 | 1 | -2/+2 |
* | update rdoc. | akr | 2009-04-18 | 1 | -0/+1 |
* | updated. | akr | 2009-04-16 | 1 | -2/+2 |
* | * node.h (rb_notimplement_body_p): declared. | akr | 2009-04-16 | 8 | -157/+193 |
* | * lib/cgi/core.rb (read_multipart): When path is not defined, | mame | 2009-04-16 | 2 | -1/+13 |
* | * 2009-04-17 | svn | 2009-04-16 | 1 | -2/+2 |
* | * dir.c (bracket): fix escape handling for range character in bracket | mame | 2009-04-16 | 2 | -1/+6 |
* | * 2009-04-16 | svn | 2009-04-16 | 1 | -2/+2 |
* | * class.c (rb_define_method_id): use rb_define_notimplement_method_id | akr | 2009-04-16 | 9 | -14/+141 |
* | * array.c (rb_ary_flatten): flatten(0) works as Array#dup. | mame | 2009-04-15 | 3 | -1/+19 |
* | * dir.c (fnmatch_helper): use rb_enc_precise_mbclen and | naruse | 2009-04-15 | 3 | -3/+10 |
* | * dir.c (bracket): if same in bytes, path is matching. | nobu | 2009-04-14 | 3 | -4/+12 |
* | * sprintf.c (rb_str_format): scan coderange incrementally. | nobu | 2009-04-13 | 2 | -0/+20 |
* | * sprintf.c (rb_str_format): optimize previous commit. | naruse | 2009-04-13 | 2 | -1/+7 |
* | * sprintf.c (rb_str_format): check encoding compatibility only on | naruse | 2009-04-13 | 3 | -3/+8 |
* | * dir.c (bracket, fnmatch_helper): compare bytewise first, to get | nobu | 2009-04-12 | 3 | -33/+49 |
* | * ChangeLog: typo. | nobu | 2009-04-11 | 1 | -1/+1 |
* | * configure.in (Makefile): phoeny ruby target needs empty command. | nobu | 2009-04-10 | 3 | -3/+7 |
* | * common.mk (up): updates timestamp file. | nobu | 2009-04-10 | 2 | -1/+5 |
* | * configure.in (Makefile): info-program needs common.mk. | nobu | 2009-04-09 | 2 | -2/+7 |
* | * configure.in (RUBY_INSTALL_NAME): use --program-transform-name. | nobu | 2009-04-09 | 2 | -3/+7 |
* | * instruby.rb, mkconfig.rb: deal with --program-transform-name | nobu | 2009-04-09 | 4 | -9/+59 |
* | * 2009-04-09 | svn | 2009-04-09 | 1 | -2/+2 |
* | * configure.in: don't override the rule for ruby. | akr | 2009-04-09 | 2 | -1/+5 |
* | * string.c (rb_str_dump): buffer length plus one byte for null | mame | 2009-04-08 | 3 | -1/+11 |
* | * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii. | nobu | 2009-04-08 | 3 | -1/+9 |
* | * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155]. | nobu | 2009-04-08 | 1 | -0/+5 |
* | * string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155] | naruse | 2009-04-08 | 2 | -1/+5 |
* | * lib/mkmf.rb (what_type?): fixed typo, and refined for member of | nobu | 2009-04-08 | 2 | -26/+55 |
* | * lib/mkmf.rb (Logging.postpone): copy postponed output always. | nobu | 2009-04-08 | 2 | -3/+3 |
* | * lib/mkmf.rb (what_type?): fixed typo. | nobu | 2009-04-08 | 2 | -1/+5 |
* | * configure.in (LIBRUBY_SO): removed redundant additional version | nobu | 2009-04-08 | 3 | -5/+10 |
* | * common.mk (info): shows configured names. | nobu | 2009-04-07 | 4 | -4/+19 |
* | * configure.in (LIBRUBY_DLDFLAGS): compatibility version is | nobu | 2009-04-07 | 2 | -2/+5 |
* | * configure.in (RUBY_REPLACE_TYPE): defines type modifier prefix | nobu | 2009-04-07 | 2 | -0/+7 |
* | * configure.in (RUBY_DEFINT): use AC_INCLUDES_DEFAULT. | nobu | 2009-04-06 | 1 | -2/+2 |
* | * configure.in (RUBY_DEFINT): should pass includes to | nobu | 2009-04-06 | 2 | -5/+9 |
* | * configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universal | nobu | 2009-04-06 | 2 | -4/+9 |
* | * numeric.c (flo_to_s): reduce fragments if no precision lost. | nobu | 2009-04-06 | 3 | -5/+13 |
* | * configure.in (CFLAGS, CXXFLAGS): override with $cflags and | nobu | 2009-04-06 | 2 | -8/+9 |
* | * configure.in (CFLAGS, CXXFLAGS): use orignal values if given. | nobu | 2009-04-06 | 2 | -9/+26 |
* | * file.c (utime_failed): refined the error message for EINVAL on | nobu | 2009-04-06 | 2 | -13/+65 |
* | * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), | nobu | 2009-04-06 | 3 | -15/+20 |
* | * numeric.c (int_chr): checsk overflow. | nobu | 2009-04-06 | 2 | -1/+13 |
* | * test/stringio/test_stringio.rb (test_path): StringIO#path is no | nobu | 2009-04-06 | 1 | -4/+0 |
* | * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254] | nobu | 2009-04-06 | 3 | -9/+9 |
* | * include/ruby/intern.h (rb_fd_resize): does nothing on Win32. | nobu | 2009-04-05 | 2 | -0/+5 |