aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_chsize): no need to get the current file size.nobu2012-01-161-6/+3
* * win32/win32.c (check_valid_dir): strict checking of root.usa2012-01-051-1/+1
* * win32/win32.c (check_valid_dir): special case for a root directory.usa2012-01-041-1/+14
* * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa2011-12-141-1/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+8
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-11/+3
* * win32/win32.c (rb_w32_inet_ntop): constified.nobu2011-11-291-7/+8
* * include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): removeusa2011-11-281-17/+0
* * win32/mkexports.rb (Exports#initialize): remove old symbol name.usa2011-11-281-1/+0
* * win32/mkexports.rb (Exports#read_substitution): need to readnobu2011-11-281-6/+11
* * win32/{Makeilfe.sub,win32.c} (FILE_COUNT, FILE_READPTR): move theusa2011-11-282-2/+4
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-1/+1
* * win32/win32.c (_pioinfo): need to declare _pioinfo() before usingusa2011-11-221-0/+1
* * win32/win32.c (_pioinfo): make an inline function.nobu2011-11-221-1/+8
* * win32/win32.c (dupfd): argument of _osfhnd and so on should notnobu2011-11-221-2/+3
* * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it isusa2011-11-181-1/+2
* * win32/win32.c (unixtime_to_filetime): should check the return valueusa2011-11-091-0/+3
* * win32/configure.bat: disable delayed expansion of enironment variable.usa2011-11-031-0/+2
* * thread.c (rb_fd_rcopy): suppress warnings on mingw32.nobu2011-11-031-4/+4
* * win32/win32.c (setfl): extract from fcntl().usa2011-10-311-17/+78
* * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010. [Bug #5243]arton2011-10-291-19/+23
* * win32/win32.c (socklist_insert, socklist_lookup, socklist_delete):usa2011-10-201-32/+68
* * win32/Makefile.sub (INSNS): change command line option -Ks to -Kutarui2011-09-061-1/+1
* * win32/win32.c (rb_w32_fd_copy): cast explicitly to suppress warnings.nobu2011-09-021-2/+2
* * win32/win32.c (rb_w32_select_with_thread): and my typo. we all mustusa2011-08-301-1/+1
* * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa2011-08-301-0/+16
* * win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_nobu2011-08-161-1/+2
* more clarified the license.usa2011-08-051-219/+229
* Mark a code is GPL or not.naruse2011-08-031-1/+219
* Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-0/+1
* * win32/win32.c (is_socket, is_console): add prototypes to fix compileusa2011-07-151-0/+3
* * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamedusa2011-07-151-6/+6
* * win32/setup.mak: support x86-amd64 cross compile environment.usa2011-07-121-0/+10
* * win32/win32.c (rb_w32_{read,write}): should be signed.nobu2011-07-091-2/+2
* * common.mk (RUN_OPT): disable gems.nobu2011-07-081-1/+1
* * win32/win32.c (wunlink): reverted a part of r32426. it was mistakenlyusa2011-07-081-6/+1
* * win32/Makefile.sub (config.h): define GC_MARK_STACKFRAME_WORD.usa2011-07-081-0/+1
* * win32/win32.c (kill): check the process exited or not beforeusa2011-07-061-4/+29
* * thread.c (do_select): Windows: no need to poll if select(2) isusa2011-06-151-3/+18
* * configure.in, win32/Makefile.sub (RUBY_SO_NAME): add CPU as prefixusa2011-05-161-0/+3
* * include/ruby/intern.h: remove rb_fd_copy() to rb_fd_dup() andkosaki2011-05-151-1/+1
* fix mswin32 build error.kosaki2011-05-141-1/+1
* * win32/win32.c (rb_w32_select): check invalid handle before doingusa2011-05-131-21/+43
* * win32/win32.c (rb_w32_fdcopy): suppress a warning.nobu2011-05-021-1/+1
* * win32/win32.c: remove trailing spaces and no-cuddle "else".nobu2011-05-021-26/+27
* * win32/win32.c (rb_w32_fdcopy): New. This can copy even thoughkosaki2011-04-301-0/+12
* * thread_win32.c (native_cond_timedwait): New. r31373 causedkosaki2011-04-291-3/+7
* * win32/{win32.c,dir.h} (rb_w32_uopendir): new API to pass UTF-8 path.usa2011-04-282-27/+38
* * win32/win32.c (kill): accept 0 only sig is SIGINT #4596arton2011-04-251-1/+1
* * win32/win32.c (kill): accept 0 as pid, fixes #4596arton2011-04-251-1/+1