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

2014-04-01 Thread git
commit 45b808b88ee63f21a188800ba3473a24a3c4b987 Author: Damian Okrasa dokr...@gmail.com 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

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

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

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

2014-04-01 Thread git
commit a7954e8cabafb78027381f1e256337d3a650225d Author: Hiltjo Posthuma hil...@codemadness.org 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

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

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

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

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

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

2014-04-01 Thread git
commit f7403ce6c6a9adb3c8567c7ab103c9e2c1e94f9a Author: Hiltjo Posthuma hil...@codemadness.org Date: Tue Apr 1 15:26:10 2014 +0200 style: whitespace fixes Signed-off-by: Hiltjo Posthuma hil...@codemadness.org diff --git a/cal.c b/cal.c index c34be66..c1ff8da 100644 --- a/cal.c +++

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

2014-04-01 Thread git
commit eee182cdd74a1348b9dfb8bce0016b32543f706a Author: Hiltjo Posthuma hil...@codemadness.org 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