newlib/winsup
Corinna Vinschen ac706ac123 * mmap.cc (mmap_record::page_map): Define as variable array rather than
as pointer.
	(mmap_record::alloc_page_map): Remove.
	(mmap_record::free_page_map): Remove.
	(mmap_record::init_page_map): New method.
	(mmap_record::add_record): Take mmap_record parameter by reference
	rather than by value.
	(mmap_record::map_pages): Fix comment.
	(mmap_list::add_record): Allocate space for mmap_record including the
	page_map in a single ccalloc call.  Call init_page_map afterwards.
	(mmap_list::del_record): Remove call to mmap_record::free_page_map.
2011-03-18 13:38:34 +00:00
..
cygserver * configure.in: Remove AC_ALLOCA test and test for __builtin_memset. 2011-02-07 16:22:02 +00:00
cygwin * mmap.cc (mmap_record::page_map): Define as variable array rather than 2011-03-18 13:38:34 +00:00
doc * new-features.sgml (ov-new1.7.8): Fix typo. 2011-02-15 16:05:27 +00:00
lsaauth * cyglsa-config: Unset GREP_OPTIONS when calling grep. 2010-12-10 10:14:35 +00:00
mingw Correct hexadecimal formatting of double and long double values. 2011-01-07 22:57:00 +00:00
testsuite * Makefile.in: Use utils mingw front-end to generate non-cygwin binary. 2009-11-01 17:22:44 +00:00
utils * cygcheck.cc: Fix copyright dates. 2011-02-15 15:57:35 +00:00
w32api 2011-03-11 Chris Sutcliffe <ir0nh34d@users.sf.net> 2011-03-12 04:33:16 +00:00
COPYING
CYGWIN_LICENSE
ChangeLog winsup: 2011-01-29 06:41:28 +00:00
Makefile.common winsup/ChangeLog: 2009-07-07 20:12:44 +00:00
Makefile.in
README
acinclude.m4
aclocal.m4
configure winsup: 2011-01-29 06:41:28 +00:00
configure.in winsup: 2011-01-29 06:41:28 +00:00

README

THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Cygwin documentation is available on the net at http://cygwin.com
You might especially be interested in

http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin