Re: sftp diff to allow uploading from command line

2011-09-21 Thread Loganaden Velvindron
s/similar/A little bit like The diff has issues with stuff like sftp 127.0.0.1. I've fixed it. Index: src/usr.bin/ssh/sftp.c === RCS file: /cvs/src/usr.bin/ssh/sftp.c,v retrieving revision 1.132 diff -u -p -r1.132 sftp.c ---

Re: sftp diff to allow uploading from command line

2011-09-21 Thread Damien Miller
On Wed, 21 Sep 2011, Loganaden Velvindron wrote: s/similar/A little bit like The diff has issues with stuff like sftp 127.0.0.1. I've fixed it. The way I'd like to see the sftp commandline go is to become mostly compatible with scp(1). So: sftp local [local...] remote:/path # do an

Re: /usr/local/share/terminfo (was: NEW: x11/st)

2011-09-21 Thread Joerg Zinke
On Tue, 20 Sep 2011 22:33:06 +0200 David Coppa dco...@gmail.com wrote: On Tue, Sep 20, 2011 at 7:20 PM, Nicholas Marriott nicholas.marri...@gmail.com wrote: Index: ncurses_cfg.h === RCS file:

Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-21 Thread MERIGHI Marcus
note to self: never write reminders on returning from vacation. sorry about the noise... gsoa...@trusted.com.br (Gleydson Soares), 2011.09.20 (Tue) 17:18 (CEST): On Tue, Sep 20, 2011 at 04:33:10PM +0200, MERIGHI Marcus wrote: anyone? it is in, already committed. mcmer-open...@tor.at

Re: /usr/local/share/terminfo (was: NEW: x11/st)

2011-09-21 Thread Joerg Zinke
On Wed, 21 Sep 2011 11:20:23 +0200 Joerg Zinke m...@umaxx.net wrote: Index: ncurses_cfg.h === RCS file: /cvs/src/lib/libcurses/ncurses_cfg.h,v retrieving revision 1.26 diff -u -p -r1.26 ncurses_cfg.h ---

Re: make(1) build broken

2011-09-21 Thread Pascal Stumpf
On Wed, Sep 21, 2011 at 10:43:20AM +0800, Michael W. Bombardieri wrote: Hi all, I noticed that the make(1) build is broken for non-gcc compilers. The following diff stops the build from breaking for pcc and llvm/clang. Comments? It effectively negates the inline optimisation when

Re: make(1) build broken

2011-09-21 Thread Michael W. Bombardieri
Hi Pascal, Thanks for your email. Your diff works for clang, but my pcc produces a make binary that doesn't work. The make binary produced by my diff also fails due to SIGSEGV, so this might be a bug in pcc itself. Both diffs appear to work for clang and gcc. - Michael $ uname -a OpenBSD

Re: make(1) build broken

2011-09-21 Thread Pascal Stumpf
On Wed, Sep 21, 2011 at 08:23:11PM +0800, Michael W. Bombardieri wrote: Hi Pascal, Thanks for your email. Your diff works for clang, but my pcc produces a make binary that doesn't work. The make binary produced by my diff also fails due to SIGSEGV, so this might be a bug in pcc itself.

Re: wscanf

2011-09-21 Thread Mark Kettenis
Date: Tue, 20 Sep 2011 18:09:34 +0200 From: Stefan Sperling s...@openbsd.org Here are corresponding libstdc++ changes, also without bumps. The gcc3 version will have to be revisited once we also get wcsftime. But for now it should work like this (the configure script doesn't define

Finalmente inaugura il nuovo negozio

2011-09-21 Thread Hobby Cantina
HOBBY CANTINA inaugura il nuovo sito web. HobbyCantina (Clicca e visita il sito) dedicato alla vendita online di prodotti, articoli e attrezzatura per VINO, BIRRA, OLIO, DISTILLATI, ACETO e SUCCHI DI FRUTTA. Ti invitiamo a conoscere tutti i prodotti e le offerte che abbiamo preparato per te!

Re: wscanf

2011-09-21 Thread Stefan Sperling
On Wed, Sep 21, 2011 at 06:13:31PM +0200, Mark Kettenis wrote: wide character support in that version of libstdc++ was an all-or-nothing thing, and I don't think wer should change that. Fine. I'll leave that alone until we have all the functions it wants. Get working on wcsfstime() ;) AFAIK

Re: wscanf

2011-09-21 Thread Christian Weisgerber
Mark Kettenis mark.kette...@xs4all.nl wrote: Can someone run this (together with the libc wscanf diff) through a build on gcc2 and gcc3 architectures? I don't think you should commit the following gcc3: -snip- wide character support in that version of libstdc++ was an all-or-nothing

Re: wscanf

2011-09-21 Thread Stefan Sperling
On Wed, Sep 21, 2011 at 07:59:08PM +0200, Stefan Sperling wrote: On Wed, Sep 21, 2011 at 06:13:31PM +0200, Mark Kettenis wrote: wide character support in that version of libstdc++ was an all-or-nothing thing, and I don't think wer should change that. Fine. I'll leave that alone until we

Re: make(1) build broken

2011-09-21 Thread Michael W. Bombardieri
On Wed, Sep 21, 2011 at 04:35:21PM +0200, Pascal Stumpf wrote: On Wed, Sep 21, 2011 at 08:23:11PM +0800, Michael W. Bombardieri wrote: Hi Pascal, Thanks for your email. Your diff works for clang, but my pcc produces a make binary that doesn't work. The make binary produced by my