summaryrefslogtreecommitdiff
path: root/win32/win32.h
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 16855:shyouhei2008-06-271-0/+1
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-221-0/+1
* * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1knu2007-02-241-0/+1
* * win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258]nobu2006-08-161-1/+0
* * win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban2006-06-271-0/+2
* * win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified.usa2006-06-261-2/+2
* * win32/win32.h (write): not need to define on bcc.usa2006-06-111-1/+0
* * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions.usa2006-06-081-0/+4
* * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: addusa2006-06-071-0/+3
* * file.c (test_identical): test if two files are identical.nobu2005-11-221-0/+15
* * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? nowocean2005-11-181-0/+4
* * win32/win32.h (rb_w32_stat): added prototype.ocean2005-09-151-0/+1
* * bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24.ocean2005-08-181-0/+5
* * missing/erf.c: need to include some headers for some platforms.matz2005-07-011-0/+6
* * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa2005-06-201-0/+3
* * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu2005-05-161-3/+0
* * win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean2005-05-151-12/+12
* * win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32.ocean2005-04-031-1/+1
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2005-02-211-0/+4
* * dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa2005-01-051-0/+6
* * bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)ocean2004-12-241-1/+0
* * win32/win32.[ch]: failed to compile on bcc32 (and probably wince)ocean2004-12-241-1/+5
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-12-151-0/+3
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-121-3/+1
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-251-0/+12
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-3/+0
* * win32/win32.h: define execv() using do_aspawn().eban2003-12-101-0/+2
* * win32/win32.c (map_errno): support winsock error.usa2003-08-261-3/+39
* * error.c (rb_raise): snprintf() termination moved tonobu2003-07-301-2/+5
* * ChangeLog: tabify.usa2003-07-291-57/+55
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa2003-05-131-0/+1
* * numeric.c (flo_is_finite_p): use finite() if available.nobu2003-04-211-20/+10
* * win32/win32.c (NtInitialize): set the floating-point control wordeban2003-04-201-3/+0
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-041-7/+0
* * win32/win32.c (link): implement with CreateHardLink().usa2003-02-171-1/+3
* * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa2003-01-061-2/+2
* * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa2003-01-041-35/+5
* * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa2003-01-041-0/+1
* * ext/extmk.rb (create_makefile): check only `-' option.eban2002-12-261-4/+5
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-0/+8
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-101-5/+8
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-2/+0
* * win32/win32.c (rb_w32_open_osfhandle): adjustnobu2002-09-291-15/+15
* * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa2002-09-111-1/+2
* * win32/win32.h (S_I?USR): define only if not mingw32.eban2002-09-091-3/+3
* * time.c: prototype; time_free() to avoid VC++ warnings.usa2002-09-081-0/+30
* * win32/win32.h: define SIGINT and SIGKILL if not defined.usa2002-08-281-0/+9
* * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa2002-06-281-13/+1
* new platform [bccwin32] merged.H_Konishi2002-06-111-18/+61
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-291-89/+89