summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2006-01-17* win32/setup.mak (MAKE): workaround for nmake 8.usa
2006-01-17* win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaroundusa
2006-01-09* win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean
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-30* win32/Makefile.sub: VC++8 support.nobu
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-11-21* win32/setup.mk: findstr doesn't exist on win9x.ocean
2005-11-18* win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean
2005-10-25* configure.in (RUBY_EXTERN): macro to export symbols in sharednobu
2005-10-14* win32/win32.c (ioctl): should set errno.usa
2005-09-15* win32/win32.h (rb_w32_stat): added prototype.ocean
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-08-31* win32/Makefile.sub (OPTFLAGS): default global optimization tousa
2005-08-18* bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24.ocean
2005-08-05* win32/win32.c: just uniformed method style.ocean
2005-08-03* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu
2005-07-25* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu
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-07-01* missing/erf.c: need to include some headers for some platforms.matz
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-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-27* win32/Makefile.sub (OPTFLAGS): default global optimization tonobu
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-11* {bcc32,win32,wince}/Makefile.sub: ri data was not installedocean
2005-04-03* win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32.ocean
2005-04-02* {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty innobu
2005-03-30* win32/rm.bat: $Id doesn't work on -kb file.ocean
2005-03-30* Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu
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