#5072 closed enhancement (fixed)

file-5.42

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 11.2
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by Xi Ruoyao, 23 months ago

  • add missing cases to prevent file from aborting on random magic files
  • octalify filenames when not raw before printing
  • fix regex cacheing bug
  • merge file_regcomp and file_regerror() to simplify the code and reduce memory requirements for storing regexes
  • cache regex
  • detect filesystem full by flushing output
  • implement running decompressor programs using posix_spawnp(2) instead of vfork(2)
  • Add support for msdos dates and times
  • use the system byte swapping functions if available

comment:2 by Bruce Dubbs, 23 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.