aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Allow references to $$ in Ripper DSLNobuyoshi Nakada2020-05-291-0/+3
* autoconf may not be availableNobuyoshi Nakada2020-05-271-1/+1
* fiddle: need to update configure after updating config toolsNobuyoshi Nakada2020-05-271-0/+2
* _GNU_SOURCE is needed for mkostemp on CygwinNobuyoshi Nakada2020-05-262-0/+12
* ext/fiddle/fiddle.gemspec: avoid require lib/fiddle/version.rbYusuke Endoh2020-05-241-6/+9
* [ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton2020-05-232-6/+31
* [ruby/fiddle] Export Fiddle::VERSIONSutou Kouhei2020-05-231-1/+3
* [ruby/fiddle] Update file listSutou Kouhei2020-05-231-3/+32
* [ruby/fiddle] Fix a typoSutou Kouhei2020-05-231-1/+1
* [ruby/fiddle] Bump versionSutou Kouhei2020-05-231-1/+1
* [ruby/fiddle] Add Fiddle::VERSIONSutou Kouhei2020-05-232-1/+12
* [ruby/fiddle] Add missing spec.extensionsSutou Kouhei2020-05-231-0/+1
* [ruby/fiddle] Fix assignment to array within struct (#26)sinisterchipmunk2020-05-231-1/+28
* [ruby/fiddle] Make array access override compatible with base class (#25)sinisterchipmunk2020-05-231-4/+31
* [ruby/fiddle] Initialize memory to 0 when calling Fiddle.malloc(). (#24)sinisterchipmunk2020-05-231-2/+3
* Suppress warnings no inline ruby debug (#3107)Kenta Murata2020-05-221-1/+2
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-145-199/+66
* ext/json/parser/prereq.mk: remove type-limit warning if char is unsignedYusuke Endoh2020-05-142-2/+3
* [ruby/openssl] Ruby/OpenSSL 2.2.0Kazuki Yamaguchi2020-05-131-1/+1
* [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi2020-05-131-16/+0
* [ruby/openssl] pkey: add PKey#inspect and #oidKazuki Yamaguchi2020-05-131-0/+38
* [ruby/openssl] Fix signing example to not use Digest instanceBart de Water2020-05-131-4/+2
* [ruby/openssl] Look up cipher by name instead of constantBart de Water2020-05-131-21/+5
* [ruby/openssl] Remove 'mapping between Digest class and sn/ln'Bart de Water2020-05-131-37/+0
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-1312-50/+43
* [ruby/openssl] Add Marshal support to PKey objectsBart de Water2020-05-134-23/+57
* ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUGYusuke Endoh2020-05-132-0/+2
* ext/openssl/ossl.h: Remove a variable that is used only in assertYusuke Endoh2020-05-131-2/+1
* ext/fiddle/extconf.rb: Fix the condition of libffi <= 3.1Yusuke Endoh2020-05-131-1/+1
* Do not try ffi_closure_alloc if libffi is <= 3.1Yusuke Endoh2020-05-131-0/+1
* ext/fiddle/extconf.rb: check if ffi_closure_alloc is availableYusuke Endoh2020-05-131-0/+2
* fiddle: share the same config toolsNobuyoshi Nakada2020-05-121-0/+3
* extlibs.rb: added variable referencesNobuyoshi Nakada2020-05-121-2/+5
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-1187-27025/+27025
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-1187-27025/+27025
* win32ole: separate global variable declarations and definitionsNobuyoshi Nakada2020-05-1018-11/+29
* [ruby/io-console] Use sys_fail_fptr macroNobuyoshi Nakada2020-05-091-1/+1
* [ruby/io-console] Show path name at errorNobuyoshi Nakada2020-05-091-17/+19
* Fix indentationKazuki Tsujimoto2020-05-041-4/+4
* Suppress warnings by gcc 10.1.0-RC-20200430Nobuyoshi Nakada2020-05-041-1/+9
* [pty] do not check openpty twice if found in util libraryNobuyoshi Nakada2020-05-011-2/+2
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-04-271-1/+1
* Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada2020-04-171-1/+1
* Suppress C4267 "possible loss of data" warningsNobuyoshi Nakada2020-04-171-1/+1
* [ruby/date] Suppress -Wchar-subscripts warnings by Cygwin gcc 9.3.0Nobuyoshi Nakada2020-04-141-11/+11
* ext/-test-/cxxanyargs: add #pragma for icc.卜部昌平2020-04-101-0/+3
* Ignore upper bits of pw_change on macOS tooNobuyoshi Nakada2020-04-091-4/+4
* Ignore upper bits of pw_expire on macOSNobuyoshi Nakada2020-04-091-1/+7
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-087-34/+34
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-081-0/+4