Commit Graph

14 Commits

Author SHA1 Message Date
practicalswift
6c8c9bfbc9 Consistently use normal quotes ("…") instead of curly quotes (“…”). 2016-01-06 21:38:32 +01:00
Steven Schmatz
daf3080fa0 Fix typos/formatting in TextFormatting.rst
Makes it a bit easier to read.
2015-12-04 18:11:28 -05:00
Dmitri Hrybenko
f46f16ae82 stdlib: implement new print() API
rdar://20775683

Swift SVN r28309
2015-05-08 01:37:59 +00:00
Ted Kremenek
2f2b9363e9 Change Printable/DebugPrintable to CustomStringConvertible/CustomDebugStringConvertible in docs.
Swift SVN r28000
2015-04-30 22:07:03 +00:00
Dave Abrahams
7ab9d369aa [stdlib] Rename Char => UnicodeScalar
Swift SVN r10864
2013-12-05 17:30:37 +00:00
Dave Abrahams
b1ac7ba7a4 [docs] Fix all ReST/Sphinx warnings, turn sphinx warnings into errors
Also revert r10607, which this change obsoletes

Swift SVN r10611
2013-11-20 23:27:13 +00:00
Dmitri Hrybenko
81dc5deee8 Change 'def' keyword back to 'func'
Swift SVN r10522
2013-11-17 07:45:28 +00:00
Dmitri Hrybenko
91ce21666d Change 'func' keyword to 'def'
I tried hard find all references to 'func' in documentation, comments and
diagnostics, but I am sure that I missed a few.  If you find something, please
let me know.

rdar://15346654


Swift SVN r9886
2013-11-02 01:00:42 +00:00
Joe Groff
3d4c1251f1 Rename 'byref' attribute to 'inout'.
Swift SVN r8661
2013-09-25 20:56:52 +00:00
Ted Kremenek
8f5b8ccb02 Rename "This" to "Self" and "this" to "self".
This was not likely an error-free change.  Where you see problems
please correct them.  This went through a fairly tedious audit
before committing, but comments might have been changed incorrectly,
not changed at all, etc.

Swift SVN r7631
2013-08-27 21:58:27 +00:00
Dave Abrahams
03cd1b91a7 [stdlib] TextFormatting.*: formatForDebugging => debugFormat
Now that we don't have formatForPrinting anymore, a terser name for
debugFormat makes more sense.  Also, the new name isn't freighted with
so much implication about the end-user's activity.

Swift SVN r7256
2013-08-15 16:16:03 +00:00
Dave Abrahams
c72f07f867 [stdlib] TextFormatting.*: formatForPrinting => format
Jordan pointed out that we already have these multi-parameter
format(...)  functions that also return Streamables; it doesn't make
much sense to spell them differently.

Swift SVN r7255
2013-08-15 16:13:36 +00:00
Dave Abrahams
128e69d934 [docs] Revise TextFormatting.* to reflect posted proposal
Swift SVN r7178
2013-08-12 21:13:03 +00:00
Dave Abrahams
acc96c56a2 [docs] Rename "printf.*" documentation as "TextFormatting.*"
We are proposing to remove printf; remove latent references to it

Swift SVN r7176
2013-08-12 21:13:00 +00:00