aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/missing.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-2/+2
* sed -i s/RUBY3/RBIMPL/g卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-2/+2
* add #include guard hack卜部昌平2020-04-131-4/+3
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-72/+61
* include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto2018-06-051-2/+2
* `int isnan(double)` is a POSIXismshyouhei2018-06-051-0/+6
* Fix duplicated HAVE_NANkazu2018-01-271-1/+3
* need to declare the prototype of nan() if missingusa2018-01-261-0/+4
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-191-0/+4
* Remove missing/strtol.crhe2017-04-211-6/+0
* missing.h: isfinitenobu2016-05-231-0/+7
* missing.h: remove explicit_bzero_by_memset_snobu2016-01-101-13/+1
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* explicit_bzero.c: needs windows.hnobu2015-12-011-1/+1
* missing.h: explicit_bzero by SecureZeroMemorynobu2015-12-011-0/+2
* missing.h: explicit_bzero by memset_snobu2015-12-011-0/+9
* * missing/explicit_bzero.c: new file. define explicit_bzero.kosaki2015-11-301-0/+4
* missing.h: fix conditionnobu2015-10-201-1/+1
* check INFINITY and NAN without C99 optionnobu2015-10-191-6/+2
* ruby/missing.h: M_PI fallback definitionnobu2015-07-211-0/+7
* configure.in, missing.h: jemalloc manglingnobu2014-06-051-0/+3
* * configure.in: Check nextafter() availability.akr2014-05-181-0/+4
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+7
* * include/ruby/missing.h: removed __linux__. it's unnecessary.kosaki2013-03-161-1/+1
* missing.h: build fixnobu2013-03-161-1/+3
* mingw build fixnobu2013-03-161-8/+7
* * include/ruby/missing.h (__syscall): moved to...kosaki2013-03-161-9/+0
* * include/ruby/missing.h (struct timespec): include <sys/time.h>kosaki2013-03-161-0/+3
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-3/+6
* * include/ruby/missing.h: include math.h before checking INFINITYkosaki2012-06-191-0/+1
* * numeric.c (rb_infinity, rb_nan): use union to prevent bus errorngoto2011-10-211-4/+11
* * include/ruby/missing.h: fix typo and so on.nobu2011-08-041-1/+1
* * include/ruby/missing.h: define __syscall on OpenBSD as r32702.naruse2011-08-041-2/+2
* See __APPLE__ for __syscall.naruse2011-07-281-1/+1
* * include/ruby/missing.h: define __syscall if the platform hasnaruse2011-07-271-0/+5
* * fix for build on solaris 10.nobu2011-06-161-0/+3
* * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move fromusa2011-06-061-0/+16
* * include/ruby/missing.h, numeric.c (round): moved prototype of round()usa2011-06-031-0/+4
* introduce missing/setproctitle.ckosaki2011-05-141-0/+4
* * include/ruby/missing.h: don't use HAVE_STDDEF_H because it nevernaruse2011-02-031-3/+1
* * include/ruby/subst.h: new file for substitute standard functions..akr2010-08-071-8/+0
* * include/ruby/missing.h: moved BROKEN_CLOSE replacements fromnobu2010-08-071-0/+8
* * win32/Makefile.sub (config.h): VC6 or later have stddef.h.usa2010-07-281-0/+6
* * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu2010-07-271-0/+5
* * include/ruby/missing.h: revert a part of r28727. config.h is expectedusa2010-07-261-2/+0
* * configure.in: define BROKEN_CLOSE on FreeBSD.naruse2010-07-261-1/+1
* * configure.in (XCFLAGS): reverted mistakenly removed option.nobu2010-07-231-0/+2
* * include/ruby/missing.h: add prototype for ruby_close().naruse2010-07-221-0/+9