summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2003-05-15* win32/win32.c (kill): fix typo and add signal 0 support.usa
2003-05-13* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa
2003-04-21* numeric.c (flo_is_finite_p): use finite() if available.nobu
2003-04-20* win32/win32.c (NtInitialize): set the floating-point control wordeban
2003-04-11* win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu
2003-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
2003-02-28 * win32/win32.c (map_errno): map OS error to errno. [new]usa
2003-02-28* win32/win32.c (flock): supports larger files, and maps errornobu
2003-02-17* win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu
2003-02-17* win32/win32.c (link): implement with CreateHardLink().usa
2003-01-25* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu
2003-01-22* win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().usa
2003-01-16Update Copyright to 2003, too.usa
2003-01-09* configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu
2003-01-06* process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa
2003-01-05* ruby.c (ruby_init_loadpath): under Windows, get the modulenobu
2003-01-04* file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa
2003-01-04* process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa
2003-01-04* configure.in: set rb_cv_need_io_flush_between_seek=yes.usa
2002-12-31* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban
2002-12-30* ext/extmk.rb: split --make argument contains options, assumenobu
2002-12-28* instruby.rb: remove junk args.eban
2002-12-27* {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban
2002-12-27* bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu
2002-12-26* ext/extmk.rb (create_makefile): check only `-' option.eban
2002-12-26* win32/setup.mak (-prologue-): moved srcdir macro definition.usa
2002-12-25* bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-12-01* win32/win32.c (rb_w32_stat): empty path is invalid, and returnnobu
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-03* Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu
2002-10-22* instruby.rb: add dryrun mode.nobu
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-12* win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu
2002-10-10* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu
2002-10-01 * ext/socket/socket.c (init_sock): no need for special finalizer,nobu
2002-09-29* win32/win32.c (rb_w32_open_osfhandle): adjustnobu
2002-09-28* win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind,usa
2002-09-15* win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".H_Konishi
2002-09-15* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban
2002-09-11* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa
2002-09-11* bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa
2002-09-11* win32/Makefile.sub (ext): make directory `ext' on compile dir.usa
2002-09-11* win32/configure.bat: add CR to end of line.usa
2002-09-10* win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa
2002-09-09* win32/win32.h (S_I?USR): define only if not mingw32.eban
2002-09-08* time.c: prototype; time_free() to avoid VC++ warnings.usa
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-08-28* win32/win32.c (kill): negate pid under Win9x.nobu