phobos/std/internal
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
..
digest Automatically set the range style from a..b -> a .. b 2017-02-22 05:37:31 +01:00
math Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
test Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
windows Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
cstring.d Sort imports 2017-06-12 07:54:38 +02:00
scopebuffer.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
unicode_comp.d Mark the internal unicode code as package 2016-09-15 08:42:57 +01:00
unicode_decomp.d Mark the internal unicode code as package 2016-09-15 08:42:57 +01:00
unicode_grapheme.d Mark the internal unicode code as package 2016-09-15 08:42:57 +01:00
unicode_norm.d Mark the internal unicode code as package 2016-09-15 08:42:57 +01:00
unicode_tables.d Use underscores for number literals with five or more digits 2017-02-23 09:45:49 -05:00