newlib/winsup
Corinna Vinschen 4b65f19045 * fhandler.h (fhandler_console::trunc_buf): Add to use as cache for
truncated multibyte characters on input.
	(fhandler_console::write_replacement_char): Declare new method.
	* fhandler_console.cc (CONVERT_LIMIT): Raise to 64K.
	(fhandler_console::fhandler_console): Initialize trunc_buf.
	(ERR): Define as independent value again.
	(fhandler_console::write_replacement_char): New method to print
	replacement chars.
	(fhandler_console::write_normal): Add handling for truncated multibyte
	sequences.  Call next_char instead of pathetic CharNextExA function.
	Don't change src, rather just work with found later on.
	* miscfuncs.cc (is_cp_multibyte): Move here from strfuncs.cc.
	Don't call Windows function, restrict to well-known ANSI/OEM codepages
	and UTF-8.
	(next_char): Call CharNextExA only for doublebyte codepages.
	Implement for UTF-8 here.
	* strfuncs.cc (is_cp_multibyte): Move to miscfuncs.cc.
	* winsup.h (next_char): Declare.
	* include/limits.h (MB_LEN_MAX): Set to maximum value of MB_CUR_MAX
	as defined by newlib for now.
2008-02-06 18:24:50 +00:00
..
cygserver * Makefile.in: Don't link strfuncs.o from the Cygwin build dir. 2008-02-04 12:02:26 +00:00
cygwin * fhandler.h (fhandler_console::trunc_buf): Add to use as cache for 2008-02-06 18:24:50 +00:00
doc * faq-using.xml (faq.using.bloda): New entry. 2007-12-29 18:20:13 +00:00
lsaauth
mingw 2008-02-01 Brian Dessent <brian@dessent.net> 2008-02-02 14:14:49 +00:00
testsuite
utils * cygcheck.cc (dump_sysinfo): Always try to get a OSVERSIONINFOEX 2008-01-13 13:41:45 +00:00
w32api 2008-02-02 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2008-02-02 13:19:23 +00:00
COPYING
CYGWIN_LICENSE * CYGWIN_LICENSE: Fix URL to world-wide offices. 2007-07-06 19:55:43 +00:00
ChangeLog * configure: Regenerate. 2007-08-31 23:11:04 +00:00
Makefile.common
Makefile.in
README
acinclude.m4
aclocal.m4
configure * configure: Regenerate. 2007-08-31 23:11:04 +00:00
configure.in

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