Skip to content

0.70

Compare
Choose a tag to compare
@tavianator tavianator released this 01 Jun 21:38
· 1954 commits to main since this release
0.70

53/76 GNU find features supported.

  • New make install and make uninstall targets
  • Squelch non-positional warnings for -follow
  • Reduce memory footprint by as much as 64% by closing DIR*s earlier
  • Speed up bfs by ~5% by using a better FD cache eviction policy
  • Fix infinite recursion when evaluating ! expr
  • Optimize unused pure expressions (e.g. -empty -a -false)
  • Optimize double-negation (e.g. ! ! -name foo)
  • Implement -D stat and -D tree
  • Implement -O