aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.eban2003-11-271-14/+12
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-11-241-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-11-221-0/+2
* * win32/win32.c (make_cmdvector): process backslashes even if a quotenobu2003-11-061-2/+1
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-051-1/+2
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2003-11-041-4/+3
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-311-0/+1
* * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spacesusa2003-10-301-1/+1
* * win32/win32.c (do_spawn, do_aspawn): should return child's exitusa2003-10-211-2/+8
* * win32/win32.c (do_spawn, do_aspawn): should wait child process evenusa2003-10-211-0/+2
* * MANIFEST: add test/csv/mac.csv.eban2003-09-161-1/+1
* * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa2003-09-051-6/+11
* * win32/win32.c (isInternalCmd): stupid miss.nobu2003-09-051-1/+1
* * lib/mkmf.rb (have_library, find_library): configure by librarynobu2003-09-051-42/+70
* * win32/win32.c (map_errno): support winsock error.usa2003-08-262-48/+88
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-0/+8
* * win32/win32.c (rb_w32_utime): never use utime() of C runtime.usa2003-08-031-15/+16
* * win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa2003-08-011-1/+1
* * error.c (rb_raise): snprintf() termination moved tonobu2003-07-302-65/+46
* * ChangeLog: tabify.usa2003-07-291-57/+55
* * io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa2003-07-261-16/+0
* * win32/win32.c (make_cmdvector): recognize quote within string.usa2003-07-181-211/+173
* * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa2003-06-171-1/+4
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa2003-06-051-2/+3
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-291-3/+4
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu2003-05-211-9/+12
* * win32/win32.c (kill): set errno after calling raise().usa2003-05-201-2/+7
* * win32/win32.c (kill): fix typo and add signal 0 support.usa2003-05-151-2/+22
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa2003-05-132-0/+2
* * numeric.c (flo_is_finite_p): use finite() if available.nobu2003-04-212-24/+14
* * win32/win32.c (NtInitialize): set the floating-point control wordeban2003-04-202-3/+4
* * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu2003-04-111-3/+7
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-042-9/+2
* * win32/win32.c (map_errno): map OS error to errno. [new]usa2003-02-281-49/+150
* * win32/win32.c (flock): supports larger files, and maps errornobu2003-02-281-33/+28
* * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu2003-02-171-3/+3
* * win32/win32.c (link): implement with CreateHardLink().usa2003-02-172-1/+96
* * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu2003-01-251-7/+12
* * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().usa2003-01-221-76/+37
* Update Copyright to 2003, too.usa2003-01-161-1/+1
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-091-1/+1
* * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa2003-01-062-9/+53
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-2/+2
* * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa2003-01-043-40/+6
* * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa2003-01-042-15/+92
* * configure.in: set rb_cv_need_io_flush_between_seek=yes.usa2003-01-041-0/+1