[phobos] [D-Programming-Language/phobos] d23eb7: Improve std.base64	docs.
    GitHub via phobos 
    phobos at puremagic.com
       
    Fri Jul  3 12:44:48 PDT 2015
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: d23eb76dbd2f70abf88e89b91cdaca775276f6db
      https://github.com/D-Programming-Language/phobos/commit/d23eb76dbd2f70abf88e89b91cdaca775276f6db
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Improve std.base64 docs.
Improve wording, add standard Params: and Returns: sections. Clarify
unclear semantics.
Better module description.
  Commit: d1b4394f4a451b1ce31c16adc71da86f84502c33
      https://github.com/D-Programming-Language/phobos/commit/d1b4394f4a451b1ce31c16adc71da86f84502c33
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Add code examples.
  Commit: 77c15e19b2951824b751b8c94a8fbbb2b76ac5c4
      https://github.com/D-Programming-Language/phobos/commit/77c15e19b2951824b751b8c94a8fbbb2b76ac5c4
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Fix latent ref bugs in encode() and decode().
Output range must be passed via ref otherwise by-value output ranges
will not work correctly.
Add code examples.
  Commit: db4d90b6d9ea080ab890a0d1c9a1ea47a26c4810
      https://github.com/D-Programming-Language/phobos/commit/db4d90b6d9ea080ab890a0d1c9a1ea47a26c4810
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Coding style fixes.
  Commit: 9c8c768490330f066d743cd8505127dcfd9feedc
      https://github.com/D-Programming-Language/phobos/commit/9c8c768490330f066d743cd8505127dcfd9feedc
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Base64 is not limited to MIME.
  Commit: fffb9712d66403d88c19d8e50c79cb2424733d07
      https://github.com/D-Programming-Language/phobos/commit/fffb9712d66403d88c19d8e50c79cb2424733d07
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2015-06-30 (Tue, 30 Jun 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Use auto ref to retain compatibility with previous workarounds.
  Commit: acdad554ed4bbd4f1d925740716b0845f9257307
      https://github.com/D-Programming-Language/phobos/commit/acdad554ed4bbd4f1d925740716b0845f9257307
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-07-03 (Fri, 03 Jul 2015)
  Changed paths:
    M std/base64.d
  Log Message:
  -----------
  Merge pull request #3096 from quickfur/base64_tlc
TLC for std.base64
Compare: https://github.com/D-Programming-Language/phobos/compare/e6ac2ab0dd6c...acdad554ed4b
    
    
More information about the phobos
mailing list