aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa2006-06-081-0/+24
* * 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
* * 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
* * win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa2006-02-141-0/+5
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-041-1/+14
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-18/+30
* * 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-221-22/+6
* * 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
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-051-36/+42
* * 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-141-11/+127
* * 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-121-6/+7
* * win32/win32.[hc] (rb_w32_utime): constified.ocean2005-09-071-13/+9
* * win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa2005-08-181-2/+2
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-031-0/+20
* * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa2005-07-251-18/+0
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-3/+1
* * win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean2005-07-161-21/+19
* 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
* * win32/win32.c (open_ifs_socket): new function.usa2005-07-061-16/+44
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+20
* * win32/win32.c (NtInitialize): fix typo.usa2005-05-181-1/+1
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-0/+10
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-171-1/+1
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-151-6/+6
* * win32/win32.c (unixtime_to_filetime): deal with DST.nobu2005-05-151-1/+3
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-10/+10
* * dir.c (rb_glob): fixed mismatch of argument.ocean2005-03-051-4/+0
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+4
* * win32/win32.c (rb_w32_fdopen): suppress warning.nobu2005-02-101-1/+1
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-101-9/+5
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-101-0/+17