Opened 2 years ago
Closed 2 years ago
#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 , 2 years 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 , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit c7b29be1c1fe428bc58f7abda78f53bc9f7db7bb
Note:
See TracTickets
for help on using tickets.