> -----Original Message----- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 19, 2002 11:19 AM > To: cygpatch > Subject: Re: New addition to cygwin: 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.
Got it. One more thing to add to my growing list of Changelog do's and don't's. I swear, the day I submit a perfect changelog the world will come to an end. Or hell will freeze over. Or AOL will buy Redhat. > 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 :-)). Ok. I'll remember that for next time. Mark