Re: "man pages" for pthread_* functions

2007-10-21 Thread Roman Mashak
2007/10/21, Brian Dessent <[EMAIL PROTECTED]>: > We don't provide man pages for all functions, because nobody has written > or contributed them. The ones we do provide come from newlib, but > newlib does not implement any of the pthread code. > > Since pthreads are standardized you can find good d

Re: libssh 0.11

2007-10-21 Thread Brian Dessent
thefinn wrote: > Cygwin version of this? I need the older library... Are you talking about libssh2, which I currently maintain? libssh2 0.11 is over two years old and there's no way I'm supporting that. The library is in the distro primarily to support libcurl, and libcurl requires a recent ver

Re: "man pages" for pthread_* functions

2007-10-21 Thread Brian Dessent
Roman Mashak wrote: > I've installed latest cygwin, including such packages as 'cygwin', > 'cygwin-doc', 'man' but none of them contains any 'man' pages on > pthread_* functions, though thread support is included and available. > > Was it omitted in this release or there's another problem? We do

libssh 0.11

2007-10-21 Thread thefinn
Cygwin version of this? I need the older library... TF. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

"man pages" for pthread_* functions

2007-10-21 Thread Roman Mashak
Hello, I've installed latest cygwin, including such packages as 'cygwin', 'cygwin-doc', 'man' but none of them contains any 'man' pages on pthread_* functions, though thread support is included and available. Was it omitted in this release or there's another problem? Thanks in advance. -- Roma

Re: [Patch] Convert PE relocatable modules to ELF with objcopy

2007-10-21 Thread Christopher Faylor
On Sun, Oct 21, 2007 at 10:30:20PM +0200, Christian Franke wrote: > objcopy from binutils-20060817-1 cannot convert pe-i396 to elf32-i386. The > offsets of the pc-relative relocation entries are not converted properly. > (http://sourceware.org/bugzilla/show_bug.cgi?id=970) > > I recently started a

[Patch] Convert PE relocatable modules to ELF with objcopy

2007-10-21 Thread Christian Franke
objcopy from binutils-20060817-1 cannot convert pe-i396 to elf32-i386. The offsets of the pc-relative relocation entries are not converted properly. (http://sourceware.org/bugzilla/show_bug.cgi?id=970) I recently started a Cygwin port of GRUB2 ([Maybe ITP later]-). (http://lists.gnu.org/archive

RE: Problem with the dos2unix command

2007-10-21 Thread Dave Korn
On 20 October 2007 02:39, Buchbinder, Barry (NIH/NIAID) wrote: > > For the record, shouldn't the following work? > > sed -i -e 's/\r$//' file1, file2, ... Yes, but needs the -b flag. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cyg

RE: Problem with the dos2unix command

2007-10-21 Thread Buchbinder, Barry (NIH/NIAID) [E]
From: d.henman, Sent: Saturday, October 20, 2007 8:46 PM > Buchbinder, Barry (NIH/NIAID) [E] <[EMAIL PROTECTED]> wrote: > > From: Patrick Monnerat; Sent: Wednesday, October 17, 2007 7:00 AM > > > I'm trying to convert a \r\n line-ending file to unix style, but > > > this file has some lines with t