octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave 2.9.13 on cygwin


From: Tatsuro MATSUOKA
Subject: Re: octave 2.9.13 on cygwin
Date: Sat, 8 Sep 2007 08:33:32 +0900 (JST)

Thank you jwe and Marco

I will recontruct my binary and revise my web.

Tatsuro MATSUOKA

--- Marco Atzeri <address@hidden> wrote:

> 
> --- "John W. Eaton" <address@hidden> ha
> scritto:
>  
> > | As newlib strptime, used in cygwin, does not set
> > | tm_wday when format does not include %a or %A
> > | weekday is failing and for every day the output is
> > 0.
> > | 
> > | I have the feeling that strptime is potentially
> > | implemented locally, but it is unclear to me
> > | how to use it instead of the system version,
> > | at least on cygwin.
> > 
> > How about the following patch?
> > 
> > jwe
> > 
> >
> solved
>  
>  [tm,nc]=strptime('30-Aug-2007','%d-%b-%Y')
> tm =
> {
>   usec = 0
>   sec = 0
>   min = 0
>   hour = 0
>   mday =  30
>   mon =  7
>   year =  107
>   wday =  4
>   yday =  241
>   isdst = 0
>   zone =    
> }
> 
> nc =  12
> 
> regards
> Marco
> 
> 
> 
>       ___________________________________ 
> L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail:
> http://it.docs.yahoo.com/nowyoucan.html
> 


--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]