index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dln.c
Age
Commit message (
Expand
)
Author
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
2016-11-19
dln.c: raise LoadError
nobu
2016-04-07
dln.c: move error message definition
nobu
2015-11-24
Drop support for BeOS
nobu
2015-11-23
Haiku now best effort support
nobu
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-01
dln.c: fix EXTERNAL_PREFIX
nobu
2015-05-01
dln.c: raise fatal
nobu
2015-05-01
dln.c: check incompatible libruby
nobu
2015-05-01
dln.c: use EXPORT_PREFIX
nobu
2014-10-11
Merges a patch form naclports.
yugui
2014-09-04
* symbian/*: removed Symbian support.
hsbt
2014-06-05
configure.in, missing.h: jemalloc mangling
nobu
2014-04-05
dln.c: non-ascii path on Windows
nobu
2014-02-27
adjust indent and style
nobu
[next]