[wiki] [sites] rocks: remove recommendation for iniparser, as it sucks || rofl0r

From: <git_AT_suckless.org>
Date: Sat, 30 Nov 2013 11:47:59 +0100

commit 235db018125ce9cf102ed1d5ae998027125ff43e
Author: rofl0r <retnyg_AT_gmx.net>
Date: Sat Nov 30 11:45:43 2013 +0100

    rocks: remove recommendation for iniparser, as it sucks
    
    <redacted> ugh wtf
    <redacted> https://github.com/ndevilla/iniparser/blob/master/src/iniparser.c#L46
    <redacted> first thing i see is a static buffer which defeats multi threaded library usage
    <redacted> 1) it's huge 2) it's not multi-thread safe and thus 3) not library-safe
    <redacted> (so if for example a library you link against happens to link against that lib as well, both instances of the parser will use the same buffers)

diff --git a/suckless.org/rocks.md b/suckless.org/rocks.md
index dce98ec..6b602d6 100644
--- a/suckless.org/rocks.md
+++ b/suckless.org/rocks.md
_AT_@ -15,10 +15,6 @@ libc implementations
 * [musl](http://www.musl-libc.org/) - standard C library that attempts to be even smaller than uClibc
 * See also: [embedded libc comparison](http://www.etalabs.net/compare_libcs.html)
 
-Configuration file parsers
---------------------------
-* [iniparser](http://ndevilla.free.fr/iniparser/) - relatively small ini parsing library, contains a dictionary data structure and accessory functions (MIT licensed)
-
 Compression
 -----------
 * [liblzf](http://oldhome.schmorp.de/marc/liblzf.html) - very fast, legally unencumbered compression library (dual licensed: 2-clause BSD or GPL License)
Received on Sat Nov 30 2013 - 11:47:59 CET

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:37:59 CEST