kanemoto

Hash Date Message
12fcef8829b9f514a517c606bd783eaffb401318 2009-09-23 * dln.c (aix_loaderror): fixed typo. suppress warnings.
10806f146fbed2a5c2204abe8a08729af1cbf907 2009-09-27 * common.mk (ruby.imp): add text section [Bug #2064]. * common.mk (ruby.imp): do not export Init_*.
ea229a855f3d12271aea16913ba3c2d78f0cc3ea 2009-09-27 * Makefile.in (miniruby): suppress duplication warning on AIX.
501e9360dd16fd34db8e829a206ed5484628caa3 2009-10-28 * ext/socket/extconf.rb : Compilation failure on AIX.
78a59b37a161080473ace8d2d14f1fbf6466d025 2010-04-11 * configure.in: can not load libraries if --with-opt-dir is used on AIX. [Bug #3107]
0882e74bf632b5003c8d02c54798f74f4c292d7e 2010-05-05 * dln.c (aix_loaderror): use execerror for load error on AIX. This can avoid SEGV reported by Perry Smith. [Bug #2063]
fa0bec050f2743d3e6cdfb1e5fe2c2786ee0c9ee 2010-05-15 * configure.in: can not load libruby.so if gcc is used with --enable-shared on AIX.
78d48a330d481948f1d899d72ae5b122b7756533 2010-06-29 * thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX. * configure.in: ditto.
6ef6cbc4f6e6a9a81af48cbd4cad16f1eb6998e2 2010-08-26 Creating dummy library for dl/fiddle tests on AIX.
54886d087690c1c89eda709ff5ee94fabd38b26d 2010-09-13 suppress a warning.
2a5177e757ca0e26c1c05c0c05b37f161513e5e6 2011-01-30 io.c (struct argf): char behaves like an unsigned char by default on AIX. http://publib.boulder.ibm.com/infocenter/comphelp/v111v131/index.jsp?topic=/com.ibm.xlcpp111.aix.doc/language_ref/ch.html
c6ef31c9331a364851e805ab35372cd7a9ecbc71 2011-06-30 configure.in: Add warnflags for XL/C on AIX during configure to avoid [Bug #3971]. See [ruby-core:32859]
e4c452daf8030575f83c3bae49cb0fe9a76c7e89 2011-07-10 * thread_pthread.c (get_stack): need to adjust stack addr for [Bug #1813] on AIX.
2a5aa8cdaa3343b8b9af17c3cdb827d6bae59dcc 2011-07-11 time.c: can't compile time.c on AIX due to missing declaration for ffs(). It is declared in strings.h on AIX.
b80154157a59c15693a12b442c01caf3e6f25b43 2012-01-29 Updated these files to detect AIX 7.
48cb94779364a5f0e81fba0a702845a0ba5815d6 2012-07-25 avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-core:46744] [Bug #6791].
91092927891c892b2c4c8fd6df4ac0d739470610 2013-12-08 avoid circular dependency on AIX
738c3034610be758d9758398846f9ff7eea2a4a8 2014-03-26 add --disable-pie option to configure
62efb9c29fc2a3142b189972dd99c3cdf28aaa8f 2014-03-26 add feature number to ChangeLog entry
3acff92b2b21b2b719e070d25bb573ee87b9726f 2014-06-07 cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.
1c0b507b79799f45de344c4b21103472fe3e5082 2014-06-08 io.c (rb_io_advise): AIX currently does not support a 32-bit call to posix_fadvise() if _LARGE_FILES is defined. Patch by Rei Odaira. [ruby-core:62968] [Bug #9914]