[#5219] Segmentation fault in timeout.rb — Michel Pastor <K@...>

Hi,

18 messages 2005/06/16
[#5220] Re: Segmentation fault in timeout.rb — Eric Hodel <drbrain@...7.net> 2005/06/16

[#5221] Re: Segmentation fault in timeout.rb — Michel Pastor <K@...> 2005/06/16

On Fri, 17 Jun 2005 05:03:18 +0900

[#5223] Re: Segmentation fault in timeout.rb — nobu.nokada@... 2005/06/17

Hi,

[#5296] Subversion — Shugo Maeda <shugo@...>

Hi,

64 messages 2005/06/30
[#5297] Re: Subversion — Curt Hibbs <curt@...> 2005/06/30

Shugo Maeda wrote:

[#5298] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/06/30

Curt Hibbs wrote:

[#5301] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, Nikolai Weibull

[#5304] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/06/30

Austin Ziegler wrote:

[#5305] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, Nikolai Weibull

[#5307] Re: Subversion — mathew <meta@...> 2005/06/30

Austin Ziegler wrote:

[#5308] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, mathew <meta@pobox.com> wrote:

[#5311] Re: Subversion — mathew <meta@...> 2005/07/01

Austin Ziegler wrote:

[#5323] Re: Subversion — Austin Ziegler <halostatue@...> 2005/07/01

On 7/1/05, mathew <meta@pobox.com> wrote:

[#5325] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/07/01

Austin Ziegler wrote:

Re: [FILE] Alternative for win32\ifchange.bat

From: "daz" <dooby@...10.karoo.co.uk>
Date: 2005-06-07 16:41:22 UTC
List: ruby-core #5168
From: Nobu
> daz wrote in [ruby-core:05160]:
>
> > I did some web-research to see how others had approached the
> > problem and hacked this, which might be better ...
>
> Does it work on NT too?  Copy command on NT apparently copied
> even an empty file, IIRC.


According to the XP docs this is still a feature ...
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/copy.mspx

Copying zero-length files

  Copy does not copy files that are 0 bytes long. Use xcopy to copy these files.

>
> > :: N.B. - errorlevel not used - unavailable from fc/find before DOS 6
>
> Which version of DOS is running?
>

C:\>ver
Windows 98 [Version 4.10.2222]

(Which probably means DOS 7 - 98se)

I see ERRORLEVEL from 'find.exe' but not from 'fc.exe'

What I meant was that neither gave ERRORLEVEL before DOS 6
fc.exe was fixed some time later i.e. it could have been in
a later update to DOS 7 or in cmd.exe for NT; I don't know.

Of course, this dependency on copy is likely to fail for
people using alternative DOS shells like 4DOS.
You have a better knowledge of the range of platforms Ruby
wants to support, so if you would like a different solution,
say so and I'll try to find something.


daz





In This Thread