phobos/std
anonymous f1f00e190d fix documentation for symlink
The target path is actually relative to the link, not to the current
working directory. This is in line with the ln shell command, so changing
the documentation to match the behavior seems in order.

Also changing some wording, and un-highlighting "symlink" throughout as
it never refers to the function.
2016-02-03 15:25:33 +01:00
..
algorithm Merge pull request #3954 from quickfur/canfind_docs 2016-02-02 04:38:40 -08:00
c Fix missing ')' in std.c.windows.com deprecation message. 2016-01-06 12:18:33 -08:00
container Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
digest Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
experimental Add more unit tests for GCAllocator.goodAllocSize 2016-02-02 15:11:55 -05:00
internal Merge pull request #3874 from JackStouffer/bigint 2016-01-09 18:12:21 +09:00
net Merge pull request #3853 from 9rnsr/fix12359 2016-01-06 02:37:52 +01:00
range Merge pull request #3855 from JakobOvrum/range_tail 2016-01-12 13:35:54 -05:00
regex migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
windows Fix missing ')' in std.c.windows.com deprecation message. 2016-01-06 12:18:33 -08:00
array.d Clarify std.array.assocArray docs 2016-01-08 02:06:36 +01:00
ascii.d Remove obsolete TypeTuple references 2015-10-13 20:37:44 +02:00
base64.d
bigint.d Merge pull request #3725 from CyberShadow/pull-20151017-003315 2015-10-17 21:43:36 -07:00
bitmanip.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2016-01-27 21:17:17 +01:00
compiler.d
complex.d use DDLINK/DDSUBLINK instead of LINK2 and raw HTML 2015-11-26 16:04:44 +01:00
concurrency.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
concurrencybase.d
conv.d Merge pull request #3769 from WalterBright/opttochars 2016-01-15 16:42:28 -05:00
cstream.d Adjust deprecation messages for std.stream. 2015-09-11 21:29:14 -07:00
csv.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
datetime.d Merge pull request #3824 from jmdavis/issue15376 2016-01-23 15:05:59 +01:00
demangle.d
encoding.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
exception.d Add basicExceptionCtors mixin 2016-01-17 10:39:37 +05:30
file.d fix documentation for symlink 2016-02-03 15:25:33 +01:00
format.d Move deprecations along. 2015-12-30 00:18:53 -08:00
functional.d Merge pull request #3879 from blm768/adjust_examples 2015-12-26 09:21:38 -05:00
getopt.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
json.d std.json: Encode control characters 2015-12-16 00:55:09 +01:00
math.d Don't use top-level selective import in std.math because of DMD issue 314. 2016-01-29 14:00:49 -08:00
mathspecial.d HTML fixes 2015-10-24 06:19:23 +00:00
meta.d Remove .stringof usage 2015-11-25 22:39:56 +01:00
mmfile.d fix Issue 14995 - std.mmfile incorrectly handles errors in ctor 2015-09-02 01:57:34 +00:00
numeric.d core.bitop bsr(), bsf(), and popcnt() now support ulong inputs even on a 32-bit arch. 2016-01-13 13:54:27 -08:00
outbuffer.d HTML fixes 2015-10-24 06:19:23 +00:00
parallelism.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
path.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
process.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
random.d RandomSample.front was not documented 2015-12-17 22:21:31 +01:00
signals.d
socket.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
socketstream.d Adjust deprecation messages for std.stream. 2015-09-11 21:29:14 -07:00
stdint.d HTML fixes 2015-10-24 06:19:23 +00:00
stdio.d Remove deprecated modules and symbols scheduled for removal in 2015 2016-01-27 18:34:07 +09:00
stdiobase.d
stream.d Adjust deprecation messages for std.stream. 2015-09-11 21:29:14 -07:00
string.d Merge pull request #3894 from adamdruppe/import_empty 2016-01-12 09:45:37 -05:00
syserror.d [dox] Add deprecation message to module. 2015-08-27 10:36:10 -07:00
system.d use DDLINK/DDSUBLINK instead of LINK2 and raw HTML 2015-11-26 16:04:44 +01:00
traits.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
typecons.d Remove and explain Flag alias antipattern 2016-01-22 11:06:13 -07:00
typetuple.d fix link to AliasSeq 2015-09-25 16:16:42 +02:00
uni.d fix property enforcement 2015-12-04 15:42:53 +09:00
uri.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
utf.d migrate other Phobos modules to use std.exception.basicExceptionCtors 2016-01-17 10:39:37 +05:30
uuid.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
variant.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2015-10-27 15:55:59 +01:00
xml.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
zip.d Changed "Examples:" in Ddoc to "Example:" 2015-12-17 18:32:41 -08:00
zlib.d HTML fixes 2015-10-24 06:19:23 +00:00