summaryrefslogtreecommitdiff
path: root/dln.c
AgeCommit message (Expand)Author
2022-03-01Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu
2022-03-01ABI checking is not supported on WindowsPeter Zhu
2022-03-01dln.c: suppress unused function 'abi_check_enabled_p' warning for wasiYuta Saito
2022-02-22[Feature #18249] Implement ABI checkingPeter Zhu
2022-02-18Remove unused function declaration in dln.cPeter Zhu
2022-02-17Refine the load error messageNobuyoshi Nakada
2022-02-17Check running macOS version at runtimeNobuyoshi Nakada
2022-01-20Fix warningsKazuhiro NISHIYAMA
2022-01-19Refactor dln_load into dln_open and dln_symPeter Zhu
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2022-01-14Drop support for OSX 10.3 and earlierPeter Zhu
2021-12-17dln.c: refine preprocessor conditions by USE_DLN_DLOPEN and _WIN32Nobuyoshi Nakada
2021-09-10dln.c: add missing dependency卜部昌平
2021-05-07Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada
2021-03-24Removed dln_a_outNobuyoshi Nakada
2021-03-24Fixed compilation errors when USE_DLN_A_OUTNobuyoshi Nakada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-07more on NULL versus functions.卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-06-19Remove IA64 support.Samuel Williams
2018-07-30reduce copy & pasteshyouhei
2018-01-09constifiednobu
2018-01-03dln.c: dln_incompatible_library_pnobu
2018-01-03dln.c: xmalloc_mismatch_p with dlopennobu
2018-01-02include missing headershyouhei
2018-01-02comparing function pointer versus void* is a GCCismshyouhei
2016-12-26get rid of strcpynobu
2016-11-19dln.c: raise LoadErrornobu
2016-04-07dln.c: move error message definitionnobu
2015-11-24Drop support for BeOSnobu
2015-11-23Haiku now best effort supportnobu
2015-10-18* dln.c: remove defined(__WATCOMC__).kosaki
2015-10-18* numeric.c: Good-by Borland-C.kosaki
2015-10-18* dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki
2015-05-01dln.c: fix EXTERNAL_PREFIXnobu
2015-05-01dln.c: raise fatalnobu
2015-05-01dln.c: check incompatible librubynobu
2015-05-01dln.c: use EXPORT_PREFIXnobu
2014-10-11Merges a patch form naclports.yugui
2014-09-04* symbian/*: removed Symbian support.hsbt
2014-06-05configure.in, missing.h: jemalloc manglingnobu
2014-04-05dln.c: non-ascii path on Windowsnobu
2014-02-27adjust indent and stylenobu
2014-02-27use strlcatnobu
2012-12-01adjust style.nobu
2012-07-09* dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-17* dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu