[phobos] [D-Programming-Language/phobos] 476d20: avoid interference of readln with standard arrays
    GitHub via phobos 
    phobos at puremagic.com
       
    Mon Jul 13 08:05:10 PDT 2015
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 476d2096c3f786829ba138945ab5a48a96c9d0b2
      https://github.com/D-Programming-Language/phobos/commit/476d2096c3f786829ba138945ab5a48a96c9d0b2
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-21 (Tue, 21 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  avoid interference of readln with standard arrays
  Commit: fab889c9f67c2737a086106285b8f56741a42043
      https://github.com/D-Programming-Language/phobos/commit/fab889c9f67c2737a086106285b8f56741a42043
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-21 (Tue, 21 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  replace appender with something similar, but compatible with arrays
  Commit: 19ac24d4ac851a5da04f0a5cef412d0d37a55cbd
      https://github.com/D-Programming-Language/phobos/commit/19ac24d4ac851a5da04f0a5cef412d0d37a55cbd
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-21 (Tue, 21 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  update capacity even when shrinking to allow buffer reuse
avoid producing garbage in byLine, making optimization with _d_newarrayU obsolete
  Commit: b9233db8f37d62c347125626c062b20a64289d0b
      https://github.com/D-Programming-Language/phobos/commit/b9233db8f37d62c347125626c062b20a64289d0b
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-21 (Tue, 21 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  fix merge
  Commit: fc959b05c46a2515bf8abe63424998f80dccae99
      https://github.com/D-Programming-Language/phobos/commit/fc959b05c46a2515bf8abe63424998f80dccae99
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-21 (Tue, 21 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  clarify putonly usage by assert
  Commit: bb6dba617a670c7621efd6b1d3e13796d6185d74
      https://github.com/D-Programming-Language/phobos/commit/bb6dba617a670c7621efd6b1d3e13796d6185d74
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-22 (Wed, 22 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  remove readlnAppender from HAS_GETDELIM version, but also bad GC.sizeof optimization
  Commit: a0b270a55bed07b625424ae3cef3096dc8afa182
      https://github.com/D-Programming-Language/phobos/commit/a0b270a55bed07b625424ae3cef3096dc8afa182
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-22 (Wed, 22 Apr 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  comment GC/readlnImpl implementation specific assertions
  Commit: cb7bb65a081dfe9ac3b9e3a88c573e771938e243
      https://github.com/D-Programming-Language/phobos/commit/cb7bb65a081dfe9ac3b9e3a88c573e771938e243
  Author: Rainer  Schuetze <r.sagitario at gmx.de>
  Date:   2015-07-12 (Sun, 12 Jul 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  remove CR
  Commit: 497c463e100c690e750c28e8918f7f785fd4a4f1
      https://github.com/D-Programming-Language/phobos/commit/497c463e100c690e750c28e8918f7f785fd4a4f1
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-07-13 (Mon, 13 Jul 2015)
  Changed paths:
    M std/stdio.d
  Log Message:
  -----------
  Merge pull request #2794 from rainers/issue13856
Fix Issue 13856 - std.stdio.readln stomps arrays
Compare: https://github.com/D-Programming-Language/phobos/compare/30e4ff1717d6...497c463e100c
    
    
More information about the phobos
mailing list