[hackers] [sbase] cmp: fix missing braces || Hiltjo Posthuma

2014-04-01 Thread git
commit eee182cdd74a1348b9dfb8bce0016b32543f706a Author: Hiltjo Posthuma Date: Tue Apr 1 16:55:37 2014 +0200 cmp: fix missing braces just a style fix, this doesn't change any behaviour since fp[1] is set to stdin above. Signed-off-by: Hiltjo Posthuma diff --git a/cmp.c b

[hackers] [sbase] style: whitespace fixes || Hiltjo Posthuma

2014-04-01 Thread git
commit f7403ce6c6a9adb3c8567c7ab103c9e2c1e94f9a Author: Hiltjo Posthuma Date: Tue Apr 1 15:26:10 2014 +0200 style: whitespace fixes Signed-off-by: Hiltjo Posthuma diff --git a/cal.c b/cal.c index c34be66..c1ff8da 100644 --- a/cal.c +++ b/cal.c @@ -28,8 +28,8 @@ drawcal(int year,

[hackers] [sbase] split: dont use table lookup for size || Hiltjo Posthuma

2014-04-01 Thread git
commit bd9a81951f4e55c247d29312b893be96c05b08ae Author: Hiltjo Posthuma Date: Tue Apr 1 15:30:17 2014 +0200 split: dont use table lookup for size Signed-off-by: Hiltjo Posthuma diff --git a/split.c b/split.c index 1268f19..8c04ee9 100644 --- a/split.c +++ b/split.c @@ -22,15 +22,

[hackers] [sbase] cmp: fix wrong rebase, missing line, sorry || Hiltjo Posthuma

2014-04-01 Thread git
commit 6b45824463ee1a26145b5bbae4973b214bbb3354 Author: Hiltjo Posthuma Date: Tue Apr 1 16:53:15 2014 +0200 cmp: fix wrong rebase, missing line, sorry Signed-off-by: Hiltjo Posthuma diff --git a/cmp.c b/cmp.c index d61b1f5..e3ba852 100644 --- a/cmp.c +++ b/cmp.c @@ -64,6 +64,7 @@

[hackers] [sbase] cmp: dont output EOF difference is sflag is set || Hiltjo Posthuma

2014-04-01 Thread git
commit ce28f6ca9062e9e1ffc074e14fc3874a9be9a7aa Author: Hiltjo Posthuma Date: Tue Apr 1 15:14:21 2014 +0200 cmp: dont output EOF difference is sflag is set Signed-off-by: Hiltjo Posthuma diff --git a/cmp.c b/cmp.c index fa88cc9..d61b1f5 100644 --- a/cmp.c +++ b/cmp.c @@ -56,11 +5

[hackers] [sbase] cmp: fix line numbers || Hiltjo Posthuma

2014-04-01 Thread git
commit a7954e8cabafb78027381f1e256337d3a650225d Author: Hiltjo Posthuma Date: Tue Apr 1 15:13:30 2014 +0200 cmp: fix line numbers test case: printf 'a a' > t1 printf 'a a' > t2 cmp t1 t2 Signed-off-by: Hiltjo Posthuma diff --git a/cmp.c b/cmp.c i

[hackers] [sbase] cmp: make EOF check more clear || Hiltjo Posthuma

2014-04-01 Thread git
commit 1059cf5f175fa6d6edb313ad3151a55bae9dcf20 Author: Hiltjo Posthuma Date: Tue Apr 1 15:06:42 2014 +0200 cmp: make EOF check more clear Signed-off-by: Hiltjo Posthuma diff --git a/cmp.c b/cmp.c index 9934e11..d1cd0ff 100644 --- a/cmp.c +++ b/cmp.c @@ -47,9 +47,11 @@ main(int a

[hackers] [st] Fix segfault when pressing PrintScr without a selection || Rafa Garcia Gallego

2014-04-01 Thread git
commit 672e4e4b03d8987103020d399b2c05c95a9ea2f8 Author: Rafa Garcia Gallego Date: Wed Mar 26 23:58:27 2014 +0100 Fix segfault when pressing PrintScr without a selection diff --git a/st.c b/st.c index e20a1e0..d58af7d 100644 --- a/st.c +++ b/st.c @@ -2263,9 +2263,10 @@ tdumpsel(void) {

[hackers] [st] new utf decoder || Damian Okrasa

2014-04-01 Thread git
commit 45b808b88ee63f21a188800ba3473a24a3c4b987 Author: Damian Okrasa Date: Tue Mar 25 20:20:26 2014 +0100 new utf decoder This patch replaces current utf decoder with a new one, which is ~50 lines shorter and should be easier to understand. Parsing 5 and 6 sequences, if ne