summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: typo.nobu2009-04-111-1/+1
* * configure.in (Makefile): phoeny ruby target needs empty command.nobu2009-04-103-3/+7
* * common.mk (up): updates timestamp file.nobu2009-04-102-1/+5
* * configure.in (Makefile): info-program needs common.mk.nobu2009-04-092-2/+7
* * configure.in (RUBY_INSTALL_NAME): use --program-transform-name.nobu2009-04-092-3/+7
* * instruby.rb, mkconfig.rb: deal with --program-transform-namenobu2009-04-094-9/+59
* * 2009-04-09svn2009-04-091-2/+2
* * configure.in: don't override the rule for ruby.akr2009-04-092-1/+5
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-083-1/+11
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-083-1/+9
* * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu2009-04-081-0/+5
* * string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155]naruse2009-04-082-1/+5
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-082-26/+55
* * lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu2009-04-082-3/+3
* * lib/mkmf.rb (what_type?): fixed typo.nobu2009-04-082-1/+5
* * configure.in (LIBRUBY_SO): removed redundant additional versionnobu2009-04-083-5/+10
* * common.mk (info): shows configured names.nobu2009-04-074-4/+19
* * configure.in (LIBRUBY_DLDFLAGS): compatibility version isnobu2009-04-072-2/+5
* * configure.in (RUBY_REPLACE_TYPE): defines type modifier prefixnobu2009-04-072-0/+7
* * configure.in (RUBY_DEFINT): use AC_INCLUDES_DEFAULT.nobu2009-04-061-2/+2
* * configure.in (RUBY_DEFINT): should pass includes tonobu2009-04-062-5/+9
* * configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universalnobu2009-04-062-4/+9
* * numeric.c (flo_to_s): reduce fragments if no precision lost.nobu2009-04-063-5/+13
* * configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu2009-04-062-8/+9
* * configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu2009-04-062-9/+26
* * file.c (utime_failed): refined the error message for EINVAL onnobu2009-04-062-13/+65
* * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext),nobu2009-04-063-15/+20
* * numeric.c (int_chr): checsk overflow.nobu2009-04-062-1/+13
* * test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu2009-04-061-4/+0
* * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu2009-04-063-9/+9
* * include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu2009-04-052-0/+5
* * include/ruby/intern.h (Init_stack): moved.nobu2009-04-052-3/+3
* * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu2009-04-042-0/+6
* * mkconfig.rb (sitearch): default to arch.nobu2009-04-033-11/+20
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-034-13/+22
* * ext/extmk.rb: quotes arguments with spaces always.nobu2009-04-033-3/+7
* * lib/getoptlong.rb: remove unused udoc/usage from example.matz2009-04-022-1/+5
* * win32/Makefile.sub (config.h): updated.nobu2009-04-013-6/+10
* * configure.in (rb_cv_fork_with_pthread): fail if the child processakr2009-04-012-0/+7
* * lib/mkmf.rb (create_makefile): support for parallel make. anobu2009-04-012-1/+6
* * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu2009-04-012-2/+7
* * vm_dump.c (rb_vm_bugreport): should not #include inside anobu2009-04-012-1/+9
* * mkconfig.rb: ignores version numbers in config.status. replacesnobu2009-04-012-1/+7
* * Makefile.in (.c.i): use CPP instead of CC, since gcc -E can'tnobu2009-04-012-1/+6
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-014-5/+47
* * process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632]matz2009-04-012-2/+6
* * 2009-04-01svn2009-03-311-3/+3
* update rdoc.akr2009-03-311-4/+4
* * configure.in: fixed the help strings for the header and librarynobu2009-03-312-25/+37
* * 2009-03-31svn2009-03-301-2/+2