aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-221-0/+1
* * win32/win32.c (CreateChild): enclose command line except forshyouhei2007-08-221-10/+19
* * win32/win32.c (rb_w32_opendir): store attributes of the secondshyouhei2007-06-081-32/+27
* merge -c 12293shyouhei2007-05-221-0/+1
* merge -r 12278:12280shyouhei2007-05-221-0/+1
* merge -r 12165:12168shyouhei2007-05-221-0/+4
* * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1knu2007-02-241-2/+36
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-151-2/+17
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-301-17/+42
* * win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu2006-10-181-4/+10
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2006-08-011-0/+22
* * 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/win32.[ch] (rb_w32_send, rb_w32_sendto): constified.usa2006-06-261-2/+2
* * 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/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa2006-06-071-8/+67
* * 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-16/+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
* * time.c (time_new_internal): add prototype to tell the compilerusa2006-02-241-0/+11
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-0/+5
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-041-1/+14
* * win32/win32.c (ioinfo): revert previous commit. sorry.usa2006-01-061-4/+0
* * win32/win32.c (ioinfo): VC++8 support, forgotten to commit.usa2006-01-051-0/+4
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-12/+33
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-12-291-0/+4
* * 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
* * win32/win32.c (ioctl): should set errno.usa2005-10-141-0/+1
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-2/+4
* * win32/win32.c: just uniformed method style.ocean2005-08-051-36/+40
* * 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
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+20
* * 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/+11
* * win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32.ocean2005-04-031-2/+2
* * dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't haveocean2005-03-051-4/+0
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2005-02-211-2/+47
* * win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa2005-01-261-0/+2
* * win32/win32.c (rb_w32_close): didn't close socket handle.ocean2005-01-061-1/+15
* * dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa2005-01-051-0/+39
* * bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)ocean2004-12-241-1/+3