summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2005-03-07This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-03-05* dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't haveocean
2005-02-21* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa
2005-02-10* win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h.usa
2005-01-26* win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa
2005-01-20* ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa
2005-01-06* win32/win32.c (rb_w32_close): didn't close socket handle.ocean
2005-01-05* dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa
2004-12-28* win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,usa
2004-12-24* bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)ocean
2004-12-24* win32/win32.[ch]: failed to compile on bcc32 (and probably wince)ocean
2004-12-15* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-15* win32/win32.c (rb_w32_fdisset): rollback previous commit.usa
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether fd is socket.usa
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-11* eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa
2004-11-29* win32/win32.c (CreateChild): search executable file if no programusa
2004-11-29* win32/win32.c (CreateChild): push back the last space before nextusa
2004-11-17* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exeusa
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* 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-08-30* win32/win32.c (CreateChild): strip trailing spaces. [ruby-dev:24143]usa
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
2004-07-07* string.c (rb_str_match): raise TypeError when both arguments areusa
2004-06-24* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa
2004-06-21* win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/usa
2004-04-24* Makefile.in */Makefile.sub: error.c no longer include version.hnobu
2004-04-23* version.c (ruby_show_copyright): obtain copyright year fromnobu
2004-04-12* bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.ocean
2004-04-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-03-02* win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't checkusa
2004-02-16* bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada)ocean
2004-01-26* win32/Makefile.sub: rollback.usa
2004-01-26* parse.y (block_append): update nd_end for "real" head node.matz
2004-01-12* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu
2003-12-22* bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-18* eval.c (stack_extend): ignore inline optimization on VC7.usa
2003-12-10* win32/win32.h: define execv() using do_aspawn().eban
2003-12-01* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
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-24* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-22* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-06* win32/win32.c (make_cmdvector): process backslashes even if a quotenobu
2003-11-05* string.c: add #include "version.h". this file still depends on it.usa