Re: [PATCH] Implement pthread_rwlocks

2003-03-12 Thread Cygwin \(Robert Collins\)
This work looks pretty nice :}. You are using the thunk approach here - the same one another patch of yours removes is that deliberate? I'd rather not introduce more of that approach. Approval to commit is granted. Rob

Re: [PATCH] add support for PTHREAD_MUTEX_NORMAL

2003-03-12 Thread Cygwin \(Robert Collins\)
This: if (1 == InterlockedIncrement ((long *)lock_counter)) is not safe. You can only check for equal to 0, less than 0, and greater than 0 with InterlockedIncrement | Decrement. Secondly, IIRC lock_counter should be long, so the (long *) typecasting isn't needed. Rob

Re: [PATCH]: Updated pthread_cond patch.

2003-03-12 Thread Cygwin \(Robert Collins\)
I * think* this one is ok. No red flags glared at me :}. So, please, go ahead. Rob === - Original Message - From: Thomas Pfaff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 11:27 PM Subject: [PATCH]: Updated pthread_cond patch. This is a slightly

Re: Preliminary colour-coding patch (was: Pending setup patches (issue 2))

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] I had anticipated some change in the design though (http://sources.redhat.com/ml/cygwin-apps/2003-01/msg00362.html) I was anticipating the need to customize the colours. Re-designing would be premature until that has been

Re: Setup Bug Collation

2003-03-08 Thread Cygwin \(Robert Collins\)
I've merged this into the README. Thanks Max, Rob === - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 6:06 AM Subject: Setup Bug Collation The new setup snapshot 2.303 has been out a while now, and there have been a

Re: Removing concat.cc/h

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] What is policy for setup? Should we regenerate Makefile.in (and aclocal.m4, and any other relevent files) with the current Cygwin release of automake, since we are changing it at all, or would you prefer to keep it at the

Re: Pending setup patches (issue 3)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 12:25 PM Subject: Pending setup patches (issue 3) Updated: * Remove concat.* In http://sources.redhat.com/ml/cygwin-apps/2003-02/msg00022.html Applied. Rob

Re: Pending setup patches (Re: [PATCH] Re: Removing concat.cc/h)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] * Igor's error message patch http://sources.redhat.com/ml/cygwin-apps/2003-02/msg00017.html Commited. I still suspect we need a = rather than == - but we'll see :}. Rob

Re: Pending setup patches (Re: [PATCH] Re: Removing concat.cc/h)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] * Pavel's patch for Exceptions freeing their messages too early http://sources.redhat.com/ml/cygwin-apps/2003-02/msg00176.html Applied. Rob

Re: Pending setup patches (Re: [PATCH] Re: Removing concat.cc/h)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] * Pavel's Do not uninstall if upgrade package fails md5 patch http://sources.redhat.com/ml/cygwin-apps/2003-02/msg00178.html Pavel, This patch was missing IDS_CRC_ERROR definitions, even though it used it. Tsk! I've

queue semi-flushed

2003-03-08 Thread Cygwin \(Robert Collins\)
Well, I've reviewed / applied the bulk of the queue. There is a new snapshot of HEAD being uploaded as I type. To get this released we need to work through the bugs in README. Given the number of features already added to HEAD, I consider new feature patchs lowest priority, and patches solving

Re: I think I've GOT IT! The Cannot open (null) for readingbug!!!

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: Robert Collins [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, March 09, 2003 10:08 AM Subject: Re: I think I've GOT IT! The Cannot open (null) for readingbug!!! Robert Collins wrote: On Sun, 2003-03-09 at 07:41,

Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: linda w (cyg) [EMAIL PROTECTED] I didn't know it was in reference to the CVS...I just tried current released source for current released setup with current released tools -- which I realize (now) was completely naive of me. :-/ Naive, yes. Foolish no.

Re: when is next release of setup.exe

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: vijay kiran kamuju [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 6:00 PM Subject: when is next release of setup.exe hi, when is it going to be the next release of the the setup.exe with all the CURRENT PATCHES, i need it asap.

Re: LPRng was Re: Pending packages status

2003-03-08 Thread Cygwin \(Robert Collins\)
Max Bowsher wrote: IMO, a simple bootstrap.sh containing the appropriate autotool commands would be better. A source release for a binary package isn't supposed to require autotools. IIRC, this is GNU standards mandated; if not it certainly is autoconf mandated. The configure script

Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: Cygwin (Robert Collins) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 09, 2003 10:56 AM Subject: Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe) Cygwin (Robert Collins) wrote

Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: Cygwin (Robert Collins) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 09, 2003 10:56 AM Subject: Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe) Cygwin (Robert Collins) wrote

Re: Pending setup patches (Re: [PATCH] Re: Removing concat.cc/h)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Igor Pechtchanski [EMAIL PROTECTED] I still suspect we need a = rather than == - but we'll see :}. Rob Only if files is traversed in order of decreasing minlevel. Otherwise we'd have to traverse the whole set before we can find the right log file.

Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: Cygwin (Robert Collins) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 09, 2003 10:56 AM Subject: Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe) Cygwin (Robert Collins) wrote

Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe)

2003-03-08 Thread Cygwin \(Robert Collins\)
=== - Original Message - From: Max Bowsher [EMAIL PROTECTED] To: Cygwin (Robert Collins) [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, March 09, 2003 10:56 AM Subject: Re: He wrote, then she wrote, ... (was RE: when is next release of setup.exe) Cygwin (Robert Collins) wrote

[ANNOUNCEMENT] New package: libxml2-2.4.13

2002-01-16 Thread Cygwin \(Robert Collins\)
The 'libxml2' package is now available via setup.exe. Libxml2 is a C library that allows programs to manipulate XML data. This is the first non-test release. Rob To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads setup.exe to

[ANNOUNCEMENT] New package: libxslt

2002-01-16 Thread Cygwin \(Robert Collins\)
The 'libxslt' package is now available via setup.exe. Libxslt is a C library that allows programs to process XML data via the XSLT stylesheet language. Libxslt includes xsltproc, a command line processor. This is the first non-test release. Rob To update your installation, click on the Install

New package: libxslt

2002-01-16 Thread Cygwin \(Robert Collins\)
The 'libxslt' package is now available via setup.exe. Libxslt is a C library that allows programs to process XML data via the XSLT stylesheet language. Libxslt includes xsltproc, a command line processor. This is the first non-test release. Rob To update your installation, click on the Install

[ANNOUNCEMENT] New on sourceware: LibXML2 2.4.12

2001-12-28 Thread Cygwin \(Robert Collins\)
I've uploaded LibXML2-2.4.12-1 to the Cygwin net distribution. Libxml is the XML C library developped for the Gnome project. XML itself is a metalanguage to design markup languages, i.e. text language where semantic and structure are added to the content using extra 'markup' information enclosed

[ANNOUNCEMENT] New on sourceware: Libxslt 1.0.9

2001-12-28 Thread Cygwin \(Robert Collins\)
I've uploaded LibXSLT-1.0.9-1 to the Cygwin net distribution. Libxslt is the XSLT C library developped for the Gnome project. XSLT itself is an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developped for the Gnome project. It also implements most