[hackers] [sbase] Use estrtol() instead of atoi() || sin

2013-10-27 Thread git
commit b2a0362bf856138c3b78a976a2d851acfa6c8dfc Author: sin s...@2f30.org Date: Sun Oct 27 09:46:21 2013 + Use estrtol() instead of atoi() diff --git a/seq.c b/seq.c index 4023876..5b3d5f0 100644 --- a/seq.c +++ b/seq.c @@ -98,7 +98,7 @@ digitsleft(const char *d) if(*d == '+')

[hackers] [st] Fixed lock up when system time jumps backwards || Rob Pilling

2013-10-27 Thread git
commit 489982d4b8442af25a380f8c22be542055cda81f Author: Rob Pilling rob@egbert Date: Wed Jun 19 21:24:01 2013 +0100 Fixed lock up when system time jumps backwards Signed-off-by: Christoph Lohmann 2...@r-36.net diff --git a/st.c b/st.c index 50b58a7..d0a6218 100644 --- a/st.c +++