summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2002-05-03* win32/config.h.in: define HAVE_DECL_SYS_NERR.eban
2002-04-28* win32/win32.c (insert): fix prototype for ANSI C.eban
2002-04-19* win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa
2002-04-19* win32/win32.c: include <mswsock.h> on __MINGW32__.eban
2002-04-12* win32/Makefile.sub: use missing/acosh.c.usa
2002-03-29* win32/README.win32: follow recent changes.usa
2002-03-28* win32/Makefile.sub (config.status): reflect user defined $CC inusa
2002-03-26* win32/mkexports.rb: support VC++.NET.usa
2002-03-20* win32/Makefile.sub (config.status): fix install path (prefix).usa
2002-03-20* win32/config.status.in: no longer used.nobu
2002-03-20* win32/Makefile.sub (config.status): and use recent autoconf format.nobu
2002-03-20* win32/Makefile.sub: made variables configurable.nobu
2002-03-15* win32/win32.c (StartSockets): remove duplicated lines.nobu
2002-02-22* win32/config.status.in: set LIBRUBY_SO.usa
2002-01-10* win32/resource.rb: Modify copyright in resource script.usa
2001-11-26 * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa
2001-11-14 * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa
2001-11-13 * win32/win32.c (waitpid): fix wait count.usa
2001-11-13 * win32/win32.c (mypopen): return error status instead of callingusa
2001-11-13 * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa
2001-11-09* win32/config.status.in: make CFLAGS same as Makefile's one.usa
2001-10-30 * win32/mkexports.rb: follow the change of rb_io_puts().usa
2001-09-25* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...usa
2001-08-24* dln.c (dln_strerror): fix a bug that sometimes made null message onusa
2001-08-15* win32/win32.c (NtCmdGlob): avoid VC++ warning.usa
2001-08-07* win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).usa
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2001-05-30* win32/dir.h: re-add.usa
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-13* win32/resource.rb: Modify copyright in resource script.usa
2001-05-12* win32/win32.c (kill): add support of signal 9 on mswin32/mingw32.usa
2001-05-06forgot some checkins.matz
2001-05-02* win32/config.h.in: add SIZEOF___INT64 definition.usa
2001-04-14* win32/config.status.in: no longer use missing/alloca.c.usa
2001-04-01* win32/win32.c: use ruby's opendir on mingw32.eban
2001-03-28* win32/Makefile.sub: disable global optimization.eban
2001-03-21* win32/win32.c (isUNCRoot): multibyte character support.eban
2001-03-21* win32/win32.c (win32_stat): WinNT/2k "//host/share" support.eban
2001-03-21rb_iglob -> rb_globieban
2001-03-20* win32/dir.h: replace missing/dir.h .usa
2001-03-20* win32/win32.c (win32_stat): UNC support.eban
2001-03-19* dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz
2001-03-05* win32/win32.c (gettimeofday): use GetLocalTime() instead of ftime()eban
2001-02-24* win32/win32.c (myrename): fix error handling.eban
2001-02-17* win32/win32.c: fasten file I/O on mswin32/mingw32.usa
2001-02-09* win32/win32.c (win32_stat): replace stat for enable when pathnameusa
2001-02-08* parse.y (parse_quotedwords): %w should allow parenthesis escape.matz
2001-01-17* win32/config.status.in: remove DEFS definition.eban
2001-01-14*** empty log message ***usa
2001-01-11NORETURN, INLINEeban