aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/mkexports.rb (Exports#initialize): remove old symbol name.usa2011-11-282-1/+4
* * win32/mkexports.rb (Exports#read_substitution): need to readnobu2011-11-282-6/+16
* * io.c (rb_io_flush): release GVL during fsync() on Windows.usa2011-11-282-9/+16
* * include/ruby/subst.h: typo of r33876.usa2011-11-282-1/+5
* * include/ruby/subst.h: moved Windows specific substitions fromnobu2011-11-284-93/+101
* * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa2011-11-283-2/+11
* * 2011-11-28svn2011-11-281-2/+2
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-283-1/+16
* * configure.in: added -fno-strict-overflow. it suppress annoyingkosaki2011-11-272-0/+11
* * io.c (rb_write_error2): get rid of warning on linux. fwritekosaki2011-11-273-2/+11
* * configure.in (stack_protector): disable on mingw. [Bug#5676]nobu2011-11-272-2/+10
* * Makefile.in (DLDFLAGS): also needs -fstack-protector.nobu2011-11-273-4/+3
* * configure.in (-fstack-protector): also needed in DLDFLAGS.nobu2011-11-272-2/+11
* * configure.in: whitespace-cleanup.nobu2011-11-271-4/+4
* * configure.in: whitespace-cleanup.nobu2011-11-271-2/+2
* * thread_pthread.c (add_signal_thread_list): suppress warning fornobu2011-11-271-2/+2
* * insns.def (pop): suppress self-assign warning of clang.nobu2011-11-271-1/+1
* * configure.in: add -fstack-protector into XLDFLAGS as well askosaki2011-11-272-1/+7
* fix typos and minor editkazu2011-11-271-7/+7
* * ext/tk/tcltklib.c (eventloop_sleep): unused.nobu2011-11-271-0/+2
* An address can be negative.naruse2011-11-271-1/+1
* * configure.in: revert r33832 and r33833. [ruby-core:41313] [Bug #5674]kosaki2011-11-272-10/+58
* * configure.in: workaround to avoid MacOS X build error.kosaki2011-11-272-1/+9
* Run the test only if /dev/tty exists.naruse2011-11-271-0/+1
* * configure.in (--no-undefined): r33840 breaks FreeBSD and DragonFlynaruse2011-11-262-4/+4
* Fix typo in r33849.naruse2011-11-261-1/+1
* * configure.in (--no-undefined): r33840 breaks FreeBSD with gcc47.naruse2011-11-262-3/+13
* * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse2011-11-262-8/+25
* * 2011-11-27svn2011-11-261-2/+2
* * io.c (copy_stream_body): use 0666 for permission argument for open.akr2011-11-262-1/+6
* * test/openssl/test_engine.rb: remove side effect of generic engineemboss2011-11-262-16/+20
* * lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse2011-11-262-2/+12
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse2011-11-262-14/+18
* * .travis.yml (script): should be ./configureshyouhei2011-11-262-1/+5
* * .travis.yml (before_script): wrong name, sorry.shyouhei2011-11-262-1/+5
* * .travis.yml (before-script): autoconf required.shyouhei2011-11-262-0/+5
* * .travis.yml: Travis enable.shyouhei2011-11-262-0/+10
* * ext/openssl/extconf.rb: remove checks for available functions.emboss2011-11-263-15/+7
* * ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss2011-11-262-0/+6
* * 2011-11-26svn2011-11-251-2/+2
* * configure.in (--no-undefined): RUBY_TRY_CFLAGS does nothing fornobu2011-11-252-1/+6
* * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki2011-11-253-1/+47
* * Makefile.in (EXTLDFLAGS): export it.kosaki2011-11-253-1/+13
* * configure.in: turn on PIE if --enable-shared is not specified.kosaki2011-11-242-0/+10
* * configure.in: add -fstack-protector. It help to protect us fromkosaki2011-11-242-0/+6
* * configure.in: add -D_FORTIFY_SOURCE=2. It provide some compilekosaki2011-11-242-0/+9
* * lib/mkmf.rb: get rid of warnings of mkmf.rb if -Wmissing-declarationskosaki2011-11-242-6/+17
* * configure.in: remove [read buffer ptr field in FILE structures] check.kosaki2011-11-242-37/+5
* * configure.in: remove [read count field in FILE] check.kosaki2011-11-242-19/+5
* * 2011-11-25svn2011-11-241-2/+2