summaryrefslogtreecommitdiff
path: root/win32/win32.c
AgeCommit message (Expand)Author
2004-11-18* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa
2004-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-10-25* win32/win32.c (isUNCRoot): should check NUL after '.'.eban
2004-09-22* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa
2004-09-13* win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa
2004-09-10* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean
2004-09-07* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa
2004-08-27* process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu
2004-08-18* win32/win32.c (init_env): initialize HOME and USER environmentnobu
2004-08-12* rubyio.h (rb_eof_error): should mark as NORETURN.usa
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
2004-06-21* win32/win32.c (rb_w32_opendir): should set errno if error occursusa
2004-06-09* win32/win32.c: remove unused functions and variables.usa
2004-03-02* io.c (pipe_open): erred program name should be reported bynobu
2004-02-26* win32/win32.c (make_cmdvector): adjust successive double-quotenobu
2004-02-20* io.c (pipe_open): fix typo.nobu
2004-02-19* win32/win32.c, win32/win32.h: fixed prototypes.nobu
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-02-12* win32/win32.c (link): raise NotImplementedError on Win9X.usa
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-01-29* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
2004-01-05* win32/dir.h, win32/win32.c: fix patch miss.usa
2004-01-05* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-11-27win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter.eban
2003-11-27* win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.eban
2003-11-06* win32/win32.c (make_cmdvector): process backslashes even if a quotenobu
2003-10-21* win32/win32.c (do_spawn, do_aspawn): should return child's exitusa
2003-10-21* win32/win32.c (do_spawn, do_aspawn): should wait child process evenusa
2003-09-05* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa
2003-09-05* win32/win32.c (isInternalCmd): stupid miss.nobu
2003-09-05* lib/mkmf.rb (have_library, find_library): configure by librarynobu
2003-08-26* win32/win32.c (map_errno): support winsock error.usa
2003-08-03 * win32/win32.c (rb_w32_utime): never use utime() of C runtime.usa
2003-08-01* win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa
2003-07-30* error.c (rb_raise): snprintf() termination moved tonobu
2003-07-26* io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa
2003-07-18* win32/win32.c (make_cmdvector): recognize quote within string.usa
2003-06-17* win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa
2003-05-29* win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban
2003-05-20* win32/win32.c (kill): set errno after calling raise().usa
2003-05-15* win32/win32.c (kill): fix typo and add signal 0 support.usa
2003-04-20* win32/win32.c (NtInitialize): set the floating-point control wordeban
2003-04-11* win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu
2003-02-28 * win32/win32.c (map_errno): map OS error to errno. [new]usa
2003-02-28* win32/win32.c (flock): supports larger files, and maps errornobu
2003-02-17* win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu
2003-02-17* win32/win32.c (link): implement with CreateHardLink().usa
2003-01-22* win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().usa