Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ziglang/zig
base: 2cbad364c1d2
Choose a base ref
...
head repository: ziglang/zig
compare: f884381c608f
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 29, 2018

  1. add int writing functions to OutStream

    added: writeInt, writeIntLe, and writeIntBe
    dbandstra committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    3ce0ea8 View commit details
    Browse the repository at this point in the history
  2. add skipBytes function to InStream

    this reads N bytes, discarding their values
    dbandstra committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f36faa3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1300 from dbandstra/more-stream-functions

    A few new functions in InStream/OutStream
    andrewrk committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f884381 View commit details
    Browse the repository at this point in the history