summaryrefslogtreecommitdiff
path: root/win32/win32.h
AgeCommit message (Expand)Author
2006-08-12* configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu
2006-06-27* win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban
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
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-11-05* configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu
2005-09-14* win32/win32.c (collect_file_fd): rename from extract_file_fd.usa
2005-09-12* win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean
2005-09-07* win32/win32.[hc] (rb_w32_utime): constified.ocean
2005-08-03* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa
2005-07-25* win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-16* win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean
2005-07-01* missing/erf.c: need to include some headers for some platforms.usa
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-02-10* configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa
2005-02-10* bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu
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