From: Andre Noll Date: Tue, 20 Dec 2016 14:40:09 +0000 (+0100) Subject: Merge branch 'refs/heads/t/base64' X-Git-Tag: v0.5.7~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=78cc9c57ad9b1cc389956957030d37f71cb60a07 Merge branch 'refs/heads/t/base64' A couple of patches which move the base64 code to a separate file, and improve on it. Was cooking for several months. * refs/heads/t/base64: base64: Speed up decoder by using a table. base64: Use para_isspace() everywhere. base64: Trivial whitespace fixes. base64: Replace Pad64 variable by macro. base64: Remove unnecessary overflow checks. base64: Saner semantics for base64_decode() and uudecode(). Move base64 implementation to own file. --- 78cc9c57ad9b1cc389956957030d37f71cb60a07 diff --cc NEWS.md index afc7f105,71eb6cb2..b0862d5f --- a/NEWS.md +++ b/NEWS.md @@@ -1,16 -1,6 +1,16 @@@ NEWS ==== +------------------------------------------ +0.5.7 (to be announced) "semantic density" +------------------------------------------ - ++- Speedup of the base64 decoder. +- One of the two source browsers has been removed from the web pages. + The doxygen API reference still contains an HTML version of each + source file. + +Download: [tarball](./releases/paraslash-git.tar.bz2) + --------------------------------------- 0.5.6 (2016-07-10) "cascading gradient" ---------------------------------------