summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
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
2006-06-08* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa
2006-06-07* win32/win32.c (errmap): add some winsock errors.usa
2006-06-01* win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu
2006-06-01* win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa
2006-06-01* win32/win32.c (rb_w32_getcwd): set errno if not set.usa
2006-03-02* win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean
2006-02-24* win32/win32.c (NtInitialize): need to set a handler for VC++8.usa
2006-02-14* win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa
2006-02-04* win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa
2006-01-01* win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean
2005-11-28* win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean
2005-11-22* file.c (test_identical): test if two files are identical.nobu
2005-11-22* win32/win32.c (winnt_stat): set mapped errno instead of ENOENT.ocean
2005-11-22* win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');ocean
2005-11-05* configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu
2005-10-14* win32/win32.c (ioctl): should set errno.usa
2005-10-01* win32/win32.c (do_select, rb_w32_select): brush up.usa
2005-09-17* win32/win32.c (rb_w32_select): documented problem.ocean