aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (getppid): typo. [ruby-dev:36202]usa2008-09-081-15/+15
* * win32/win32.c (filetime_to_unixtime): remove unused variable.usa2008-09-081-1/+0
* * win32/win32.c (filetime_to_timeval): new function, split fromusa2008-09-031-28/+23
* * win32/win32.c: fix ruby/signal.h depending codes.ko12008-09-031-9/+3
* * win32/win32.c (gettimeofday): easier calculation. use the definitionusa2008-09-021-1/+1
* * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa2008-09-021-6/+18
* * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it'susa2008-09-011-11/+2
* * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa2008-08-301-0/+17
* * win32/win32.c (rb_w32_read): EOF is not error.usa2008-08-301-1/+1
* * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa2008-08-281-2/+6
* * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa2008-08-281-2/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa2008-08-281-9/+448
* * win32.c (init_stdhandle): set binmode.usa2008-08-251-0/+9
* * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu2008-08-011-1/+1
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-301-8/+30
* * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu2008-07-281-4/+11
* * win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu2008-07-281-3/+3
* * win32/win32.c (MAXPATHLEN): define before use.usa2008-07-281-6/+6
* * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu2008-07-271-1/+2
* * win32/win32.c (exit_handler): use st_free_table() to free socklist.usa2008-07-241-16/+42
* * win32/win32.c (overlapped_socket_io): avoid warnings.usa2008-07-241-11/+16
* * win32/win32.c (init_func): new function to get API's address whichusa2008-07-221-18/+15
* * win32/win32.c (socklist): table for registering socket optionsusa2008-07-181-97/+160
* * thread_win32.c (ubf_handle): cancel blocking IO if it can (onlyusa2008-07-151-0/+1
* * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle tousa2008-07-111-0/+4
* * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):usa2008-07-111-4/+4
* * win32/win32.c (CreateChild): the measures for Vista is no longerusa2008-07-111-1/+1
* * win32/win32.c (insert): follow recent changes of globbing.usa2008-07-101-1/+1
* * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa2008-06-241-0/+34
* * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa2008-06-211-3/+15
* * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa2008-06-211-4/+0
* * win32/win32.c (errmap): add some pipe errors.usa2008-06-181-2/+14
* * win32/win32.c (poll_child_status): set EINVAL to errno whenusa2008-06-181-5/+9
* * win32/win32.c (CreateChild): no need to inherit handles here becauseusa2008-06-171-1/+1
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-23/+5
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-3/+2
* * win32/win32.c (rb_w32_map_errno): exported.nobu2008-02-201-2/+4
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-201-47/+44
* * win32/win32.c (init_env): refactoring. remove unused code.usa2007-10-021-13/+10
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-291-1/+1
* * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu2007-07-211-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-0/+1
* * win32/win32.c (CreateChild): enclose command line except fornobu2007-07-131-10/+19
* * win32/win32.c: remove unused functions.usa2007-06-271-54/+0
* * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa2007-06-271-19/+23
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * win32/win32.c (rb_w32_opendir): removed duplicated code.nobu2007-05-291-23/+11
* * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu2007-05-291-11/+15
* * win32/win32.c (init_stdhandle): stderr should be without buffering,usa2007-05-151-0/+1
* * win32/win32.c (NtInitialize, exit_handler): add initializing andusa2007-04-251-48/+36