summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2008-07-18 * win32/win32.c (socklist): table for registering socket optionsusa
2008-07-15 * thread_win32.c (ubf_handle): cancel blocking IO if it can (onlyusa
2008-07-11 * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle tousa
2008-07-11 * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):usa
2008-07-11 * win32/win32.c (CreateChild): the measures for Vista is no longerusa
2008-07-10 * win32/win32.c (insert): follow recent changes of globbing.usa
2008-06-24 * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa
2008-06-21 * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa
2008-06-21 * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa
2008-06-18 * win32/win32.c (errmap): add some pipe errors.usa
2008-06-18 * win32/win32.c (poll_child_status): set EINVAL to errno whenusa
2008-06-17 * win32/win32.c (CreateChild): no need to inherit handles here becauseusa
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-12 * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa
2008-02-20* win32/win32.c (rb_w32_map_errno): exported.nobu
2007-11-20 * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa
2007-10-02 * win32/win32.c (init_env): refactoring. remove unused code.usa
2007-09-29* main.c (main): use platform-independent per-process initialization.nobu
2007-07-21* bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-07-13* win32/win32.c (CreateChild): enclose command line except fornobu
2007-06-27 * win32/win32.c: remove unused functions.usa
2007-06-27 * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa
2007-06-10* include/ruby: moved public headers.nobu
2007-05-29* win32/win32.c (rb_w32_opendir): removed duplicated code.nobu
2007-05-29* win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-04-25 * win32/win32.c (NtInitialize, exit_handler): add initializing andusa
2007-04-11 * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa
2007-04-10 * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-03-30 * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa
2007-03-23 * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa
2007-03-17* win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa
2007-03-04* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu
2007-02-24* file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu
2007-02-24* process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.nobu
2007-02-24* win32/win32.c (StartSocket): remove unnecessary code.usa
2007-02-23* thread.c (rb_thread_polling): check interrupts here.usa
2007-02-23* win32/win32.c (set_pioinfo_extra): simplified.usa
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-02-15* win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1usa
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2006-12-31 * Merge YARVko1
2006-12-06* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.nobu
2006-10-30* dir.c (glob_helper): get rid of possible memory leak.nobu
2006-10-18* win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu
2006-08-12* configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu
2006-07-31* win32/win32.c (exit_handler): new function; release winsock andusa
2006-07-18* win32/win32.c (open_ifs_socket): should not use plain malloc.usa