This is the mail archive of the cygwin-cvs@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

winsup/cygwin ChangeLog autoload.cc dcrt0.cc e ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2000-12-09 16:45:12

Modified files:
	cygwin         : ChangeLog autoload.cc dcrt0.cc environ.cc 
	                 fhandler_clipboard.cc fhandler_console.cc 
	                 pinfo.cc security.cc winsup.h 

Log message:
	* autoload.cc: Autoload CharToOemA.
	* dcrt0.cc (dll_crt0_1): Translate command line to OEM if current codepage is
	OEM.
	* environ.cc: Add new option 'codepage' to CYGWIN environment variable.
	* fhandler_clipboard.cc (fhandler_clipboard::read): Read clipboard in OEM mode
	if current codepage is OEM.
	* fhandler_console.cc (fhandler_console::read): Only translate console input if
	current codepage is ANSI.
	* fhandler_console.cc (fhandler_console::write_normal): Translate output data
	if current codepage is ANSI.
	* pinfo.cc (codepage_init): New function.  Setup current codepage from CYGWIN
	environment variable and set codepage for file APIs.
	* security.cc (read_sd): Translate file name to it if current codepage is OEM.
	* winsup.h: (sys_wcstombs,sys_mbstowcs): Use current codepage for translations
	between multibyte and widechar string and vice versa.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.460&r2=1.461
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/environ.cc.diff?cvsroot=uberbaum&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_clipboard.cc.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/security.cc.diff?cvsroot=uberbaum&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.45&r2=1.46


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]