Skip to content

Releases: tavianator/bfs

0.74

01 Jun 21:37
0.74
Compare
Choose a tag to compare

56/76 GNU find features supported.

  • Color broken symlinks correctly
  • Fix #7
  • Fix -daystart's rounding of midnight
  • Implement (most of) -newerXY
  • Implement -used
  • Implement -size

0.70

01 Jun 21:38
0.70
Compare
Choose a tag to compare

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

0.67

01 Jun 21:38
0.67
Compare
Choose a tag to compare

Initial release.

51/76 GNU find features supported.