aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-202-0/+23
* * win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa2005-05-231-1/+1
* * win32/win32.c (NtInitialize): fix typo.usa2005-05-181-1/+1
* * 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/+10
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-0/+2
* * configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu2005-04-301-0/+4
* * win32/Makefile.sub (OPTFLAGS): default global optimization tonobu2005-04-272-1/+5
* * configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu2005-04-201-0/+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
* * wince/configure.bat, wince/setup.mak: add prefix, extstatic andnobu2005-04-021-2/+3
* * win32/rm.bat: $Id doesn't work on -kb file.ocean2005-03-301-1/+0
* * dir.c (rb_glob): fixed mismatch of argument.ocean2005-03-051-4/+0
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+4
* * {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu2005-03-033-11/+68
* * configure.in, lib/mkmf.rb: use simple commands if available.nobu2005-02-221-1/+2
* * win32/win32.c (rb_w32_fdopen): suppress warning.nobu2005-02-101-1/+1
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-103-11/+7
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-102-2/+18
* * win32/win32.c (init_stdhandle): assign standard file handles.nobu2005-02-101-0/+22
* * win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa2005-01-261-0/+2
* * win32/win32.c (rb_w32_close): didn't close socket handle.ocean2005-01-061-1/+15
* * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean2005-01-052-1/+6
* * win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa2004-12-151-1/+6
* * win32/win32.c (rb_w32_close): need to reset osfhnd().usa2004-12-141-0/+1
* * win32/win32.c (rb_w32_pipe_exec): need to close original socketusa2004-12-081-3/+1
* * win32/win32.c (rb_w32_pipe_exec): must close original handleusa2004-12-081-8/+6
* * win32/win32.c (rb_w32_fclose, rb_w32_close): shutdown socketusa2004-12-081-0/+4
* * win32/win32.c (is_socket): reorder of function definitions.usa2004-12-071-6/+6
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-072-68/+172
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-072-0/+46
* * io.c (is_socket): new function.usa2004-12-062-26/+19
* * win32/win32.c (CreateChild): push back the last space before nextusa2004-11-291-1/+1
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-11-182-0/+18
* * {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa2004-11-161-1/+1
* * {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa2004-11-161-0/+1
* * bcc32/README.bcc32, win32/README.win32: need bison instead ofusa2004-11-121-1/+1
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-122-13/+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
* * parse.y: add prototypes for Microsoft compiler.usa2004-09-171-1/+2
* * win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa2004-09-131-5/+1