This is the mail archive of the cygwin-cvs@cygwin.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]
Other format: [Raw text]

src/winsup/cygwin ChangeLog cygwin.din errno.c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	yselkowitz@sourceware.org	2011-05-17 20:25:42

Modified files:
	winsup/cygwin  : ChangeLog cygwin.din errno.cc posix.sgml 
	winsup/cygwin/include/cygwin: version.h 
Added files:
	winsup/cygwin/include: error.h 

Log message:
	* cygwin.din (error): Export.
	(error_at_line): Export.
	(error_message_count): Export.
	(error_one_per_line): Export.
	(error_print_progname): Export.
	* errno.cc (error_message_count): Define.
	(error_one_per_line): Define.
	(error_print_progname): Define.
	(_verror): New static function.
	(error): New function.
	(error_at_line): New function.
	* posix.sgml (std-gnu): Add error, error_at_line.
	* include/error.h: New header.
	* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5355&r2=1.5356
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.242&r2=1.243
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/errno.cc.diff?cvsroot=src&r1=1.81&r2=1.82
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/posix.sgml.diff?cvsroot=src&r1=1.64&r2=1.65
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/error.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.347&r2=1.348


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