summaryrefslogtreecommitdiffstats
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-251-3/+34
* * debug.c (set_debug_option): added rtc_error option.nobu2009-02-161-3/+25
* * win32/win32.c (_CrtDbgReportW): prevent from false positivenobu2009-02-151-0/+2
* * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa2009-02-061-1/+4
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-061-35/+95
* * win32/win32.c (rb_w32_write): use of cast expressions as lvaluesnobu2009-02-021-1/+1
* * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa2009-02-021-27/+37
* * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa2009-01-301-2/+17
* * revert previous revision. it's already out-of-date.usa2009-01-221-9/+0
* * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa2009-01-221-0/+9
* * win32/win32.c (rb_w32_aspawn): should not escape with carretnobu2009-01-141-2/+3
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-131-39/+58
* * win32/win32.c (internal_cmd_match): extracted fromnobu2009-01-121-14/+34
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-28/+67
* * win32/win32.c (init_env): use user profile folder than personalnobu2009-01-051-7/+24
* * win32/win32.c (rb_w32_argv_size): if an argument is empty, it's sizeusa2008-12-271-1/+1
* * win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu2008-12-231-0/+8
* * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa2008-12-231-17/+17
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-221-20/+0
* * dln.c (dln_find_1): supplements an extension for executablenobu2008-12-201-182/+122
* * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): checkusa2008-12-051-0/+12
* * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real errorusa2008-12-041-2/+6
* * win32/win32.c (waitpid): fix bug of checking child slot.usa2008-12-041-1/+13
* * win32/win32.c (rb_w32_accept): secure fd before accept because ifusa2008-11-111-11/+19
* * win32/win32.c (ifs_open_socket): should retry without proto_bufferusa2008-11-101-0/+2
* * win32/win32.c (rb_w32_open): shouldn't seek here.usa2008-10-291-5/+3
* * win32/win32.c (rb_w32_open): need to seek to the end of the file whenusa2008-10-281-1/+3
* * win32/win32.c (rb_w32_pipe_exec): internal fds should be alwaysusa2008-10-281-3/+2
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-1/+1
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-21/+5
* * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa2008-09-231-0/+3
* * 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