aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-091-1/+1
* * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa2003-01-062-9/+53
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-2/+2
* * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa2003-01-043-40/+6
* * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa2003-01-042-15/+92
* * configure.in: set rb_cv_need_io_flush_between_seek=yes.usa2003-01-041-0/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-0/+4
* * ext/extmk.rb: split --make argument contains options, assumenobu2002-12-301-5/+5
* * instruby.rb: remove junk args.eban2002-12-281-1/+1
* * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban2002-12-271-4/+4
* * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu2002-12-271-4/+5
* * ext/extmk.rb (create_makefile): check only `-' option.eban2002-12-261-4/+5
* * win32/setup.mak (-prologue-): moved srcdir macro definition.usa2002-12-261-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa2002-12-252-12/+17
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-152-2/+9
* WinCE patch mergedmatz2002-12-021-6/+22
* * win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu2002-12-011-5/+4
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-3/+5
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-4/+4
* * instruby.rb: add dryrun mode.nobu2002-10-221-4/+4
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-212-83/+138
* * win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu2002-10-121-3/+8
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-102-29/+71
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-012-24/+0
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-292-137/+126
* * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa2002-09-281-85/+131
* * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi2002-09-151-18/+25
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-0/+2
* * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa2002-09-112-1/+12
* * bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa2002-09-112-7/+7
* * win32/Makefile.sub (ext): make directory `ext' on compile dir.usa2002-09-111-2/+4
* * win32/configure.bat: add CR to end of line.usa2002-09-111-32/+32
* * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa2002-09-104-59/+96
* * win32/win32.h (S_I?USR): define only if not mingw32.eban2002-09-091-3/+3
* * time.c: prototype; time_free() to avoid VC++ warnings.usa2002-09-082-2/+38
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-12/+12
* * win32/win32.c (kill): negate pid under Win9x.nobu2002-08-281-9/+18
* * win32/win32.h: define SIGINT and SIGKILL if not defined.usa2002-08-282-7/+9
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-232-2/+5
* * replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi2002-08-201-0/+6
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returnseban2002-07-301-0/+3
* * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa2002-06-282-134/+163
* * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa2002-06-271-1/+1
* * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa2002-06-181-1/+1
* *bcc32 fix for win9x.H_Konishi2002-06-141-28/+11
* * bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.usa2002-06-111-0/+3
* new platform [bccwin32] merged.H_Konishi2002-06-114-25/+134
* * win32/Makefile.sub (config.status): use sub! instead of []= becauseusa2002-06-061-1/+1
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-293-156/+164
* * win32/Makefile.sub (config.h): add VC++4/5 support about noreturnusa2002-05-181-0/+4