Skip to content

Version 2.5

Compare
Choose a tag to compare
@tavianator tavianator released this 27 Mar 18:23
· 1059 commits to main since this release
2.5
  • Added compiler-style context for errors and warnings. Errors look like this:

    $ bfs -nam needle
    bfs: error: bfs -nam needle
    bfs: error:     ~~~~
    bfs: error: Unknown argument; did you mean -name?
    

    and warnings look like this:

    $ bfs -print -name 'needle'
    bfs: warning: bfs -print -name needle
    bfs: warning:            ~~~~~~~~~~~~
    bfs: warning: The result of this expression is ignored.
    
  • Updated from C99 to C11

  • Fixed the tests when built against musl

  • Fixed a build error reported on Manjaro