perl localtime returns gmttime

2003-11-09 Thread Kirill Yarosh
I have update perl to 5.8.2 .
After that i did find symptomatic insane behaviour of "local" function.
Now it returns GMT time.
Does anybody unite with me ?

$perl -e 'use POSIX qw(strftime); $now_string = strftime ("%a %b %e 
%H:%M:%S %Y", localtime); print $now_string . "\n";'
Sun Nov  9 15:06:30 2003

$ date -R
Sun, 09 Nov 2003 17:06:33 +0200

Kirill.


--
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/


Bash 3.00.16(7), paste-from-clipboard binding reset after command execution

2005-07-10 Thread Kirill Yarosh

Hi,
I have following line in my .inputrc:
"\C-v": paste-from-clipboard
When the bash starts ^V binded to quoted-insert.
$ bind -p | grep '"\\C-v'
"\C-v": quoted-insert
When I force bash to re-read-init-file with "\C-x\C-r"
^V bounded to paste-from-clipboard but until "Return" keyboard
key will pressed( until next command ).
After execution of new command the binding returns to quoted-insert.

Is it sane behavior ?


--
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/



Xemacs warning message after update to xemacs-21.4.19-2

2006-12-03 Thread Kirill Yarosh

Hi all,
After update to xemacs-21.4.19-2 I got a following warning message:
WARNING:
Couldn't find an obvious default for the root of the
XEmacs hierarchy.

It's just a warning but xemacs works properly. Anybody knows how to 
suppress this warning ?


Thanks
Kirill Yarosh


--
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/



date.exe have some time advance to system time

2010-10-24 Thread Kirill Yarosh
I have a problem with date.exe .
date.exe got a permanent increasing time advance in comparison to system time.


The following example demonstrates the problem:

$ date ; cmd /c echo %TIME%
Sun Oct 24 10:32:44 JST 2010
10:32:37.08





--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: date.exe have some time advance to system time

2010-10-25 Thread Kirill Yarosh
On some computers it works as by a book.
-- 
Kirill




--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple