[hackers] [sbase] [PATCH] ls: Fix sorting of named entries

2015-10-31 Thread Michael Forney
Previously, entcmp was being passed struct entry **, when it expected struct entry *. Many autoconf-generated configure scripts use `ls -t` to determine whether or not the system clock is behaving correctly. If they are sorted in the wrong order, it produces an error. checking whether build

Re: [hackers] [st][PATCH] Change mshortcuts to mkeys to make it clear

2015-10-31 Thread Christoph Lohmann
Greetings. On Sat, 31 Oct 2015 09:29:54 +0100 Pickfire wrote: > To see what it looks like before the patch s/mkeys/mshortcuts/ > After the patch: > > > 1. From st.c: > > void > bpress(XEvent *e) > { > struct timespec now; > Mousekey *mk; > ... >

[hackers] [sbase] od: more accurate statement of compliance with POSIX || Greg Reagle

2015-10-31 Thread git
commit 9b7e560781062288b2f26a4d3f920c604b4334d4 Author: Greg Reagle AuthorDate: Tue Oct 27 14:26:09 2015 -0400 Commit: sin CommitDate: Sat Oct 31 10:41:33 2015 + od: more accurate statement of compliance with POSIX diff --git a/od.1 b/od.1

Re: [hackers] [PATCH 2/2] Add setstyle()

2015-10-31 Thread Christoph Lohmann
Greetings. Thanks for sending in both patches. I have applied both. Sincerely, Christoph Lohmann

[hackers] [surf] Fix style files handling: stop leaking strings. || Quentin Rameau

2015-10-31 Thread git
commit d84fe71094e5eb2598344da5c6a1d6f64381142c Author: Quentin Rameau AuthorDate: Sat Oct 31 12:34:31 2015 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Sat Oct 31 17:50:03 2015 +0100 Fix style files handling: stop leaking strings.

[hackers] [surf] Add setstyle() || Quentin Rameau

2015-10-31 Thread git
commit 0290066b3110aa4f92c8809c610f86a74a260148 Author: Quentin Rameau AuthorDate: Sat Oct 31 12:34:57 2015 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Sat Oct 31 17:50:06 2015 +0100 Add setstyle() Regroup style uri setting

[hackers]

2015-10-31 Thread Pickfire
From 91aa621fcc73c05cdc7f4fe26935a62182e57e54 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sun, 1 Nov 2015 10:53:56 +0800 Subject: [PATCH] Now the mshortcuts are even more consistent. Keep everyone happy --- st.c | 10 +- 1 file changed, 5 insertions(+), 5