index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dln.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-19
1
-1
/
+5
*
Fix possible use of undefined macros on very old macOS [ci skip]
Nobuyoshi Nakada
2022-10-17
1
-4
/
+4
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-77
/
+77
*
Show ABI incompatible binary path
Nobuyoshi Nakada
2022-07-17
1
-1
/
+1
*
[Bug #18879] Fix macOS version detections
Nobuyoshi Nakada
2022-06-27
1
-4
/
+15
*
Only define RUBY_DLN_CHECK_ABI when supported
Peter Zhu
2022-03-01
1
-2
/
+2
*
ABI checking is not supported on Windows
Peter Zhu
2022-03-01
1
-1
/
+1
*
dln.c: suppress unused function 'abi_check_enabled_p' warning for wasi
Yuta Saito
2022-03-01
1
-1
/
+1
*
[Feature #18249] Implement ABI checking
Peter Zhu
2022-02-22
1
-0
/
+17
*
Remove unused function declaration in dln.c
Peter Zhu
2022-02-18
1
-4
/
+0
*
Refine the load error message
Nobuyoshi Nakada
2022-02-17
1
-5
/
+27
*
Check running macOS version at runtime
Nobuyoshi Nakada
2022-02-17
1
-8
/
+27
*
Fix warnings
Kazuhiro NISHIYAMA
2022-01-20
1
-0
/
+2
*
Refactor dln_load into dln_open and dln_sym
Peter Zhu
2022-01-19
1
-76
/
+81
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-31
/
+0
*
Drop support for OSX 10.3 and earlier
Peter Zhu
2022-01-14
1
-54
/
+2
*
dln.c: refine preprocessor conditions by USE_DLN_DLOPEN and _WIN32
Nobuyoshi Nakada
2021-12-17
1
-5
/
+3
*
dln.c: add missing dependency
卜部昌平
2021-09-10
1
-0
/
+1
*
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-07
1
-8
/
+8
*
Removed dln_a_out
Nobuyoshi Nakada
2021-03-24
1
-1001
/
+1
*
Fixed compilation errors when USE_DLN_A_OUT
Nobuyoshi Nakada
2021-03-24
1
-37
/
+66
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-1
/
+2
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-0
/
+2
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-2
/
+2
*
reduce copy & paste
shyouhei
2018-07-30
1
-11
/
+4
*
constified
nobu
2018-01-09
1
-3
/
+3
*
dln.c: dln_incompatible_library_p
nobu
2018-01-03
1
-5
/
+3
*
dln.c: xmalloc_mismatch_p with dlopen
nobu
2018-01-03
1
-1
/
+3
*
include missing header
shyouhei
2018-01-02
1
-0
/
+1
*
comparing function pointer versus void* is a GCCism
shyouhei
2018-01-02
1
-2
/
+22
*
get rid of strcpy
nobu
2016-12-26
1
-2
/
+2
*
dln.c: raise LoadError
nobu
2016-11-19
1
-1
/
+3
*
dln.c: move error message definition
nobu
2016-04-07
1
-2
/
+4
*
Drop support for BeOS
nobu
2015-11-24
1
-52
/
+0
*
Haiku now best effort support
nobu
2015-11-23
1
-3
/
+3
*
* dln.c: remove defined(__WATCOMC__).
kosaki
2015-10-18
1
-1
/
+1
*
* numeric.c: Good-by Borland-C.
kosaki
2015-10-18
1
-1
/
+1
*
* dln.c: simplify #ifdef. _WIN32 and __CYGWIN__ are exclusive.
kosaki
2015-10-18
1
-3
/
+3
*
dln.c: fix EXTERNAL_PREFIX
nobu
2015-05-01
1
-2
/
+7
*
dln.c: raise fatal
nobu
2015-05-01
1
-2
/
+4
*
dln.c: check incompatible libruby
nobu
2015-05-01
1
-0
/
+15
*
dln.c: use EXPORT_PREFIX
nobu
2015-05-01
1
-7
/
+1
*
Merges a patch form naclports.
yugui
2014-10-11
1
-15
/
+0
*
* symbian/*: removed Symbian support.
hsbt
2014-09-04
1
-5
/
+0
*
configure.in, missing.h: jemalloc mangling
nobu
2014-06-05
1
-0
/
+1
*
dln.c: non-ascii path on Windows
nobu
2014-04-05
1
-5
/
+10
*
adjust indent and style
nobu
2014-02-27
1
-17
/
+18
[next]