Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Releases: skippyr/revelio

v17.0.2

26 Dec 03:18
Compare
Choose a tag to compare

revelio (v17.0.2)

Fixes

  • Add configuration files for IDEs.
  • Reorganize files inside of some directories.
  • Rewrite code using a new Javascript/Typescript like code style.
  • Remove unused macro to parse metadata options.

v17.0.1

22 Dec 01:22
Compare
Choose a tag to compare
  • Add config.mk and Makefile for build automation.
  • Rewrite some parts of manual page.

v17.0.0

16 Dec 15:22
Compare
Choose a tag to compare
  • Rename project to "revelio".
  • Refactor macros and names used in the source code.
  • Update manual description and examples.

v16.2.1

13 Dec 18:22
Compare
Choose a tag to compare
  • Added emalloc function for heap allocations.
  • Added unfollowed symlinks description to -c option in the manual.
  • Replaced variable-length array use in rvldir.

v16.2.0

13 Dec 13:41
Compare
Choose a tag to compare
  • Added a manual page, thus deprecating -h and -v options.
  • Fix type identification of socket files.
  • Ported code to C90 standard.

v16.1.0

02 Dec 13:10
Compare
Choose a tag to compare
  • add alpha sort when listing directories.
  • fix non ended lines when program dies.

v16.0.2

01 Dec 13:45
Compare
Choose a tag to compare
  • fix rvlhs loop.

v16.0.1

01 Dec 13:26
Compare
Choose a tag to compare
  • add missing option to help instructions.
  • simplify source code.

v16.0.0

30 Nov 19:38
Compare
Choose a tag to compare
  • rewrite and simplify source code.
  • rename options.

v15.0.0

11 Sep 20:02
Compare
Choose a tag to compare

Changes

  • 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.