summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-26* ext/openssl/extconf.rb: remove checks for available functions.emboss
2011-11-26* ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss
2011-11-25* 2011-11-26svn
2011-11-25* configure.in (--no-undefined): RUBY_TRY_CFLAGS does nothing fornobu
2011-11-25* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki
2011-11-25* Makefile.in (EXTLDFLAGS): export it.kosaki
2011-11-24* configure.in: turn on PIE if --enable-shared is not specified.kosaki
2011-11-24* configure.in: add -fstack-protector. It help to protect us fromkosaki
2011-11-24* configure.in: add -D_FORTIFY_SOURCE=2. It provide some compilekosaki
2011-11-24* lib/mkmf.rb: get rid of warnings of mkmf.rb if -Wmissing-declarationskosaki
2011-11-24* configure.in: remove [read buffer ptr field in FILE structures] check.kosaki
2011-11-24* configure.in: remove [read count field in FILE] check.kosaki
2011-11-24* 2011-11-25svn
2011-11-24* configure.in: add -Wall always.kosaki
2011-11-24* test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr
2011-11-24* io.c (rb_io_reopen): re-initialize buffereing mode for stdout andakr
2011-11-24add a test.akr
2011-11-24Merge branch 'fsync-nogvl' into trunkkosaki
2011-11-24* test/openssl/test_engine.rb: Suppress output from 'openssl'emboss
2011-11-24increase difference of priority to avoid false nagative test result.naruse
2011-11-23Mention "patched by"emboss
2011-11-23* 2011-11-24svn
2011-11-23* ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss
2011-11-23* 2011-11-23svn
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-23Ignore mkmf generated files in ext/-test-/drbrain
2011-11-22* win32/win32.c (_pioinfo): need to declare _pioinfo() before usingusa
2011-11-22* win32/win32.c (_pioinfo): make an inline function.nobu
2011-11-22Use proc to delay making exception_details.naruse
2011-11-22Fix for r33811.naruse
2011-11-22* win32/win32.c (dupfd): argument of _osfhnd and so on should notnobu
2011-11-22* bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse
2011-11-22* numeric.c (ruby_float_step): improve floating point calculations.naruse
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychtenderlove
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr
2011-11-21* 2011-11-22svn
2011-11-21* io.c (linux_get_maxfd): get rid of a warning.akr
2011-11-21* io.c (linux_get_maxfd): new function to find maximum fd on Linux.akr
2011-11-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-20* 2011-11-21svn
2011-11-20* ChangeLog: fix typo.nobu
2011-11-20* ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu
2011-11-20* ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.nobu
2011-11-20* re.c (rb_reg_initialize): fix indent.nobu
2011-11-20* ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.nobu
2011-11-20* enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1.naruse
2011-11-20* lib/set.rb (SortedSet.setup): remove old_init after initializeakr
2011-11-20* lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr
2011-11-19* 2011-11-20svn