summaryrefslogtreecommitdiff
path: root/dln.c
Commit message (Expand)AuthorAgeFilesLines
* Update dln.c to fix error output from `dln_open()`drew-wells2023-03-211-0/+6
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-1/+5
* Fix possible use of undefined macros on very old macOS [ci skip]Nobuyoshi Nakada2022-10-171-4/+4
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-77/+77
* Show ABI incompatible binary pathNobuyoshi Nakada2022-07-171-1/+1
* [Bug #18879] Fix macOS version detectionsNobuyoshi Nakada2022-06-271-4/+15
* Only define RUBY_DLN_CHECK_ABI when supportedPeter Zhu2022-03-011-2/+2
* ABI checking is not supported on WindowsPeter Zhu2022-03-011-1/+1
* dln.c: suppress unused function 'abi_check_enabled_p' warning for wasiYuta Saito2022-03-011-1/+1
* [Feature #18249] Implement ABI checkingPeter Zhu2022-02-221-0/+17
* Remove unused function declaration in dln.cPeter Zhu2022-02-181-4/+0
* Refine the load error messageNobuyoshi Nakada2022-02-171-5/+27
* Check running macOS version at runtimeNobuyoshi Nakada2022-02-171-8/+27
* Fix warningsKazuhiro NISHIYAMA2022-01-201-0/+2
* Refactor dln_load into dln_open and dln_symPeter Zhu2022-01-191-76/+81
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-31/+0
* Drop support for OSX 10.3 and earlierPeter Zhu2022-01-141-54/+2
* dln.c: refine preprocessor conditions by USE_DLN_DLOPEN and _WIN32Nobuyoshi Nakada2021-12-171-5/+3
* dln.c: add missing dependency卜部昌平2021-09-101-0/+1
* Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada2021-05-071-8/+8
* Removed dln_a_outNobuyoshi Nakada2021-03-241-1001/+1
* Fixed compilation errors when USE_DLN_A_OUTNobuyoshi Nakada2021-03-241-37/+66
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* more on NULL versus functions.卜部昌平2020-02-071-1/+2
* decouple internal.h headers卜部昌平2019-12-261-0/+2
* Remove IA64 support.Samuel Williams2019-06-191-2/+2
* reduce copy & pasteshyouhei2018-07-301-11/+4
* constifiednobu2018-01-091-3/+3
* dln.c: dln_incompatible_library_pnobu2018-01-031-5/+3
* dln.c: xmalloc_mismatch_p with dlopennobu2018-01-031-1/+3
* include missing headershyouhei2018-01-021-0/+1
* comparing function pointer versus void* is a GCCismshyouhei2018-01-021-2/+22
* get rid of strcpynobu2016-12-261-2/+2
* dln.c: raise LoadErrornobu2016-11-191-1/+3
* dln.c: move error message definitionnobu2016-04-071-2/+4
* Drop support for BeOSnobu2015-11-241-52/+0
* Haiku now best effort supportnobu2015-11-231-3/+3
* * dln.c: remove defined(__WATCOMC__).kosaki2015-10-181-1/+1
* * numeric.c: Good-by Borland-C.kosaki2015-10-181-1/+1
* * dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.kosaki2015-10-181-3/+3
* dln.c: fix EXTERNAL_PREFIXnobu2015-05-011-2/+7
* dln.c: raise fatalnobu2015-05-011-2/+4
* dln.c: check incompatible librubynobu2015-05-011-0/+15
* dln.c: use EXPORT_PREFIXnobu2015-05-011-7/+1
* Merges a patch form naclports.yugui2014-10-111-15/+0
* * symbian/*: removed Symbian support.hsbt2014-09-041-5/+0
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-0/+1
* dln.c: non-ascii path on Windowsnobu2014-04-051-5/+10