aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa2005-08-181-2/+2
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-7/+4
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-033-0/+27
* * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa2005-07-252-21/+0
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-251-4/+1
* * common.mk: Borland MAKE doesn't look for file names which have pathsnobu2005-07-251-1/+0
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-232-7/+3
* * win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean2005-07-162-31/+29
* reordered just for diffing.ocean2005-07-141-16/+16
* * win32/win32.c (rb_w32_strerror): should return correct messageocean2005-07-141-6/+19
* * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean2005-07-131-23/+23
* * win32/win32.c (StartSockets): iSockOpt is no longer used.nobu2005-07-081-5/+1