aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * win32/setup.mak (MAKE): workaround for nmake 8.usa2006-01-171-0/+1
* * win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaroundusa2006-01-172-3/+3
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-0/+4
* * win32/win32.c (ioinfo): revert previous commit. sorry.usa2006-01-061-4/+0
* * win32/win32.c (ioinfo): VC++8 support, forgotten to commit.usa2006-01-051-0/+4
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-12/+33
* * win32/Makefile.sub: VC++8 support.nobu2005-12-301-2/+12
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-12-291-0/+4
* * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean2005-11-281-3/+3
* * file.c (test_identical): test if two files are identical.nobu2005-11-222-22/+21
* * win32/win32.c (winnt_stat): set mapped errno instead of ENOENT.ocean2005-11-221-1/+1
* * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');ocean2005-11-221-1/+106
* * win32/setup.mk: findstr doesn't exist on win9x.ocean2005-11-211-1/+1
* * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean2005-11-181-0/+4
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-251-0/+1
* * win32/win32.c (ioctl): should set errno.usa2005-10-141-0/+1
* * win32/win32.h (rb_w32_stat): added prototype.ocean2005-09-151-0/+1
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-2/+4
* * win32/Makefile.sub (OPTFLAGS): default global optimization tousa2005-08-311-4/+1
* * bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24.ocean2005-08-181-0/+5
* * win32/win32.c: just uniformed method style.ocean2005-08-051-36/+40
* * common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu2005-08-031-5/+2
* * {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu2005-07-251-4/+1
* * win32/win32.c (rb_w32_strerror): should return correct messageocean2005-07-141-6/+19
* * win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean2005-07-131-23/+23
* * missing/erf.c: need to include some headers for some platforms.matz2005-07-011-0/+6
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-202-0/+23
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-0/+10
* * win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa2005-05-171-1/+1
* * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu2005-05-162-3/+3
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-152-18/+18
* * win32/win32.c (unixtime_to_filetime): deal with DST.nobu2005-05-151-1/+3
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-142-12/+11
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-0/+2
* * win32/Makefile.sub (OPTFLAGS): default global optimization tonobu2005-04-272-1/+5
* * lib/mkmf.rb (create_makefile): support platforms have file separatornobu2005-04-201-0/+3
* * Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu2005-04-201-1/+2
* * win32/ifchange.bat: delete testing files.nobu2005-04-201-0/+2
* * {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:nobu2005-04-192-0/+9
* * configure.in (mingw32): use actual runtime DLL name as ruby DLLnobu2005-04-132-9/+68
* * {bcc32,win32,wince}/Makefile.sub: ri data was not installedocean2005-04-111-1/+1
* * win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32.ocean2005-04-032-3/+3
* * {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty innobu2005-04-023-6/+10
* * win32/rm.bat: $Id doesn't work on -kb file.ocean2005-03-301-1/+0
* * Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu2005-03-302-320/+122
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-03-071-0/+30
* * dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't haveocean2005-03-051-4/+0
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2005-02-213-2/+52
* * win32/Makefile.sub (COMMON_HEADERS): shouldn't include winsock2.h.usa2005-02-101-1/+1
* * win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa2005-01-261-0/+2