This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds all the changes prototyped for the release `v15.0.0`. Those changes are: - Rename option `--modified-date` to `--modification-date`. - Remove "SOURCE CODE" section from help and rewrite some parts of it. - Transform some macros into functions. - Use new enums, `Parse_Status` and `Return_Status`, instead of `int` to make function returns more legible. - Standard library functions will now include the `std` namespace in all of their uses. - Some error reports have been slightly changed. - Add new compilation option `-std=c++11`. - Add a `.clang-format` file to automatically format files. - Revealing user and group will no longer use static pointers, but a buffer on the stack.
- Loading branch information