index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
dln.c
Age
Commit message (
Expand
)
Author
2024-10-25
Avoid dangling pointer on cygwin
Daisuke Fujimura (fd0)
2024-10-08
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-07-10
Revert all changes to dln.c, dmydln.c, dln.h for the shared GC
Peter Zhu
2024-04-26
Allow RUBY_GC_LIBRARY_PATH to be set in miniruby
Peter Zhu
2024-04-24
Pass string error buffer into dln_open
Peter Zhu
2024-04-23
Get error from dln_open when USE_SHARED_GC
Peter Zhu
2024-04-15
Initialize external GC Library
Matt Valentine-House
2024-02-22
Refactor to use `struct string_part`
Nobuyoshi Nakada
2024-02-22
Split `init_funcname`
Nobuyoshi Nakada
2024-02-04
Do not define ABI version in statically linked objects
Nobuyoshi Nakada
2023-12-19
[wasm] dln.c: Guard `dladdr` use in symbol incompatibility check
Yuta Saito
2023-12-14
rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...
Satoshi Tagomori
2023-12-14
dln_symbol: make dln_sym accessible Ruby internally
Satoshi Tagomori
2023-11-21
Add EXTERNAL_PREFIX to ruby_abi_version
Nobuyoshi Nakada
2023-11-21
typedef ABI version types
Nobuyoshi Nakada
2023-03-21
Update dln.c to fix error output from `dln_open()`
drew-wells
2022-10-19
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-17
Fix possible use of undefined macros on very old macOS [ci skip]
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-17
Show ABI incompatible binary path
Nobuyoshi Nakada
2022-06-27
[Bug #18879] Fix macOS version detections
Nobuyoshi Nakada
2022-03-01
Only define RUBY_DLN_CHECK_ABI when supported
Peter Zhu
2022-03-01
ABI checking is not supported on Windows
Peter Zhu
2022-03-01
dln.c: suppress unused function 'abi_check_enabled_p' warning for wasi
Yuta Saito
2022-02-22
[Feature #18249] Implement ABI checking
Peter Zhu
2022-02-18
Remove unused function declaration in dln.c
Peter Zhu
2022-02-17
Refine the load error message
Nobuyoshi Nakada
2022-02-17
Check running macOS version at runtime
Nobuyoshi Nakada
2022-01-20
Fix warnings
Kazuhiro NISHIYAMA
2022-01-19
Refactor dln_load into dln_open and dln_sym
Peter Zhu
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-14
Drop support for OSX 10.3 and earlier
Peter Zhu
2021-12-17
dln.c: refine preprocessor conditions by USE_DLN_DLOPEN and _WIN32
Nobuyoshi Nakada
2021-09-10
dln.c: add missing dependency
卜部昌平
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-03-24
Removed dln_a_out
Nobuyoshi Nakada
2021-03-24
Fixed compilation errors when USE_DLN_A_OUT
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-07
more on NULL versus functions.
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-06-19
Remove IA64 support.
Samuel Williams
2018-07-30
reduce copy & paste
shyouhei
2018-01-09
constified
nobu
2018-01-03
dln.c: dln_incompatible_library_p
nobu
2018-01-03
dln.c: xmalloc_mismatch_p with dlopen
nobu
2018-01-02
include missing header
shyouhei
2018-01-02
comparing function pointer versus void* is a GCCism
shyouhei
2016-12-26
get rid of strcpy
nobu
[next]