aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * cygwin/GNUmakefile.in: shorten messages.nobu2010-11-112-1/+24
* * io.c (argf_write): add ARGF.write and so on.nobu2010-11-112-2/+55
* * io.c (argf_read_nonblock): add ARGF.read_nonblock.nobu2010-11-112-1/+28
* * lib/rdoc/stats.rb (RDoc#print): get rid of NaN.nobu2010-11-112-2/+6
* * common.mk (SHOWFLAGS): show compile flags.nobu2010-11-112-1/+13
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-117-6/+99
* * configure.in (Makefile): fix duplicated target again.nobu2010-11-111-1/+3
* * lib/mkmf.rb (try_func): accept variable address.nobu2010-11-113-4/+23
* * fix type warnings.nobu2010-11-118-25/+23
* * signal.c (ruby_signal): fix condition.nobu2010-11-111-1/+1
* * io.c (pipe_finalize): status is success if no process.nobu2010-11-111-1/+1
* * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 ornobu2010-11-114-10/+46
* * include/ruby/ruby.h (PRI_LL_PREFIX): format type specifier fornobu2010-11-113-23/+49
* * 2010-11-11svn2010-11-111-2/+2
* * configure.in (SYMBOL_PREFIX): separate from EXPORT_PREFIX.nobu2010-11-115-12/+23
* * cygwin/GNUmakefile.in (scriptbin): make executable file fromnobu2010-11-097-6/+85
* * dln.c (init_funcname): allocate and build initializationnobu2010-11-092-22/+30
* * gc.c (after_gc_sweep): remove unused variable.nobu2010-11-091-1/+0
* * configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP): no need whennobu2010-11-092-2/+8
* * configure.in (EXPORT_PREFIX): check generic prefix.nobu2010-11-092-4/+10
* Clean a warning.naruse2010-11-091-1/+1
* * regenc.c (onigenc_minimum_property_name_to_ctype):naruse2010-11-095-9/+43
* * win32/win32.c (overlapped_socket_io): get rid of a warning of 64bitusa2010-11-092-1/+8
* Fix wrong test.naruse2010-11-091-1/+1
* * util.c (ruby_strtod): this code uses FPU's rounding system.naruse2010-11-093-2/+16
* * error.c (rb_syserr_new): new function to make SystemCallErrornobu2010-11-083-1/+30
* * util.c (ruby_strtod): suppress a warning.nobu2010-11-081-1/+2
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-0837-73/+62
* * lib/rubygems/*: Remove unused variables warningsmarcandre2010-11-0812-19/+17
* * lib/rdoc/*.rb: Remove unused variable warnings.marcandre2010-11-087-10/+6
* * lib/rake/*.rb: Remove unused variable warnings.marcandre2010-11-082-6/+5
* * 2010-11-09svn2010-11-081-2/+2
* * lib/minitest/mock.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* * util.c (ruby_hdtoa): fix type cast and bufsize.naruse2010-11-082-3/+7
* * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse2010-11-083-0/+8
* * win32/win32.c (get_wsa_extension_function): typos. orzusa2010-11-082-3/+7
* * tool/enc-unicode.rb,naruse2010-11-088-2425/+22077
* * configure.in: support -h for solaris linker when gcc not usedshyouhei2010-11-082-0/+6
* * win32/win32.c (finish_overlapped_socket): refactoring.usa2010-11-082-94/+47
* * win32/win32.c (get_proc_address): refactoring.usa2010-11-082-39/+57
* * enc/trans/gbk-tbl.rb: Add euro sign. [ruby-core:33094]naruse2010-11-082-0/+7
* * configure.in: check only the first symbol to get rid ofnobu2010-11-073-3/+8
* property.nobu2010-11-070-0/+0
* * configure.in (NM): check on all platforms. #4031nobu2010-11-072-1/+5
* removing empty teardown, cleaning up whitespace errorstenderlove2010-11-061-5/+2
* * 2010-11-07svn2010-11-061-2/+2
* * test/openssl/test_ocsp.rb: adding test for r29699. Thanks Elisetenderlove2010-11-062-0/+60
* * configure.in (rb_cv_export_prefix): check for prefixednobu2010-11-052-2/+13
* * process.c (p_uid_change_privilege, p_gid_change_privilege):nobu2010-11-051-6/+10
* * tool/rbinstall.rb (bin-comm): prepend prolog shell script ifnobu2010-11-052-2/+27