aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-0/+4
* * ext/extmk.rb: split --make argument contains options, assumenobu2002-12-301-5/+5
* * instruby.rb: remove junk args.eban2002-12-281-1/+1
* * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban2002-12-271-4/+4
* * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu2002-12-271-4/+5
* * ext/extmk.rb (create_makefile): check only `-' option.eban2002-12-261-4/+5
* * win32/setup.mak (-prologue-): moved srcdir macro definition.usa2002-12-261-1/+1
* * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa2002-12-252-12/+17
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-152-2/+9
* WinCE patch mergedmatz2002-12-021-6/+22
* * win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu2002-12-011-5/+4
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-3/+5
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-4/+4
* * instruby.rb: add dryrun mode.nobu2002-10-221-4/+4
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-212-83/+138
* * win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu2002-10-121-3/+8
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-102-29/+71
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-012-24/+0
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-292-137/+126
* * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa2002-09-281-85/+131