[phobos] [D-Programming-Language/phobos] 5e2437: Added peek, read, write, and append to std.bitmani...

GitHub noreply at github.com
Fri Jun 8 01:34:39 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 5e2437827122059fd55af98126b955124d862f51
      https://github.com/D-Programming-Language/phobos/commit/5e2437827122059fd55af98126b955124d862f51
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M std/bitmanip.d

  Log Message:
  -----------
  Added peek, read, write, and append to std.bitmanip.

These functions make it easier to manipulate buffers of ubytes which are
meant to be parsed or written to as sequences of larger integral types.
They assume that the buffers hold their data in big endian.


  Commit: b36b6469e1b64549892088720654b3359a14966f
      https://github.com/D-Programming-Language/phobos/commit/b36b6469e1b64549892088720654b3359a14966f
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M std/bitmanip.d

  Log Message:
  -----------
  Made it possible to give endianness to peek, read, write, and append.


  Commit: 9cf1eea3381606278898cd5d574565141aa8c946
      https://github.com/D-Programming-Language/phobos/commit/9cf1eea3381606278898cd5d574565141aa8c946
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M std/bitmanip.d

  Log Message:
  -----------
  Added checks to verify indices.


  Commit: ae5e7585cc6c2e605649f13dd596a66b05e0a769
      https://github.com/D-Programming-Language/phobos/commit/ae5e7585cc6c2e605649f13dd596a66b05e0a769
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2012-06-08 (Fri, 08 Jun 2012)

  Changed paths:
    M std/bitmanip.d

  Log Message:
  -----------
  Merge pull request #621 from jmdavis/bitmanip

Added peek, read, write, and append to std.bitmanip.


Compare: https://github.com/D-Programming-Language/phobos/compare/065e7a1...ae5e758


More information about the phobos mailing list