Skip to content

2.14

Compare
Choose a tag to compare
@dex4er dex4er released this 24 Dec 13:50
· 10 commits to release since this release
  • The source code was refactored: all functions was moved to separated files.
  • The opendir(3) function is compiled only if it doesn't call other function
    internally. It fixes opendir(3), fts_open(3) and ftw(3) functions.
  • The fts_*(3) functions were reimplemented based on OpenBSD source.
  • The ftw_*(3) functions were reimplemented based on GNU C Library source.
  • The __opendir2(3) function was reimplemented based on FreeBSD source.
  • Fixes were made for older GNU C Library and for cross-compiling environment.