summaryrefslogtreecommitdiff
path: root/win32/win32.h
AgeCommit message (Expand)Author
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
2001-11-13 * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa
2001-08-07* win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).usa
2001-03-20* win32/dir.h: replace missing/dir.h .usa
2001-03-19* dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz
2001-02-17* win32/win32.c: fasten file I/O on mswin32/mingw32.usa
2001-02-09* win32/win32.c (win32_stat): replace stat for enable when pathnameusa
2001-01-11NORETURN, INLINEeban
2001-01-10NORETURNeban
2001-01-10setres[ug]id, NORETURNeban
2000-11-16matzmatz