phobos/etc/c
Sebastian Wilzbach 70f06b2357 Remove old, redundant private import access specifier
Very very old versions of D (well into 0.x) had imports public by default,
like C header files. This modernizes the codebase and removes the
redundant `private` access specifier.
This has been done with:

sed "s/private import/import/g" -i **/*.d
2017-07-11 12:28:39 +02:00
..
odbc Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
zlib Update zlib to the 1.2.11 release 2017-01-24 00:12:07 +01:00
curl.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
sqlite3.d Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00
zlib.d Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00