| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -1/+1 |
* | * configure.in, eval.c, gc.c: use libunwind only on HP-UX. | akr | 2005-06-09 | 1 | -2/+3 |
* | * configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs | nobu | 2005-05-15 | 1 | -2/+5 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -1/+2 |
* | * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute. | nobu | 2005-04-30 | 1 | -9/+38 |
* | * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improve | nobu | 2005-04-20 | 1 | -0/+18 |
* | * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. | nobu | 2005-04-16 | 1 | -1/+1 |
* | * configure.in (mingw32): extract msvcr*.dll from objdump result. | eban | 2005-04-13 | 1 | -2/+2 |
* | * configure.in (mingw32): use actual runtime DLL name as ruby DLL | nobu | 2005-04-13 | 1 | -2/+15 |
* | * configure.in (CP, INSTALL): get rid of less portable options. | nobu | 2005-04-02 | 1 | -2/+2 |
* | * configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of | eban | 2005-03-25 | 1 | -1/+1 |
* | * configure.in, lib/mkmf.rb: use simple commands if available. | nobu | 2005-02-22 | 1 | -0/+7 |
* | * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): use | usa | 2005-02-10 | 1 | -2/+2 |
* | * configure.in (aix): fix linker flags on AIX. [ruby-talk:125460] | nobu | 2005-01-31 | 1 | -4/+3 |
* | * Makefile.in, configure.in: made EXTOUT configurable. | nobu | 2005-01-31 | 1 | -0/+1 |
* | * configure.in (aix): fix typo. [ruby-talk:126401] | nobu | 2005-01-17 | 1 | -1/+1 |
* | * 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 |