aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.h
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu2006-08-121-6/+31
* * win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban2006-06-271-0/+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
* * 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
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-051-101/+51
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-141-0/+1
* * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean2005-09-121-4/+4
* * win32/win32.[hc] (rb_w32_utime): constified.ocean2005-09-071-6/+7
* * configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa2005-08-031-0/+5
* * win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa2005-07-251-3/+0
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-4/+2
* * win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean2005-07-161-10/+10
* * missing/erf.c: need to include some headers for some platforms.usa2005-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
* * configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa2005-02-101-1/+1
* * bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu2005-02-101-2/+1
* * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean2005-01-051-1/+4
* * io.c (pipe_open): win32 bidirectional pipe support.usa2004-12-071-1/+7
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-071-0/+7
* * io.c (is_socket): new function.usa2004-12-061-1/+2
* * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa2004-11-181-0/+4
* * eval.c (ruby_options): now we cannot call rb_glob() beforeusa2004-11-121-0/+1
* * bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.ocean2004-09-101-1/+0
* * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa2004-09-071-0/+4
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-251-0/+13
* * win32/win32.c, win32/win32.h: fixed prototypes.nobu2004-02-191-8/+5
* * configure.in: check functions, fork spawnv.nobu2004-02-161-3/+5
* * win32/win32.c (link): raise NotImplementedError on Win9X.usa2004-02-121-1/+1
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-0/+2
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-5/+3
* * 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