aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * {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
* * win32/win32.c (isUNCRoot): should check NUL after '.'.eban2004-10-251-2/+2
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-221-1/+1
* * win32/win32.c (CreateChild): strip trailing spaces. [ruby-dev:24143]usa2004-08-301-6/+20
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-252-0/+64
* * string.c (rb_str_match): raise TypeError when both arguments areusa2004-07-071-2/+1
* * {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa2004-06-241-1/+1
* * win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/usa2004-06-211-11/+12
* * Makefile.in */Makefile.sub: error.c no longer include version.hnobu2004-04-241-2/+1
* * version.c (ruby_show_copyright): obtain copyright year fromnobu2004-04-231-4/+5
* * bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.ocean2004-04-121-0/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-061-0/+9
* * win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't checkusa2004-03-021-3/+1
* * bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada)ocean2004-02-161-10/+6
* * win32/Makefile.sub: rollback.usa2004-01-261-1/+4
* * parse.y (block_append): update nd_end for "real" head node.matz2004-01-261-4/+1
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-121-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa2003-12-221-1/+0
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-3/+0
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-181-3/+6
* * win32/win32.h: define execv() using do_aspawn().eban2003-12-101-0/+2
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-12-011-1/+2
* win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter.eban2003-11-271-1/+1