aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa2005-01-201-3/+4
* * win32/win32.c (rb_w32_close): didn't close socket handle.ocean2005-01-061-1/+15
* * dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa2005-01-052-0/+45
* * win32/Makefile.sub, win32/setup.mak (RDOCTARGET, install,usa2004-12-283-2/+41
* * bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)ocean2004-12-242-2/+3
* * win32/win32.[ch]: failed to compile on bcc32 (and probably wince)ocean2004-12-242-1/+7
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-12-152-0/+17
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-151-1/+6
* * win32/win32.c (rb_w32_fdisset): rollback previous commit.usa2004-12-151-4/+1
* * win32/win32.c (rb_w32_fdisset): check whether fd is socket.usa2004-12-151-1/+4
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-141-0/+1
* * eval.c (run_trap_eval): prototype; avoid VC++ warnings.usa2004-12-111-1/+2
* * win32/win32.c (CreateChild): search executable file if no programusa2004-11-291-7/+41
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-291-1/+1
* * {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exeusa2004-11-171-1/+1
* * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa2004-11-161-1/+2
* * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa2004-11-161-0/+1
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-122-16/+3