Hi,
I made a patch which lets the user set the cookie policy (accept
always, never, no third party) in config.h, since surf uses the
default “accept always”.
I didn't add a flag for it as I think that wouldn't be necessary.
If someone finds it useful, I'll put it on the website. Also I'm not
sure I
On Thu, Dec 19, 2013 at 10:49:03PM +, sin wrote:
> On Thu, Dec 19, 2013 at 10:18:34PM +, Rob wrote:
> > printf '%f\n' 2
> >
> > If you "throw it into the standard library's printf", even forgetting
> > about how we do that, you'd still interpret 2 as an int, when printf
> > expects a float
Hi all,
The current implementation of mknod(1) uses makedev(3) which apparently
is not POSIX and does not exist on some systems, such as Haiku.
I am considering moving this into ubase. Any objections?
cheers,
sin
On Fri, Jan 24, 2014 at 2:37 AM, Bobby Powers wrote:
> Hi,
>
> Michael Forney wrote:
>> As discussed in the previous thread (swc library to implement dwm under
>> Wayland), I've been working on a Wayland compositor library, and after
>> several redesigns, I'm pretty happy with where it is now.
>
>