summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2008-06-06Merge changes from ruby_1_8 to reduce warnings and potentially improveknu
2008-05-18Merge -r16241:16456 from ruby_1_8.knu
2008-03-11* win32/win32.c (rb_w32_cmdvector): terminate shrunken command line.nobu
2008-02-20* win32/win32.c (rb_w32_map_errno): exported.nobu
2008-01-10* win32/win32.c (rb_w32_open_osfhandle): reverted to old definition.nobu
2007-10-02 * win32/win32.c (make_cmdvector): adjust escaped successiveusa
2007-10-02 * win32/win32.c (init_env): initialize HOME and USER environmentusa
2007-07-21* bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu
2007-07-15* ext/digest/digest.c (rb_digest_instance_update,nobu
2007-07-13* win32/win32.c (CreateChild): enclose command line except fornobu
2007-05-29* win32/win32.c (rb_w32_opendir): store attributes of the secondnobu
2007-05-18* win32/win32.c (move_to_next_entry): loc also must move forward.nobu
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-04-10 * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa
2007-02-23* win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1usa
2007-02-23* signal.c (sighandler): need to tell to be interrupted to mainusa
2007-02-15* dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu
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-01* win32/win32.c (init_stdhandle): assign standard file handles.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-26* win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified.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-07* win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa
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* time.c (time_new_internal): add prototype to tell the compilerusa
2006-02-14* time.c (search_time_t): support non 32bit time_t environments.usa
2006-02-04* win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa
2006-01-06* win32/win32.c (ioinfo): revert previous commit. sorry.usa
2006-01-05* win32/win32.c (ioinfo): VC++8 support, forgotten to commit.usa
2006-01-01* win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean
2005-12-29* file.c (eaccess): workaround for VC++8 runtime.usa
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-10-14* win32/win32.c (ioctl): should set errno.usa
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-08-05* win32/win32.c: just uniformed method style.ocean
2005-07-14* win32/win32.c (rb_w32_strerror): should return correct messageocean
2005-07-13* win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-17* win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean