summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2005-03-03* {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu
2005-02-22* configure.in, lib/mkmf.rb: use simple commands if available.nobu
2005-02-10* win32/win32.c (rb_w32_fdopen): suppress warning.nobu
2005-02-10* configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa
2005-02-10* bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu
2005-02-10* win32/win32.c (init_stdhandle): assign standard file handles.nobu
2005-01-26* win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa
2005-01-06* win32/win32.c (rb_w32_close): didn't close socket handle.ocean
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-08* win32/win32.c (rb_w32_pipe_exec): need to close original socketusa
2004-12-08* win32/win32.c (rb_w32_pipe_exec): must close original handleusa
2004-12-08* win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa
2004-12-07* win32/win32.c (is_socket): reorder of function definitions.usa
2004-12-07* io.c (pipe_open): win32 bidirectional pipe support.usa
2004-12-07* io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa
2004-12-06* io.c (is_socket): new function.usa
2004-11-29* win32/win32.c (CreateChild): push back the last space before nextusa
2004-11-18* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa
2004-11-12* bcc32/README.bcc32, win32/README.win32: need bison instead ofusa
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-17* parse.y: add prototypes for Microsoft compiler.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-19* configure.in, win32/Makefile.sub (LIBS): need to link shell32usa
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-24* win32/setup.mak: remove RUBY_EXTERN lines when including version.h.usa
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-04-22* */Makefile.sub (distclean-local): should remove $(RBCONFIG).usa
2004-04-07* Makefile.in, common.mk, */Makefile.sub (ext/extinit.o): OUTFLAGnobu
2004-03-28* cygwin/GNUmakefile.in (clean-local, distclean-local): removenobu
2004-03-25* version.c (ruby_show_copyright): obtain copyright year fromnobu
2004-03-25* win32/resource.rb: default rubyw icon to ruby.ico, and let DLL alsonobu
2004-03-25* common.mk, */Makefile.sub (lib, dll): phony targets.nobu
2004-03-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-21* Makefile.in, */Makefile.sub, common.mk: extract common portions.nobu
2004-03-10* ruby.c (opt_W_getter): get rid of warning.usa
2004-03-09* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa
2004-03-04* Makefile.in, */Makefile.sub, mkconfig.rb: keep rbconfig.rb old ifnobu
2004-03-02* io.c (pipe_open): erred program name should be reported bynobu