aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/extconf.rb: Make default_ipv6 true for Cygwin.akr2013-05-031-1/+1
* {getaddrinfo,getnameinfo}.c: fix for old platformsnobu2013-05-032-0/+8
* curses/extconf.rb: simplifynobu2013-05-011-12/+11
* extmk.rb: always dynamic non-install extensionsnobu2013-05-011-2/+12
* ancdata.c: suppress warningsnobu2013-05-011-10/+12
* * ext/tk/MANUAL_tcltklib.ja, ext/tk/old-README.tcltklib.ja: rename from *.jp ...nagai2013-04-292-0/+0
* * remove trailing spaces.nobu2013-04-291-1/+1
* * ext/nkf/nkf-utf8/nkf.h: Bionic libc doesn't have locale.naruse2013-04-291-1/+1
* * ext/tk/MANUAL_tcltklib.jp: rename from ext/tk/MANUAL_tcltklib.eucj [ruby-tr...nagai2013-04-292-0/+0
* ossl_bn.c: reduce alloca/mallocnobu2013-04-281-9/+10
* ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki2013-04-281-2/+4
* * ext/curses/curses.c: Update Curses::Window example for nicer outputzzak2013-04-271-3/+7
* * ext/socket/extconf.rb: Redundant test removed.akr2013-04-271-2/+1
* * ext/socket/extconf.rb (test_recvmsg_with_msg_peek_creates_fds):akr2013-04-271-48/+49
* * ext/socket/extconf.rb: Use a block of enable_config() forakr2013-04-261-45/+49
* * ext/curses/extconf.rb: Test linkability of curses_version at first.akr2013-04-262-66/+70
* * ext/curses/extconf.rb: Implementakr2013-04-251-30/+48
* * ext/socket/extconf.rb: Don't use WIDE getaddrinfo by default.akr2013-04-251-2/+2
* * ext/socket/extconf.rb: Remove obsolete options: ---with-ipv6-lib andakr2013-04-251-7/+0
* * ext/socket/extconf.rb: Implementakr2013-04-251-3/+74
* ext/openssl/ossl_bn.c: fix implicit conversionnobu2013-04-251-2/+2
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-252-1/+40
* * ext/socket/extconf.rb: Extract C programs as toplevel constants.akr2013-04-251-240/+245
* Typo by @windwiny [Fixes GH-295]zzak2013-04-241-1/+1
* * ext/socket/lib/socket.rb: Doc typos by @vipulnsward [Fixes GH-292]zzak2013-04-241-6/+6
* * ext/socket/rubysocket.h (SOCKLEN_MAX): Expression simplified.akr2013-04-171-1/+1
* * ext/socket/rubysocket.h (SOCKLEN_MAX): Defined.akr2013-04-172-1/+9
* * ext/socket/unixsocket.c (unix_send_io): Suppress a warning by clang.akr2013-04-161-4/+4
* * ext/sdbm/init.c: Fix comment indentation, by windwiny [Fixes GH-277]zzak2013-04-161-19/+19
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-1610-13/+31
* fixed wrong value by @taksatou [fix GH-287]hsbt2013-04-161-1/+1
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-168-9/+16
* * ext/fiddle/depend: New file.akr2013-04-151-0/+4
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-4/+10
* * ext/coverage/depend: fix id.h place as r40283.naruse2013-04-152-1/+2
* * ext/-test-/debug/depend: New file.akr2013-04-1412-0/+49
* * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} othernaruse2013-04-131-2/+2
* * lib/mkmf.rb (MakeMakefile#create_makefile): output new macrousa2013-04-131-2/+2
* fix building ripper: parse.h and id.h doesn't need directorynaruse2013-04-131-5/+5
* * ext/ripper/depend: parse.h and id.h may be created on topdir.usa2013-04-131-2/+2
* ripper/depend: fix out-of-place buildnobu2013-04-131-2/+2
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-1328-64/+93
* * ext/etc/etc.c: fix struct name.nobu2013-04-121-1/+1
* etc.c: Etc namespacenobu2013-04-121-6/+10
* Fix typonaruse2013-04-111-1/+1
* * ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): define 0 onnaruse2013-04-111-1/+1
* * ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:naruse2013-04-111-1/+1
* * ext/fiddle/extconf.rb: define RUBY_LIBFFI_MODVERSION macro.naruse2013-04-102-5/+15
* * ext/fiddle/closure.c (initialize): check mprotect's return value.naruse2013-04-101-1/+4
* * ext/bigdecimal/bigdecimal.c (VpCtoV): Initialize a local variableakr2013-04-101-1/+3