summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2008-09-23 * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa
2008-09-08 * win32/win32.c (getppid): typo. [ruby-dev:36202]usa
2008-09-08 * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.usa
2008-09-08 * win32/win32.c (filetime_to_unixtime): remove unused variable.usa
2008-09-03 * win32/win32.c (filetime_to_timeval): new function, split fromusa
2008-09-03* win32/win32.c: fix ruby/signal.h depending codes.ko1
2008-09-02 * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compileusa
2008-09-02 * win32/Makefile.sub (miniruby): new target.usa
2008-09-02 * win32/win32.c (gettimeofday): easier calculation. use the definitionusa
2008-09-02 * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from systemusa
2008-09-01 * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it'susa
2008-08-31* lib/mkmf.rb (try_func, try_var, have_struct_member),nobu
2008-08-30 * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa
2008-08-30 * win32/win32.c (rb_w32_read): EOF is not error.usa
2008-08-28 * win32/win32.c (rb_w32_read, rb_w32_write): more accurate handlingusa
2008-08-28 * win32/win32.c (set_pioinfo_extra): use MSVCRT's open() and close().usa
2008-08-28 * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped fileusa
2008-08-25 * win32.c (init_stdhandle): set binmode.usa
2008-08-25* transcode.c (rb_econv_substr_append): fix for buffer overrun.nobu
2008-08-14* common.mk (parse.h): workaround for nmake.nobu
2008-08-09* configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu
2008-08-07* Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do notnobu
2008-08-07* lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):nobu
2008-08-06 * win32/Makefile.sub (config.status): export BASERUBY.usa
2008-08-01* win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.nobu
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-28* win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu
2008-07-28* win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu
2008-07-28 * win32/win32.c (MAXPATHLEN): define before use.usa
2008-07-27* dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu
2008-07-24 * win32/win32.c (exit_handler): use st_free_table() to free socklist.usa
2008-07-24 * win32/win32.c (overlapped_socket_io): avoid warnings.usa
2008-07-22 * win32/win32.c (init_func): new function to get API's address whichusa
2008-07-18 * win32/win32.c (socklist): table for registering socket optionsusa
2008-07-15 * win32/Makefile.sub (ruby_version): follow changes in configure.in.usa
2008-07-15 * thread_win32.c (ubf_handle): cancel blocking IO if it can (onlyusa
2008-07-12 * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa
2008-07-12 * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which createdusa
2008-07-11 * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle tousa
2008-07-11 * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM)usa
2008-07-11 * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):usa
2008-07-11 * win32/win32.c (CreateChild): the measures for Vista is no longerusa
2008-07-10 * win32/win32.c (insert): follow recent changes of globbing.usa
2008-06-24 * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa
2008-06-21 * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa
2008-06-21 * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa
2008-06-18 * win32/win32.c (errmap): add some pipe errors.usa
2008-06-18 * win32/win32.c (poll_child_status): set EINVAL to errno whenusa
2008-06-17 * win32/win32.c (CreateChild): no need to inherit handles here becauseusa
2008-06-06 * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.usa