| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu | 2003-03-04 | 1 | -2/+3 |
* | * configure.in: better HP-UX support. | eban | 2003-03-04 | 1 | -2/+3 |
* | * configure.in (MANTYPE): Detect if the system's nroff(1) groks | knu | 2003-01-20 | 1 | -0/+22 |
* | * configure.in (ARCHFILE): set even unless --enable-shared on | nobu | 2003-01-15 | 1 | -1/+1 |
* | * configure.in (RUBY_CHECK_IO_NEED): added more tests. | nobu | 2003-01-10 | 1 | -16/+17 |
* | * configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later. | nobu | 2003-01-09 | 1 | -1/+1 |
* | * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() and | nobu | 2003-01-09 | 1 | -15/+29 |
* | * configure.in: set rb_cv_need_io_flush_between_seek=yes. | usa | 2003-01-04 | 1 | -1/+1 |
* | * configure.in: better DJGPP support. add GNUmakefile. | eban | 2003-01-01 | 1 | -0/+4 |
* | * configure.in: Improve OpenBSD support. [obtained from: OpenBSD | knu | 2002-12-31 | 1 | -3/+7 |
* | * configure.in: cleanups for MinGW. remove -D__NO_ISOCEXT in $CFLAGS. | eban | 2002-12-26 | 1 | -3/+2 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -1/+1 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -2/+2 |
* | * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGS | eban | 2002-12-12 | 1 | -7/+14 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -3/+6 |
* | * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689] | nobu | 2002-11-14 | 1 | -7/+10 |
* | * math.c (math_acos): check errno after operation. ditto for | matz | 2002-11-14 | 1 | -30/+0 |
* | * configure.in (DLDFLAGS): removed -Wl,-no-undefined to | nobu | 2002-11-13 | 1 | -1/+0 |
* | * configure.in (LIBPATHFLAG): avoid $ substitution. | nobu | 2002-10-24 | 1 | -1/+1 |
* | * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572] | nobu | 2002-10-23 | 1 | -1/+1 |
* | * configure.in (RUBY_CPPOUTFILE): fix cache file bug. | eban | 2002-10-21 | 1 | -11/+6 |
* | * configure.in (XCFLAGS): CFLAGS to comile ruby itself. | nobu | 2002-10-21 | 1 | -35/+72 |
* | * configure.in: use rb_cv_prog_gnu_ld on FreeBSD. | eban | 2002-10-04 | 1 | -2/+2 |
* | * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld. | eban | 2002-10-04 | 1 | -1/+13 |
* | * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush() | nobu | 2002-10-02 | 1 | -0/+48 |
* | * configure.in: set ac_cv_func_setitimer to "no" on Cygwin. | eban | 2002-10-02 | 1 | -1/+3 |
* | * io.c (appendline): forget to terminate with nul. | matz | 2002-09-25 | 1 | -0/+3 |
* | * configure.in (RUBY_MINGW32): new macro. check for the MinGW | eban | 2002-09-23 | 1 | -7/+33 |
* | * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb. | eban | 2002-09-15 | 1 | -0/+10 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -1/+4 |
* | * array.c (rb_ary_become): should not free ptr if it's shared. | matz | 2002-08-29 | 1 | -1/+1 |
* | * configure.in (ar): don't check twice for ar. | eban | 2002-08-28 | 1 | -1/+3 |
* | * string.c (rb_str_delete_bang): should check if str->ptr is 0. | matz | 2002-08-28 | 1 | -1/+2 |
* | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz | 2002-08-27 | 1 | -2/+1 |
* | * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32. | eban | 2002-08-23 | 1 | -12/+19 |
* | * configure.in: set ac_cv_func__setjump to "no" on Cygwin. | eban | 2002-08-21 | 1 | -1/+3 |
* | * configure.in: remove initstate checking. | eban | 2002-08-02 | 1 | -1/+1 |
* | * parse.y (tokadd_string): ignore backslashed spaces in %w. | matz | 2002-08-01 | 1 | -1/+1 |
* | * configure.in (seekdir, telldir): add ac_cv_func_telldir=yes, | eban | 2002-06-30 | 1 | -0/+2 |
* | * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2. | eban | 2002-06-20 | 1 | -1/+1 |
* | * configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW. | eban | 2002-06-11 | 1 | -2/+4 |
* | Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org> | eban | 2002-05-22 | 1 | -1/+3 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+1 |
* | * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW. | eban | 2002-05-07 | 1 | -2/+2 |
* | * configure.in: add #include <errno.h> in AC_CHECK_DECLS(). | eban | 2002-05-03 | 1 | -1/+2 |
* | * error.c: use HAVE_DECL_SYS_NERR instead of platform names. | matz | 2002-05-02 | 1 | -1/+11 |
* | * configure.in: set size of the initial stack from | eban | 2002-04-24 | 1 | -1/+1 |
* | * configure.in: AC_INIT should take no argument. | eban | 2002-04-21 | 1 | -1/+1 |
* | * configure.in: version 0.0 -> 1.7.2. | eban | 2002-04-19 | 1 | -1/+1 |
* | * configure.in: cleanup for autoconf 2.5x. | eban | 2002-04-19 | 1 | -15/+8 |