[dev] [sic] null pointer in printf

2010-05-24 Thread Premysl Hruby
Hi, in sic, if you use cmd ":m something" it will use null pointer as %s in printf (in function privmsg), which is obviously bad idea (segfault or, as in case of glibc it send unnecessary string "(null)". For fix, see patch: diff -r 503b48b13a77 sic.c --- a/sic.c Tue Jul 29 19:22:08 2008 +01

Re: [dev] [surf]

2010-05-24 Thread stanio
* pancake [2010-05-23 21:37]: > I mean.. I want to have a fixed width of screen and only scroll > vertically by adapting the text to fit the full width instead > of following the page style. If I understand correct, something like that might help a bit: in style.css body {width:300pt !im

[dev] libixp hg 118 install problems

2010-05-24 Thread Thomas Dahms
Hi, the recent Makefile changes will install the libs always to /lib instead of $(PREFIX)/lib. Looking in /lib, I also found libwmii_hack.so there, so wmii probably has the same issue. Also DESTDIR seems to be completely ignored. -- Thomas Dahms

Re: [dev] [sic] null pointer in printf

2010-05-24 Thread Claudio M. Alessi
This bug is not present in tip anymore; feel free to upgrade your local sic sources ;-) Regards, Claudio M. Alessi

Re: [dev] [sic] null pointer in printf

2010-05-24 Thread Kris Maglione
On Mon, 24 May 2010 10:02:47 +0200 Premysl Hruby wrote: > Hi, > > in sic, if you use cmd ":m something" it will use null pointer as %s > in printf (in function privmsg), which is obviously bad idea > (segfault or, as in case of glibc it send unnecessary string "(null)". I haven't come across a

Re: [dev] [wmii] Resize snippet on wmii.suckless.org

2010-05-24 Thread Kris Maglione
On Sun, May 23, 2010 at 10:52:26PM +0200, pascal wrote: I'm trying to figure out how to use this snippet for the sh script with no luck (I suck completely at scripting). There has been some threads about resizing from the keyboard earlier but I prefer the idea of a resizing mode over a simple gro

Re: [dev] libixp hg 118 install problems

2010-05-24 Thread Kris Maglione
On Mon, 24 May 2010 12:56:05 +0200 Thomas Dahms wrote: > Hi, > > the recent Makefile changes will install the libs always to /lib > instead of $(PREFIX)/lib. Looking in /lib, I also found > libwmii_hack.so there, so wmii probably has the same issue. > > Also DESTDIR seems to be completely ignor

[dev] problem: make deb

2010-05-24 Thread Davide Anchisi
Hi, I am trying to build wmii 3.9 using "make deb", but it does not work. It just report: make: *** [deb] Error 1 While "make deb" DO work in building hg2631. Thanks, Davide

Re: [dev] problem: make deb

2010-05-24 Thread Kris Maglione
On Mon, 24 May 2010 15:08:49 +0200 Davide Anchisi wrote: > Hi, > > I am trying to build wmii 3.9 using "make deb", but it does not work. > It just report: make: *** [deb] Error 1 > > While "make deb" DO work in building hg2631. Sorry. All of my debian builds happen on the Ubuntu build farm. I

Re: [dev] [sic] null pointer in printf

2010-05-24 Thread anonymous
On Mon, May 24, 2010 at 07:51:48AM -0400, Kris Maglione wrote: > On Mon, 24 May 2010 10:02:47 +0200 > Premysl Hruby wrote: > What version of sic are you using? The current version doesn't have > that code anymore. Looks like 1.0.

Re: [dev] [sic] null pointer in printf

2010-05-24 Thread Kris Maglione
On Mon, 24 May 2010 19:16:52 +0400 anonymous wrote: > On Mon, May 24, 2010 at 07:51:48AM -0400, Kris Maglione wrote: > > On Mon, 24 May 2010 10:02:47 +0200 > > Premysl Hruby wrote: > > What version of sic are you using? The current version doesn't have > > that code anymore. > > Looks like 1.0.

Re: [dev] libixp hg 118 install problems

2010-05-24 Thread Thomas Dahms
Hi, Am 24.05.2010 14:38, schrieb Kris Maglione: Not quite. It installs it to $(LIBDIR)/../../lib. It looks like it's always been a bug, which just happened to be copacetic when the libs were held in ../lib instead of ../../lib. The fix for wmii brings up a new problem (see below). This happens

Re: [dev] libixp hg 118 install problems

2010-05-24 Thread Kris Maglione
On Mon, May 24, 2010 at 09:03:29PM +0200, Thomas Dahms wrote: Hi, Am 24.05.2010 14:38, schrieb Kris Maglione: Not quite. It installs it to $(LIBDIR)/../../lib. It looks like it's always been a bug, which just happened to be copacetic when the libs were held in ../lib instead of ../../lib. The

[dev] [surf] please recheck tip

2010-05-24 Thread Enno Boland (Gottox)
Hi! Please recheck current tip of surf. If there are no big stoppers, I will release it next week. There are still some bugs regarding cookies, They are delayed to 0.5. kind regards, Enno

Re: [dev] libixp hg 118 install problems

2010-05-24 Thread Thomas Dahms
Sorry, minor typo. It should be fixed. How is the PKGBUILD broken? It works fine for me. It will probably work if you have a local clone of the repo and just do a makepkg therein. If you look at it like the average user that tries to build a package, it works only when you already cloned the

Re: [dev] [surf] please recheck tip

2010-05-24 Thread Josh Rickmar
On Mon, May 24, 2010 at 09:33:10PM +0200, Enno Boland (Gottox) wrote: > Hi! > > Please recheck current tip of surf. If there are no big stoppers, I > will release it next week. > > There are still some bugs regarding cookies, They are delayed to 0.5. > > kind regards, > > Enno > Downloads don

Re: [dev] libixp hg 118 install problems

2010-05-24 Thread Kris Maglione
On Mon, May 24, 2010 at 09:42:06PM +0200, Thomas Dahms wrote: Sorry, minor typo. It should be fixed. How is the PKGBUILD broken? It works fine for me. It will probably work if you have a local clone of the repo and just do a makepkg therein. If you look at it like the average user that tries

[dev] Re: [sic] null pointer in printf

2010-05-24 Thread Premysl Hruby
On (24/05/10 10:02), Premysl Hruby wrote: > Date: Mon, 24 May 2010 10:02:47 +0200 > From: Premysl Hruby > To: d...@suckless.org > Subject: [sic] null pointer in printf > User-Agent: Mutt/1.5.20 (2009-06-14) > > Hi, > > in sic, if you use cmd ":m something" it will use null pointer as %s in > pri