This is the mail archive of the cygwin-patches@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]

Re: New addition to cygwin: recvmsg and sendmsg


On Sat, Jan 19, 2002 at 12:21:47AM -0500, Mark Bradshaw wrote:
> Changelog:
> 2002-01-19  Mark Bradshaw  <bradshaw@staff.crosswalk.com>
> 
> 	* cygwin.din: added recvmsg and sendmsg
> 	* net.cc: added cygwin_recvmsg and cygwin_sendmsg
> 	* /usr/include/sys/socket.h: added recvmsg and sendmsg

Thanks, Mark!  I applied it with *just* a few changes to the
ChangeLog:

        * cygwin.din: Add recvmsg and sendmsg.
	* net.cc: Add cygwin_recvmsg and cygwin_sendmsg.
	* /usr/include/sys/socket.h: Add recvmsg and sendmsg.

Do you see the differences? Present tense, upper case after the
colon, full stop at the end of a sentence.

And there's something else important.  Adding new functions
to the API requires us to bump CYGWIN_VERSION_API_MINOR in
include/cygwin/version.h.  I did that now but it would be
nice(tm) if you could do that by yourself when you add a
new function to the API next time (e.g strptime :-)).

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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