aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa2001-09-251-12/+14
* * dln.c (dln_strerror): fix a bug that sometimes made null message onusa2001-08-241-1/+2
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-151-1/+1
* * win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).usa2001-08-071-1/+7
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-092-23/+63
* * win32/dir.h: re-add.usa2001-05-301-0/+20
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-20/+0
* * win32/resource.rb: Modify copyright in resource script.usa2001-05-131-1/+1
* * win32/win32.c (kill): add support of signal 9 on mswin32/mingw32.usa2001-05-121-9/+27
* forgot some checkins.matz2001-05-061-1/+1
* * win32/config.h.in: add SIZEOF___INT64 definition.usa2001-05-021-0/+1
* * win32/config.status.in: no longer use missing/alloca.c.usa2001-04-142-2/+2
* * win32/win32.c: use ruby's opendir on mingw32.eban2001-04-011-3/+1
* * win32/Makefile.sub: disable global optimization.eban2001-03-281-1/+1
* * win32/win32.c (isUNCRoot): multibyte character support.eban2001-03-211-7/+10
* * win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban2001-03-211-3/+22
* rb_iglob -> rb_globieban2001-03-211-1/+1
* * win32/dir.h: replace missing/dir.h .usa2001-03-203-6/+25
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-16/+22