| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in (HAVE_RLIM_T): removed because not used. | akr | 2004-12-30 | 1 | -14/+0 |
* | * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270] | nobu | 2004-12-22 | 1 | -9/+6 |
* | * configure.in (disable-rpath): typo fix. | nobu | 2004-12-19 | 1 | -1/+1 |
* | * configure.in (enable_rpath): use rpath flag to embed the library | nobu | 2004-12-19 | 1 | -23/+26 |
* | * configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS. | akr | 2004-12-17 | 1 | -0/+2 |
* | * io.c (io_fwrite): avoid context switch before writing to stderr. | akr | 2004-12-07 | 1 | -65/+0 |
* | * configure.in: check -lsocket for socketpair and shutdown. | akr | 2004-12-06 | 1 | -0/+1 |
* | * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP. | eban | 2004-12-06 | 1 | -0/+1 |
* | * configure.in: AC_CHECK_SIZEOF(rlim_t) to include stdio.h to fix | akr | 2004-11-25 | 1 | -1/+2 |
* | * configure.in: AC_PREREQ(2.53) [ruby-core:03800] | matz | 2004-11-25 | 1 | -1/+1 |
* | * io.c (io_read): [ruby-dev:24952] | matz | 2004-11-23 | 1 | -3/+0 |
* | * string.c (str_gsub): internal buffer should not be listed by | matz | 2004-11-19 | 1 | -0/+3 |
* | * configure.in: check rlim_t more portably. [ruby-core:3735] | akr | 2004-11-15 | 1 | -6/+30 |
* | * process.c (proc_getrlimit): new function for Process.getrlimit. | akr | 2004-11-14 | 1 | -1/+8 |
* | * configure.in: add setup for mignw32 cross compiling. | eban | 2004-11-07 | 1 | -0/+5 |
* | * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. | matz | 2004-10-30 | 1 | -5/+0 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -1/+1 |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -1/+17 |
* | * configure.in (GNU/k*BSD): fixed FTBFS on GNU/k*BSD. [ruby-dev:24051] | eban | 2004-08-30 | 1 | -13/+5 |
* | * configure.in, win32/Makefile.sub (LIBS): need to link shell32 | usa | 2004-08-19 | 1 | -1/+1 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -1/+1 |
* | * configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix. | eban | 2004-08-11 | 1 | -2/+1 |
* | * configure.in (rb_cv_stack_end_address): detect stack end address | nobu | 2004-07-08 | 1 | -0/+12 |
* | * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due to | nobu | 2004-06-28 | 1 | -1/+1 |
* | * configure.in (TRY_LINK): commit miss. | nobu | 2004-06-26 | 1 | -1/+1 |
* | * configure.in (TRY_LINK): export. | nobu | 2004-06-26 | 1 | -0/+1 |
* | * configure.in (aix): -b must come at the start of the command line, | nobu | 2004-06-26 | 1 | -2/+5 |
* | * configure.in (target_os): strip -gnu suffix on Linux. | eban | 2004-06-12 | 1 | -1/+1 |
* | * configure.in: Add support for DragonFly BSD. | knu | 2004-06-09 | 1 | -2/+4 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 1 | -0/+2 |
* | * configure.in (ac_cv_func_fork): set to no on DJGPP. | eban | 2004-04-25 | 1 | -0/+1 |
* | * configure.in: check the size of time_t. | akr | 2004-04-06 | 1 | -0/+1 |
* | * common.mk, */Makefile.sub (lib, dll): phony targets. | nobu | 2004-03-25 | 1 | -1/+5 |
* | * Makefile.in, */Makefile.sub, common.mk: extract common portions. | nobu | 2004-03-21 | 1 | -1/+2 |
* | * configure.in (rb_cv_noreturn): default for platforms not support | nobu | 2004-03-12 | 1 | -1/+1 |
* | * configure.in (PREP): ./miniruby and miniruby are distinguished by | nobu | 2004-03-06 | 1 | -1/+1 |
* | * Makefile.in: miniruby is not needed for cross compile. | nobu | 2004-03-04 | 1 | -1/+1 |
* | * configure.in: check functions, fork spawnv. | nobu | 2004-02-16 | 1 | -1/+1 |
* | * configure.in: set ac_cv_func_link to yes to enable link() on MinGW. | eban | 2004-02-12 | 1 | -0/+1 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in, | nobu | 2004-02-09 | 1 | -0/+11 |
* | * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix. | eban | 2004-01-30 | 1 | -0/+5 |
* | * configure.in (DLEXT2): removed. Ruby does not treat | eban | 2004-01-29 | 1 | -3/+1 |
* | * configure.in: check availability of link(). [ruby-dev:22237] | siena | 2004-01-21 | 1 | -1/+1 |
* | * configure.in: Interix(SFU) support. | eban | 2004-01-21 | 1 | -7/+4 |
* | * configure.in: install rdoc by default. if you do not want to | matz | 2004-01-10 | 1 | -2/+2 |
* | * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with single | nobu | 2004-01-10 | 1 | -3/+3 |
* | * configure.in (RDOCTARGET): new macro. if you want to install | eban | 2004-01-08 | 1 | -0/+10 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-02 | 1 | -1/+1 |
* | * configure.in: fix "test: too many arguments" error. | eban | 2003-12-27 | 1 | -6/+6 |
* | * io.c (rb_f_backquote): need not to check nil result. | matz | 2003-12-26 | 1 | -1/+4 |