| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 55123,55129,55130,55133,55136: [Backport #12414] | usa | 2016-06-10 | 1 | -0/+7 |
* | configure.in, missing.h: jemalloc mangling | nobu | 2014-06-05 | 1 | -0/+3 |
* | * configure.in: Check nextafter() availability. | akr | 2014-05-18 | 1 | -0/+4 |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -6/+7 |
* | * include/ruby/missing.h: removed __linux__. it's unnecessary. | kosaki | 2013-03-16 | 1 | -1/+1 |
* | missing.h: build fix | nobu | 2013-03-16 | 1 | -1/+3 |
* | mingw build fix | nobu | 2013-03-16 | 1 | -8/+7 |
* | * include/ruby/missing.h (__syscall): moved to... | kosaki | 2013-03-16 | 1 | -9/+0 |
* | * include/ruby/missing.h (struct timespec): include <sys/time.h> | kosaki | 2013-03-16 | 1 | -0/+3 |
* | * configure.in: check struct timeval exist or not. | kosaki | 2013-03-16 | 1 | -3/+6 |
* | * include/ruby/missing.h: include math.h before checking INFINITY | kosaki | 2012-06-19 | 1 | -0/+1 |
* | * numeric.c (rb_infinity, rb_nan): use union to prevent bus error | ngoto | 2011-10-21 | 1 | -4/+11 |
* | * include/ruby/missing.h: fix typo and so on. | nobu | 2011-08-04 | 1 | -1/+1 |
* | * include/ruby/missing.h: define __syscall on OpenBSD as r32702. | naruse | 2011-08-04 | 1 | -2/+2 |
* | See __APPLE__ for __syscall. | naruse | 2011-07-28 | 1 | -1/+1 |
* | * include/ruby/missing.h: define __syscall if the platform has | naruse | 2011-07-27 | 1 | -0/+5 |
* | * fix for build on solaris 10. | nobu | 2011-06-16 | 1 | -0/+3 |
* | * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from | usa | 2011-06-06 | 1 | -0/+16 |
* | * include/ruby/missing.h, numeric.c (round): moved prototype of round() | usa | 2011-06-03 | 1 | -0/+4 |
* | introduce missing/setproctitle.c | kosaki | 2011-05-14 | 1 | -0/+4 |
* | * include/ruby/missing.h: don't use HAVE_STDDEF_H because it never | naruse | 2011-02-03 | 1 | -3/+1 |
* | * include/ruby/subst.h: new file for substitute standard functions.. | akr | 2010-08-07 | 1 | -8/+0 |
* | * include/ruby/missing.h: moved BROKEN_CLOSE replacements from | nobu | 2010-08-07 | 1 | -0/+8 |
* | * win32/Makefile.sub (config.h): VC6 or later have stddef.h. | usa | 2010-07-28 | 1 | -0/+6 |
* | * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include | nobu | 2010-07-27 | 1 | -0/+5 |
* | * include/ruby/missing.h: revert a part of r28727. config.h is expected | usa | 2010-07-26 | 1 | -2/+0 |
* | * configure.in: define BROKEN_CLOSE on FreeBSD. | naruse | 2010-07-26 | 1 | -1/+1 |
* | * configure.in (XCFLAGS): reverted mistakenly removed option. | nobu | 2010-07-23 | 1 | -0/+2 |
* | * include/ruby/missing.h: add prototype for ruby_close(). | naruse | 2010-07-22 | 1 | -0/+9 |
* | * configure.in (XCFLAGS): use -fvisibility=hidden if possible. | nobu | 2010-07-21 | 1 | -0/+8 |
* | * include/ruby/missing.h (isnan): fix compilation error on OpenBSD. | akr | 2010-06-11 | 1 | -1/+3 |
* | * include/ruby/missing.h (signbit): add missing prototype. | nobu | 2010-05-16 | 1 | -0/+4 |
* | * time.c (rb_big_abs_find_minbit): use ffs(). | akr | 2010-05-12 | 1 | -0/+4 |
* | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse | 2010-04-04 | 1 | -16/+0 |
* | * configure.in: check for if struct timezone is defined. | nobu | 2010-01-12 | 1 | -0/+7 |
* | * include/ruby/missing.h (vsnprintf): rollback a part of r24179, because | usa | 2009-08-24 | 1 | -1/+7 |
* | * include/ruby/win32.h: include winsock headers in extern "C++" for | usa | 2009-07-17 | 1 | -7/+1 |
* | * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++. | usa | 2009-01-02 | 1 | -0/+6 |
* | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu | 2008-12-22 | 1 | -1/+5 |
* | * missing.h: needs RUBY_EXTERN instead of extern for mswin. | nobu | 2008-11-03 | 1 | -29/+33 |
* | * configure.in: removed strftime from AC_REPLACE_FUNCS(). | shugo | 2008-08-20 | 1 | -4/+0 |
* | * include/ruby/missing.h (cbrt): add declaration. | akr | 2008-03-06 | 1 | -0/+4 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -0/+8 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 1 | -4/+0 |
* | * include/ruby/missing.h (strcasecmp): removed. | akr | 2008-01-02 | 1 | -8/+0 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -1/+8 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -0/+162 |