phobos/std
Daniel Murphy 1590a5cc38 Issue 6572 - Deprecate typedef
Remove use of deprecated typedef from phobos.  This mostly consists of changing typedef to alias, and disabling unittests that require typedef.  One change to std.registry is needed to work around a bug in typedef (6571).
2011-08-30 13:22:10 +10:00
..
c Disable SIGPIPE on send()ing to a Socket on OS X. 2011-07-05 15:33:07 +02:00
internal/math Revert "not really pure" 2011-07-07 01:40:07 -07:00
net Revert "add module to deal with browsers" 2011-07-21 20:08:08 -07:00
windows Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
__fileinit.d add source links 2011-02-26 15:32:21 -06:00
algorithm.d Add array specialization for copy. 2011-08-20 20:48:55 -03:00
array.d Merge pull request #168 from klickverbot/array-replace 2011-08-03 10:21:16 -07:00
ascii.d Improved module documentation for std.ascii and std.uni. 2011-06-22 21:00:09 -07:00
base64.d add source links 2011-02-26 15:32:21 -06:00
bigint.d Revert "not really pure" 2011-07-07 01:40:07 -07:00
bind.d Change struct const member variables to manifest constants. 2011-06-08 03:03:34 +09:00
bitmanip.d Made it so that the endian swapping functions work with bool. 2011-08-13 20:05:29 -07:00
compiler.d std.compiler: Recognize SDC. 2011-08-22 23:39:30 +02:00
complex.d Add sin(), cos() and sqrt() to std.complex 2011-08-24 14:55:45 +02:00
concurrency.d replacing confusing comma expression with block statement 2011-08-03 16:42:02 -07:00
container.d Remove executable bit on two files. 2011-07-31 22:27:54 +02:00
contracts.d add source links 2011-02-26 15:32:21 -06:00
conv.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
cpuid.d Added comment about deprecation 2011-07-26 13:00:07 +02:00
cstream.d Fix imports to be in line with what the documentation says. 2011-05-25 08:28:06 +02:00
ctype.d Changed "Warning" to "Notice" in deprecation messages. 2011-08-09 00:39:27 -07:00
date.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
datebase.d add source links 2011-02-26 15:32:21 -06:00
dateparse.d Deprecated old date/time stuff. 2011-08-09 00:22:39 -07:00
datetime.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
demangle.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
encoding.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
exception.d Fixed std.exception.enforceEx so that it gives proper file and line numbers. 2011-08-25 23:34:19 -07:00
file.d Update std.datetime and std.file for new std.path 2011-08-18 08:30:22 +02:00
format.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
functional.d Reverted isAsciiWhite to isWhite. 2011-06-22 19:20:15 -07:00
getopt.d Various DDoc syntax fixes 2011-08-07 22:59:37 +03:00
gregorian.d Deprecated old date/time stuff. 2011-08-09 00:22:39 -07:00
intrinsic.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
json.d Improve std.json documentation 2011-07-26 04:52:41 +03:00
loader.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
math.d Add sin(), cos() and sqrt() to std.complex 2011-08-24 14:55:45 +02:00
mathspecial.d add source links 2011-02-26 15:32:21 -06:00
md5.d Improvement on comment 2011-08-12 05:28:41 +02:00
metastrings.d add source links 2011-02-26 15:32:21 -06:00
mmfile.d Fix trivial oversight in the enum renaming in std.mmfile. 2011-08-13 23:30:44 -04:00
numeric.d Issue 6514: CTFE dot product. This is a trivial change to the syntax to work around issue 6517, which was the only thing keeping the old dotProduct function from working at compile time. 2011-08-17 07:56:55 -04:00
outbuffer.d Reverted change from toStringz to toStringZ. 2011-06-18 01:13:21 -07:00
parallelism.d Fix unittest pursuant to Andrei's comments. 2011-08-14 00:19:16 -04:00
path.d The new std.path 2011-08-18 08:02:04 +02:00
perf.d Remove stray NUL character at the end of std/perf.d 2011-08-03 10:13:29 +03:00
process.d Merge pull request #154 from jmdavis/browser 2011-08-14 11:01:48 -07:00
random.d Removed deprecated std.random.rand and rand_seed. 2011-08-14 20:12:52 -07:00
range.d Merge pull request #216 from dawgfoto/master 2011-08-24 09:15:28 -07:00
regex.d remove special casing of .* 2011-08-23 15:52:28 +04:00
regexp.d Deprecated std.regexp. 2011-08-09 00:02:56 -07:00
signals.d Fixed 672 broken links 2011-06-09 09:48:53 -05:00
socket.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
socketstream.d add source links 2011-02-26 15:32:21 -06:00
stdarg.d add source links 2011-02-26 15:32:21 -06:00
stdint.d add source links 2011-02-26 15:32:21 -06:00
stdio.d Apparently core.memory still needs to be in the std.stdio imports. 2011-07-18 22:54:40 -04:00
stdiobase.d add source links 2011-02-26 15:32:21 -06:00
stream.d Merge GDC Win64 changes. 2011-08-14 00:52:10 -04:00
string.d Merge pull request #178 from jmdavis/deprecation 2011-08-14 11:04:21 -07:00
syserror.d add source links 2011-02-26 15:32:21 -06:00
system.d add source links 2011-02-26 15:32:21 -06:00
traits.d Issue 6572 - Deprecate typedef 2011-08-30 13:22:10 +10:00
typecons.d Make all member functions in std.typecons.Rebindable as pure nothrow 2011-08-24 11:55:36 +09:00
typelist.d add source links 2011-02-26 15:32:21 -06:00
typetuple.d Added missing format specifier in call to writefln. 2011-05-24 21:38:08 +02:00
uni.d Adjusting deprecation dates for a July release. 2011-07-04 01:46:26 -07:00
uri.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
utf.d Fix Windows unit tests. 2011-08-15 20:42:10 -07:00
variant.d Fixed http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=139182 and unlisted bug in std.stdio.write 2011-06-21 09:41:59 -05:00
xml.d Created std.ascii to replace std.ctype. 2011-06-14 04:06:54 -07:00
zip.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
zlib.d added flag for UnCompress too 2011-08-24 20:58:01 -04:00