summaryrefslogtreecommitdiff
path: root/win32/win32.h
AgeCommit message (Expand)Author
2007-08-22 * ext/digest/digest.c (rb_digest_instance_update,shyouhei
2007-02-24* win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1knu
2006-08-16* win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258]nobu
2006-06-27* win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban
2006-06-26* win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified.usa
2006-06-11* win32/win32.h (write): not need to define on bcc.usa
2006-06-08* win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa
2006-06-07* win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa
2005-11-22* file.c (test_identical): test if two files are identical.nobu
2005-11-18* win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean
2005-09-15* win32/win32.h (rb_w32_stat): added prototype.ocean
2005-08-18* bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24.ocean
2005-07-01* missing/erf.c: need to include some headers for some platforms.matz
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-05-16* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean
2005-04-03* win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32.ocean
2005-02-21* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa
2005-01-05* dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa
2004-12-24* bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)ocean
2004-12-24* win32/win32.[ch]: failed to compile on bcc32 (and probably wince)ocean
2004-12-15* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa
2004-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-10* win32/win32.h: define execv() using do_aspawn().eban
2003-08-26* win32/win32.c (map_errno): support winsock error.usa
2003-07-30* error.c (rb_raise): snprintf() termination moved tonobu
2003-07-29* ChangeLog: tabify.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-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
2003-02-17* win32/win32.c (link): implement with CreateHardLink().usa
2003-01-06* process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa
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
2002-12-26* ext/extmk.rb (create_makefile): check only `-' option.eban
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
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-11* win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.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-08-28* win32/win32.h: define SIGINT and SIGKILL if not defined.usa
2002-06-28* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-29Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi
2001-11-14 * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa