tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3

View: New views
6 Messages — Rating Filter:   Alert me  

tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I have noticed today on octave 3.2.3/mingw by Benjamin
octave.exe:1> tilde_expand ("^")
ans = ^

The same phenomenon happened  all versions of octave on mingw that I have investigatred.

3.0.5   Benjamin
3.2.2   Benjamin
3.2.3   Benjamin
3.2.3+  Tatsuro
3.3.50+ Tatsuro

Hmmm?
I suspect that the recent Windows update is the origin of this anomalous behavior.
However no proof exist at present.    

A few weeks before  tilde_expand ("^") works correct on my computer.

I will test it on the computer in my house (windows XP Home sp3).

Anyway the collection of information is important.

I ask users of octave/ mingw test   tilde_expand ("^") reports results with information kind of OS.
(ex. XP Professional, VISTA Home Premium and so on. )

Regards

Tatsuro

--------------------------------------
GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
http://pr.mail.yahoo.co.jp/gyao/

Re: tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3 (also on Cygwin)

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I add to octave 3.0.3 on MSVC by Michael and octave 3.2.3 on cygwin by Marco to the following list
>
> 3.0.5   Benjamin
> 3.2.2   Benjamin
> 3.2.3   Benjamin
> 3.2.3+  Tatsuro
> 3.3.50+ Tatsuro

Regards

Tatsuro

--- Tatsuro MATSUOKA  wrote:

> Hello
>
> I have noticed today on octave 3.2.3/mingw by Benjamin
> octave.exe:1> tilde_expand ("^")
> ans = ^
>
> The same phenomenon happened  all versions of octave on mingw that I have investigatred.
>
> 3.0.5   Benjamin
> 3.2.2   Benjamin
> 3.2.3   Benjamin
> 3.2.3+  Tatsuro
> 3.3.50+ Tatsuro
>
> Hmmm?
> I suspect that the recent Windows update is the origin of this anomalous behavior.
> However no proof exist at present.    
>
> A few weeks before  tilde_expand ("^") works correct on my computer.
>
> I will test it on the computer in my house (windows XP Home sp3).
>
> Anyway the collection of information is important.
>
> I ask users of octave/ mingw test   tilde_expand ("^") reports results with information kind of
> OS.
> (ex. XP Professional, VISTA Home Premium and so on. )
>
> Regards
>
> Tatsuro
>
> --------------------------------------
> GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
> http://pr.mail.yahoo.co.jp/gyao/
>


--------------------------------------
GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
http://pr.mail.yahoo.co.jp/gyao/

Re: tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3

by David Grundberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tatsuro MATSUOKA wrote:

> Hello
>
> I have noticed today on octave 3.2.3/mingw by Benjamin
> octave.exe:1> tilde_expand ("^")
> ans = ^
>
> The same phenomenon happened  all versions of octave on mingw that I have investigatred.
>
> 3.0.5   Benjamin
> 3.2.2   Benjamin
> 3.2.3   Benjamin
> 3.2.3+  Tatsuro
> 3.3.50+ Tatsuro
>
> Hmmm?
> I suspect that the recent Windows update is the origin of this anomalous behavior.
> However no proof exist at present.    
>
> A few weeks before  tilde_expand ("^") works correct on my computer.
>
> I will test it on the computer in my house (windows XP Home sp3).
>
> Anyway the collection of information is important.
>
> I ask users of octave/ mingw test   tilde_expand ("^") reports results with information kind of OS.
> (ex. XP Professional, VISTA Home Premium and so on. )
>
> Regards
>
> Tatsuro
>
> --------------------------------------
> GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
> http://pr.mail.yahoo.co.jp/gyao/
>  


I'm confused about what you are trying to say. From what I understand,
tilde_expand ("^") is to return just that (a 'hat' or 'caret'
character). tilde_expand("~") with a tilde, returns the path of the home
directory.

David

Re: tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3 (also on Cygwin)

by Marco atzeri-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tatsuro,
are you mixing character ?

 tilde_expand ("~")
ans = /home/itq00146


--- Mer 28/10/09, Tatsuro MATSUOKA <tmacchant@...> ha scritto:

> Da: Tatsuro MATSUOKA <tmacchant@...>
> Oggetto: Re: tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3 (also on Cygwin)
> A: tmacchant@..., maintainers@...
> Cc: "Benjamin Lindner" <lindnerben@...>, marco_atzeri@...
> Data: Mercoledì 28 ottobre 2009, 10:29
> Hello
>
> I add to octave 3.0.3 on MSVC by Michael and octave 3.2.3
> on cygwin by Marco to the following list
> >
> > 3.0.5   Benjamin
> > 3.2.2   Benjamin
> > 3.2.3   Benjamin
> > 3.2.3+  Tatsuro
> > 3.3.50+ Tatsuro
>
> Regards
>
> Tatsuro



     


Re: tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3 (also on Cygwin)

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I add to octave 3.0.3 on MSVC by Michael and octave 3.2.3 on cygwin by Marco to the following list
>
> 3.0.5   Benjamin
> 3.2.2   Benjamin
> 3.2.3   Benjamin
> 3.2.3+  Tatsuro
> 3.3.50+ Tatsuro

Regards

Tatsuro

--- Tatsuro MATSUOKA  wrote:

> Hello
>
> I have noticed today on octave 3.2.3/mingw by Benjamin
> octave.exe:1> tilde_expand ("^")
> ans = ^
>
> The same phenomenon happened  all versions of octave on mingw that I have investigatred.
>
> 3.0.5   Benjamin
> 3.2.2   Benjamin
> 3.2.3   Benjamin
> 3.2.3+  Tatsuro
> 3.3.50+ Tatsuro
>
> Hmmm?
> I suspect that the recent Windows update is the origin of this anomalous behavior.
> However no proof exist at present.    
>
> A few weeks before  tilde_expand ("^") works correct on my computer.
>
> I will test it on the computer in my house (windows XP Home sp3).
>
> Anyway the collection of information is important.
>
> I ask users of octave/ mingw test   tilde_expand ("^") reports results with information kind of
> OS.
> (ex. XP Professional, VISTA Home Premium and so on. )
>
> Regards
>
> Tatsuro
>
> --------------------------------------
> GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
> http://pr.mail.yahoo.co.jp/gyao/
>


--------------------------------------
GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
http://pr.mail.yahoo.co.jp/gyao/

Re: tilde_expand ("^")  returns ~ octave built on mingw on windows XP pro sp3 (also on Cygwin)

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

Sorry!
Please ignore the noise

Regards

Tatsuro

--- Marco Atzeri  wrote:

> Tatsuro,
> are you mixing character ?
>
>  tilde_expand ("~")
> ans = /home/itq00146
>
>
> --- Mer 28/10/09, Tatsuro MATSUOKA <tmacchant@...> ha scritto:
>
> > Da: Tatsuro MATSUOKA <tmacchant@...>
> > Oggetto: Re: tilde_expand ("^") returns ~ octave built on mingw on windows XP pro sp3 (also
> on Cygwin)
> > A: tmacchant@..., maintainers@...
> > Cc: "Benjamin Lindner" <lindnerben@...>, marco_atzeri@...
> > Data: Mercoled狸 28 ottobre 2009, 10:29
> > Hello
> >
> > I add to octave 3.0.3 on MSVC by Michael and octave 3.2.3
> > on cygwin by Marco to the following list
> > >
> > > 3.0.5���Benjamin
> > > 3.2.2���Benjamin
> > > 3.2.3���Benjamin
> > > 3.2.3+� Tatsuro
> > > 3.3.50+ Tatsuro
> >
> > Regards
> >
> > Tatsuro
>
>
>
>
>


--------------------------------------
GyaO! - Anime, Dramas, Movies, and Music videos [FREE]
http://pr.mail.yahoo.co.jp/gyao/