summaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
...
* * win32/win32.c (rb_w32_pipe_exec): must close original handleusa2004-12-081-8/+6
* * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa2004-12-081-0/+4
* * win32/win32.c (is_socket): reorder of function definitions.usa2004-12-071-6/+6
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-072-68/+172
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-072-0/+46
* * io.c (is_socket): new function.usa2004-12-062-26/+19
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-291-1/+1
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-11-182-0/+18
* * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa2004-11-161-1/+1
* * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa2004-11-161-0/+1
* * bcc32/README.bcc32, win32/README.win32: need bison instead ofusa2004-11-121-1/+1
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-122-13/+3
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-251-2/+2
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-1/+1
* * parse.y: add prototypes for Microsoft compiler.usa2004-09-171-1/+2
* * win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa2004-09-131-5/+1
* * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean2004-09-102-1/+6
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-073-2/+52
* * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu2004-08-271-8/+27
* * configure.in, win32/Makefile.sub (LIBS): need to link shell32usa2004-08-191-1/+1
* * win32/win32.c (init_env): initialize HOME and USER environmentnobu2004-08-181-14/+61
* * rubyio.h (rb_eof_error): should mark as NORETURN.usa2004-08-121-29/+20
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-252-0/+65
* * win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa2004-06-241-1/+1
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-211-0/+1
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-62/+50
* * */Makefile.sub (distclean-local): should remove $(RBCONFIG).usa2004-04-221-1/+1
* * Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu2004-04-071-0/+4
* * cygwin/GNUmakefile.in (clean-local, distclean-local): removenobu2004-03-281-1/+1
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-03-251-1/+1
* * win32/resource.rb: default rubyw icon to ruby.ico, and let DLL alsonobu2004-03-251-3/+4
* * common.mk, */Makefile.sub (lib, dll): phony targets.nobu2004-03-251-4/+2
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-232-13/+17
* * Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu2004-03-212-350/+48
* * ruby.c (opt_W_getter): get rid of warning.usa2004-03-101-10/+13
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2004-03-091-4/+31
* * Makefile.in, */Makefile.sub, mkconfig.rb: keep rbconfig.rb old ifnobu2004-03-041-5/+7
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-10/+28
* * win32/Makefile.sub (config.h): shouldn't check defined? NORETURN.usa2004-03-021-3/+1
* * bcc32/setup.mak: configure's default is "--enable-install-doc"ocean2004-03-011-0/+2
* * bcc32/Makefile.sub, bcc32/README.bcc32, bcc32/configure.bat,ocean2004-02-291-0/+1
* * win32/win32.c (make_cmdvector): adjust successive double-quotenobu2004-02-261-6/+12
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.nobu2004-02-221-1/+1
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-221-1/+1
* * io.c (pipe_open): fix typo.nobu2004-02-201-1/+13
* * win32/win32.c, win32/win32.h: fixed prototypes.nobu2004-02-192-30/+20
* * win32/Makefile.sub (config.status): should create *.pdb on ext/,usa2004-02-161-1/+1
* * configure.in: check functions, fork spawnv.nobu2004-02-162-93/+85
* * mkconfig.rb: use fileutils.rb instead of ftools.rb.nobu2004-02-141-10/+6
* * win32/win32.c (link): raise NotImplementedError on Win9X.usa2004-02-122-4/+3