aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban2002-05-071-2/+2
* * configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban2002-05-031-1/+2
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-1/+11
* * configure.in: set size of the initial stack fromeban2002-04-241-1/+1
* * configure.in: AC_INIT should take no argument.eban2002-04-211-1/+1
* * configure.in: version 0.0 -> 1.7.2.eban2002-04-191-1/+1
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-191-15/+8
* * configure.in: add check for initstate(3).eban2002-04-121-1/+1
* /tmp/lognobu2002-04-121-11/+11
* * eval.c (assign): ruby_verbose should be surrounded by RTEST().matz2002-04-111-1/+1
* * configure.in (FILE_READPTR): check bufread instead of bufend for uClibc.eban2002-03-261-1/+1
* * configure.in (FILE_READPTR): check _p for 4.4BSD.akr2002-03-251-0/+1
* * configure.in (FILE_READPTR): new. for IO#gets improvement.nobu2002-03-251-22/+56
* * configure.in: autoconf 2.53 support. use AC_LIBOBJ.eban2002-03-141-7/+5
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-0/+9
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-0/+9
* * configure.in: keep old config.h unless changed.nobu2002-02-061-2/+6
* * file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.akr2002-01-291-1/+2
* * configure.in (solaris): add '-shared' only for GNU ld.eban2002-01-251-2/+5
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-1/+1
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-1/+0
* * time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.akr2001-12-171-2/+11
* * configure.in: add -Wl,-export-dynamic on NetBSD.eban2001-12-031-1/+3
* * configure.in: not use X11BASE, since it's not always set.usa2001-12-031-1/+1
* * configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa2001-12-021-14/+12
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-021-10/+8
* * configure.in: set target_cpu to i386 on cygwin and mingw32.eban2001-11-301-1/+3
* * configure.in: do not override CC if set.eban2001-11-131-3/+3
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-1/+3
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-2/+2
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-2/+2
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-1/+1
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-0/+4
* * confgure.in: add RUBY_CANONICAL_BUILD.eban2001-06-111-0/+3
* * configure.in: use waitpid on mingw32.eban2001-06-011-1/+2
* * configure.in: default --with-libc_r to `no' until the problem isknu2001-05-301-1/+1
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-281-7/+0
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-0/+2
* I'm committing this from a MacOS X host. :)knu2001-05-021-1/+7
* * configure.in: don't use tzname on cygwin 1.3.1+.eban2001-04-261-1/+9
* * configure.in: add -mieee to CFLAGS on Linux/Alphaeban2001-04-221-3/+6
* * Makefile.in: Introduce MAINLIBS.knu2001-04-011-1/+29
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-3/+0
* * ruby.h: better inline function support.matz2001-03-221-1/+4
* * configure.in: Set SOLIBS properly for all ELF andknu2001-03-161-0/+8
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-1/+1
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-281-0/+11
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-1/+2
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-0/+36