| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse | 2008-08-06 | 1 | -4/+23 |
* | * configure.in (--with-ruby-version): Add a new option to specify | knu | 2008-07-15 | 1 | -4/+18 |
* | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu | 2008-07-12 | 1 | -0/+1 |
* | * configure.in (rb_cv_va_args_macro): check for __VA_ARGS__. | nobu | 2008-07-09 | 1 | -0/+9 |
* | describe glibc version bit more accurate. | akr | 2008-07-03 | 1 | -1/+1 |
* | refine configure message of broken erfc of glibc-2.3 on IA64. | akr | 2008-07-03 | 1 | -1/+1 |
* | * configure.in (erfc): erfc of glibc comes with Debian GNU/Linux Etch | akr | 2008-07-03 | 1 | -0/+21 |
* | * configure.in: need a ",". | ko1 | 2008-06-26 | 1 | -1/+1 |
* | * configure.in (rb_cv_fork_with_pthread): check after check for | nobu | 2008-06-24 | 1 | -58/+63 |
* | * configure.in: check if fork works with pthread. | nobu | 2008-06-21 | 1 | -0/+58 |
* | * configure.in (VENDOR_DIR): use LIBDIR instead of PREFIX as well as | nobu | 2008-06-07 | 1 | -3/+3 |
* | * configure.in (CFLAGS, CXXFLAGS): append default flags. | nobu | 2008-06-07 | 1 | -2/+2 |
* | * configure.in (CFLAGS, CXXFLAGS): include additional flags to | nobu | 2008-06-04 | 1 | -2/+8 |
* | * Makefile.in, configure.in (warnflags): defaulted to -Wall | nobu | 2008-05-31 | 1 | -1/+5 |
* | * configure.in (MINIRUBY): should not include extension library path. | nobu | 2008-05-11 | 1 | -2/+1 |
* | * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb. | nobu | 2008-05-08 | 1 | -0/+2 |
* | * configure.in: use AC_USE_SYSTEM_EXTENSIONS. | shyouhei | 2008-04-22 | 1 | -4/+2 |
* | * configure.in (struct timespec): needs time.h according to POSIX. | nobu | 2008-04-22 | 1 | -2/+4 |
* | * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.sub | nobu | 2008-04-03 | 1 | -1/+1 |
* | * configure.in (cflags): expand at compile time. | nobu | 2008-04-02 | 1 | -1/+1 |
* | * configure.in: get rid of empty expansion. | nobu | 2008-04-01 | 1 | -1/+1 |
* | * configure.in: quoted. | nobu | 2008-04-01 | 1 | -1/+1 |
* | * configure.in: _setjmp is available but _longjmp is not on mingw. | nobu | 2008-04-01 | 1 | -2/+4 |
* | * configure.in: __builtin_setjmp cannot handle a variable. | nobu | 2008-03-31 | 1 | -1/+1 |
* | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu | 2008-03-31 | 1 | -0/+48 |
* | * configure.in: check for ssize_t. [ruby-dev:34184] | nobu | 2008-03-31 | 1 | -1/+3 |
* | * io.c: IO.copy_stream implemented. [ruby-dev:33843] | akr | 2008-03-30 | 1 | -2/+3 |
* | * configure.in: sitearch should use target_cpu. [ruby-core:15986] | nobu | 2008-03-24 | 1 | -1/+1 |
* | * configure.in: unset GREP_OPTIONS. [ruby-core:15918] | nobu | 2008-03-17 | 1 | -0/+10 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -1/+1 |
* | * configure.in (RUBY_LIB_PREFIX): fix for prefix. | nobu | 2008-03-14 | 1 | -24/+15 |
* | * configure.in (RUBY_LIB_PREFIX): use libdir. | nobu | 2008-03-14 | 1 | -3/+3 |
* | * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, | naruse | 2008-03-14 | 1 | -11/+32 |
* | * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessor | nobu | 2008-03-14 | 1 | -8/+10 |
* | * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check. | nobu | 2008-03-13 | 1 | -2/+3 |
* | * configure.in (stdint.h): check if presence. | nobu | 2008-03-12 | 1 | -1/+13 |
* | * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtime | nobu | 2008-02-20 | 1 | -8/+12 |
* | * configure.in (ftruncate): check if available. | nobu | 2008-02-14 | 1 | -2/+2 |
* | * configure.in (sigsetmask): check when signal semantics is not POSIX. | nobu | 2008-02-14 | 1 | -1/+2 |
* | * math.c (math_cbrt): new method Math.cbrt. | akr | 2008-02-09 | 1 | -1/+1 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 1 | -1/+2 |
* | * configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L. | nobu | 2008-02-04 | 1 | -1/+1 |
* | * configure.in (darwin): disabled fat-binary support which confuses | nobu | 2008-02-02 | 1 | -0/+2 |
* | * configure.in (darwin): ucontext on PowerPC MacOS X 10.5 is broken. | nobu | 2008-02-01 | 1 | -1/+4 |
* | * configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_t | nobu | 2008-02-01 | 1 | -3/+9 |
* | * configure.in, common.mk: fix rule for dmytranscode.o. | naruse | 2008-01-29 | 1 | -1/+1 |
* | * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) from | matz | 2008-01-22 | 1 | -1/+1 |
* | * configure.in (sigsetjmp): check if available. | nobu | 2008-01-19 | 1 | -1/+1 |
* | * configure.in: Remove wrong assumptions about Cygwin. a patch from | nobu | 2008-01-19 | 1 | -6/+1 |
* | * common.mk (OBJS): moved encoding.o from COMMONOBJS. | nobu | 2008-01-14 | 1 | -1/+1 |