This is the mail archive of the cygwin-developers 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: Cygwin changes needed for MSYS


On Tue, Jul 30, 2013 at 03:12:00PM -0400, Christopher Faylor wrote:
>I expect to check stuff into the branch later today (EST5EDT) when I'm
>off the clock for my real job.  I'll send out a notice when the branch
>is actually populated with stuff.  So far, I've only changed a few files
>and I don't expect that many more will need to be modified.

I've checked in the following files to the checkout branch:

ChangeLog
environ.cc
external.cc
globals.cc
uname.cc
winsup.h
include/cygwin/callout.h
include/cygwin/version.h
include/sys/cygwin.h

I'm trying to avoid the headache of a full CVS branch so update an
existing cygwin repository like this to get the changed files:

cd winsup/cygwin
cvs update
cvs log -rcallout -S -R -h 2>&/dev/null | sed -n -e 's%/Attic%%' -e 's%^/cvs/src/src/winsup/cygwin/\(.*\),v%\1%p' | xargs cvs update -rcallout

cgf


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