1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
usa 50258b19fd * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,
rb_fd_init, rb_fd_term, rb_fd_zero, rb_fd_set, rb_fd_clr, rb_fd_isset,
	  rb_fd_select, rb_fd_ptr, rb_fd_max, HAVE_RB_FD_INIT): new type,
	  functions, and macros for Windows.

	* win32/win32.c (extract_fd, rb_w32_select): use rb_fdset_t to expand
	  fd_array if needed.  [ruby-core:19946]

	* win32/win32.c (copy_fd): new funcion for rb_w32_select().



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-01-13 07:52:22 +00:00
..
backward * include/ruby{io,sig}.h: moved to include/ruby/backward. 2008-09-26 00:55:09 +00:00
defines.h * dln.c: Ruby no longer supports VMS. 2008-10-04 13:57:06 +00:00
encoding.h * io.c (fptr_finalize): close the IO object even if finish_writeconv or 2008-12-26 05:04:39 +00:00
intern.h * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t, 2009-01-13 07:52:22 +00:00
io.h * include/ruby/io.h (rb_io_t): added write_lock to serialize. 2008-11-07 20:47:02 +00:00
missing.h * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++. 2009-01-02 14:35:07 +00:00
oniguruma.h * id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h, 2008-12-09 07:14:13 +00:00
re.h * include/ruby/re.h (struct rmatch_offset): new struct for character 2008-02-16 20:08:35 +00:00
regex.h * $Date$ keyword removed to avoid inclusion of locale dependent 2008-01-06 15:49:38 +00:00
ruby.h * ext/curses/curses.c: curses encoding should obey locale. 2008-11-07 21:42:24 +00:00
st.h * include/ruby/st.h: need to include defines.h because LONG_LONG is 2008-12-23 05:19:27 +00:00
util.h * dln.c: Ruby no longer supports MS-DOS. 2008-10-04 13:33:22 +00:00
vm.h * include/ruby/vm.h: write a comment. 2008-10-21 20:59:23 +00:00
win32.h * win32/win32.c (internal_cmd_match): extracted from 2009-01-12 17:21:45 +00:00