| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (distclean-ext, realclean-ext): use EXTS as default. | nobu | 2008-12-31 | 1 | -1/+5 |
* | * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in | nobu | 2008-12-28 | 1 | -4/+0 |
* | * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's size | usa | 2008-12-27 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_spawn): deals with quoted commands. | nobu | 2008-12-23 | 1 | -0/+8 |
* | * win32/win32.c (rb_w32_spawn): support normal commands with arguments. | usa | 2008-12-23 | 1 | -17/+17 |
* | * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rb | nobu | 2008-12-22 | 1 | -0/+5 |
* | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu | 2008-12-22 | 3 | -20/+4 |
* | * dln.c (dln_find_1): supplements an extension for executable | nobu | 2008-12-20 | 1 | -182/+122 |
* | * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN | usa | 2008-12-15 | 1 | -0/+1 |
* | * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check | usa | 2008-12-05 | 1 | -0/+12 |
* | * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error | usa | 2008-12-04 | 1 | -2/+6 |
* | * win32/win32.c (waitpid): fix bug of checking child slot. | usa | 2008-12-04 | 1 | -1/+13 |
* | * win32/win32.c (rb_w32_accept): secure fd before accept because if | usa | 2008-11-11 | 1 | -11/+19 |
* | * win32/win32.c (ifs_open_socket): should retry without proto_buffer | usa | 2008-11-10 | 1 | -0/+2 |
* | win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009] | suke | 2008-11-02 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_open): shouldn't seek here. | usa | 2008-10-29 | 1 | -5/+3 |
* | * win32/win32.c (rb_w32_open): need to seek to the end of the file when | usa | 2008-10-28 | 1 | -1/+3 |
* | * win32/win32.c (rb_w32_pipe_exec): internal fds should be always | usa | 2008-10-28 | 1 | -3/+2 |
* | * win32/Makefile.sub (RUNRUBY): now ruby requires something from | usa | 2008-10-28 | 1 | -1/+1 |
* | * thread.c (blocking_region_{begin,end}): declared as inline. | nobu | 2008-10-26 | 1 | -1/+1 |
* | * configure.in (sitedir): considers --program-prefix and | yugui | 2008-10-24 | 1 | -11/+11 |
* | * common.mk (ID_H_TARGET): phony target to update id.h. | nobu | 2008-10-17 | 1 | -3/+13 |
* | * dln.c: Ruby no longer supports Windows CE. | yugui | 2008-10-04 | 2 | -56/+5 |
* | * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefix | usa | 2008-10-03 | 3 | -2/+12 |
* | * win32/win32.c (subtruct): check tv_sec. reported by ko1. | usa | 2008-09-23 | 1 | -0/+3 |
* | * win32/win32.c (getppid): typo. [ruby-dev:36202] | usa | 2008-09-08 | 1 | -15/+15 |
* | * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7. | usa | 2008-09-08 | 1 | -0/+3 |
* | * win32/win32.c (filetime_to_unixtime): remove unused variable. | usa | 2008-09-08 | 1 | -1/+0 |
* | * win32/win32.c (filetime_to_timeval): new function, split from | usa | 2008-09-03 | 1 | -28/+23 |
* | * win32/win32.c: fix ruby/signal.h depending codes. | ko1 | 2008-09-03 | 1 | -9/+3 |
* | * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compile | usa | 2008-09-02 | 1 | -1/+4 |
* | * win32/Makefile.sub (miniruby): new target. | usa | 2008-09-02 | 1 | -0/+2 |
* | * win32/win32.c (gettimeofday): easier calculation. use the definition | usa | 2008-09-02 | 1 | -1/+1 |
* | * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system | usa | 2008-09-02 | 1 | -6/+18 |
* | * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's | usa | 2008-09-01 | 1 | -11/+2 |
* | * lib/mkmf.rb (try_func, try_var, have_struct_member), | nobu | 2008-08-31 | 1 | -0/+3 |
* | * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback to | usa | 2008-08-30 | 1 | -0/+17 |
* | * win32/win32.c (rb_w32_read): EOF is not error. | usa | 2008-08-30 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handling | usa | 2008-08-28 | 1 | -2/+6 |
* | * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close(). | usa | 2008-08-28 | 1 | -2/+2 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file | usa | 2008-08-28 | 1 | -9/+448 |
* | * win32.c (init_stdhandle): set binmode. | usa | 2008-08-25 | 1 | -0/+9 |
* | * transcode.c (rb_econv_substr_append): fix for buffer overrun. | nobu | 2008-08-25 | 1 | -1/+5 |
* | * common.mk (parse.h): workaround for nmake. | nobu | 2008-08-14 | 1 | -1/+0 |
* | * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), | nobu | 2008-08-09 | 1 | -2/+2 |
* | * Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do not | nobu | 2008-08-07 | 1 | -0/+8 |
* | * lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS): | nobu | 2008-08-07 | 1 | -1/+2 |
* | * win32/Makefile.sub (config.status): export BASERUBY. | usa | 2008-08-06 | 1 | -0/+1 |
* | * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward. | nobu | 2008-08-01 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_select): recalc the rest of timeout for each | nobu | 2008-07-30 | 1 | -8/+30 |