aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/Makefile.sub: config.h inlined. and catch up with thenobu2002-05-142-144/+233
* * win32/config.h.in: define HAVE_DECL_SYS_NERR.eban2002-05-031-0/+2
* * win32/win32.c (insert): fix prototype for ANSI C.eban2002-04-281-2/+3
* * win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa2002-04-192-4/+4
* * win32/win32.c: include <mswsock.h> on __MINGW32__.eban2002-04-191-0/+3
* * win32/Makefile.sub: use missing/acosh.c.usa2002-04-122-2/+6
* * win32/README.win32: follow recent changes.usa2002-03-291-4/+5
* * win32/Makefile.sub (config.status): reflect user defined $CC inusa2002-03-281-1/+1
* * win32/mkexports.rb: support VC++.NET.usa2002-03-261-1/+1
* * win32/Makefile.sub (config.status): fix install path (prefix).usa2002-03-201-1/+1
* * win32/config.status.in: no longer used.nobu2002-03-201-67/+0
* * win32/Makefile.sub (config.status): and use recent autoconf format.nobu2002-03-201-80/+80
* * win32/Makefile.sub: made variables configurable.nobu2002-03-203-15/+161
* * win32/win32.c (StartSockets): remove duplicated lines.nobu2002-03-151-3/+0
* * win32/config.status.in: set LIBRUBY_SO.usa2002-02-221-1/+1
* * win32/resource.rb: Modify copyright in resource script.usa2002-01-101-1/+1
* * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa2001-11-261-26/+74
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-142-305/+39
* * win32/win32.c (waitpid): fix wait count.usa2001-11-131-5/+5
* * win32/win32.c (mypopen): return error status instead of callingusa2001-11-131-5/+5
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-132-429/+347
* * win32/config.status.in: make CFLAGS same as Makefile's one.usa2001-11-091-1/+1
* * win32/mkexports.rb: follow the change of rb_io_puts().usa2001-10-301-2/+2