From b9a7a0c691b962d195baf7b3f4acb33b81066188 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 18 Dec 2015 23:50:57 +0100 Subject: [PATCH] capitalize POSIX, small tweak --- releasenotes/0.15.12/release-0.15.12.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/0.15.12/release-0.15.12.markdown b/releasenotes/0.15.12/release-0.15.12.markdown index 1a31d4b1..965386b1 100644 --- a/releasenotes/0.15.12/release-0.15.12.markdown +++ b/releasenotes/0.15.12/release-0.15.12.markdown @@ -31,7 +31,7 @@ If they are available they can be used for keybindings, if not, the user gets a ### DMenu reading from stdin **Rofi** used to have a custom `fgets` implementation that supported custom separators. The first version was -slow but got improved. Learning about Posix 2008' `getdelim` this is now used and is almost as fast as the latest custom implementation. +slow but got improved. Learning about the `getdelim` feature of POSIX '08, this is now used and is almost as fast as the latest custom implementation. Overall this gave a speedup of 6x (from 648 ms for 202000 lines down to 108ms).