| Commit message (Expand) | Author | Age | Files | Lines |
* | * win32/win32.c (flock_winnt, flock_win95): unlock file even if | usa | 2005-01-26 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_close): didn't close socket handle. | ocean | 2005-01-06 | 1 | -1/+15 |
* | * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug. | ocean | 2005-01-05 | 2 | -1/+6 |
* | * win32/win32.c (rb_w32_fdisset): check whether the handle is valid. | usa | 2004-12-15 | 1 | -1/+6 |
* | * win32/win32.c (rb_w32_close): need to reset osfhnd(). | usa | 2004-12-14 | 1 | -0/+1 |
* | * win32/win32.c (rb_w32_pipe_exec): need to close original socket | usa | 2004-12-08 | 1 | -3/+1 |
* | * win32/win32.c (rb_w32_pipe_exec): must close original handle | usa | 2004-12-08 | 1 | -8/+6 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socket | usa | 2004-12-08 | 1 | -0/+4 |
* | * win32/win32.c (is_socket): reorder of function definitions. | usa | 2004-12-07 | 1 | -6/+6 |
* | * io.c (pipe_open): win32 bidirectional pipe support. | usa | 2004-12-07 | 2 | -68/+172 |
* | * io.c (dir_s_mkdir): win32 special processing doesn't need any longer. | usa | 2004-12-07 | 2 | -0/+46 |
* | * io.c (is_socket): new function. | usa | 2004-12-06 | 2 | -26/+19 |
* | * win32/win32.c (CreateChild): push back the last space before next | usa | 2004-11-29 | 1 | -1/+1 |
* | * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT's | usa | 2004-11-18 | 2 | -0/+18 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit. | usa | 2004-11-16 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h and | usa | 2004-11-16 | 1 | -0/+1 |
* | * bcc32/README.bcc32, win32/README.win32: need bison instead of | usa | 2004-11-12 | 1 | -1/+1 |
* | * eval.c (ruby_options): now we cannot call rb_glob() before | usa | 2004-11-12 | 2 | -13/+3 |
* | * win32/win32.c (isUNCRoot): should check NUL after '.'. | eban | 2004-10-25 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C. | usa | 2004-09-22 | 1 | -1/+1 |
* | * parse.y: add prototypes for Microsoft compiler. | usa | 2004-09-17 | 1 | -1/+2 |
* | * win32/win32.c (rb_w32_getpid): don't need to use _getpid() on | usa | 2004-09-13 | 1 | -5/+1 |
* | * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll. | ocean | 2004-09-10 | 2 | -1/+6 |
* | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa | 2004-09-07 | 3 | -2/+52 |
* | * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143] | nobu | 2004-08-27 | 1 | -8/+27 |
* | * configure.in, win32/Makefile.sub (LIBS): need to link shell32 | usa | 2004-08-19 | 1 | -1/+1 |
* | * win32/win32.c (init_env): initialize HOME and USER environment | nobu | 2004-08-18 | 1 | -14/+61 |
* | * rubyio.h (rb_eof_error): should mark as NORETURN. | usa | 2004-08-12 | 1 | -29/+20 |
* | * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's | ocean | 2004-07-25 | 2 | -0/+65 |
* | * win32/setup.mak: remove RUBY_EXTERN lines when including version.h. | usa | 2004-06-24 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_opendir): should set errno if error occurs | usa | 2004-06-21 | 1 | -0/+1 |
* | * win32/win32.c: remove unused functions and variables. | usa | 2004-06-09 | 1 | -62/+50 |
* | * */Makefile.sub (distclean-local): should remove $(RBCONFIG). | usa | 2004-04-22 | 1 | -1/+1 |
* | * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAG | nobu | 2004-04-07 | 1 | -0/+4 |
* | * cygwin/GNUmakefile.in (clean-local, distclean-local): remove | nobu | 2004-03-28 | 1 | -1/+1 |
* | * version.c (ruby_show_copyright): obtain copyright year from | nobu | 2004-03-25 | 1 | -1/+1 |
* | * win32/resource.rb: default rubyw icon to ruby.ico, and let DLL also | nobu | 2004-03-25 | 1 | -3/+4 |
* | * common.mk, */Makefile.sub (lib, dll): phony targets. | nobu | 2004-03-25 | 1 | -4/+2 |
* | * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): | nobu | 2004-03-23 | 2 | -13/+17 |
* | * Makefile.in, */Makefile.sub, common.mk: extract common portions. | nobu | 2004-03-21 | 2 | -350/+48 |
* | * ruby.c (opt_W_getter): get rid of warning. | usa | 2004-03-10 | 1 | -10/+13 |
* | * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: | usa | 2004-03-09 | 1 | -4/+31 |
* | * Makefile.in, */Makefile.sub, mkconfig.rb: keep rbconfig.rb old if | nobu | 2004-03-04 | 1 | -5/+7 |
* | * io.c (pipe_open): erred program name should be reported by | nobu | 2004-03-02 | 1 | -10/+28 |
* | * win32/Makefile.sub (config.h): shouldn't check defined? NORETURN. | usa | 2004-03-02 | 1 | -3/+1 |
* | * bcc32/setup.mak: configure's default is "--enable-install-doc" | ocean | 2004-03-01 | 1 | -0/+2 |
* | * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat, | ocean | 2004-02-29 | 1 | -0/+1 |
* | * win32/win32.c (make_cmdvector): adjust successive double-quote | nobu | 2004-02-26 | 1 | -6/+12 |
* | * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options. | nobu | 2004-02-22 | 1 | -1/+1 |
* | * ext/extmk.rb: use optparse instead of getopts. | nobu | 2004-02-22 | 1 | -1/+1 |