aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-311-19/+30
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-181-1/+5
* * win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa2006-07-071-0/+2
* * win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban2006-06-271-0/+2
* * win32/win32.h (write): not need to define on bcc.usa2006-06-111-1/+0
* * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa2006-06-082-0/+28
* * win32/win32.c (errmap): add some winsock errors.usa2006-06-071-1/+7
* * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu2006-06-011-2/+2
* * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa2006-06-011-19/+30
* * win32/win32.c (rb_w32_getcwd): set errno if not set.usa2006-06-011-0/+7
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-2/+2
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-242-2/+26
* * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean2006-03-021-0/+1
* * win32/win32.c (NtInitialize): need to set a handler for VC++8.usa2006-02-241-0/+11
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-202-3/+3
* * win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa2006-02-141-0/+5
* * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa2006-02-141-0/+3
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-0/+8
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-041-1/+14
* * win32/setup.mak (MAKE): workaround for nmake 8.usa2006-01-171-0/+1
* * win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.usa2006-01-171-3/+3
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-0/+4
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-012-19/+31
* * win32/Makefile.sub: VC++8 support.nobu2005-12-301-2/+12
* * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean2005-11-281-3/+3
* * file.c (test_identical): test if two files are identical.nobu2005-11-222-22/+21
* * win32/win32.c (winnt_stat): set mapped errno instead of ENOENT.ocean2005-11-221-1/+1
* * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');ocean2005-11-221-1/+106
* * win32/setup.mk: findstr doesn't exist on win9x.ocean2005-11-211-2/+2
* * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean2005-11-181-0/+4
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-053-160/+220
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-251-0/+1
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-181-1/+1
* * mkconfig.rb: fixup configure_args for mswin32 configure.usa2005-10-171-2/+2
* * win32/configure.bat: remove unnecessary line which preventsusa2005-10-151-1/+0
* * win32/Makefile.sub (MKFILES): update MKFILES if configure files getnobu2005-10-143-3/+57
* * win32/win32.c (ioctl): should set errno.usa2005-10-141-0/+1
* * win32/win32.c (do_select, rb_w32_select): brush up.usa2005-10-011-48/+71
* * win32/win32.c (rb_w32_select): documented problem.ocean2005-09-171-6/+13
* * win32/win32.c (rb_w32_select): fixed deadlock bug.ocean2005-09-171-33/+37
* * win32/win32.c (rb_w32_select): I hope performance problem wasocean2005-09-171-8/+24
* * win32/win32.c (rb_w32_select): console support is back.ocean2005-09-171-1/+42
* * win32/win32.c (rb_w32_select): select for socket didn't work.ocean2005-09-171-223/+101
* * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu2005-09-161-1/+1
* * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle().usa2005-09-151-9/+94
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-142-11/+128
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-2/+4
* * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean2005-09-122-10/+11
* * win32/win32.[hc] (rb_w32_utime): constified.ocean2005-09-072-19/+16
* * win32/Makefile.sub (OPTFLAGS): default global optimization tousa2005-08-311-4/+1