Re: llvm/clang 3.0-1 silently ignores C++ exception handling

2012-01-31 Thread Christian Franke
Yaakov (Cygwin/X) wrote: On Tue, 2012-01-31 at 19:41 +0100, Christian Franke wrote: Clang++ 3.0-1 does not produce any exception handling code. Unwind tables and code within catch(.) {...} blocks are not generated. Throw always abort()s program. Is this as excepted? As best as I can tell, this

Re: llvm/clang 3.0-1 silently ignores C++ exception handling

2012-01-31 Thread Yaakov (Cygwin/X)
On Tue, 2012-01-31 at 19:41 +0100, Christian Franke wrote: > Clang++ 3.0-1 does not produce any exception handling code. Unwind > tables and code within catch(.) {...} blocks are not generated. Throw > always abort()s program. > > Is this as excepted? As best as I can tell, this is an upstream

llvm/clang 3.0-1 silently ignores C++ exception handling

2012-01-31 Thread Christian Franke
Clang++ 3.0-1 does not produce any exception handling code. Unwind tables and code within catch(.) {...} blocks are not generated. Throw always abort()s program. $ cat trycatch.cc void do_work(); void handle_error(); void func() { try { do_work(); } catch (...) { handle_error(); } } $ cl

Re: mkpasswd -l and mkgroup -l results: [1722]: The RPC server is unavailable

2012-01-31 Thread Kenneth Wolcott
On Tue, Jan 31, 2012 at 00:58, Corinna Vinschen wrote: > On Jan 30 22:39, Kenneth Wolcott wrote: >> Hi; >> >> mkpasswd -l /etc/passwd and mkgroup -l /etc/group results: [1722]: The >> RPC server is unavailable > > The User's Guide may help: > > http://cygwin.com/cygwin-ug-net/using-utils.html#mkgro

Re: date command shows time 20 minutes into future

2012-01-31 Thread David Balažic
After a reboot, it all works correctly again. Windows, I guess... :p Regards, David On 27 January 2012 21:17, David Balažic <> wrote: > Hi! > > Just to note, the UTC printout is wrong too, so I assume this has > nothing to do with timezones. > > European time is UTC+1 currently. > > TZ=CET date

[ANNOUNCEMENT] Updated: tcsh-6.18.00-3

2012-01-31 Thread Corinna Vinschen
I've updated the tcsh package to 6.18.00-3. This is the same as 6.18.00-2, plus an upstream bug fix which broke signal handling on all platforms. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. The

Re: mkpasswd -l and mkgroup -l results: [1722]: The RPC server is unavailable

2012-01-31 Thread Corinna Vinschen
On Jan 30 22:39, Kenneth Wolcott wrote: > Hi; > > mkpasswd -l /etc/passwd and mkgroup -l /etc/group results: [1722]: The > RPC server is unavailable The User's Guide may help: http://cygwin.com/cygwin-ug-net/using-utils.html#mkgroup http://cygwin.com/cygwin-ug-net/using-utils.html#mkpasswd Try

[ANNOUNCEMENT] Updated: {emacs,emacs-X11,emacs-el}-23.4-1

2012-01-31 Thread Ken Brown
New releases of the emacs, emacs-X11, and emacs-el packages (23.4-1) are now available, leaving 23.3-3 as previous. This is a new upstream release, which mainly fixes a security flaw in EDE (CVE-2012-0035) described at http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00387.html It

[ANNOUNCEMENT] Updated: pngquant 1.0-2 -- PNG image optimising utility

2012-01-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/pngquant License : GPL pngquant is a command-line conversion utility to quantize and dither truecolor PNG images, especially those with a full alpha channel, down to 8-bit (or smaller) RGBA-palette PNGs. Such images

[ANNOUNCEMENT] Updated: archivemail 0.9.0-1 -- Archive and compress old email

2012-01-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://sourceforge.net/projects/archivemail License : GPL Move old mail out of a mailbox (in Maildir, MH, or mbox format, or via IMAP) and archives it in a compressed mbox-format mailbox file. It is well suited to be run from cron for automatic a

[ANNOUNCEMENT] Updated: httping 1.5.2-1 -- Ping-like program for http-requests

2012-01-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/httping License : GPL Show how long it takes to connect to a hostname or remote url; send a request and retrieve the reply (only the headers). CHANGES SINCE LAST RELEASE == See homepage and

[ANNOUNCEMENT] Updated: links 2.5-1 -- Text mode WWW browser

2012-01-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://links.twibright.com License : GPL A lynx-like character mode browser. It includes support for rendering tables and frames, features background downloads, can display colors and has many other features. nlike lynx, links supports the HTML T

[ANNOUNCEMENT] Updated: offlineimap 6.3.4-1 -- IMAP/Maildir synchronization and reader

2012-01-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freshmeat.net/projects/offlineimap License : GPL Read the same mailbox from multiple computers, and have your changes (deletions, etc.) be automatically reflected on all computers. CHANGES SINCE LAST RELEASE == Se

[ANNOUNCEMENT] Updated: posh 0.10.1-1 -- Almost POSIX compliant SHell

2012-01-31 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/unstable/posh License : GPL A stripped-down version of pdksh that aims for close compliance of POSIX. Posh is intended to be used for revealing if /bin/sh scripts use features that most /bin/sh shells do not have. CHAN