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
/
include
/
ruby
/
missing.h
Age
Commit message (
Expand
)
Author
2022-01-19
[wasm] wasm/missing.{c,h}: add missing libc stubs for wasi-libc
Yuta Saito
2021-09-10
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-10
include/ruby/missing.h: skip doxygen
卜部昌平
2021-08-27
Use C99-defined signbit macro
Nobuyoshi Nakada
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-05-10
Removed missing/dup2.c
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2018-06-05
include/ruby/missing.h: defined(__cplusplus) before using __cplusplus
ngoto
2018-06-05
`int isnan(double)` is a POSIXism
shyouhei
2018-01-27
Fix duplicated HAVE_NAN
kazu
2018-01-26
need to declare the prototype of nan() if missing
usa
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2017-04-21
Remove missing/strtol.c
rhe
2016-05-23
missing.h: isfinite
nobu
2016-01-10
missing.h: remove explicit_bzero_by_memset_s
nobu
2015-12-02
missing.h: __STDC_WANT_LIB_EXT1__
nobu
2015-12-02
missing.h: __STDC_WANT_LIB_EXT1__
nobu
2015-12-01
explicit_bzero.c: needs windows.h
nobu
2015-12-01
missing.h: explicit_bzero by SecureZeroMemory
nobu
2015-12-01
missing.h: explicit_bzero by memset_s
nobu
2015-11-30
* missing/explicit_bzero.c: new file. define explicit_bzero.
kosaki
2015-10-20
missing.h: fix condition
nobu
2015-10-19
check INFINITY and NAN without C99 option
nobu
2015-07-21
ruby/missing.h: M_PI fallback definition
nobu
2014-06-05
configure.in, missing.h: jemalloc mangling
nobu
2014-05-18
* configure.in: Check nextafter() availability.
akr
2013-04-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2013-03-16
* include/ruby/missing.h: removed __linux__. it's unnecessary.
kosaki
2013-03-16
missing.h: build fix
nobu
2013-03-16
mingw build fix
nobu
2013-03-16
* include/ruby/missing.h (__syscall): moved to...
kosaki
2013-03-16
* include/ruby/missing.h (struct timespec): include <sys/time.h>
kosaki
2013-03-16
* configure.in: check struct timeval exist or not.
kosaki
2012-06-19
* include/ruby/missing.h: include math.h before checking INFINITY
kosaki
2011-10-21
* numeric.c (rb_infinity, rb_nan): use union to prevent bus error
ngoto
2011-08-04
* include/ruby/missing.h: fix typo and so on.
nobu
2011-08-04
* include/ruby/missing.h: define __syscall on OpenBSD as r32702.
naruse
2011-07-28
See __APPLE__ for __syscall.
naruse
2011-07-27
* include/ruby/missing.h: define __syscall if the platform has
naruse
2011-06-16
* fix for build on solaris 10.
nobu
2011-06-06
* include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from
usa
2011-06-03
* include/ruby/missing.h, numeric.c (round): moved prototype of round()
usa
2011-05-14
introduce missing/setproctitle.c
kosaki
2011-02-03
* include/ruby/missing.h: don't use HAVE_STDDEF_H because it never
naruse
2010-08-07
* include/ruby/subst.h: new file for substitute standard functions..
akr
2010-08-07
* include/ruby/missing.h: moved BROKEN_CLOSE replacements from
nobu
[next]