aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2005-02-101-0/+22
* * 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
* * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean2005-01-051-0/+2
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-151-1/+6
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-141-0/+1
* * win32/win32.c (rb_w32_pipe_exec): need to close original socketusa2004-12-081-3/+1
* * win32/win32.c (rb_w32_pipe_exec): must close original handleusa2004-12-081-8/+6
* * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa2004-12-081-0/+4
* * win32/win32.c (is_socket): reorder of function definitions.usa2004-12-071-6/+6
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-071-67/+165
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-071-0/+39
* * io.c (is_socket): new function.usa2004-12-061-25/+17
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-291-1/+1
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-11-181-0/+14
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-121-13/+2
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-251-2/+2
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-1/+1
* * win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa2004-09-131-5/+1
* * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean2004-09-101-0/+6
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-2/+47
* * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu2004-08-271-8/+27
* * win32/win32.c (init_env): initialize HOME and USER environmentnobu2004-08-181-14/+61
* * rubyio.h (rb_eof_error): should mark as NORETURN.usa2004-08-121-29/+20
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-251-0/+52
* * win32/win32.c (rb_w32_opendir): should set errno if error occursusa2004-06-211-0/+1
* * win32/win32.c: remove unused functions and variables.usa2004-06-091-62/+50
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-10/+28
* * win32/win32.c (make_cmdvector): adjust successive double-quotenobu2004-02-261-6/+12
* * io.c (pipe_open): fix typo.nobu2004-02-201-1/+13
* * win32/win32.c, win32/win32.h: fixed prototypes.nobu2004-02-191-22/+15
* * configure.in: check functions, fork spawnv.nobu2004-02-161-90/+80