summaryrefslogtreecommitdiff
path: root/win32/win32.h
AgeCommit message (Expand)Author
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2004-12-07* io.c (pipe_open): win32 bidirectional pipe support.usa
2004-12-07* io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa
2004-12-06* io.c (is_socket): new function.usa
2004-11-18* 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-09-10* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean
2004-09-07* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
2004-02-19* win32/win32.c, win32/win32.h: fixed prototypes.nobu
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-02-12* win32/win32.c (link): raise NotImplementedError on Win9X.usa
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
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