On 6/3/2013 5:58 PM, David Rothenberger wrote:
> I'll try the 1.7.10 test suite shortly and report back on the results,
> although I expect them to be the same.
Confirmed. And I get problems in practice using subversion without
setting the locking mode to posix.
--
David Rothenberger dave
On 2013-06-03 18:03, Dan Kegel wrote:
On Mon, Jun 3, 2013 at 3:47 PM, Larry Hall (Cygwin) wrote:
Cygwin != Linux
/proc/cpuinfo begs to differ :-)
For what it's worth, windows 8 now includes a way to mount iso,
and it seems to have been backported to older windows as an addon
( http://www.micr
On 6/3/2013 1:11 PM, Warren Young wrote:
> This is a big-push attempt at a version of Cygwin SQLite that will make
> everyone happy (ha!) whether they want POSIX advisory locking behavior
> or Windows mandatory locking behavior. My part of the effort is being
> stubborn on this point and doing the
On Mon, Jun 3, 2013 at 4:44 PM, Warren Young wrote:
>>> Cygwin != Linux
>>
>> /proc/cpuinfo begs to differ :-)
>
> $ grep -i linux /proc/cpuinfo | wc -l
> 0
Wrong test. I think you were looking for
$ test -f /proc/cpuinfo && echo "looks like linux"
See also http://www.sourceware.org/ml/cygwin-p
On 6/3/2013 17:03, Dan Kegel wrote:
On Mon, Jun 3, 2013 at 3:47 PM, Larry Hall (Cygwin) wrote:
Cygwin != Linux
/proc/cpuinfo begs to differ :-)
$ grep -i linux /proc/cpuinfo | wc -l
0
Smiley suggests joke. Joke not funny, yet statement not serious.
Programmer confused. F1!
Also:
$ una
On Mon, Jun 3, 2013 at 3:47 PM, Larry Hall (Cygwin) wrote:
> Cygwin != Linux
/proc/cpuinfo begs to differ :-)
For what it's worth, windows 8 now includes a way to mount iso,
and it seems to have been backported to older windows as an addon
( http://www.microsoft.com/en-us/download/details.aspx?id
On 6/3/2013 6:20 PM, John Oliver wrote:
$ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\
Settings/joliver/My\ Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora
mount: unknown option -- t
Try `mount --help' for more information.
$ mount -o loop /cygdrive/c/Documents\ and\ Settings/joliver
If you're just looking for any old way to do it, as opposed to using cygwin,
Me, I just install WinCDEmu from
http://wincdemu.sysprogs.org/download
and then do
cygstart foo.iso
- Dan
On Mon, Jun 3, 2013 at 3:20 PM, John Oliver wrote:
> $ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\
> Sett
$ mount -o loop -t iso9660 /cygdrive/c/Documents\ and\
Settings/joliver/My\ Documents/Downloads/Fedora-18-x86_64-DVD.iso Fedora
mount: unknown option -- t
Try `mount --help' for more information.
$ mount -o loop /cygdrive/c/Documents\ and\ Settings/joliver/My\
Documents/Downloads/Fedora-18-x86_64-
Hi folks,
I've made a nice Windows "port" of a client bash installer that
deploys a prepared cygwin distribution using NSIS and runs a few
scripts afterward. Works great on most of the machines we've tested
on, throwing a bizarre error on a Win7 x64 domain machine. Any ideas?
During the "Parsing.
This is a big-push attempt at a version of Cygwin SQLite that will make
everyone happy (ha!) whether they want POSIX advisory locking behavior
or Windows mandatory locking behavior. My part of the effort is being
stubborn on this point and doing the basic testing and packaging. The
real magic
On 03/06/13 11:01, Corinna Vinschen wrote:
I tracked this down to a problem in the process exit handling which
disallowed pthreads to exit when process exit was in progress (and
running the global destructors is part of the process exit). I fixed
that in CVS.
I'm just uploading a 2013-06-03 sna
On 6/2/2013 04:31, Corinna Vinschen wrote:
I just applied a patch to implement mandatory locking.
Thank you!
It also supports
F_GETLK, with limited usability due to Windows restrictions, as I
explained in other mail.
It is what it is.
A haiku:
Yesterday it worked.
Today it is not
New upstream release.
DESCRIPTION:
Kate is a codec for karaoke and text encapsulation for Ogg. Most of
the time, this would be multiplexed with audio/video to carry
subtitles, song lyrics (with or without karaoke data), etc, but
doesn't have to be. A possible use of a lone Kate stream
Version 1.60.1-1 of cppcheck has been uploaded, following the upstream release.
cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that
your C/C++ compiler doesn't see. The goal is no false positives.
cppcheck is versatile. You can check non-standard code that includes v
On Jun 3 10:38, Achim Gratz wrote:
> Corinna Vinschen cygwin.com> writes:
> > The result of removing colspan is a more narrow table, which doesn't
> > match the width of the headline. Afaics, a colspan=6 for the daily
> > headline containing date/changelog/diff would look better, wouldn't it?
>
Corinna Vinschen cygwin.com> writes:
> > The result of removing colspan is a more narrow table, which doesn't
> > match the width of the headline. Afaics, a colspan=6 for the daily
> > headline containing date/changelog/diff would look better, wouldn't it?
OK, got it - disregard my other mail.
Corinna Vinschen cygwin.com> writes:
> The result of removing colspan is a more narrow table, which doesn't
> match the width of the headline. Afaics, a colspan=6 for the daily
> headline containing date/changelog/diff would look better, wouldn't it?
It seems we aren't looking at the same table.
On Jun 3 12:32, Corinna Vinschen wrote:
> On Jun 3 10:21, Achim Gratz wrote:
> > Corinna Vinschen cygwin.com> writes:
> > > The colspan=3 is for the cell containing the filesize.
> >
> > Yes, and it should be eliminated. I guess formerly the header line with the
> > snapshot date had multiple
On Jun 3 10:21, Achim Gratz wrote:
> Corinna Vinschen cygwin.com> writes:
> > The colspan=3 is for the cell containing the filesize.
>
> Yes, and it should be eliminated. I guess formerly the header line with the
> snapshot date had multiple cells, but now it has just one.
>
> > There's no col
Corinna Vinschen cygwin.com> writes:
> The colspan=3 is for the cell containing the filesize.
Yes, and it should be eliminated. I guess formerly the header line with the
snapshot date had multiple cells, but now it has just one.
> There's no colspan for the cell with the filename, afaics.
No,
On Jun 3 09:53, Achim Gratz wrote:
> Corinna Vinschen cygwin.com> writes:
> > > BTW, on the webpage with the snapshots the 'colspan="3"' should be
> > > removed in the table cells for the file names.
> >
> > I'm not a web designer, so, why?
>
> The cell with the snapshot date specifies 'colspan
On Jun 2 23:01, David Stacey wrote:
> I'm trying to get Poco[1] working under Cygwin, and have hit a
> problem with the way it manages its threads. A short example
> (attached) shows what's going on.
>
> Poco creates a global object that is used for managing various
> threads. In the destructor,
Corinna Vinschen cygwin.com> writes:
> > BTW, on the webpage with the snapshots the 'colspan="3"' should be
> > removed in the table cells for the file names.
>
> I'm not a web designer, so, why?
The cell with the snapshot date specifies 'colspan="4"' and the other rows
have four columns, so the
On Jun 3 08:03, Achim Gratz wrote:
> Corinna Vinschen cygwin.com> writes:
> > Please give the 32 bit snapshot a try ASAP. I intend to release 1.7.19
> > very soon, probably tomorrow or Tuesday.
>
> Have it installed now, but I can't give it much testing before the end of
> the week.
>
> BTW, o
Corinna Vinschen cygwin.com> writes:
> Please give the 32 bit snapshot a try ASAP. I intend to release 1.7.19
> very soon, probably tomorrow or Tuesday.
Have it installed now, but I can't give it much testing before the end of
the week.
BTW, on the webpage with the snapshots the 'colspan="3"' s
26 matches
Mail list logo