ruby/enc
Yuta Saito 57f014b2fa Use configured LD for linking enc and ext libraries
"AR" was well propagated to the enc.mk and mkmf, but "LD" was not. This
caused the dynamic libraries to be linked with a linker found in the PATH,
which could be different from the one used in the Ruby build process.
This is especially important for cross-compilation, where the host
linker may not be compatible with the target system. (e.g. WebAssembly)
2024-03-01 03:16:23 +09:00
..
jis reserved_word: just use gperf 3.1 declaration 2022-09-21 11:44:09 +09:00
trans Ensure newline at EOF [ci skip] 2023-01-06 12:13:15 +09:00
unicode/15.0.0 [Bug #19728] Auto-generate unicode property docs 2023-07-01 23:22:17 +09:00
ascii.c Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT 2022-07-19 08:48:56 +02:00
big5.c
cesu_8.c Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encoding 2023-03-18 15:43:54 +09:00
cp949.c
depend Add modencs target to build encodings/transcoders as modules 2023-09-11 11:06:49 +09:00
ebcdic.h
emacs_mule.c
encdb.c Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-16/UTF-32 2022-09-12 14:02:34 +02:00
encinit.c.erb
euc_jp.c
euc_kr.c
euc_tw.c
gb2312.c
gb18030.c
gbk.c
iso_2022_jp.h
iso_8859.h
iso_8859_1.c
iso_8859_2.c
iso_8859_3.c
iso_8859_4.c
iso_8859_5.c
iso_8859_6.c
iso_8859_7.c
iso_8859_8.c
iso_8859_9.c
iso_8859_10.c
iso_8859_11.c
iso_8859_13.c
iso_8859_14.c
iso_8859_15.c
iso_8859_16.c
koi8_r.c
koi8_u.c
make_encmake.rb Use class methods of File over Kernel.open and IO.read 2022-11-21 22:16:49 +09:00
Makefile.in Use configured LD for linking enc and ext libraries 2024-03-01 03:16:23 +09:00
mktable.c
shift_jis.c
shift_jis.h
unicode.c
us_ascii.c
utf_7.h
utf_8.c
utf_16_32.h Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-16/UTF-32 2022-09-12 14:02:34 +02:00
utf_16be.c
utf_16le.c
utf_32be.c
utf_32le.c
windows_31j.c
windows_1250.c
windows_1251.c
windows_1252.c
windows_1253.c
windows_1254.c
windows_1257.c
x_emoji.h