summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2005-05-23* win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa
2005-05-18* win32/win32.c (NtInitialize): fix typo.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-16* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean
2005-05-15* win32/win32.c (unixtime_to_filetime): deal with DST.nobu
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-04-30* configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu
2005-04-27* win32/Makefile.sub (OPTFLAGS): default global optimization tonobu
2005-04-20* configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu
2005-04-20* lib/mkmf.rb (create_makefile): support platforms have file separatornobu
2005-04-20* Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu
2005-04-20* win32/ifchange.bat: delete testing files.nobu
2005-04-19* {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:nobu
2005-04-13* configure.in (mingw32): use actual runtime DLL name as ruby DLLnobu
2005-04-02* wince/configure.bat, wince/setup.mak: add prefix, extstatic andnobu
2005-03-30* win32/rm.bat: $Id doesn't work on -kb file.ocean
2005-03-05* dir.c (rb_glob): fixed mismatch of argument.ocean
2005-03-04* file.c (eaccess): workaround for VC++8 runtime.usa
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