summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-16fixed wrong value by @taksatou [fix GH-287]hsbt
2013-04-16* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-15* ext/fiddle/depend: New file.akr
2013-04-15* ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss
2013-04-15* ext/coverage/depend: fix id.h place as r40283.naruse
2013-04-14* ext/-test-/debug/depend: New file.akr
2013-04-13* lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} othernaruse
2013-04-13* lib/mkmf.rb (MakeMakefile#create_makefile): output new macrousa
2013-04-13fix building ripper: parse.h and id.h doesn't need directorynaruse
2013-04-13* ext/ripper/depend: parse.h and id.h may be created on topdir.usa
2013-04-13ripper/depend: fix out-of-place buildnobu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-12* ext/etc/etc.c: fix struct name.nobu
2013-04-12etc.c: Etc namespacenobu
2013-04-11Fix typonaruse
2013-04-11* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): define 0 onnaruse
2013-04-11* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:naruse
2013-04-10* ext/fiddle/extconf.rb: define RUBY_LIBFFI_MODVERSION macro.naruse
2013-04-10* ext/fiddle/closure.c (initialize): check mprotect's return value.naruse
2013-04-10* ext/bigdecimal/bigdecimal.c (VpCtoV): Initialize a local variableakr
2013-04-10* bignum.c (rb_ll2big): Don't overflow on signed integer negation.akr
2013-04-08* remove trailing spaces.nobu
2013-04-08Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius
2013-04-08socket/extconf.rb: add -Dnobu
2013-04-08socket/extconf.rb: check struct in_addr6nobu
2013-04-08option.c: fix macro namenobu
2013-04-08constants.c: fix macro namenobu
2013-04-08win32ole.c: check aritynobu
2013-04-06* ext/socket/socket.c (rsock_sys_fail_raddrinfo): Renamed fromakr
2013-04-06* ext/socket/socket.c (rsock_sys_fail_sockaddr): Takes struct sockaddrakr
2013-04-06socket/extconf.rb: RSTRING_SOCKLENnobu
2013-04-06socket.c: suppress warningsnobu
2013-04-06* ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr
2013-04-06* ext/socket/socket.c (rsock_sys_fail_sockaddr): Delete 2nd argument.akr
2013-04-06* ext/socket/socket.c (rsock_sys_fail_path): Use rb_str_inspect onlyakr
2013-04-06* ext/socket/rubysocket.h (rsock_sys_fail_host_port) Wrap by NORETURN.akr
2013-04-06* ext/socket/socket.c (rsock_sys_fail_path): Use rb_str_inspect if theakr
2013-04-06* ext/socket: Improve socket exception message to show socket address.akr
2013-04-05* ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove
2013-04-05* ext/psych/lib/psych/exception.rb: there should be only one exceptiontenderlove
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove
2013-04-05* ext/socket/init.c (cloexec_accept): Fix a compile error onakr
2013-04-05ext/-test-/win32/dln: remove static librarynobu
2013-04-05dl/dl.h: suppress warningnobu
2013-04-05curses.c: fix functionnobu
2013-04-05* ext/curses/hello.rb: Typo in Curses example by Drew Blaszzak
2013-04-04* ext/socket/extconf.rb: Remove condition for bcc.akr
2013-04-04* ext/pathname/pathname.c (path_write): New method.akr
2013-04-04* ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.naruse