aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-3/+1
* * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu2007-02-021-0/+10
* * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa2007-01-233-0/+14
* * Merge YARVko12006-12-311-15/+9
* * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,...nobu2006-12-212-0/+0
* * win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority.nobu2006-12-141-1/+1
* * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.nobu2006-12-061-3/+12
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-301-15/+38
* * win32/mkexports.rb, win32/resource.rb: use unique variable names.nobu2006-10-242-5/+3
* * win32/win32.c (rb_w32_utime): allow NULL to set the current time.nobu2006-10-181-4/+10
* * mkconfig.rb: *OBJS are not needed for extension libraries.nobu2006-10-151-1/+1
* * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa2006-10-061-3/+0
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-0/+1
* * win32/Makefile.sub (CPP): check predefined value.usa2006-09-261-1/+1
* * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to defineusa2006-09-201-1/+3
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-083-11/+8
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* * win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu2006-09-083-4/+19
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-1/+1
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu2006-08-124-21/+228
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-311-19/+30
* * win32/win32.c (open_ifs_socket): should not use plain malloc.usa2006-07-181-1/+5
* * win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa2006-07-071-0/+2
* * win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban2006-06-271-0/+2
* * win32/win32.h (write): not need to define on bcc.usa2006-06-111-1/+0
* * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa2006-06-082-0/+28
* * win32/win32.c (errmap): add some winsock errors.usa2006-06-071-1/+7
* * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotesnobu2006-06-011-2/+2
* * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not successusa2006-06-011-19/+30
* * win32/win32.c (rb_w32_getcwd): set errno if not set.usa2006-06-011-0/+7
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-2/+2
* * mkconfig.rb: merge multiple entries to an entry with multiple lines.nobu2006-05-242-2/+26
* * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean2006-03-021-0/+1
* * win32/win32.c (NtInitialize): need to set a handler for VC++8.usa2006-02-241-0/+11
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-202-3/+3
* * win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa2006-02-141-0/+5
* * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa2006-02-141-0/+3
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-0/+8
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-041-1/+14
* * win32/setup.mak (MAKE): workaround for nmake 8.usa2006-01-171-0/+1
* * win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.usa2006-01-171-3/+3
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-0/+4
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-012-19/+31
* * win32/Makefile.sub: VC++8 support.nobu2005-12-301-2/+12
* * 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-2/+2
* * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean2005-11-181-0/+4